From 8df2127cbd0883ee10219d21d3a936a5b4bfb675 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 19 May 2026 12:09:32 -0600 Subject: [PATCH 1/8] Update: Add new IcoMoon config, readme, and font files (fix #713) --- fonts/README.md | 26 ++++++++++++++++++++++++++ fonts/icomoon-export.json | 1 + fonts/icomoon-project.json | 1 + fonts/vanilla.woff | Bin 43836 -> 31760 bytes fonts/vanilla.woff2 | Bin 20436 -> 18964 bytes 5 files changed, 28 insertions(+) create mode 100644 fonts/README.md create mode 100644 fonts/icomoon-export.json create mode 100644 fonts/icomoon-project.json diff --git a/fonts/README.md b/fonts/README.md new file mode 100644 index 00000000..8621991e --- /dev/null +++ b/fonts/README.md @@ -0,0 +1,26 @@ +# Icon font + +The `vanilla` icon font is generated via [IcoMoon](https://icomoon.io). It is referenced in `src/core/less/_defaults/icons.less` via `@font-face`. + +## Files + +| File | Purpose | +|------|---------| +| `vanilla.woff` / `vanilla.woff2` | Compiled font files used at runtime | +| `icomoon-project.json` | IcoMoon app project state - import this to resume editing in the app | +| `icomoon-export.json` | IcoMoon font definition (new app format) - use this to regenerate the font | +| `selection.json` | Legacy IcoMoon backup (old app format) - kept for backwards compatibility | + +## Updating the core icon set + +Use this when adding, removing, or modifying icons in the shared `vanilla` font used across all projects. + +1. Go to [icomoon.io](https://icomoon.io) and open the app. +2. Import `icomoon-project.json` from the project selection screen. +3. Add, remove, or modify icons as needed. +4. Export the font package (the zip download). +5. Replace `vanilla.woff` and `vanilla.woff2` with the new files from the `fonts/` folder in the zip. +6. Replace `icomoon-export.json` with the `.icomoon.json` file from the zip root. +7. Update `icons.less` if any icon class names or unicode values have changed. + +Do not manually edit the font files or JSON files. diff --git a/fonts/icomoon-export.json b/fonts/icomoon-export.json new file mode 100644 index 00000000..873316fa --- /dev/null +++ b/fonts/icomoon-export.json @@ -0,0 +1 @@ +{"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"formats":[{"order":0,"mOpen":true,"item":{"tag":"ItemFont","args":[{"addPalettes":false,"fontFamily":{"value":"vanilla"}}]}}],"glyphs":[{"extras":{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"location","tags":["location"],"codePoint":59657},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"medal","tags":["medal"],"codePoint":59658},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"shield","tags":["shield"],"codePoint":59660},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"text-document","tags":["text-document"],"codePoint":59663},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trophy","tags":["trophy"],"codePoint":59664},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"bookmark","tags":["bookmark"],"codePoint":59669},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"message","tags":["message"],"codePoint":59670},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mouse","tags":["mouse"],"codePoint":59671},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mobile","tags":["mobile"],"codePoint":59672},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"desktop","tags":["desktop"],"codePoint":59673},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pencil","tags":["pencil"],"codePoint":59674},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"person","tags":["person"],"codePoint":59677},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"persons","tags":["persons"],"codePoint":59678},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"profile","tags":["profile"],"codePoint":59679},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pin","tags":["pin"],"codePoint":59680},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"map","tags":["map"],"codePoint":59681},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"point","tags":["point"],"codePoint":59682},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"star","tags":["star"],"codePoint":59683},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"comments","tags":["comments"],"codePoint":59685},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"comment","tags":["comment"],"codePoint":59686},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"home","tags":["home"],"codePoint":59687},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"popup","tags":["popup"],"codePoint":59688},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"search","tags":["search"],"codePoint":59689},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"printer","tags":["printer"],"codePoint":59690},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"link","tags":["link"],"codePoint":59691},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flag","tags":["flag"],"codePoint":59692},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cog","tags":["cog"],"codePoint":59693},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tools","tags":["tools"],"codePoint":59694},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tag","tags":["tag"],"codePoint":59695},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera","tags":["camera"],"codePoint":59696},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"feedback","tags":["feedback"],"codePoint":59697},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"book","tags":["book"],"codePoint":59698},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"article","tags":["article"],"codePoint":59699},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"eye","tags":["eye"],"codePoint":59700},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"time","tags":["time"],"codePoint":59701},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"microphone","tags":["microphone"],"codePoint":59702},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"calendar","tags":["calendar"],"codePoint":59703},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer","tags":["timer"],"codePoint":59704},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"drag","tags":["drag"],"codePoint":59705},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checklist","tags":["checklist"],"codePoint":59707},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ticket","tags":["ticket"],"codePoint":59708},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"line-graph","tags":["line-graph"],"codePoint":59710},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tick","tags":["tick"],"codePoint":59716},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cross","tags":["cross"],"codePoint":59717},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"minus","tags":["minus"],"codePoint":59718},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"plus","tags":["plus"],"codePoint":59719},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"info","tags":["info"],"codePoint":59720},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"question","tags":["question"],"codePoint":59721},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"warning","tags":["warning"],"codePoint":59722},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"list","tags":["list"],"codePoint":59723},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"menu","tags":["menu"],"codePoint":59725},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"grid","tags":["grid"],"codePoint":59726},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"portrait","tags":["portrait"],"codePoint":59727},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"screens","tags":["screens"],"codePoint":59728},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"landscape","tags":["landscape"],"codePoint":59729},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"images","tags":["images"],"codePoint":59730},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"media","tags":["media"],"codePoint":59731},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"folder","tags":["folder"],"codePoint":59732},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"documents","tags":["documents"],"codePoint":59733},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"delete","tags":["delete"],"codePoint":59734},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"save","tags":["save"],"codePoint":59735},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"download","tags":["download"],"codePoint":59736},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"upload","tags":["upload"],"codePoint":59737},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"expand","tags":["expand"],"codePoint":59738},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"shrink","tags":["shrink"],"codePoint":59739},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"volume","tags":["volume"],"codePoint":59740},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound","tags":["sound"],"codePoint":59741},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-down","tags":["controls-down"],"codePoint":59743},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-left","tags":["controls-left"],"codePoint":59744},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-right","tags":["controls-right"],"codePoint":59745},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-up","tags":["controls-up"],"codePoint":59746},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"dot","tags":["dot"],"codePoint":59751},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"up-down","tags":["up-down"],"codePoint":59753},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"language-1","tags":["language-1"],"codePoint":59760},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"accessibility","tags":["accessibility"],"codePoint":59761},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"globe","tags":["globe"],"codePoint":59762},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"language-2","tags":["language-2"],"codePoint":59763},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"alert","tags":["alert"],"codePoint":59767},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"attachment","tags":["attachment"],"codePoint":59776},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"block","tags":["block"],"codePoint":59777},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera-off","tags":["camera-off"],"codePoint":59778},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera-on","tags":["camera-on"],"codePoint":59779},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cloud","tags":["cloud"],"codePoint":59780},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"compass","tags":["compass"],"codePoint":59781},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"copy-file","tags":["copy-file"],"codePoint":59782},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"copyright","tags":["copyright"],"codePoint":59783},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"crop","tags":["crop"],"codePoint":59784},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"devices","tags":["devices"],"codePoint":59785},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"down-up","tags":["down-up"],"codePoint":59786},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"exclamation","tags":["exclamation"],"codePoint":59788},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"expand_1","tags":["expand_1"],"codePoint":59789},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"extension","tags":["extension"],"codePoint":59790},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"favourite","tags":["favourite"],"codePoint":59791},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"google-translate","tags":["google-translate"],"codePoint":59792},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"hand","tags":["hand"],"codePoint":59793},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"lightning","tags":["lightning"],"codePoint":59794},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"list-2","tags":["list-2"],"codePoint":59795},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"move","tags":["move"],"codePoint":59797},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mute","tags":["mute"],"codePoint":59798},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"question-circle","tags":["question-circle"],"codePoint":59800},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-close","tags":["quote-close"],"codePoint":59801},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-open","tags":["quote-open"],"codePoint":59802},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"refresh","tags":["refresh"],"codePoint":59803},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"send","tags":["send"],"codePoint":59804},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound-down","tags":["sound-down"],"codePoint":59805},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sync","tags":["sync"],"codePoint":59806},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tablet","tags":["tablet"],"codePoint":59807},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer-full","tags":["timer-full"],"codePoint":59811},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions","tags":["video-captions"],"codePoint":59814},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-loop","tags":["video-loop"],"codePoint":59818},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-pause","tags":["video-pause"],"codePoint":59820},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-play","tags":["video-play"],"codePoint":59822},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-replay","tags":["video-replay"],"codePoint":59823},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-stop","tags":["video-stop"],"codePoint":59827},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"blogger","tags":["blogger"],"codePoint":59837},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"deviantart","tags":["deviantart"],"codePoint":59839},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-word","tags":["doc-word"],"codePoint":59842},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"facebook","tags":["facebook"],"codePoint":59844},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flickr","tags":["flickr"],"codePoint":59846},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"github","tags":["github"],"codePoint":59847},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"instagram","tags":["instagram"],"codePoint":59849},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"linkedin","tags":["linkedin"],"codePoint":59851},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"paypal","tags":["paypal"],"codePoint":59852},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pintrest","tags":["pintrest"],"codePoint":59854},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"qq-2","tags":["qq-2"],"codePoint":59855},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"qq","tags":["qq"],"codePoint":59856},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"reddit","tags":["reddit"],"codePoint":59858},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"rss-2","tags":["rss-2"],"codePoint":59859},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"rss","tags":["rss"],"codePoint":59860},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"steam-2","tags":["steam-2"],"codePoint":59865},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"steam","tags":["steam"],"codePoint":59866},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trello-2","tags":["trello-2"],"codePoint":59867},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trello","tags":["trello"],"codePoint":59868},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tumblr","tags":["tumblr"],"codePoint":59870},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitch","tags":["twitch"],"codePoint":59871},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitter","tags":["twitter"],"codePoint":59873},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"vimeo","tags":["vimeo"],"codePoint":59875},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wechat","tags":["wechat"],"codePoint":59877},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"weibo","tags":["weibo"],"codePoint":59879},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"xing-2","tags":["xing-2"],"codePoint":59880},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"xing","tags":["xing"],"codePoint":59881},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youku-2","tags":["youku-2"],"codePoint":59882},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youku","tags":["youku"],"codePoint":59883},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youtube","tags":["youtube"],"codePoint":59885},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]} \ No newline at end of file diff --git a/fonts/icomoon-project.json b/fonts/icomoon-project.json new file mode 100644 index 00000000..9118e6ae --- /dev/null +++ b/fonts/icomoon-project.json @@ -0,0 +1 @@ +{"preferences":{"target":[[1779210310],[1779210311],[1779210312],[1779210313],[1779210314],[1779210315],[1779210316],[1779210317],[1779210318],[1779210319],[1779210320],[1779210321],[1779210322],[1779210323],[1779210324],[1779210325],[1779210326],[1779210327],[1779210328],[1779210329],[1779210330],[1779210331],[1779210332],[1779210333],[1779210334],[1779210335],[1779210336],[1779210337],[1779210338],[1779210339],[1779210340],[1779210341],[1779210342],[1779210343],[1779210344],[1779210345],[1779210346],[1779210347],[1779210348],[1779210349],[1779210350],[1779210351],[1779210352],[1779210353],[1779210354],[1779210355],[1779210356],[1779210357],[1779210358],[1779210359],[1779210360],[1779210361],[1779210362],[1779210363],[1779210364],[1779210365],[1779210366],[1779210367],[1779210368],[1779210369],[1779210370],[1779210371],[1779210372],[1779210373],[1779210374],[1779210375],[1779210376],[1779210377],[1779210378],[1779210379],[1779210380],[1779210381],[1779210382],[1779210383],[1779210384],[1779210385],[1779210386],[1779210387],[1779210388],[1779210389],[1779210390],[1779210391],[1779210392],[1779210393],[1779210394],[1779210395],[1779210396],[1779210397],[1779210398],[1779210399],[1779210400],[1779210401],[1779210402],[1779210403],[1779210404],[1779210405],[1779210406],[1779210407],[1779210408],[1779210409],[1779210410],[1779210411],[1779210412],[1779210413],[1779210414],[1779210415],[1779210416],[1779210417],[1779210418],[1779210419],[1779210420],[1779210421],[1779210422],[1779210423],[1779210424],[1779210425],[1779210426],[1779210427],[1779210428],[1779210429],[1779210430],[1779210431],[1779210432],[1779210433],[1779210434],[1779210435],[1779210436],[1779210437],[1779210438],[1779210439],[1779210440],[1779210441],[1779210442],[1779210443],[1779210444],[1779210445],[1779210446],[1779210447],[1779210448],[1779210449],[1779210450],[1779210451],[1779210452],[1779210453],[1779210454],[1779210455],[1779210456],[1779210457],[1779210458],[1779210459],[1779210460],[1779210461],[1779210462],[1779210463],[1779210464],[1779210465],[1779210466],[1779210467],[1779210468],[1779210469],[1779210470],[1779210471],[1779210472],[1779210473],[1779210474],[1779210475],[1779210476],[1779210477],[1779210478],[1779210479],[1779210480],[1779210481],[1779210482],[1779210483],[1779210484],[1779210485],[1779210486],[1779210487],[1779210488],[1779210489],[1779210490],[1779210491],[1779210492],[1779210493],[1779210494],[1779210495],[1779210496],[1779210497],[1779210498],[1779210499],[1779210500],[1779210501],[1779210502],[1779210503],[1779210504],[1779210505],[1779210506],[1779210507],[1779210508],[1779210509],[1779210510],[1779210511],[1779210512],[1779210513],[1779210514],[1779210515],[1779210516],[1779210517],[1779210518],[1779210519],[1779210520],[1779210521],[1779210522],[1779210523],[1779210524],[1779210525],[1779210526],[1779210527],[1779210528],[1779210529],[1779210530],[1779210531],[1779210532],[1779210533],[1779210534],[1779210535],[1779210536],[1779210537],[1779210538],[1779210539],[1779210540],[1779210541],[1779210542],[1779210543],[1779210544],[1779210545],[1779210546],[1779210547],[1779210548],[1779210549],[1779210550],[1779210551]],"panels":{"hidden":false,"panels":[{"tag":"ExportPanel","args":[]},{"tag":"MainPanel","args":[]},{"tag":"PropertiesPanel","args":[]},{"tag":"ViewPanel","args":[]},{"tag":"HistoryPanel","args":[]}]},"previewOptions":{"showEditorOptions":true,"showGlyphOptions":true,"mainSize":32,"gridSize":{"tag":"AutoGridSize","args":[16]},"addPadding":true,"circular":true,"sizes":[],"showPixels":false,"showGrid":true,"gridColor":{"tag":"AutomaticColor","args":[]}},"batchOptions":{"ligaResetOptions":{"keepCurrent":true,"extractCodes":false},"findReplace":{"query":"","replacement":""},"showRearrange":false,"showCollections":false,"showGlyphMetadata":false,"showAllMetadata":true,"limitSortingToTarget":false,"sortBy":{"tag":"SortByName","args":[]},"forceSetCodePoints":false,"glyphMetadataTab":{"tag":"ShowNames","args":[]},"listingOptions":{"toggleCharCodes":false,"toggleNames":false,"toggleTags":false,"toggleLigatures":false,"toggleNotes":false},"editOptions":{"count":1,"from":"","to":{"tag":"AllGlyphs","args":[]}},"showNameTransforms":false},"quickExport":{"format":{"tag":"Svg","args":[false]},"addTitle":false,"fixedSize":true,"addPalettes":false,"colorPrefix":"color","paletteClass":"palette","svgAs":"S","svgAttributesAs":"A","elmIndentationSize":2,"htmlEntity":false,"namePrefix":"","nameSuffix":"","base64Encoding":false,"reactHelpers":true,"prependNamesToIds":true},"textFormatting":{"noNewlines":false,"useSpaceForIndentation":2},"exportButton":{"tag":"d","args":[]},"importOptions":{"showImportSettings":false,"extractSymbols":true,"ignoreThinStrokes":false,"removeInvisible":false,"removeRedundantColors":true,"addToEnd":false,"defaultSize":16,"url":"","code":"","replaceByName":false},"toggles":[[6,false]],"vectorEditorPreferences":{"snapOptions":{"snapEnabled":true,"snapToGrid":true,"snapToGridMidpoints":false,"snapToShapes":true,"snapToLocked":false},"defaultAttributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"stroke":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"NoPaint","args":[]}]}]},"stroke-linecap":{"tag":"Value","args":[{"tag":"StrokeLineCap","args":[{"tag":"ButtCap","args":[]}]}]},"stroke-linejoin":{"tag":"Value","args":[{"tag":"StrokeLineJoin","args":[{"tag":"MiterJoin","args":[]}]}]},"stroke-width":{"tag":"Value","args":[{"tag":"Length","args":[1]}]}},"boundingBoxAnchor":{"alignX":{"tag":"Mid","args":[]},"alignY":{"tag":"Mid","args":[]},"offsetX":0,"offsetY":0},"viewBoxAnchor":{"alignX":{"tag":"Min","args":[]},"alignY":{"tag":"Min","args":[]}},"alignTo":{"tag":"1","args":[]},"showViewBox":true,"showDimensions":true,"showStyle":true,"aspectRatioLock":false,"aspectRatioLockViewBox":true,"pinContentToViewBox":false,"stickyDrawingTool":false,"embeddedScaling":true,"layersTab":{"tag":"0","args":[]},"propertiesTab":{"tag":"0","args":[]},"fillOrStroke":{"tag":"Fill","args":[]},"showTransformBox":false,"showCodeEditor":false,"nudgeAmount":0.1,"mRoundingPrecision":0.1,"defaultPointers":[],"polygonSides":3,"starPoints":5,"scrollPositions":{}},"libraryPreferences":{"disabledSets":[],"tool":{"tag":"Selection","args":[]},"showDeleted":false,"showSets":true,"showExtraSets":false,"showNames":false,"selectedPalettes":[]},"extras":{"markingIndex":0,"selectedPalette":0,"selectedPalettes":[],"okLch":false}},"historyDict":{"1779210310_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210310],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210310],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210311_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210311],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210311],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210312_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210312],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210312],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210313_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210313],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210313],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210314_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210314],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210314],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210315_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210315],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210315],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210316_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210316],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210316],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210317_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210317],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210317],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210318_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210318],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210318],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210319_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210319],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210319],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210320_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210320],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210320],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210321_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210321],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210321],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210322_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210322],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210322],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210323_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210323],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210323],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210324_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210324],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210324],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210325_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210325],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210325],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210326_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210326],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210326],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210327_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210327],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210327],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210328_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210328],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210328],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210329_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210329],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210329],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210330_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210330],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210330],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210331_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210331],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210331],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210332_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210332],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210332],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210333_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210333],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210333],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210334_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210334],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210334],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210335_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210335],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210335],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210336_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210336],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210336],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210337_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210337],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210337],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210338_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210338],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210338],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210339_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210339],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210339],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210340_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210340],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210340],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210341_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210341],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210341],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210342_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210342],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210342],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210343_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210343],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210343],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210344_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210344],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210344],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210345_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210345],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210345],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210346_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210346],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210346],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210347_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210347],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210347],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210348_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210348],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210348],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210349_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210349],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210349],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210350_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210350],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210350],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210351_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210351],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210351],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210352_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210352],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210352],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210353_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210353],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210353],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210354_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210354],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210354],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210355_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210355],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210355],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210356_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210356],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210356],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210357_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210357],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210357],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210358_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210358],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210358],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210359_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210359],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210359],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210360_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210360],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210360],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210361_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210361],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210361],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210362_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210362],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210362],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210363_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210363],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210363],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210364_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210364],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210364],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210365_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210365],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210365],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210366_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210366],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210366],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210367_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210367],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210367],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210368_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210368],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210368],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210369_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210369],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210369],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210370_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210370],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210370],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210371_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210371],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210371],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210372_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210372],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210372],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210373_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210373],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210373],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210374_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210374],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210374],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210375_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210375],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210375],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210376_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210376],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210376],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210377_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210377],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210377],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210378_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210378],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210378],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210379_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210379],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210379],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210380_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210380],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210380],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210381_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210381],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210381],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210382_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210382],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210382],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210383_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210383],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210383],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210384_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210384],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210384],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210385_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210385],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210385],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210386_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210386],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210386],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210387_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210387],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210387],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210388_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210388],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210388],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210389_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210389],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210389],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210390_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210390],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210390],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210391_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210391],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210391],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210392_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210392],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210392],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210393_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210393],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210393],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210394_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210394],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210394],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210395_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210395],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210395],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210396_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210396],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210396],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210397_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210397],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210397],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210398_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210398],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210398],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210399_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210399],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210399],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210400_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210400],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210400],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210401_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210401],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210401],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210402_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210402],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210402],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210403_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210403],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210403],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210404_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210404],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210404],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210405_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210405],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210405],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210406_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210406],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210406],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210407_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210407],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210407],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210408_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210408],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210408],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210409_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210409],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210409],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210410_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210410],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210410],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210411_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210411],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210411],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210412_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210412],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210412],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210413_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210413],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210413],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210414_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210414],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210414],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210415_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210415],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210415],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210416_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210416],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210416],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210417_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210417],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210417],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210418_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210418],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210418],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210419_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210419],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210419],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210420_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210420],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210420],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210421_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210421],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210421],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210422_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210422],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210422],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210423_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210423],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210423],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210424_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210424],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210424],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210425_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210425],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210425],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210426_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210426],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210426],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210427_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210427],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210427],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210428_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210428],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210428],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210429_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210429],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210429],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210430_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210430],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210430],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210431_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210431],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210431],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210432_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210432],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210432],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210433_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210433],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210433],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210434_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210434],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210434],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210435_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210435],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210435],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210436_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210436],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210436],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210437_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210437],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210437],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210438_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210438],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210438],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210439_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210439],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210439],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210440_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210440],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210440],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210441_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210441],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210441],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210442_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210442],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210442],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210443_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210443],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210443],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210444_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210444],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210444],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210445_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210445],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210445],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210446_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210446],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210446],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210447_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210447],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210447],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210448_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210448],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210448],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210449_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210449],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210449],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210450_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210450],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210450],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210451_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210451],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210451],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210452_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210452],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210452],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210453_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210453],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210453],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210454_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210454],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210454],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210455_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210455],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210455],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210456_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210456],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210456],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210457_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210457],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210457],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210458_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210458],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210458],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210459_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210459],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210459],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210460_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210460],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210460],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210461_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210461],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210461],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210462_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210462],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210462],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210463_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210463],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210463],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210464_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210464],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210464],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210465_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210465],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210465],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210466_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210466],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210466],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210467_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210467],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210467],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210468_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210468],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210468],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210469_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210469],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210469],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210470_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210470],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210470],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210471_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210471],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210471],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210472_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210472],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210472],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210473_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210473],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210473],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210474_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210474],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210474],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210475_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210475],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210475],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210476_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210476],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210476],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210477_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210477],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210477],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210478_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210478],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210478],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210479_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210479],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210479],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210480_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210480],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210480],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210481_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210481],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210481],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210482_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210482],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210482],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210483_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210483],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210483],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210484_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210484],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210484],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210485_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210485],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210485],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210486_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210486],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210486],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210487_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210487],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210487],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210488_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210488],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210488],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210489_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210489],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210489],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210490_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210490],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210490],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210491_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210491],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210491],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210492_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210492],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210492],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210493_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210493],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210493],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210494_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210494],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210494],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210495_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210495],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210495],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210496_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210496],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210496],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210497_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210497],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210497],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210498_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210498],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210498],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210499_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210499],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210499],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210500_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210500],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210500],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210501_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210501],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210501],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210502_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210502],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210502],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210503_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210503],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210503],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210504_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210504],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210504],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210505_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210505],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210505],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210506_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210506],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210506],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210507_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210507],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210507],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210508_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210508],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210508],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210509_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210509],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210509],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210510_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210510],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210510],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210511_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210511],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210511],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210512_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210512],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210512],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210513_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210513],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210513],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210514_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210514],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210514],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210515_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210515],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210515],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210516_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210516],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210516],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210517_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210517],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210517],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210518_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210518],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210518],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210519_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210519],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210519],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210520_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210520],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210520],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210521_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210521],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210521],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210522_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210522],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210522],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210523_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210523],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210523],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210524_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210524],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210524],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210525_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210525],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210525],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210526_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210526],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210526],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210527_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210527],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210527],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210528_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210528],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210528],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210529_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210529],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210529],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210530_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210530],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210530],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210531_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210531],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210531],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210532_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210532],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210532],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210533_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210533],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210533],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210534_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210534],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210534],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210535_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210535],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210535],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210536_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210536],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210536],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210537_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210537],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210537],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210538_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210538],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210538],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210539_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210539],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210539],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210540_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210540],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210540],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210541_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210541],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210541],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210542_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210542],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210542],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210543_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210543],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210543],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210544_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210544],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210544],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210545_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210545],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210545],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210546_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210546],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210546],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210547_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210547],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210547],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210548_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210548],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210548],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210549_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210549],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210549],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210550_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210550],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210550],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210551_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210551],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210551],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"main":{"path":[[0,4]],"branchPath":[[0,4]],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":{"tag":"AddGlyphMetadata","args":[{"byLibrary":false,"insertIndex":0,"newGlyphMetadata":[[[1779210310],{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648}],[[1779210311],{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649}],[[1779210312],{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650}],[[1779210313],{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651}],[[1779210314],{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652}],[[1779210315],{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653}],[[1779210316],{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654}],[[1779210317],{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655}],[[1779210318],{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656}],[[1779210319],{"name":"location","tags":["location"],"codePoint":59657}],[[1779210320],{"name":"medal","tags":["medal"],"codePoint":59658}],[[1779210321],{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659}],[[1779210322],{"name":"shield","tags":["shield"],"codePoint":59660}],[[1779210323],{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661}],[[1779210324],{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662}],[[1779210325],{"name":"text-document","tags":["text-document"],"codePoint":59663}],[[1779210326],{"name":"trophy","tags":["trophy"],"codePoint":59664}],[[1779210327],{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665}],[[1779210328],{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666}],[[1779210329],{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667}],[[1779210330],{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668}],[[1779210331],{"name":"bookmark","tags":["bookmark"],"codePoint":59669}],[[1779210332],{"name":"message","tags":["message"],"codePoint":59670}],[[1779210333],{"name":"mouse","tags":["mouse"],"codePoint":59671}],[[1779210334],{"name":"mobile","tags":["mobile"],"codePoint":59672}],[[1779210335],{"name":"desktop","tags":["desktop"],"codePoint":59673}],[[1779210336],{"name":"pencil","tags":["pencil"],"codePoint":59674}],[[1779210337],{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675}],[[1779210338],{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676}],[[1779210339],{"name":"person","tags":["person"],"codePoint":59677}],[[1779210340],{"name":"persons","tags":["persons"],"codePoint":59678}],[[1779210341],{"name":"profile","tags":["profile"],"codePoint":59679}],[[1779210342],{"name":"pin","tags":["pin"],"codePoint":59680}],[[1779210343],{"name":"map","tags":["map"],"codePoint":59681}],[[1779210344],{"name":"point","tags":["point"],"codePoint":59682}],[[1779210345],{"name":"star","tags":["star"],"codePoint":59683}],[[1779210346],{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684}],[[1779210347],{"name":"comments","tags":["comments"],"codePoint":59685}],[[1779210348],{"name":"comment","tags":["comment"],"codePoint":59686}],[[1779210349],{"name":"home","tags":["home"],"codePoint":59687}],[[1779210350],{"name":"popup","tags":["popup"],"codePoint":59688}],[[1779210351],{"name":"search","tags":["search"],"codePoint":59689}],[[1779210352],{"name":"printer","tags":["printer"],"codePoint":59690}],[[1779210353],{"name":"link","tags":["link"],"codePoint":59691}],[[1779210354],{"name":"flag","tags":["flag"],"codePoint":59692}],[[1779210355],{"name":"cog","tags":["cog"],"codePoint":59693}],[[1779210356],{"name":"tools","tags":["tools"],"codePoint":59694}],[[1779210357],{"name":"tag","tags":["tag"],"codePoint":59695}],[[1779210358],{"name":"camera","tags":["camera"],"codePoint":59696}],[[1779210359],{"name":"feedback","tags":["feedback"],"codePoint":59697}],[[1779210360],{"name":"book","tags":["book"],"codePoint":59698}],[[1779210361],{"name":"article","tags":["article"],"codePoint":59699}],[[1779210362],{"name":"eye","tags":["eye"],"codePoint":59700}],[[1779210363],{"name":"time","tags":["time"],"codePoint":59701}],[[1779210364],{"name":"microphone","tags":["microphone"],"codePoint":59702}],[[1779210365],{"name":"calendar","tags":["calendar"],"codePoint":59703}],[[1779210366],{"name":"timer","tags":["timer"],"codePoint":59704}],[[1779210367],{"name":"drag","tags":["drag"],"codePoint":59705}],[[1779210368],{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706}],[[1779210369],{"name":"checklist","tags":["checklist"],"codePoint":59707}],[[1779210370],{"name":"ticket","tags":["ticket"],"codePoint":59708}],[[1779210371],{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709}],[[1779210372],{"name":"line-graph","tags":["line-graph"],"codePoint":59710}],[[1779210373],{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711}],[[1779210374],{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712}],[[1779210375],{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713}],[[1779210376],{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714}],[[1779210377],{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715}],[[1779210378],{"name":"tick","tags":["tick"],"codePoint":59716}],[[1779210379],{"name":"cross","tags":["cross"],"codePoint":59717}],[[1779210380],{"name":"minus","tags":["minus"],"codePoint":59718}],[[1779210381],{"name":"plus","tags":["plus"],"codePoint":59719}],[[1779210382],{"name":"info","tags":["info"],"codePoint":59720}],[[1779210383],{"name":"question","tags":["question"],"codePoint":59721}],[[1779210384],{"name":"warning","tags":["warning"],"codePoint":59722}],[[1779210385],{"name":"list","tags":["list"],"codePoint":59723}],[[1779210386],{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724}],[[1779210387],{"name":"menu","tags":["menu"],"codePoint":59725}],[[1779210388],{"name":"grid","tags":["grid"],"codePoint":59726}],[[1779210389],{"name":"portrait","tags":["portrait"],"codePoint":59727}],[[1779210390],{"name":"screens","tags":["screens"],"codePoint":59728}],[[1779210391],{"name":"landscape","tags":["landscape"],"codePoint":59729}],[[1779210392],{"name":"images","tags":["images"],"codePoint":59730}],[[1779210393],{"name":"media","tags":["media"],"codePoint":59731}],[[1779210394],{"name":"folder","tags":["folder"],"codePoint":59732}],[[1779210395],{"name":"documents","tags":["documents"],"codePoint":59733}],[[1779210396],{"name":"delete","tags":["delete"],"codePoint":59734}],[[1779210397],{"name":"save","tags":["save"],"codePoint":59735}],[[1779210398],{"name":"download","tags":["download"],"codePoint":59736}],[[1779210399],{"name":"upload","tags":["upload"],"codePoint":59737}],[[1779210400],{"name":"expand","tags":["expand"],"codePoint":59738}],[[1779210401],{"name":"shrink","tags":["shrink"],"codePoint":59739}],[[1779210402],{"name":"volume","tags":["volume"],"codePoint":59740}],[[1779210403],{"name":"sound","tags":["sound"],"codePoint":59741}],[[1779210404],{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742}],[[1779210405],{"name":"controls-down","tags":["controls-down"],"codePoint":59743}],[[1779210406],{"name":"controls-left","tags":["controls-left"],"codePoint":59744}],[[1779210407],{"name":"controls-right","tags":["controls-right"],"codePoint":59745}],[[1779210408],{"name":"controls-up","tags":["controls-up"],"codePoint":59746}],[[1779210409],{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747}],[[1779210410],{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748}],[[1779210411],{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749}],[[1779210412],{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750}],[[1779210413],{"name":"dot","tags":["dot"],"codePoint":59751}],[[1779210414],{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752}],[[1779210415],{"name":"up-down","tags":["up-down"],"codePoint":59753}],[[1779210416],{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754}],[[1779210417],{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755}],[[1779210418],{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756}],[[1779210419],{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757}],[[1779210420],{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758}],[[1779210421],{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759}],[[1779210422],{"name":"language-1","tags":["language-1"],"codePoint":59760}],[[1779210423],{"name":"accessibility","tags":["accessibility"],"codePoint":59761}],[[1779210424],{"name":"globe","tags":["globe"],"codePoint":59762}],[[1779210425],{"name":"language-2","tags":["language-2"],"codePoint":59763}],[[1779210426],{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764}],[[1779210427],{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765}],[[1779210428],{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766}],[[1779210429],{"name":"alert","tags":["alert"],"codePoint":59767}],[[1779210430],{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768}],[[1779210431],{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769}],[[1779210432],{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770}],[[1779210433],{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771}],[[1779210434],{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772}],[[1779210435],{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773}],[[1779210436],{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774}],[[1779210437],{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775}],[[1779210438],{"name":"attachment","tags":["attachment"],"codePoint":59776}],[[1779210439],{"name":"block","tags":["block"],"codePoint":59777}],[[1779210440],{"name":"camera-off","tags":["camera-off"],"codePoint":59778}],[[1779210441],{"name":"camera-on","tags":["camera-on"],"codePoint":59779}],[[1779210442],{"name":"cloud","tags":["cloud"],"codePoint":59780}],[[1779210443],{"name":"compass","tags":["compass"],"codePoint":59781}],[[1779210444],{"name":"copy-file","tags":["copy-file"],"codePoint":59782}],[[1779210445],{"name":"copyright","tags":["copyright"],"codePoint":59783}],[[1779210446],{"name":"crop","tags":["crop"],"codePoint":59784}],[[1779210447],{"name":"devices","tags":["devices"],"codePoint":59785}],[[1779210448],{"name":"down-up","tags":["down-up"],"codePoint":59786}],[[1779210449],{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787}],[[1779210450],{"name":"exclamation","tags":["exclamation"],"codePoint":59788}],[[1779210451],{"name":"expand_1","tags":["expand_1"],"codePoint":59789}],[[1779210452],{"name":"extension","tags":["extension"],"codePoint":59790}],[[1779210453],{"name":"favourite","tags":["favourite"],"codePoint":59791}],[[1779210454],{"name":"google-translate","tags":["google-translate"],"codePoint":59792}],[[1779210455],{"name":"hand","tags":["hand"],"codePoint":59793}],[[1779210456],{"name":"lightning","tags":["lightning"],"codePoint":59794}],[[1779210457],{"name":"list-2","tags":["list-2"],"codePoint":59795}],[[1779210458],{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796}],[[1779210459],{"name":"move","tags":["move"],"codePoint":59797}],[[1779210460],{"name":"mute","tags":["mute"],"codePoint":59798}],[[1779210461],{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799}],[[1779210462],{"name":"question-circle","tags":["question-circle"],"codePoint":59800}],[[1779210463],{"name":"quote-close","tags":["quote-close"],"codePoint":59801}],[[1779210464],{"name":"quote-open","tags":["quote-open"],"codePoint":59802}],[[1779210465],{"name":"refresh","tags":["refresh"],"codePoint":59803}],[[1779210466],{"name":"send","tags":["send"],"codePoint":59804}],[[1779210467],{"name":"sound-down","tags":["sound-down"],"codePoint":59805}],[[1779210468],{"name":"sync","tags":["sync"],"codePoint":59806}],[[1779210469],{"name":"tablet","tags":["tablet"],"codePoint":59807}],[[1779210470],{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808}],[[1779210471],{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809}],[[1779210472],{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810}],[[1779210473],{"name":"timer-full","tags":["timer-full"],"codePoint":59811}],[[1779210474],{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812}],[[1779210475],{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813}],[[1779210476],{"name":"video-captions","tags":["video-captions"],"codePoint":59814}],[[1779210477],{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815}],[[1779210478],{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816}],[[1779210479],{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817}],[[1779210480],{"name":"video-loop","tags":["video-loop"],"codePoint":59818}],[[1779210481],{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819}],[[1779210482],{"name":"video-pause","tags":["video-pause"],"codePoint":59820}],[[1779210483],{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821}],[[1779210484],{"name":"video-play","tags":["video-play"],"codePoint":59822}],[[1779210485],{"name":"video-replay","tags":["video-replay"],"codePoint":59823}],[[1779210486],{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824}],[[1779210487],{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825}],[[1779210488],{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826}],[[1779210489],{"name":"video-stop","tags":["video-stop"],"codePoint":59827}],[[1779210490],{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828}],[[1779210491],{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829}],[[1779210492],{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830}],[[1779210493],{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831}],[[1779210494],{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832}],[[1779210495],{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833}],[[1779210496],{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834}],[[1779210497],{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835}],[[1779210498],{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836}],[[1779210499],{"name":"blogger","tags":["blogger"],"codePoint":59837}],[[1779210500],{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838}],[[1779210501],{"name":"deviantart","tags":["deviantart"],"codePoint":59839}],[[1779210502],{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840}],[[1779210503],{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841}],[[1779210504],{"name":"doc-word","tags":["doc-word"],"codePoint":59842}],[[1779210505],{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843}],[[1779210506],{"name":"facebook","tags":["facebook"],"codePoint":59844}],[[1779210507],{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845}],[[1779210508],{"name":"flickr","tags":["flickr"],"codePoint":59846}],[[1779210509],{"name":"github","tags":["github"],"codePoint":59847}],[[1779210510],{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848}],[[1779210511],{"name":"instagram","tags":["instagram"],"codePoint":59849}],[[1779210512],{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850}],[[1779210513],{"name":"linkedin","tags":["linkedin"],"codePoint":59851}],[[1779210514],{"name":"paypal","tags":["paypal"],"codePoint":59852}],[[1779210515],{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853}],[[1779210516],{"name":"pintrest","tags":["pintrest"],"codePoint":59854}],[[1779210517],{"name":"qq-2","tags":["qq-2"],"codePoint":59855}],[[1779210518],{"name":"qq","tags":["qq"],"codePoint":59856}],[[1779210519],{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857}],[[1779210520],{"name":"reddit","tags":["reddit"],"codePoint":59858}],[[1779210521],{"name":"rss-2","tags":["rss-2"],"codePoint":59859}],[[1779210522],{"name":"rss","tags":["rss"],"codePoint":59860}],[[1779210523],{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861}],[[1779210524],{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862}],[[1779210525],{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863}],[[1779210526],{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864}],[[1779210527],{"name":"steam-2","tags":["steam-2"],"codePoint":59865}],[[1779210528],{"name":"steam","tags":["steam"],"codePoint":59866}],[[1779210529],{"name":"trello-2","tags":["trello-2"],"codePoint":59867}],[[1779210530],{"name":"trello","tags":["trello"],"codePoint":59868}],[[1779210531],{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869}],[[1779210532],{"name":"tumblr","tags":["tumblr"],"codePoint":59870}],[[1779210533],{"name":"twitch","tags":["twitch"],"codePoint":59871}],[[1779210534],{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872}],[[1779210535],{"name":"twitter","tags":["twitter"],"codePoint":59873}],[[1779210536],{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874}],[[1779210537],{"name":"vimeo","tags":["vimeo"],"codePoint":59875}],[[1779210538],{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876}],[[1779210539],{"name":"wechat","tags":["wechat"],"codePoint":59877}],[[1779210540],{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878}],[[1779210541],{"name":"weibo","tags":["weibo"],"codePoint":59879}],[[1779210542],{"name":"xing-2","tags":["xing-2"],"codePoint":59880}],[[1779210543],{"name":"xing","tags":["xing"],"codePoint":59881}],[[1779210544],{"name":"youku-2","tags":["youku-2"],"codePoint":59882}],[[1779210545],{"name":"youku","tags":["youku"],"codePoint":59883}],[[1779210546],{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884}],[[1779210547],{"name":"youtube","tags":["youtube"],"codePoint":59885}],[[1779210548],{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886}],[[1779210549],{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887}],[[1779210550],{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888}],[[1779210551],{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889}]],"newMarks":[]}]}}},"next":[{"value":{"time":1779210348637,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemSvg","args":[null]},1,null]}]}]},"mDetail":"Exclude from Export"}},"next":[{"value":{"time":1779212662203,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"fontFamily",{"value":"vanilla"}]}]}]}}},"next":[{"value":{"time":1779212664330,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"addPalettes",false]}]}]}}},"next":[]}]}]}],"link":{"o":{"1779210310_glyph":[0],"1779210311_glyph":[0],"1779210312_glyph":[0],"1779210313_glyph":[0],"1779210314_glyph":[0],"1779210315_glyph":[0],"1779210316_glyph":[0],"1779210317_glyph":[0],"1779210318_glyph":[0],"1779210319_glyph":[0],"1779210320_glyph":[0],"1779210321_glyph":[0],"1779210322_glyph":[0],"1779210323_glyph":[0],"1779210324_glyph":[0],"1779210325_glyph":[0],"1779210326_glyph":[0],"1779210327_glyph":[0],"1779210328_glyph":[0],"1779210329_glyph":[0],"1779210330_glyph":[0],"1779210331_glyph":[0],"1779210332_glyph":[0],"1779210333_glyph":[0],"1779210334_glyph":[0],"1779210335_glyph":[0],"1779210336_glyph":[0],"1779210337_glyph":[0],"1779210338_glyph":[0],"1779210339_glyph":[0],"1779210340_glyph":[0],"1779210341_glyph":[0],"1779210342_glyph":[0],"1779210343_glyph":[0],"1779210344_glyph":[0],"1779210345_glyph":[0],"1779210346_glyph":[0],"1779210347_glyph":[0],"1779210348_glyph":[0],"1779210349_glyph":[0],"1779210350_glyph":[0],"1779210351_glyph":[0],"1779210352_glyph":[0],"1779210353_glyph":[0],"1779210354_glyph":[0],"1779210355_glyph":[0],"1779210356_glyph":[0],"1779210357_glyph":[0],"1779210358_glyph":[0],"1779210359_glyph":[0],"1779210360_glyph":[0],"1779210361_glyph":[0],"1779210362_glyph":[0],"1779210363_glyph":[0],"1779210364_glyph":[0],"1779210365_glyph":[0],"1779210366_glyph":[0],"1779210367_glyph":[0],"1779210368_glyph":[0],"1779210369_glyph":[0],"1779210370_glyph":[0],"1779210371_glyph":[0],"1779210372_glyph":[0],"1779210373_glyph":[0],"1779210374_glyph":[0],"1779210375_glyph":[0],"1779210376_glyph":[0],"1779210377_glyph":[0],"1779210378_glyph":[0],"1779210379_glyph":[0],"1779210380_glyph":[0],"1779210381_glyph":[0],"1779210382_glyph":[0],"1779210383_glyph":[0],"1779210384_glyph":[0],"1779210385_glyph":[0],"1779210386_glyph":[0],"1779210387_glyph":[0],"1779210388_glyph":[0],"1779210389_glyph":[0],"1779210390_glyph":[0],"1779210391_glyph":[0],"1779210392_glyph":[0],"1779210393_glyph":[0],"1779210394_glyph":[0],"1779210395_glyph":[0],"1779210396_glyph":[0],"1779210397_glyph":[0],"1779210398_glyph":[0],"1779210399_glyph":[0],"1779210400_glyph":[0],"1779210401_glyph":[0],"1779210402_glyph":[0],"1779210403_glyph":[0],"1779210404_glyph":[0],"1779210405_glyph":[0],"1779210406_glyph":[0],"1779210407_glyph":[0],"1779210408_glyph":[0],"1779210409_glyph":[0],"1779210410_glyph":[0],"1779210411_glyph":[0],"1779210412_glyph":[0],"1779210413_glyph":[0],"1779210414_glyph":[0],"1779210415_glyph":[0],"1779210416_glyph":[0],"1779210417_glyph":[0],"1779210418_glyph":[0],"1779210419_glyph":[0],"1779210420_glyph":[0],"1779210421_glyph":[0],"1779210422_glyph":[0],"1779210423_glyph":[0],"1779210424_glyph":[0],"1779210425_glyph":[0],"1779210426_glyph":[0],"1779210427_glyph":[0],"1779210428_glyph":[0],"1779210429_glyph":[0],"1779210430_glyph":[0],"1779210431_glyph":[0],"1779210432_glyph":[0],"1779210433_glyph":[0],"1779210434_glyph":[0],"1779210435_glyph":[0],"1779210436_glyph":[0],"1779210437_glyph":[0],"1779210438_glyph":[0],"1779210439_glyph":[0],"1779210440_glyph":[0],"1779210441_glyph":[0],"1779210442_glyph":[0],"1779210443_glyph":[0],"1779210444_glyph":[0],"1779210445_glyph":[0],"1779210446_glyph":[0],"1779210447_glyph":[0],"1779210448_glyph":[0],"1779210449_glyph":[0],"1779210450_glyph":[0],"1779210451_glyph":[0],"1779210452_glyph":[0],"1779210453_glyph":[0],"1779210454_glyph":[0],"1779210455_glyph":[0],"1779210456_glyph":[0],"1779210457_glyph":[0],"1779210458_glyph":[0],"1779210459_glyph":[0],"1779210460_glyph":[0],"1779210461_glyph":[0],"1779210462_glyph":[0],"1779210463_glyph":[0],"1779210464_glyph":[0],"1779210465_glyph":[0],"1779210466_glyph":[0],"1779210467_glyph":[0],"1779210468_glyph":[0],"1779210469_glyph":[0],"1779210470_glyph":[0],"1779210471_glyph":[0],"1779210472_glyph":[0],"1779210473_glyph":[0],"1779210474_glyph":[0],"1779210475_glyph":[0],"1779210476_glyph":[0],"1779210477_glyph":[0],"1779210478_glyph":[0],"1779210479_glyph":[0],"1779210480_glyph":[0],"1779210481_glyph":[0],"1779210482_glyph":[0],"1779210483_glyph":[0],"1779210484_glyph":[0],"1779210485_glyph":[0],"1779210486_glyph":[0],"1779210487_glyph":[0],"1779210488_glyph":[0],"1779210489_glyph":[0],"1779210490_glyph":[0],"1779210491_glyph":[0],"1779210492_glyph":[0],"1779210493_glyph":[0],"1779210494_glyph":[0],"1779210495_glyph":[0],"1779210496_glyph":[0],"1779210497_glyph":[0],"1779210498_glyph":[0],"1779210499_glyph":[0],"1779210500_glyph":[0],"1779210501_glyph":[0],"1779210502_glyph":[0],"1779210503_glyph":[0],"1779210504_glyph":[0],"1779210505_glyph":[0],"1779210506_glyph":[0],"1779210507_glyph":[0],"1779210508_glyph":[0],"1779210509_glyph":[0],"1779210510_glyph":[0],"1779210511_glyph":[0],"1779210512_glyph":[0],"1779210513_glyph":[0],"1779210514_glyph":[0],"1779210515_glyph":[0],"1779210516_glyph":[0],"1779210517_glyph":[0],"1779210518_glyph":[0],"1779210519_glyph":[0],"1779210520_glyph":[0],"1779210521_glyph":[0],"1779210522_glyph":[0],"1779210523_glyph":[0],"1779210524_glyph":[0],"1779210525_glyph":[0],"1779210526_glyph":[0],"1779210527_glyph":[0],"1779210528_glyph":[0],"1779210529_glyph":[0],"1779210530_glyph":[0],"1779210531_glyph":[0],"1779210532_glyph":[0],"1779210533_glyph":[0],"1779210534_glyph":[0],"1779210535_glyph":[0],"1779210536_glyph":[0],"1779210537_glyph":[0],"1779210538_glyph":[0],"1779210539_glyph":[0],"1779210540_glyph":[0],"1779210541_glyph":[0],"1779210542_glyph":[0],"1779210543_glyph":[0],"1779210544_glyph":[0],"1779210545_glyph":[0],"1779210546_glyph":[0],"1779210547_glyph":[0],"1779210548_glyph":[0],"1779210549_glyph":[0],"1779210550_glyph":[0],"1779210551_glyph":[0]}}}]},"model":{"tag":"ScopeMaster","args":[{"lastKey":[],"orderedKeys":[],"collections":{"first":{"keys":[],"name":""},"index":0,"rest":[]},"glyphMetadataDict":[],"paletets":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"exportOptions":{"exportItems":{"csh":{"order":11,"item":{}},"elm":{"order":4,"item":{}},"favicon":{"order":10,"item":{}},"font":{"order":0,"mOpen":false,"item":{}},"librarySet":{"order":12,"item":{}},"png":{"order":9,"item":{}},"react":{"order":5,"item":{}},"svg":{"order":1,"mOpen":false,"item":{}},"symbolDefs":{"order":2,"item":{}},"tiles":{"order":7,"item":{}},"vue":{"order":6,"item":{}},"webComponent":{"order":3,"item":{}}},"glyphSubset":{"tag":"AllGlyphs","args":[]}},"extraLibraryUrls":[],"releases":[]}]},"modelPath":[],"syncedPath":[]}},"metadata":{"localKey":[1344868410,2],"guests":{},"synced":false,"permission":{"tag":"FullLocal","args":[]},"name":{"time":1779210315979,"value":"Vanilla icons"},"created":1779210308053,"modified":1779212673712,"colorIndex":{"time":1779210317156,"value":4}}} \ No newline at end of file diff --git a/fonts/vanilla.woff b/fonts/vanilla.woff index 5af7c46fc3ed7d0959263f14282c05c364c37c17..0d36a55e5c9f7a27ebd7fcdd13a4399db91f2334 100644 GIT binary patch literal 31760 zcmd442Ygi3_AefUbI!K69D4ylDGEvn0n`wbq984R1gQZ6DI_5wz4s}5S~8Q~8wrFO zI!GuYAb1rOMZIc_q7U%it8&#n7z0duB-ppj?lzqk5Bq-J~#N_m3Gpnm-zk1*YlGnkMQy7z0$`gafA5VJLb~mnRA}Rv0lL_ zy-fVwdWUk)il~saK0eodhyA(Y?>*`6k5-4Q!?ARN{VRXBg@uOTUOqqIZ?yP(GW|kZ z7!KloPhfw5_)}i(eJCs{KH0}7^)?*;N&LO=muDwNg(TyCy=I||to{8o%O^S{Dip`| z;%|)j`=IdK!)s&K#iPy>QKql<*BjrWefX;~-}Ua&Tc7#S=f*xb;N$c4h@iW!{Qi3R z*Umml?<3eJKG%t(c;TAfhkrfnItiaxfeX#etC-ud?kIzj$rQV~xd=#I4 z-tFtKJ=(k78{5;o+kJd)^-1t9ufz7U-tFGl z4)SjI@p;H6-@7gO+=V-Nu9Z<{^~<4g>%wEA`wk!Wl+VjPp+0dw>wLm}Vtk@~`uYs_ z8Rqj;Vn}rOnl&Lli9R7X81AzM?~tI-)d_1t;_!%2pVg=&4*A6W(~|%0VBagZ`Q5$o z;NRUAEfy3Y{vJSkJ-=vyw%^AGbc0zSMqG^f%|3lEe*f#Q*z#=qV7u3^KmPjV-F>{h zr=8O7;@SGA-`9Z*?tbV7pX-x;rS!`0O-lPs19si+y`WdGUVZ4UJFxfDb-4AF_d1{R zz2@~gcHOGp_w;_fPh_7B(sfdd{IDFZlq#Q++erp-kalvEd~|)E>kF^{@`n3wSbRg( z4X@qs&5grvJa*H-o7Ud+{>`B`)0^MBrT;B4w^(lZ6_B`{l0(icSpZT{Sx}^d*q%+ z_CE5~Bj+D+^}n_MgZ&@xKeqpr{-OO3_P^Nw*8%E)#|KOpu>Vo@(UM2cJhoy`uR)Iv zdS=k>!Mz9fAN>5_6@zmJmk-`D_}Ji&hZH@oJU;Jn^W)zchEGknDG@DUG>NEu-pv32C|k+zZFj+#Dd#i$~`r~IP*-X1-Abjs)& z|L6R_9FsI=>zFsj`ivbtHfgM7?8&k3j~h5HaNPWHG2_z4wTyfFY4bD7pMCaO9?(91 zVc?_*4^2p#(C}RF#HdMwC*@7rGx@Q}Yo|oKc>mPP(}Jd5eCeGT^32Ft=Gj?u%IBrL zeD}-d`CSWcTd?_+Nee?3!c7r3DHsXUe8En)k=_(babRpr{Fc&fyF zSqQ`9mH+Akvs5&28S^yK(@g2V`an+$(K?RSp@pJDo&8jAC5%I5GOGtZ(to6p5Nn-b?SmyeoH3k-#Ygb&~YC7n)>r&83`sv}Gsu@x2> zv?`iyHml82MD4U#U!=1Uegg*b2Bu0@t3@jyjuzVT&H0opWM}_dHJk`^0^3em*_*#Ix?5b9L^SUvx9B5=5V(MTqU2ch!#Fl>ni;SxxJ>yYf&?ABjpD@|tPR~m z_$8A{_jh#cr~7HgO1g+HS{aHj8oJH6pPEET!o%Dps=xC>m*V=sxk+8oS$}fwCh1M( zrSkX_(=tO2&54}T9x@+$GhWJ)rYdtH>Zh*=-VvNQ{b&SsPh~aEI90MM_}He`*6iv$ zmD70gR2eQlx+(DuiI3$i>Vlvbx4pP(!LiBN5+9?m>BrghSrQwgxW02*)ul%p-kP;d zdPkXD5%=cA+$D!*gw5KrX#Nz(+Nm#QNRyPAtD0U|Ja^x`_!myB!tR?H%`cuQ-531E zrjy}&JI~}a|LIJ*^saJzYr0bMw|ziab>F9 zp@=@CM#>A=D87`feUVs=5{rL}jbckFE71DXM3`N1`?5gEuLlw(fCZj7&aUIvu`O)# ziJ21n-g#b)&*LW{2YO@;XX4=|{uQFX}frFUjq)nJQPse8vb{{jTN9duPS5t}3 zBv}nsgN>Hak`h`@twx){LQ?ifxm6iusYS#nuW~H2Eu~B8vcly##A1?C3(~Xl(r`kb zpP!PStk)Y0X(7!j$tj~YYBO0ad#etW905z35~*gDWtU`?6xj02xipXF843!?=uuKb zT3u>&3Naa_nv|;KszhvceJ&LhS?sig+V%Fr;+)c)vg}ggo|2^U6w0Ub=~Votu<3jT zOQGU3gU!%>Q*dNDP7>M^sq#R|`?9{2O`t50VT%Q7+kJUoD$Y&d*y0mVxl3ZIT#`Yu zp>#3n2~_Cf?VG{n z6|Jp8YYGTf1d9&nqkck;=EA-J(VYAgI1jm*WVz)jgR!FTqXPm zbh!G%BMkgbr9b?DZ^CelsgL}ft0r=UA5v*de0&Uzrtyuml@^(7W*hlPDXy!nY@`je zHoZ8BJgb-sO@*|8xFUWY{98|u9?a%N+d}sni8D~%Z`!t7BA99tI6qB(_m`6TceHjX-~A#bw?@UG{?&~i z71)iwmwEDQI7oIeFhpNhAoIn+K0Nt^C@Bihq`VI%uJe#;QWA~Hx|9M;mo3X0=Fk~* zM&g{+OREd&banJA+j}3-uj$v%zdzhYf_Rr!BO#C$vMzNf9X}ow(rR&$o;!y+UK)RH zC`dHG-KiQCG(~&xMLzT>zoGi|@QxYgN$4m{S@#7D&-Ty*D0@LZK(}jyf@23lw~Kjr zK}_aQx)8m<15`ROC}<*`NP~{icj>#wj^T?Q3!)Q=+m~NbX*Ubl-%YzI3s^+`NC-yW zL!g?>1#RNj0Ga!q=rqXO_b4+^)(?_d!6^{HBkFiM{SEpdJ@>{N=jb{5#&kNK227tm zo)VW6(~>6-=Z>#bUyz6S(Q~hY=_6iQj@&YB!$e7u%#y!ij^V7}6UlBVwo?aj zp`a$fX<4o#ODkwZ-(~iI5jwt-oEC*SMtC@d)|W$n*OwPPeR(_gRg>5h!HW5$I$}8Q zKSJhHk_7Wj;**GBg#US^j!(hazHCwwF^}jvFS99if??OONyL1AZ{MOxks)TtvSM_uI zx;y=38ef~-hzdl=EPw|{E)Z>Fa&0`iEPy*yr>|mcO0HQ4`skG7X>u}+C+rhUQP;O=1&=huvHdGM1p9&V;l6}=bx>XECEp7A`Y^tqoq8N%~x{j_(PF{EAi6Ks3bgHa_rRP3 zKZSJU*VD%zr~C$dzImKof93G=bmnn-mavH-D)=|QAVai4R|^~qIr|5a=?$69*~DzD#G_0( zj{FiMVV+u;gyLs6m5@qQv!%4LqOOu$UM`ub*=P}VDhyNdDVk@tn5?)X?AAgH@qb$~ ziPmdxW0ALELi$itnV;ap)X{YE8TvW>{LC4A(KD0jXgYfG7l z@mhTaZ$0Eup%xQ<*kcAz8t+J`f&%1=XDs%RaptE$2mtxBUwG$}1D33Dq#;4kB$pYYM>0?Y_a8S$5>6MQRzJDlRrmxW6F z0QjK-egSKt+O%I)x1p}$;`xzFi-( z2UC>~1EMrc4h~ia1YedrDHwGpM{x%aQQgCWox|h-->a7o4G`KYZV*QKRDSmaK7$za z(m6hxVULAT@tMl*exJ=CW{WhQ&F0ucVWZ#2F_zwxrE#~;T@LfIu1 zY6(;kI`LSLrj}?bO3<;1f>6+J0yy~B00KxD2$Y5)WMP^?ndP&==fU9FY@l1+ z@S6q?L2&~6>#Q2m?dJ!>&d)EzV**~WU%X155PcW_QOTpwg4`FJVNd`C)$j<0x8m~s zc?d?{44HUL0e#0QA1HD5U zC`{Eb`t_R6UjCEl3vdRL%#XOYXj;&H>^{oI2`va)LJPw7z5G6?KwxzqMd&_F5xUQn zs^;0VZJAK|vkUX`2>&zR&+sSN^GXZL1ShiD@hTEbsl1>x&rWzTfMW-sW4mS+;AmN{ zov;)1cQ?w-E6j$em1)a%85LCr~n z;<<|O~I)TjtWabWvE!E5yhrD_-sY-&+YB zlU`KA1pZy8=^IJO@lZRUjWlW1!-?8j=#$;``zU*0=3fVq?rw?S%x>c2 z-sjV(_>7ytZ{{}<0UM~$HUX3{UnyeKlKKU70bP<95lQ?$SC1Y&x9Kzb89f(qbS~-Y zmd2lZWIr??d>&a85I{^O2^Q&ip~Grg9s9*Obk=eH8X$}SHlCm5?@P`Ia4Cb#Bi8Y! z`Bci+;={1T)~qAlt_!OBPUjs;5?cy$cqCs`PYmvG98=iRdMNoL>)2vqhWY9|t-Aft zFh2!6VhW};yUBS$VK)l1!@+KZ9_b7KbGnupc^DB4Ij}3Jf#9U{-PuqwujQxj(AU9F z3Cnfod9S_pEUp!2HK;YD8*)*oeL{!yD3io5M7aV6{1chwyehLGYlnm-S5Jgdze#wNl*Vh2?~YMP!1-LeSkqp8|lX{#g#rL?8GuAve{xUXH>+|<^x ze#82$ReR_GYSrHFg`J+)L5wCTsN?yj04T!(`SiT>P`Y(=7M+{AD4Li}(!^I5kEKs) zMc{vdy|tyJy`~k+x@P^xnyt`baYv&S+N_PX(+wGQ@l^>WF*FJ{gMnjMo4qbAIX5Fa zD>E11)hm%p!&a_Ljmin5t7xt%&y`}}# zc5C*iW*!TQICr>yR0~S8iou*|R(?S?aWCrGDd`K11r)vwQ-MX`u=(Yb{5(L0*eEV8 zvDh?)yU19iw-NXAoht8hne~zBIc%^K*kUl2gdQq%&#<;=O%H8@db}m34SFb`jDK?y z^zzTIglfa??58>}b-_dhu6uRM0sq1!V4jzp8$oJ*pfvFW&lW5~hspx|AZr8su@l&h z2^-L*^jv_pr&(s;PIFb4qZrqH&ZoE{fhvtQT0^VKtkr}KbN)#(SwOB9T9;XsVg)t+@(7!! zIv@Rs4R#-NKMGTh#qsOZ_208ahol;7c_pm{W#a_Exb?(>fyn9e-o|FtGG9eif#=m0^NGr>!C8&1s6bp z3$kAq@Q*7#2o3(#d=RdHtE#7v?x7vP7eQ4+RBw|3VqC!=9RfN8;I8sP^3q)r50jUM zNPLhV`p!dGT8~{Ntp6Rpbikj4dFRC`-#PZWW)RGV^6iCLf`YDW0t6LZ35Z325uHD( z-R=v1iXcVdiUJ?TJ3xkoc35H&=p$62TXA0ygpR4`5$7_%<-?NmYY1s}>p+-8LoN@1 zv>*08ze8dlDehzLg(@GyhYeu2OZ*%=r|_GE{8M92z$?lAayzd6M2}5Ogk7OQT6=)my!6o49t$ z@LE}E5pm8{1dO6L8-aX4|3rJw3RM6ejR+ng!C>U#*Es~R8~tF}o73B&_x(ja)xP^p z`T^~8h2eV*~_epqK?|0v?^84BS zGiHio4DT5yBzDI6l{#~lmGc#Pkqnj%)XkoV}S%Jw8*E6US$1 z_mNz|>^1eoaZgF^I5A7y88-6Ib5*_--cR8I#qU;zEw+`4Pl|AbicK6z!AZmqffoo9 z(_>Bo@f4B>kO4kd%}!x}3dDfVb%K`rb^HA&a94rB{^-};kM^T}ezYGH#{b%b*(c7Y zRp?P5b1)jhB$N8?M@KGf`a3b%Bz8wPKiuW-&ky@KW92m?7muGcRoDfgJ0th6?IcEv zQuxnc99Kxe`#EF?8nJ`$x_q2Z@u>uyQ`pJB*+aYz!`(b|oggF3bWVg&uurT!u zoBj@;F6eFpEU1-mPI~lhFTc}3aSvqyYvbW6v;)}n?#^xmN^k(|ox)M`KVc+@v$zsu z5z=D=d#vMkvHrpl-D+K5)I#(MqM1S@KxK9cz-$~eB7Lwe;l@9K7&=WPBNN|u)@g+K0?hnmV7X7|Hm<> z=k0`l1~4QHWd169R^7a?bxzGpVk(sQXu0;y*4MTiBz%VZITgd8F;gId!_TXxjn=l} zR$^cS6kV(#3W{vBIocY7U>!NXMb~EBNZ^F|L^W6?JQGSPnaM_|6+yKNnioCOI_=2v zcZ5xL2ZQZ(hrIK>(?>pBFO=wYOOt{#=MnadyA-}T!Lp4WxkMvgjX9cff*7q58!abK zkC_|3KvWxGuD1XsKe3CdNvP-rG|sS2zYeI-5=GZy*g)|%Z?Lryqh4Z5WJ`j19gP#J zJOUZC>w$6E_&K#{Z(V2kVGl*h%O_5o7Z5|^b#I~c97x`Ds3~g=~@w{Bp1h8 zqfKj!Yjn~1F?iMh#oA)Vlfavx0>Bc&Tj{}MSATK*j5l13n5sQM`ryZj_akt_@OdR7J~lCLQXm6DSzJzLNK8C5e90`^jIVpU)#j*AT6I$^J#< z=M5xVpU^G!U(0V!gL8&t?iS`C{7Y9R!b;)C_jsV4j!g9s-MyP0B0NZ@^LH;hglW2s zZBtn`0KmtdVK?*p+DW@YJ0jax(v>talCC6?3coM%8Bv?Z2+vlAJ|Qh~>Gvxz*rA|T zE5ghJ%LF_iVhd)R5ayobtX6<$Ks&6Kh0!bHYjKdQ%uEZtG zoFNQG3D-HHjo>!IVg#So!WQ_Yldv^eE=~*mXakf;fB15Iq1W^A@Dh!e*hO(uN0-}y z3CG84=mPwA<3&{*{&3>@$_yn%X&?>=dvrUxU_$#Uo|1gLs!g=!-1iNA~EKh&Nh9O|0MdF457JV&@^^pxL)z=pdhJ|eK;F6~0Ex5H3cSgEHIajc9$yND=IARpT6jt(sYSjE*0*17^CcyDQ`%Rkn z7%>_oet%wH-kb6V5%UHQg$zdpR6}$-adyg{F$AK1=@Nz4jww%Fd=M5BLF#q0jU<5EJJO{Ik2(UpIY8M>cUOSLq^2d%l z5XOZo&|hdX{tP=;z1BF;CG?&yunsU^kCA_+=OX;LuM?hely@D5{sRjP0BnkJ9dQRJ zrgd=V!!21NH=1ez%8EYoO5>$~+%WeK3vK!gds;m?gWb;_ys8|&EU{o`9~E5fe*Peo z!v|-~fO0tB6Do17vU;tuNvQw7Rz4{ZjB5*DdlPu(g+1uiV18rV9)=F@GG-e%8_+jk zW+(}-#Rb;c4O;m(I5onK6dr~y@nb_3_ZYYTiJ4A+=NO3(>t=@(*Dqj=)8NOxG6;dE zWqN$kfmz^Zi@?;#G=!LG!C>%Y`kz)#(L=#>8l5&j_$7*S{<1fwfcfLPQ=NxS)6=wb zK7ENyWB$rM5l^!Zpz3J_EOI~ie#h3{|xJZNkAA_8s%i4-6&g@TAa z@$@q3@r6d_K|?ReyPz~WeSs|qz?6u%4o~<)&n^)h#^kRqFsVpXg3_b(VB)rL5;Rvz zsE;m>5Rb$A`NBDxyZ^PB@98j)Aj414SN9gbPWbI-*&^AJWll!`v!<>bdL=X@s}k=jVl+$a9RENyB3>aL8rVj;i}@^N_XsVx zV>|E19+vhU+;XD+En>1rpB&@!j?A4mL!QecMX5cYNW_ZPZt3V-Q)DbJc~$rXTNVQ!v|&JPya z{ds;t+PG$S5||M?Enh;|mFXgJMmg_O;r{)>dA}23Ag{>mdiI0+K6jY#HVjd_yAWH0 z3DDh*UnouDR{#lDz&~vZUJ{(V1gzmwx8hpie9WUCnMlnSDqT|$owb&921`vHl?P}i z;p6jFR;73VeGe#4@)foXK)ul@ED;PPfpvb%ZxX^i-1!td5!@lI5j<6l)udxreUT+5 zhsj|k?>sNXWQ6Cf#%X~YK>Hc=7bCm*pL!&B6>Y27R7==oKKba8o)Fh!*t|d)z^mXY zfk(q@>|#3vL1e;%f`gvJ=oTm+XsBirW0?ouxC|-{55TcNaX>TkHN#qLcY5#(#C?W& z@eA>*!Jf>~4Yo%C=xAVPkAsV-BIrWG_526Sn_WF&s()9P+{sp`k!zDyAS^=$Xc!=eTrzyXV~C2|!tTvw`G{C^PNyh7x~u>1ihJPwe^z`4`(8Em z@AChF{+)jQIlg`v{ds@SJftL7&iU%{ciE;vQo7C&it1 za25_Bdd2-cOE|*WEXqc}WBXGFe9Zo$*)&%RC=4o<enP{{g^qC9*%OT6ZGEBhd-k0XnWJNT9E4f-^wu=#`M{<;h{>jhCd&hiXsJw<(*& zpFoRdd8Y&Jz++Xd_lzWp-{=9LOmtW2&e|hh`C@pX?0;VGZ(1pfec?O|_?$W|O^(*=DvyP-+8(3O-(Ndw>HT zP7ePKy&_F_oyKg1bs)U3yHwsFcL1WPP-t~t6#~{n_VLYpi0AKhixyKM@Kx0=scco5}zF7C-xctoF3I+Jb{$pCe^tb@vq-H)7}@vY{YpKI^SAAj)UCZ+F9K`HT7L#z-m6l2xv+ zLPT#I{J{dr5b=*oUu^KpR4zOz9a|<-9h?^MkKN7hlAMWGux@vf30O|#W#LEz-{H(GEzps{(LE6jjB(-PqC?M^to=c@goHA2)0nv2)m zV22Tw<1079bU@>-x#kKc<14hqWTSSC2__2G?7_S7pH~o$Y=pryKnX=ZEtUUGe|ozN zqMCIsz2*{+wJ3%_1P;Jr#1NP;1gMFp=AuQA0>D`z6S~0t!$hDs^le{%0A*naPH`ZF zyh{j_E}Vk{6(#)-qkuZVphx4>gPrSNEfcKEkDI34b5?hf@@ ztSs_88!=mec%2YW5Z{8DwFwVX+yTcOqEr#mfJzGz_p%^C=Kg=sNDV=A{MdzVp&?w^ z68;hZ2M8NLEDl<6LG1j&`-&Nc5MF2ibFm6Sb73jYFvQ0L8odU$M*m;KHxVW532OT- z_>K6%=tKaQkOU%13c*oV0;X`}2@xFSj1c_}e~b^b4bkmRZ3ENSp}|Lp?Nv^ryVx({ zyf}>V>=#rGf6yYtIEgae;u_k7GQiV)Ww<`UFEj{RYYbd6z8Lju4g!QidwgZMOW~2y zU}-RA*bm|$46NS{!t(A^>DK60O=FCK+8EXvji5u?20t$%7!lvHHKtY59kr9cIe|$x zZ&Rn!xtpRop&M--)ivX9^l!B5(Dfu(UOPPsRb@j(aM$H6gfETE2hhqGgBTGh%Y1 zG#wfcF?s_LaR0A1O;{v@sQ-*GKT-YnVh;WXx<5wp|1|uQ4S`tj@QHuq9~$RC(6R^?`3L?11P_|W zmHu|VpoDq*_p4Y_$hTGtteltq~&j!Tl&xR1wc^qV2RL zmPXRZ*w{!sLs)*E7vU3t$BF$&8ryNUk5KpoyGq+*nl=(#doy4DH&nsWEDH6g{viW$~)%B{{GepK(2P}yv zu1ba4i;L`#$U%HUG$f+0p8$z&k=bKB8Y_+pC6@H*5_#|2-}507yHn;*vqI*>{3JHf zeN?7-`B-m75?wb5HxYk`JuI(JY)WWIAQq)DzCNxlmc+B(hzyQdAKkL1kr>QULS0P7 z8jZMuSc;2T;n-t4L=R~cD`*hG4aBDCDl$tlOrYmXZ?J7T z&CDstG^QI84T=EG7_Y?Ah^J(~P_Ar?`XJ#j(sjbH_bx!7hc zDsosvz_87TU^w7WhGM;~5S6w_$z}0&;gS>XEw2sc9?I`iE6b(C6;TnZ<7zfHx3)p^ z9f$ajGFrUG6oUyTrd>ioVs2_dldhGD1?#(Qlq}}osFkf%o69#7bCFcPs(H=ESgQyD z(a+4BpY}?Uz0y(Ts3Yt`Fr<~>77^BH$Jz?9Jb9;VMqRB~#$REm(4oH?u+Uj&K(`hc z@{Jhh@0^nA9gqK;Atn6APSr~u{~OtS+cQb^64k#T(#0}OE6=RL+*|VRXc@)Ck{$yw zE|fat#e7*1+aV2>C-aVA)*%g$FT0mXf0fU$=99cxx*&h=94LMD|0_ZNOICojA%jFx z0;aq!({Dcd@DiGe1teFQ3YpC&DA8P&_yG4HR`!n!(fN%lUS<8+1m0ify$vHq7eXA>yJ;r`DgkueRC=tU(ZaP z`izHRVrSZ$aFRLq@B!-6+V($|B%K1m;l00piuI=WeEqffX1$;KS~#S7)2Fa*pf_<= z0*d0jzZ%YZ8~g_F_hC(6yvg##OIrPufPSX|=7wZf+{Auc~^q zjQey@HVM*DNY4E=yEkmiuf`JGI@)M!u-9TrQ`%AX<;=~c9mP9MU=llw9fjL+&Y#$p zPN^fwriH%ilM7PYB5RgWkD?11HHrJI9FSd?RJIlZPtE;va~(t`)_b#lSM86cVRZndByw>+l=?aC?5 zbY$2tkCTfNtqJIz204Ky=#uk<8kAm;nVXY?%4g@~W)@~(BR{1u5y%K{R7?rh#NuRJ zSd?zZl7^D(^4tn2QOIOa(4cF8WNVNcO!d|}tZFw(l|^Na(h?LdDRGqBz)?(6agDWs zHlUb78+7$~b%d9>C9F!;9LEPsl*p{LsqqO3@hNMwqi|JbL|&+I zxh|NdQGUDlq*-1ut+1~w4->MuEV6oSLp+|`7{5MsW454{%^4jzJ0M4}2&}@uZm0NE z(O1noOda+u<>-hvnhqRjIw=UIe6yp&yi=>Txq?DlW49Zs>8r*ac^w&Bh{+&jx2LX; zZ-{SPTOB3Vc}fxGp~Wjq^K4hELSI4nZxB#gemCvcm*Sh>^+hb@F<<^ z?tVY=yEF+1jhQ0E?O(2*WJjF?RJt*)c?~9LTpUI!syS{0-AJL+Z6MAQPN&MJxz8i# zOovQAsC-`-`g9b1K`gzQ#omDl@ziRpw3rKtB-{lP=}W6t2LX7*+Kuz<73X;r7^~8w zOZSKsHcOY{Yu=tEN8xANvlnSD{t#<+XY}O2&Ey;iopbid{#VPvbJKmnSMs?b|wb(f4%6W?~($(BiMea2R=+P zleq8T`_##DFh3#9k@d-lm4d!xM4A-u>U(rC8!Xq*%5qCJu|xVyl1daybwzoNRuxzz z4Kf>m1PI4BvjAI_r4C`$+j2IiZCDB|_@0406#PzQy9AJLGMR`@7I9UuFh;P|YRIe4 z)(-|#>yQ&^YPvod6N=y1gQz8;AQ@>!NlwMp22YarvdvPiVyUaDs1+>wGg&MzyX&oO z>}9hE_ZM8!T5hfaf$mG)8PkrXnnl9RhUX$~Pq-3b*+AZCZ{nW%Bjni2VpR|em?C70 zzRu8y)lQA(MoS|i-;S^pDZjSRvw&4-q^GyR-RpUI2SjwMAvY*Yj-DV1r->!3N?3DPoJ^TzgRKJp&D)tLhWl zv8JS#l(9H@<+{~7Gxz5mpv(@D#8yBkdF0Y^UThL#c7-Nx!RlbZ{k9JY49T@ZD@@sn ztJh%*g%CB@qj@nPyAgu#x=!U2%)>YloW(PQFSXA*5GfdmU2nCRk(Hy?iZjn+}3v&8!g`p!hmM2~^WedYyD^z;;HeXTH7Z7>^bpqKLPWqa-W zh*i;UX{N35jnUpwf{hY_87b6qN)xTg_7u_8pl6uix)t0%KT4l!#L8WoWJK?G9XxM2uRph-V}j`LiYP}oR^f;i8|~Re=`@Y3QS6x|xsJ^Gn2Ipd zN<&os5~P1H%E-oM%c{t?7dS-rC8Z!DIVLt`S7Lo8Y?bun#E6{a!UX*~8c!1}iACbp z3B}2d6y)YWUt%H}rIf6s?1Talrkz|EuaDPCCKO@)ycAKAQV*k~wZ43J{o0!3*1}Es zIR&}-&|c)sjKacv6wTjDH<>!hw=^KkQGw9YULeEmYIAC9#)e!mHJc0CbQ?e=n`|2$ z5ITFyn_Eo{bX#=otk$h9%^k&v=2A+ab(O$#W|FFt?O3tD(Nyw=ai8H(@`0%Bo||UX zWR_*skloN|^6Rpyw2?B?&a4B8yM=t3`+fhn`OQ{-v+j{8^9G7ItEA;w3u&-6;D+op z;d9c*BB@?ZR!U}8R!UT8@{YdnQb(D+T)0i`i#Z4OkMBQmygQqo32=-JTMnot+pb&6)V(ek-@5ON#2-+g;aE7Sxc?eQiSA!c52tz z3amP_mN`$CkK|g8|D~eJ!r6Z9vptWBOG;YjZ5Bb?(s`9uh}?u)E<^l?Omp0G;kSFd!4OZs&W9+tmG>Kngj?d%_j`)42+(4UrP@{%QIW8b zZlecx?06L<*p^(m7Sy}1=}7hK7HqtSkT+Y21FMuZObTpJj*!ag8!AP=2?@K6Ziu3x zbX8Q;Dxrha=C+UlZ7%~4I-x(B_G)b9`nKB5^i{fJ1(u$Qmyw1gt%*uU9gET|sTAq4 zwm9z>gds*GvN^6DKjP&^a}OHIowBN_{A`IbDIjVw$BdAb5UGNI8NTaF!>HRQeFuO*#8WYBAMdo~vr*&IlO zQJY?s4DFy8-g{3-GrG3tPQ*)_&63fGY9Jskc%Dj6&+mK*0T-**C56q{^nCqz3ufsV zc$V%7h03`x94c@mN3s`yu&$%x^Mc5oHIg>!8uROS)UN2h>)+$z?-OjJC=2vMg$F8nay!m_mD zWSU4bbQuL%1&J*XJzZPQnp;*CXIV24nwGB1$Vc{%B147#aQ4n+wz>2XKA7LdK?wm! zQ2PnQaLI+epZw_d3FDNpIbgIPF?W|YRZ8?_WT1So06bTT(_^N;b@MIX9&c zqL|Ly8GJMy&#Nx1)z{HIbZ2FIlQC1Dsmns&Kpz+SR(wrLBPMobnXL*X?Jc%8*i@Sf zHf3#~ExAn@wPz9!1yxK!ACv-QyQeRIKAAtC!XN*0Ho_VIkoDFxw&xZ#Mo#ap{6cD# zD@RG+`Ki%z1|tt8#&?zk_R3Do_y77wBMno(KLNVLH6HA z{kfkr1r0;??{s8b7#M^LE03kWF7{_j&i*W2 zr6Ca!%Y`ph%YbMnQ+G?2X@}>(N#CMJkK*gCxkp~`4th4tHst8Zi4{^^W?4Lqg#(QB z)fy%k1p&*rMFsm6k`%kng-)|dKc9RC*?^Gw24+7JB@vEPZ^8UtskvgkVMg~;e+%7KgvPFfNk5gD;KX#pKb$9_V;qot-Y za|z+S&Psfm;z>XxlIb8H6Os@C0CV*fxac(cG=1juR1HA|UW$f@%6&ZT^fQ!<;{8>6 zpkur68E?m8R=O~BCB8)d1311WxcXfYh`7=oE=73zh-b;V$nr{Jm)fiBEplYIqzt5tSM4cjQ9@4;{)}SjcYNs6ShM!wKrcaD`YZZ{b2wH z)8)%)FzG?0SMbi|ow(O@AYeOpB0ATFW1Y))24f&P2B_|rxWDryg*|r}%7DCphJ?@s zTE3~^UCR$@mmQ?L#APDi)WMKl3;rNr&nF`J@l{Hg$W>J@Cl+Fnn70eH)esPkNtR@o zW-=_ZlC+A9vh0eyYRtcaYH-GSNF(T`f+>1fE#Q#&QC}&o_NKCW@P9zUl@&Fm^(au< zXm7Q&64TenP&5$!%YocaF>2YlX{ssJk_JrEhO~?&BA;b>UR5D%7mY@@n%YZSYssTZ zVoqFcTt0cXMRo0D6RwC_p2lug*=m*s$3_}U|kW2M<=e0ON>egPg$8w z5cPgLKX*kU2p+DdYi!YuIKc(usuJtcnvz=6+689Ymfa3x%AsOC=U#Yq+?lYiPy|Z{IfzPvuP4x1r(YeI^CES7)w9H%%wOO80vEVp;w>G;mzlpAFiQ8j* zmA2ZO%Nx)?XGi=ro82OYMvo~CZ>0x^`t(n4egY-2BV~Qm=HiWIt<~9K@i9>;V%#@a z*4vv)lA_kd#UzRSWQ77koQZcD^{3A^P2DYQ_$~4odb;u84m^FD>E&HXuY*uL(39ue zTTkbYY^yg>onTs>Y@`;RuC?Ls=+oxFcjkR+m=-)XYJ|3cu>kq}z=%zs&ii%^^Fdoh zo+So+Dv#xfUu{fDv$Add#`flI!l;f+U!AkE5JTV5*tWHD7pf7Sv?6U;F44>3TVH9M zhp=k@F^2xyI8&No&ahf#ZjxI~=iTsK@Dm3l{GQ4^$3eM~_xn0^V1hcuMSyAYN;ZE&>GT~d&OjWqyVz|=lr+R3Rv}uE`W#EeH}LDxLO(lyYEc}2!jNl(g-cT` zskT&+L8bt#eB5Bnw}zJhed`Qb{>T@0QW~8Vo{tsk57B`agd)LuU;dKakDwd+*U`e) z=^>VB5kap+h}pwyoFi3QmsTYp#WXD^U{#uy9}u|$$$BJt^oY7tnjs9&)QXH6I4LVC z@a1{cWK^U=lC^`>JO{kDNv=xOZd0vcKw?7Giie1}kJ;+Kzni!ZXwIc~j#FuUb#*%+olEpK15*H2J7D-KT2FWgOvisw9Hizg#me|wUoTgwCGG=CkMG?6HuC#= z5$gN6il`G9;*{Tk#AFXptTVfb_hMs>J86e~YlX$|;UbY!$bun4ejfaT1y5+UC%Gv? zjZ*}QsD*8dvm6w(2iv@n@xivaaaG32IH*TjLbmJNz zM=Rk(6p&ysGS}ziWM*duPg&zfhtWKfkj%OHnYolyHC&lZR}s|j*i`7z1?EDLc@$z2 zm^)w_u?f_jmgvijWmxGYCdp^?t+(*?*$Z!vfgbkaOS)$?+et?gZAtc2OkT4A(o>H| z<%#6@1vZ1o51Lb7*o-Bk-+lV&cTgEW8A~6dkBuAqnAW9*CipeeO&R7){I`kbA5{9< z-hIa?5`op=qo0R*<{uJ`$ut^wE`-p zSU@3CAc&RUi?@dEH5M7IS}Gx(PGn0F^gPcJvX>qu%!*V-8uB0v@}Szq+oKK$Sh%pH zpj3z8BgHcf0mz$l=1f~|Incz~%F0>+Um9)tvV!6)EDOULdjtN}hpwY^T zxVCli?(l<1v}%;FPEJ^uU;+Z^5*0A$^#(nNBLqQ<+7W;ZM#1^L1+-&CWGoP(&P0p! z)aktJ+-#mO+%RwgcktG%;<-%uelyrH8`2__S9HE5i%zCrIq8Ez;K{6&Ya&Q;fi%LrC zikm^dxMrWb}` zIS!Jp4;zXf39<%oxF12~FsV#g_EcnoG>fc} zHAr~>hZqd9Tm1!T2ASi(xSj zOabRZlC`v?xXeT@dsqDwQLEmf({6)#Z$ye_qBBS=$Q3F6bB|tE012rX9+*IS@)cH) z_2X6v<-~*#Ko|(S2+jddpAdGhTxF^#DXPR`xQCeDRz{v;!=-}C^pZ4)yL$~nGeZ4{ zvz|SLKIa{7YfdUby4b%-Md=ke)j$yMMa=~L7E|GD0CNyzXf=Qw2}hm=w$E8BQZ8#p zjTR6p+zt8KUD0NKpPXvU$SF+!gWdYE`%ZNP)?VdjDAB~gnvV% z<-4%bk|MjqihR$IXQkAUZ_OcFpW5-YWGQjjOU1H$RLG$#0+Not)L}?Y@Q2mqG<-AN zg*M@hiEr7prF|Fnw?tZ&V^?q$jNo#>D1t9)Z*hPyKZE)lHSL3)a@GS6m}pr^iO7~( zoM*})6BMMqPH92QMQ>HoGJuhyWQE;Pfg|E^sA4X3ThZf2@|>cNh*=wsTZ3Xi3`@)^ z^dXDRLSE{WmMb(XH(vm(`9;QZI5v>Vw4|h5BtsSXOGA}oo%n}G!ogEaZ3Y|CyQRXz zN>+yNUWI=xWES~Mkm^mZBRZu}UkE^wG#pXiS7@c(fjC84lxs>y1n>_v6vbk43Yeb4Kz}s^Cx-x|42hw;=lEOD*FH8d08I zs?{8|PctIlYYO@QI=jBmIEpa7r`+y zV`6DTO_N-6dv|+#w==u9d;gPbxX@m!=F(bdP%6?kNYPh)XzGiYT3;#@!IzD_1pR%p zS6lj4@8f1?XJ=>U|M$&&-+W(86JrT58>r?%S#Z!MW%j$qXVMr4;V&VQ$?j2WPVo)? z&NVc;?dssO6<`g^la*buDyGkNocm@0L+ALh(OGmEn85<)hL}3p9DD7J=(n0ZZB&VC zmQ3*@&{nHCiE;)!4pFU$X?9V&vJHl|N_of+liG^`rPjf)`6Xm+nS zI4Dh+&ui4`4c~)QiH}^+u$d7@)8&Mhat#a}i4WOr@`37>qn0p-8^=THU zv-(_8!;lIAg9~DT<9bL<(9}sNDeYy6i~?E(YGo6{L2_=3Rw_sRQpKw{4N*0{G3d|4 zDwKey!0Zy1!ThD$ytdBzr}g2cnztbz$q|tT>twky>gN}BW$smt8=RD9 zPC5X5)XhV6B4$fh_+?fqLQmLS45|vEoecptF8aqcnh$OP3;GA7x$kWje58IM7Tt=&8giOO=ND6cwT!xMOjTzJv-qMv=aS0$aB$1Y5-0fy zJH(xiXj#Wn*nr~EO!M&cr|!6T(|^l3w!xwdY>Z3HjL`yP>&7 z$c=Xkj7@#ZF{M7#v`F&|PqSUH&YOV9iHztK+0tYwIhAgZ^d2PIiIkFV9ZgfLxncK) zDFZ6HT!2tD061A!`Sl6ivZ7g(H0M|js`O{}iFg;mKvz2XGvlzM`LiDSUX>KbR;A|7KC=I3+kqoFps!q09 zgThuK!wJs=E#6QI#VB+h)(RE3>eU=?YN2)(dcd&5SI}O-+)E9Dgm3PEK%4dDWP9`^ z^`Vj0$BhA}qgOgKcYvUXW8Wb?zy}i}BZm)84&|`#$fMQ=`92K$KyUqQ$5-7|WywtBs@rvAMS z>jMpZV;y=>wnNG4|4(Y=ZRb`ZoeeAR>sOa?s(kf+eR=s=m0t=KRor_%S2nF)U)`kM zbGD$79y&NTk=j@=oFVBGjN;f`XXA3P5sI7Pxk{eP-H@&^TC#>re=>oK>qB=zTv<{s zC`rXowkq=gLuq$m3AT+N#?u~z5wyt%)4B$(y@0rc9=sdJ-4e_LKMtRQr)^~qTuM2G z*oyKe+_((sLs*!85k5dfC|49+8N_q?!V+xqQrtcGD|l|mSo@S1ObJsS-iv4v4Q@}w zh_vA%t;lBB*NsQ^lhI%ND7Ta|`WcGV{aQN`hi@M7C|~&2KYz(9u*(JMRj=9V4bJ!yNUU_o4sre_{J!oSA^EK}S%N>;DD#ijN=w literal 43836 zcmcG%31A!7buK(-2Ebqk2Kz#g06_pGxB?&u?xG|vlBiuYWGRvy+p?6%@+#R*+2wE3Bu$(@ZWkFvy+wZ#dUL1P^_Luk@t^cn#oxb%PANvCK`C9(^PoMpnQ#kg5B>n1p`TNkZXO6z% zj$2Pk(lh&UeuTgIZ{PLnZ@@tudl&Y*_^W=w^86d_I{zjdTahH?&-nX4=*kbz-g7&y z`@~}?^ZWe$jm*zoxa-z8;klnWkNeX6C0P#Ked}F!;MfOn%{%z}w$dwqbMHOpaLu!A z&FdruTZ*F7laf`EAOEvE?&7P%_#Wdh@dHc z`I8oZ#Z$1=hI72#hQEAOn`Dtj@#_SoWc(v3{oNm4S-Wxt$8hg=C9zFc{w8WM?+_>O zha|#PJ}w1MmhfcsTWw4{`rmpCHMw$8`5x{~NfXjG6xykJNwtMT(RPYPD&^WV)kdnN z;lcnF@>#7@{8op>;YwLt6fT9tJ=tJ3oQ>A9vUKXm(Z>t;Jbv`Zsn+cS^9yG>+S@zM zEX*Hh-9Gh|#!D|Xl$C4mFz$Z!eb?S&+%F%z^wLY9#ZR>zni{QEsy{(HUV7=$rJtx3 zccS^sc0c8IWW$wkt?=Xb$0ZQ;Cus-$EqCNkza3F9)=$(Qjj#M-e+-GT_~77b;AL6 zsxxzb@7|k_?A?1l)0yc!w+Gvz_)R=nkme-FY!XyZOBnT=NFgXuC>0En6iWX-f^4@q zY-qugip8Qli5A!#7T)BhS(NRqglOHqF;VW|`!;Bc!bJHECOe)(3qJ{QHsnqx_ z=Eo-qUA&g%nq-mB{v_nM&Y0Q6E5?X1h7Lx}zn4VC|9WgR-esWa;L;d(U-dF#0eOTepi#_$X(tJz-q5)*z`~ zZ|aVscy5_76>Z`nsA-|DOGAcE&kPTh1fzmSv!zigF^ekUOjVIWq4|NqYISg6J{0Qi zetkDS_@ggZve^p0Wx6ac$!A6e2IoTf%nc5V>^OMvy#x5X_u#=DWL#9r>e3RULZA|0 zjBTh_R_f;wQY%ykAxrt6kHTt{|AjlK7Uh3is9Gy1;%vAUtt#8P!?i8Znd0bZaZ7Z| zXt-PKZz+z6{aW~AG zcrmpYy>IC4M~MElwmmoR-Rc<5W``YHz4N*4wGlqD%~i>CR-D^B3tij46+vOc;}gS` zJ<&)cx~DQcF+PlkLS zV3?udYFI<>MJXyvdZR6M$Nc<3%hLS9skW3}T%Np}5|he>l`9e*J$UdPL!~&yOQm-l zJb0Awk#uQg;%~UCBMSi2*XLo20i(9q1 zEjMW?4|(ElTC!Lz7JZ<;xclBrI-R+9_hP-id-1+>CX>Ezad&-YZ0x33JRZAgY;0!h z#`acuzb%`+sgQSj{ap!%Uv+0P+oCb+*W6yO2gZ-rp{R17J77^&)lQax+ZOZ6D%Vi% zwg>DEpPfbCVRr(RNcrg|iwBjmdar%HQLnY0czkJWY%A9$9*f1z+APK6jQ5POR7al% zq==M&H6c+3NU5ZSB9&4G(gj#aQ!-WYuTYK3b$vNoE(2skoUG_8w8Y=W_mnfG?AlVc zRKgj(USFy=UVeF9h8X3CQT8=OlTwWm$}&s5BK2)53jDXq1sSrL`MfNRL1Rmlt!Bbm zmVUMr83Hm|f$38TXCVr+RhU0jga4-pFmIH`2rO1DRV!9j?bV7>T+)}8y2?IpxwErC z;r+w(EUm0m_lLVXJ1bsaxl5OFgG;hBm|K!xuGdT1zV5EBu|U8&wB7Ysz5bYM`yg2Z zfze!7cVD*jf4nn2eZ}Hd?=yy7r*NBXsAt7N6)ht#ujtGAGDt-i^<}CPsRgajKN?1*3#> z)0EBRBT)}|DO;p$316ruQzjJhwy=giDrL|+C2csb9-xLZ;$}HRJ05eQ~q{grGm zpq$npbcWp|6aKryPEyAw-ZM4n@>-R)kTM);Gu)0eDPo0Tp(`>Ee`>XOxFvnn0! zJ3G==yIa-Yg^O@8J!E&Yg$~&zzl?f!ND!N3GpuFpDsx#gG;bl;4uot&)d2}>B`}k~ zg|al%+q)$Y3&t6|B>`9q)L{GOSH5^ z#cTzou3-T32-l^qa(!v3Uhcy9FRiVBtj*`}*t9@~NVRZ<3f87g(S(uF#)s+8K1^*^ zRkfbB`5X?PZSg~2=VLjW-(mOLPV$+3A3}M?xZv_Mlx7U#3J(vX(;D4FrSr412dJp8 z-gn@@y`7meV?8}pkLTBzW0(E?1C2d+yQOK7aBgnsM@nmfPlLZ&!${*7U)FfrA-~ zt>|`f)f)|NhRe+~-;mP*DJ_*CAq;jCYz78qX#)XljI2tj90}7VpA-n#0CPbum%G+h zy2`S&SgkJd7r>=$e_vlZ-PgCjtxcEYm-&42+GXRS#j3uXiN!nZ4u`!n9?KNDPDcMp zpleF%1x-yTaTTmKF}EhhJO~Wl{2<) zU6FohbGRL3`xcp7F9WAZ%FNND2V|GJ_Aoiz#-{u@HrMJ$>0gel_k+PpW71)6HM>8U zarqHeV+a)BoiRt13V~3G7+9_nu9&*B27em8CT^A`gQsp^ptq{2)RFP=?efz0iSeVU zlzQaIHAnQ~^hoVM6rTgNk?GcL`Am~N8#lgvqdy%v zBho(q|LT_>dXs+XyYqkjA?kZEK?(h(#Ebf6vyY5>SSuR0;AS68f-L}|YE)Tn-b;3r z^t&G}{``O2x%0pMe6KvRUe1S5>eQ{Dd$YFkod4m^uJaz3>lLyC5}doCl!>x9R}9Hp z;!#o3Y9`z&DUJHtYFwk$W#Vj@yBCRb8U|ENXt8g{z82t5YrLNRjH#JXI)|OM_n&Oh2ln54@BV%F-M5eEjJxZ2WxQNjjD*9H#Y%a6jJG3Q9q!J{Gnen%XI$CR zKS`jFVU8Z4e}HsW%0f0)}?ZWzmQmqv_g>yK(?kqK&riJx= zVc1qmHJGV#J57*)1;VdfQ=?@TwM{2;0cx3%WK*js6~JBjuwo%P2q&g&q0_!hQ1+3_ z{!vn09n79gxu6aHVZwWSm9ljXB{Dz>qlK}#l^DKArBbO znK^3q(Vu|sLy!w(B0vKGR-$UbAYe(*t)>Fnw34W*d|7|k;q1@nPmQIglJe&oU+{SQ z^SL|5l9i}TkJiC9}%<9Vf^@giMBmGaZC6Al1 z9nd=5RCIeh?zJO{d_IxP<&yMOobdo7U&cw?;Ptwwk8caKyI;s9jmwyqg`7rEka1pB zIwai&9^Is!bMTVD9nXItAAK^|u>{6!8s$wa_1cP=HnChumex7q>4&`$Ylk)B)j#Tu zSctbCE>2Dsm0|v?pE4j%t1r>mrU!lDu#dlT{^%AiZp+c9$?v|!<0t&kEp9*I{z~uU zWG`JRPOe=t%NQ7hKN8yjN=DiAxKWM|E`eqrv3{^h0FlA4HCIIs5~~&nL7prXOE2R&z)OTvu- zC8A5KXV0|wFko9P>B}=STt2iM{9aF^{H9*bN(CUvL8&6u_<7fM4XZEKvxux#3XrJ1 z6t1Y)u0V!bah#7Sm9?jtRPrhQyY{qvid#j})0g;DdHU(f>C+XVNG1IgJ$?H0Y2^uA zH!SY?O7G;Wm*lVL!^0$1PM^9|sZ=giP7Sx{T8?Y%MePh>?jr-+nKF9|82}Jt0fyyk z0z7RKYs%989XsDVFxV!i1_$4~bH{$(9UNHSH6(efR5!Mp@LZ9iv8D0xd1YZ@Vks8g zw6pf|wf7n2QN3veaDNzji^p^qBHugK+jw>Cn*}}(BFOQfAJs}gk|;-9Tiy5OHUeyW zZl;Cl>ElU!j!#c7v~EXc{yKBG9^-zw?~3%!%Kc6LEuuYb@T*Et zByhR`ufb~zC?uFmh^k6?s8lm-;C0`MXkVd}y%xD+#8-Fi8eziIH%SXjc6awfi9nO| zcXv+)G}=L-(ColKRbCny7(hS(I0l!(<2!=eu1M9zMt`Auf|dD1p}T*iRN5Vn+u!?M zH4)#9P{evaH0_!`)SS%;INwaaoPlbLsvCZWCbF}_OQ#fzb$z8?>|&SUO@_TEFJT<6 zDl>I_*zL4#;H}l^^3p1vX<%G_rXs0QQ96jHG90RC*<6hUCe-;=_@#+b;D!Qevo~ON z*kaJ^Dnq|9k{dh_m*M`XkHbEmDm^^Ae{TMb?fATLer~_9-QP|6Wtysu9E`?d(Sswk zscGIeO&jGx9YRY=PH64ksX{;BIKOZI{G3t9-2DF8hf8ZOiTkEo%OGLI#F)=zmODaE zq%oG)qqmNx#xfOb0ZupJU(Xn-wq)wrXcMWJik9ddHt0paP5(SCz~|!7Y&N^yrjuk- z?J8AlekV@C>8$E&e8RYx=H-`g(5C-|{ulgILF5bp0P@_ z!U(iv$}%p9pCS5DEzuX?I&^rw4*a}pWAn3o=v(5C(<8P#PW`RpL)87RJwxL};qcC( zp_&Xwha!&*m3D+9wB&K}^-j<0JkE&I>%|{q)5H57+BI`Fd-7!Gom*-{rG;=f99kF} z!~n4hy}`WN21LYoA3+o{BOu}HD0J3UCcK97h5+C=Uy#iJeEFYJ{ETN?PtP{bXEr<^ zaAIkRgcgX$0(J0XUxPh@!YeqF9~{h);YTt2B&L0!#n+bEMGx&McuZkgT4jGO%O2tJ z6of7`t+TL+`OzD2S*&{`t8l1uU#JDZWnm;MaFZKx0QTr(U_*~)OJ8{U>4EqB=C*CW z`2<~r+C}_;J(VIV+1$qdrQ2_R{+#nupK@|0m?7gC6QnW9w*wVKO-G>V!zPu?Hdak$cR*2To>d38qy}3H@$U|GV&dqJz`cM^(ftNeJHJ{%a zUta3Dd&`!)dzRWdIYiXg*VD7Rvol5VOg-10>T%)IlWNb^`@6cz9z<=*U0wb9GVV^L zVzg548651Xw?(6Ac0;A3@Zg!)nCYy-r%6#N;NJzv7&;~nZi}8AgEv*DP-ejq_0+`)dTbMr&I0isZ;ZF2jn_EqGr-}Y}>Xd z@7}ikj&w#<&b+$f=*r!{Yv-XuJ9pjRm2>Ei;?${h+OGHNkK*c6e6>k`)=4a9kzp8w zgl&FT8;$S3=}oUZ^pITBZ;_W^i2}GZ`)n5XxZr=tqRs%%O%xiu!8R=$I%;Is%3_r@ zPj&J8O=VAKSbO0hrA_>>_Lt@c9%t5(ao-@USJs@_b%ifv07MF81*C|IsKa%z;AV)7 zfo7U$id1YxBE`*6@roqkw6xuMeB+}9`cKH1kSL+M2scSt{vG9X@> zD#oTFf*o!{*bIGB3q#(FBdj%27GekP_@U4kB48?e=Q+%6s^lswxS=wmyAt#kZrdWW z{(}B4O|lLjB!v~2q4iKYxM8R~M#7mOB(1nAJJbn?^2fbz99Qg$Y*qRWbjc%ImVF*? zUlIm9qS>)tpW7?@+$vj9TiZQeB8&SmvLT$T*b{ylNc4q5(V-st8uT3Oi6YL+Z2Xb3 zw>=Y!Q0{>_MO6|*VG6~eYBjApN}(<|C^R)zO+|*=RF6uE({6LeTyn6(Md?6yB)PRq zu_+_RQndCU7e&QMf+Z-UWOJ0MTU*? z9evd5cRKx6eH2a*8QaQ}*yC;ez`givRnqLmc=hWRhXwgyEOU`{hMmgk-Bdw8A_@!p zjd|7sSy}`h5m`1t&=~~g&H$#^Z02m*>m_!5@joq`sV+C|{i}Wx)R61!n-u;@DVJoQ zKr%<`TL>qMV~PBkr4?|j$g$b**|MBv`%+>&3omgd$Uqv2pcN2;{k4d^W4!WrxxS45 zuZq~a9H}FV=!&$mvV{MlOhb2adrjHhgb!6zzX5M5j`R0oy|J_k5CAVZ=)>~JxZc-d z=R)pRvj{+Ct@v_}@Gp$ns`$k==Rhs5Km)8Gfn)_A-ojT$b$D}S1tID+>~Q_eBRGfu zCiY-C!90O>n~ZP7J((K>&o`seH;8@Cv;v&9y1XPQSFT+7l7*Dt5&gU!CFfu!F*GPy z1+#@qi0>NCCpBbbg>oF5xi2^}%vd_xPeH3Sx5aQ`RZAFF-_ReQQ^H;h3%%qG(8n!e z`|}A3c<7gK)Eicw=IvMSr}uwQzek?XpGp3qCqR2?Sf0D%pFJAMZ&4y%#Uig=fTM&e zCuED_jVR~fJMqY4vQ_p)l;62??N85My5-a`KglXn=SChD_b2;lK_{UF5I^GJk?G$+ z?8v~yOeJ;>ZvaF@X_3INNht|Yj^5^eXN(a;$?(gI5OYiErDhl8Aigui59C3hEE|Df zGcM3qe`G}m007zp?^A>$!_5np&;QD0T4oQu;hH!5oP8;6==Ek>)G)}u-j*7m80&39 zw#mzS-_BD+r*_h1<5&O7UzfjiYUj&4Pl-SJ>6ag1d2i?lZi^@t-ORxB>Igat1(`Cm z3?0s9rx8J4RwBX!WGF}4$a4_3my2gK7!eDuA;&BVhQ|lHOc53!O#KpU)-Ex!kP?Ft zDRNp+7|3+dpuoyflP_^*Svh z>qCTJxr=ql^deMu(J}`P44Z++t-`*s91?Lj)kMoedoisl29O9+Ao8w6>UCWxbb>d*e9i?t#|FtQkw6g|tPL$wsL2N(e){x8 z;WTaknWvSdlNU}u{RqwJV^6 zY>F&@ib&rAg$tL8Vu5r0B8GlTe_5q4N2h{_V`!>XaAqN^0SYkVDq+K+6E>U@UN*u}(|fkI)_@Av!0@`ZkRrZ%!af{es{BO^1iJaa`_l~-09qsLA{=5ZOO%ffpU3ZU{_nxce5{>y={7Gc6Ms|wrtkd;$QJVPi~jy(R#CPVVG5j z2Q$~()GBsFO`8>JR=9*nDU?D~i^6kFfH<{Mv__bjAzwsoPr(j9<92NgMDL)3lD z?^}EC$cry7ul{CeFd_Hv%N!oj8%K`NMb!GlX{*OZ9b*Za$saA5wQRP58Y3^Fft3EN zKVhfCu0q?*Bh;Yu(IaO6eH{H~1&vh)VCu&f>ErbAMg3#)=NI)O^a*UCaV!Jne>Se8 zf`e)#|8w)Sl3dh}>PHvpb(^otMIEFPsf+Xp{Rqz9(Ja|4PcfgHt2tolDX(jm@(0Zu zn$KOub1|9-6e_N+%8}Jou&wzl*2jDfl&j<1h1PSd3ve!1D-ihLWt=kF(JZf^%B$dy zGp+Y_I8@WRwP#b5ak-Z}Zg3zPcKh#!+y$W1cr5$*eZP4f_j5shzj<1IY?3|ilN;Bu9@DobaM zpLh>ayu06X;`o`??Q4CNhTrnyz56*7z5ib2;+~INVGx;536HxIEeP z<$tWa%|Qj=LX9gDoOxHkYs#6j7|d{l>Z@z3%!RUm3Feq)zD~hga?_9EL#63#f^i$g zXrG|m0QItonnjKRQ~m@iwDDUV?72_JrcVr^~ z-wbxM3L7e3FOXtRmawR)c4QZA4R?o>OK`~~5}n9+sKe`7$_9ez^uf~5$hL=&u4l&U zxUF626L1rIZq1I|BgI%~ak)hWHcR(b>RASu;mg9?SZ2H6A5UI=X5~vu} zHw-~h_uE|UL3!dthyLe@ZZCbrTTGDtS;X?mW_?mokWX;eBhC(S#UqcjpBR?|DJOj@ z-h)ehJqbGbhvJ$S4d1qdPl~G+#o;H7a<10{W+)4}*?YSz;eEsMr@9XHTT3_PWc_fc zHyZ5=%i<@ZEQu@jR%Kcm*%zYB?rtm0-b4MC!KIwMW?tm)3L@{76uTvm3&?-hx!7&3 z?hDi3nWxPXTVJ8hkGWy9(@r^4C>C!X=pR&6v`ke7 z`v;Ep_4Tac#Cm zc{A!~XDiLhnl}p#jNxd6|9Dt3>NivQQltW2%Ti(VOQQv9^LcB9?s74eDwewoHLvf4 z{12W{Kt^i&UaeHx+t%hzr;5c?+TGT+w^XWq@0P(q5MkXXfO+7AkU48sWTd?^#p&cz zuPBkVfBOC;=c>c!$CqrnK2sAKmeb2xuA-M;nc|%FsaLMLKA2I3rp+wN_U}(}n)>AT z*ZzqvG#>^UY$`v8SS@Q@O)fS|Jkxq-^Lm+O0K7lMQWFZgxYR&8RG3YgXP<4Bd6Rh! zglZMa{wCur9FMrRc@1MBE(Z#N=jA@j-1h9V^m5BJ8_xoR0EDdaIr&cG%4Ru?Q((1` z#=bq_8=s_FR%5T8NDg9$qQ>eS5*BImsJ7{r5SNHfZX>{JzFnkhHdC-rLP?WFYBAB4 zzW(Vr0zx#SOc#5n6izrMLJB$()k`929pfdUSQO4fhL=GO$rib9%a%U;=rhP7)98YJ zre}P-hi#VTRcqfcnv32{_~k|-N|S|H z6_y0s89Y}2;Z0$@oAKD|3Phn&^kpNoK6$2(be_Xe=PmkLXTdmrJyB)|SG{h8;0v94 zXYU!XaiNpGh7IE=w+ZOl^cgy#F@eHOpF{?*KPm>B@P@Fyu5rti|bkWoz(~8n!cpPEtYq|>NEMd0e(ner&%};Vo|QCVWXP7$|Xxi zk?2w+{GmXjsJM1vnP6PgmA^-vSVdVZy*7o#e9egtCc7Z$n$2+J6^aMT1DNuoq>Q^# zZHKDE;{(OsovHQ^mHYd)1%gKUjs+4;E;5V2R?{@Ue>9itm4l;$Lvz89$K9Xq$jeGN zJl8)^sSfhYLd`#3$oKW;ITH|cY~c@&$eICvv|13_YjR7_8qCR3D47iL_d2>!u)+!b zBOjp?^ons+C`k|BaMI;JKSRf#G3&(icOxge7jy&k6Kn_Zo>AfJvSo!Q40(H;Jc16v z5anELsuW~o$FfIDLVzFBgnC(2BX8p6mz4{^W9a@y?+cIOxkg5{y6-M zBm1m-D4&2SUd&Gitv8}+YnF?#P08djq`%1H)RP+9PsdMAKeV%&=t9cEF|>c^h9tj! z3e2%&Qmj~lamIG59djNe_=Ff@!ttdE=eHOP!UHa^vhxi329vf{Ryeq}v_dlk>S7v~ z4DT|>-0;(+v#?G4=v#P_*xS|YT~1Je3y)=u2n((Uv-!aaJQvIC!hiQtkFLKVYj!6&Hhz0bzI2}N8c1&-;YbE5yh8@d}(^>&`ENlsyG;LV6WIr+W z?src9F5Nr%?srf9UbD_}tIZ89Z>n{u`tVgFrgi)@O@XE@z40rbX>KnyH?By{EmOvc zXS%Q&3H*;jBMD8!`7|=puMNNg$Gz}6g3sl5>deY5@-Zy6<6a=LD!T$&J&#!hGl8NA z7HA?{8EJe?cVqqXFY3o8>6!WkndcH2-fCp}HR}5DN&4v1gaHX=5HgtaNjXy*vE963 zf$(EEeF76>)^m~BL}`X^k(fL(#qNA2U`aVMQ_8MP_w`M~+dDHjJ3EN|XSNRwZGQ&) z{nOL^^fI5}t=2Q&VAS{HTTF9`iq`-OH zr>`>CP#xXL8*9tOT&@QHq`#I!3J~?|Y#a0U#%1DQKcrFrHtSpe5Pnm?ZzS8*g9GIF z6<>dwBj6y~j*+Loywvx2;fc;+KOOj;+Ek4m#gJ1Xh^w!meEi7x0nE|@WBGhpe+0&IB@%ibc-d!E8s9V;*gp$ra_E`Qs`6FdzY-Hpk zJkXnc&9vQu9Sx!w(jvpN>}hDE!adC7!vqc^p&JV0I$KR~mZ<)GRZ%sk z>aqP6X9E{G8d&7i;XdA#SJyr;f3ht~OBI`HQBKjT9AAWw;R44I^)qxvI>396M`K?Gt8;BzdKglR5~)zwCk|G+idXc+tQ3=S;wK^$9Y)UgFR z2^l7A1MVl`>!;$%<;(Jn;hEo{C1VlO&gFP5hnhJLqQOoaR!MA^K=&YVOJ7BdQ}ip_ zHyjgW`oAVd2x3^*I3JKL3`kOQY65$e%#O;MJj|1$Zw$GyqQ#MXtnE-TR&je-JuLC0 zt#IJRPhqlV3zE z9##S@qwD6fZlSE127FaAD@%1uiuvKdTa6s$L_*{%PmEL#cci^^#1o5c$>)p43`Jw+ zV)aDl&tdk=rw2zi@{|+FU=W$XH942=7;t;cEPi8Eku0uWuP4h$EArVKqld)fMASY&33oeCE@e3s zy{Qfg*P#Zyh~*W8qO4&W4f`}p1t0~(q!Nfkv>O=~s1DDwDXy$2D-5OoH=bV9zayT` zwR%*s%)qo-f3*G*WQJbvDnmK;t3EqKYE%D6pn(H3D>=hUi>h$)6|h(ZBxkK!;HWfa zzad*@8F}XL`(Py=o(?B6yAf|*yKv#ca^LcW3ntDq%4#X6dH3eq@NBD)z0cs;8ni_( za(f|vbMOmnYA#k=5vmT&hAD?dD0pri7DR()>A=9|#kP>`jA_PU22fbHf+eq*6`E0= zdG&jhai<&6_dR>{oX0Z*Cjgw?ajk1+Z++%)hg*|vwxFvKh;OSOM=sdgVTGplDWS@! zt4(8;*+YNn6F01A@tHzFFV|@U?QGly?{bLOW#BWLK8&5ZD-funM?EVyXhVBJ34RyU|0; zr4XZ5?i4=H-Z+s&nlJD&5ID_7M`?3o^p(~|h?*BSwF0f$+z|cp4O{&>bTlix{NRqXO!XZ(q)P?E@S)h+DZe*a0tbj^5_D}lbL@Z zvEfQzrnCA7Ags?` z>#z~eYjeE@iUGo{*Ixs(h|D@-!WsHYLj6S?AqP3fsi!O(Fi9HbD+}uN>kK@W{*g7* ztT(P4u=Z=z>;g3|;&I$n!1c@@s3E~UfeA9aA_5hg=ju2&jGY#3X_|8;Xg~}B`9Pc8 z$YvB80C08n+F5}04TR8~2_?V0vbwrrAc@vx#jc$$1)Ig7CD%*vU``{rd1%#SK^Yy6 za3$K-N^|zQgXTe8DAns1=nRK?L|n7=I+^X99P>1H4V}?104HBGn3_v$(!}UT3D=4E z5mXsUGoQz_6nR3qN)7U^Vl{p+g5b;p8#ZA6G+q`NO`OMg<(m7jt^@AN=8PW&_u(eo z!-G&3%WH`oNuj=Y45I&-UpQC3PddOeWLmS7Hx|h#M}lm7A|ed|3+N{#7GoSE$9;1T z3dAD}tAE3!H+j{Vxthr9mzxt*>w|luJCYCX+Vx<9c0~3LUdKE5+7sgB;#G;U`X3ME zw;npUmGT4f(zQOqA30C%Dq2lSN2Q;6En5A%$x>wp4gwQApQH#2$v8)`8?i;R7Vk!+iJvD+fCCumL<%x*4!RgL< zOR>&4t^MwEaJ0rcJ7f6S*u<3Tqx#3!&+u-fy*(lW;zntrI=n9eOE7w1WMo?Zzowgo zWAA@aJdfo6&KQ>%>m+?xY|EKw1le7Nf1ha*!Yuw1(s@v2vt4H7oGYdyh}}{68qls_ zuHGc96^^Ebcz(5dhK@|#hpz-JNA--{guOY@*Gcu_O8 zN?3_J`>g)8*ZunQ&r{*}C*^PJ&wcMV{tF%Z-se8qw4a_5_YGjB%7eH&s}{0R74}*! zS}D|cmO5^ghUK5dTR^`wz&za=F19Cgi73@IBuxqqbk^kt;_4=EC z;bVW(-+$_DpZJAe4(7w*zNqXkMoHh+UM#lD7ut(**!Pf@_R-IUy0nuH+u9kM!(pQ@ zY3>*0k2e~B@%IO3FZ}&qBw~Fb3KcZj7gCDtul}RBc{p11SG0Ukd5=G>t?lE<;0or7 zf7z|Uieuc$?RyCMbWcg2kiH~+P5LeYWurlG24pKd><|h-TcErK+2s$znb{13v>Ha! z3%xM<_!=|x#7pX^FvP_|Ct(|MCS73qK#1?SAW!TeE9u&d>ON7zS*d!vTHhyq%xNZb2&cZ<^F&0^VB1RvnJ zD8(!ugq@N-9^O@vFRo}V!UC`43gQZnhivYo+Z%WLJ2Pb;SuNzVxU8w!fx)}R)a?E~ zOm&lag&n72ftSu|S$ol&i~9WiN&11qNp=;>*jjejJSvvWl>PZAd^&>%5o~$8)oG&` z0wFz^UgW}(ntrRY|HtGHdb7iYRfiCAaU`~6Wu&tqldk{~hdFm-b$ZF;bj3Y|U0KD` zJ{Gqo2ZHvXuhfB+im(8YVwaU&`#B*$ltepan-#MVxd^LW`EsH^;At-hN$$yqQJ&WB z3G_sI^#@&XU$~U8B?m)jvNPd_8(&tuPR@_BU}fHWeoQXC{y40tO4fx)StUtu5d2ie z;km-V*llxIsO7e~spIE=@t=N7Ld%D~LLK@ysU5=Kum6C)^5YIiQ%74*JTX{`agu(2F9vrn==W3X-cfC%ovr>RALaba5N9HtlTW;*Dg*hElp0` zbkhXU2PVzUX5)rGF5H0lzGk56@^^u1N{O5ZSoFuP-LWvsH`my z$ynfc7E41&Sk7N#`3ZT+PJ8TOiz6mOyufIUO_0J!8CSA*x`rQ)A7azoVrd(xnK3%k zdBo65mR`TK^wzGfX!Ow7_^hJ&ZXL5FHR|Y$cDdaHZJs#9l6%kNiHOyv+NQR}C!q5t z+m!7SSOV5ck@(|#eVSKWn4GA`VqINtU0QlQ3&Wqy@#ZbN=jQJ3EdqpLy^_K9$nJ2~ z6;_paFxsZt0v&Eg{c#!5b}ZY%%1`OHI}sbCeqU$6*XEUD(;VV>yl(duq9}7<&gJ%6 zqQ%~G^YeRd;X3D~&J4>Btrklrc%lJt+Dsu6(X5d?ljK0GgG&N@RxvqeN(ObcgK z#@}!Wm}JWHzww__!CM#|JPqGZlf$97cw7ZrM)}5Y z#xtw59OBSo!4o&Iuru~WH_HD(4miCe>q&nOdUcA@hvEw9pJ2d00AM|$x?RK|?ur#xc z^jA6Il)s&=J|F% zpHCKXJ{cD0J?@}5Px7Eq*MY5d7p8qRA8l3~b@L~Cwr}rA`qyiY^=vtRp7;`b&}meE z+qNPu@sa+dQDG#|R=CDd%^#udn^5fX^=kNIv>;*HhW``%c1Zf9^gpG)lKvLlw$UNz z3=BG6brG|bn`;Vi-VXa!*x6$Aut1ayi;z=1JS0Z(Mkk97t^#v0G&6aH`P779=x*Rn z=2O9=47J7?I@QFq2K=HpE*ejYZagguzRH>_A2;Kx&CF6HdoX5gx*|)P*VQ#Wos4M_ zO_8Nz<6S(9puOK^w?p+KCB8pJ!QN=0cI^0AF4`B8eF>K{U?nhtEQ3olmn(s}7QNA~ z@na_@yD&jej`e6-+~Gu~53d>S!mv;HwVo)&$J;4Ce&WPLu6;Zq56lM$OZEWBxLjmU z@X7{qe6+oL>I8C|xAIEeTanw`+~z!IT3BA(uxq6t)&=bMaJMxpw>Y))>&c{wJ ztoF~12+a3WVypuVIDTR>*FKg+GyQx4v-a16K~%8JN!dYsL}iT~{b!o1GSZVql`~OO z&;H-wGhTlbGi9g(F~EJ@%vVFgx#2!QT!y{wkUxg_fj=}%Z~0vEXcenR?&$9;+Z|ts z@7mS&AphJq~Z$ryD9z*t&hJV6%deyL#J3Y6-_YJ(Ps6pN6(!bk7YVxyu)O_ z1RN9Vy#M|{H9fL;6$l8@Q{%>E(N4Yc9lriM^wdIZP}zrtphN%xe_;1K4%(HZTTx#F z_VkjHHC7N1IE%F@LeHoWXQ>z?0fUI8dKd%2NGOI+MiG)#+!AC#3}ahB4E&igRvbW1 zz*#Mwxpih{-&|!>A&=vO-k{PZhdj{agM+&hNsqHAoA5k9iIzQbnN4#_h zYmn7D+P#3!N-Qitv``z_6%6W^0J*_3n#cZWr$=+UM|%5a+$nDg?_T($TqfkDHC}2T z$Ug4y1zSJ3`n#m-gW!o&xN1 z1|WtqkA(MBt1}9SA&=N>rEIKI1qq3|kw!*Shv?2lfB;Nn=;_LFW?;b2g2C-ji5%;v!ynVn#M%z5bR9foY_sA?%!DnK1`U9Vp{^hg&zj7pRzx^n!xbKCZNdND7{ z*QsGNDc|;{HQY2b(-{LN_3h2$MIM&6!h^@Lw|FO(e(;ZUb@dRXh9d-njb+!c4X-UY zI)YkOE9Je>SU9``>;6p+5ATgeQn9K=F|a3aCsw&A{dp?BVS-}G9yHWA?Rhkm3zkMX$XrVa3_yf0WS=dAs`FJ zYMWR&tU4sh#UD2E%?CDfXg33Fu7%N!xvq`YHn-E0Da8jE8TSrwS7O=NQS=|bW}!HQ z+4oz^rCCku>mr*?CKWz87~K9lc7W(0^44QJu+Cu&KoBd~QG2Alh*j%snu^7A@Tm<9 zY!3uF(r0( zj{l5KHjCp^HmAetuv!zLbO$Bl-b_Ht_(?-UJsp18m(jFNzZ_4b({LML$zpOktw<^h z`fXk;I%rp+t=rFT-+nelF1O8&gMNrKk9L(Le~aA(mk7nXz5aOEm9$&%h90uQk>K#b zUBWx|q$?cvdwSw_kIiMT#(Cg5eNLz9b>kHi=$T|GLZkDtJYSt#{GT^r$ACix1H6Y#3~!92f|)kR)HQ`+xMYhk?qcYL5wPyv>fo$u9AHsq zP!~29QuI!$%jQ6Wf>0VcS3>K15P{y^s*b$BEgKGvcEUh#kQZ-&*_k!hA!0s`0G;fTZj+vn zJ|g{^^m~*Ao!Pq$mmyOHf=Eapcm+7=jJ$0YM@TYtLB}& z*dmq&HpYNy0;3#AwiYYd++!GC;&s`LQV?*5K`ctzfJ@~_?Ye_d0C^z+*Owv18y_Gp zAyc^^Q6$H+YP_%|xwz}N_+$KZm-Mf^EqAK)2#;Fc8fL6FPPfOue*xJES6Zua4ueSQRn_X+5!6z ziP`r%I)cgj6#QciIf z@hn`sZ3@vPKRd)GgaTfnK7Ds%+cG%xv%kp>nVidoSNnM*c%39Uo|~6 zn{S5;p(B0w&Yeq3J9pll?yyq$2xd&c07nc2Du#c$Ci$`oXE@$X2(20eu2s1>Rw)iXK!_QGLZGl-dZQ+ zjjDQr`d`H|0o1b)AvG1yAJPJtlrVrrnJ4^MYnhj69uVs;)1hd=?+bRu0x5Nq&D4iA zulcRE*Ap=t&LflQSYp5yXGCs_KR!|A=&4`_Ob4i$CrayC)mN$Rwckn)45Tyt{b~B| zk?>*}Db%!oVd0G(?dSe5pL?`kzx~a3-ua=yf%~q~#vyT2CeuGwE-!{7_ja_uabaOU z-Bv%`$mi}G82r$kXOYR%;{Wv`mv|1@iGpdN`Gltp@3w4#|K_?#Y+6*zdh;YEE!=EQ z^JwYUDhmr0{yq$?-rrN)-I;A`kH*pt$ESyeK6cMNj}Sfmu6MpTG4bi0JO1U9pZx9b z?kHDw?5LD?(3$5Qc9{C9RA=YjVzCeK?U8%#`Pk4PjemM#{Ka>@>*?SApMcFt(#Hw+ZLzQ8?{*!w-c6$ zH>xTYx8u`xEPMl|nxLd3>~i51b8eerpX}-GDb7YB z+_xKf38PpsWNfy?F*+!_M?;RtwzO=z$cz=3!^#5edT8jgr(s>&Xh8$MW7jX!!Ity*nv zS0tZ5Q5`PlQmG!NtB`-|{(Xn;y!qxwId;I#L>5AnDPp7Vox+ ziDPXkNIY%(;LxZqX2+VLwI1@c`B+$s#mr)wCyY0fs166RrFOV1;qd;^(QUHZ;(#Lc zd7(QCmaIJlr5eilBGiS2EOPn6Vy-K@b$EDZFqCRLT&-oZDgv2N^3O&Z))x?qFXu0ni%k^7{8xskggl zYb1(wK1^S#VGAXsG}goUqI4{ zSFe}EoCghR$;fP|!um8>8&Zl{J1Rz%7!yKrVp@w@K{^o99{@NEKvQ9~4AIAU%AC2z zC8GamuA^7;O{#tei~iEQyw!o%NPeGvxNA?(9KDO=I~ViYVsR|yO@F=fHjYN-ii`KU zKg;=;FC3kbpP(fX5}df{I~6SNjitRSzeIfnu&Oz;V^hYHegMfw&HN=|T#Gy=PDsMBt48)7 z;b;B||JA=CwmbN5Yd!s#1BbPbgWLxg0wVv4>tuzi5Rr3ebtrZ54g~hYm)`gJ{K!aN z{E`3knP*%ZyUG(I`L%XFD}OUTa$4U(zjb;fuUGg8UCNJa@(JB`1IjQXLDfK>U^Z40 zc{F2%?0pSmZZ|ka#g~71)(^t`MuHA|B3MBUl|@EQiZ*+Dp2s3jia!e{0s;np_@n(P zx65y{SPzH0`~;P4cgwGP>M6Ke@%m!8nW5X0rO;IrjjLX~VA*QHn$HfHvUuAuyGXxr z)E01)D+%XOPndq;{$EAL3*N>oJ3IjEm_|;gz#E3YIt>|$zF4Mi&;U}FeQb}MR zh%-JEkz+_!_Q&j4cl)jFl?bns?behJeCIp#FPCjTd$3EB;Sg~+D5U+ID`W4GI* zJ~s?xgpPQ{j_q$phzgd19G~crzw=yE-ae0ZIWV6l%xh)@RRlqhw7T&T#Hq z0pE|;UpjXlNgd~&eDeH?JoDn=!z-Bf^2C#CZ#;JnZ@1{uBTt??C#&aQdg&#QY!lBs za08wJ+VHWLuQ`vfbMmNM#W$OLk`V z^cDxeRQ0L!SST?VCPya1nfCH#&Uz)1N5+-IdU*Hl`!bnqnlkM)hG35D+F!LhgIjXp zyq_}3wu0L&^BU@i71WWe5OgPs9#UMGf@ts;25<5))}9 zvCzHu9wbW9M6GsvZ*SJ^9mr7(&b`B1$ra;h2k~MG!Pid@y=gmwI(U^iO+R%2jk^1` zTi;(Swhh3O`Zbr&q7A3X7gdw#yY>=ijwwDLrg-;KsFWxjOn6*0ciMwBY-w~CVQwFS zC~!Bv|JK{?CK*UFR7!H7tkoC2`vyG3atCeg#B%o_7Ivzvm$+Rc!q!2{!A(rh5tiHx zbw=<)y{lMbLY~{Y?Sa8mIaKqdHDBD-fe{xPPElb9FMqSZZtx|;{;17X@h03+q>J;_Mg zZt2LvbHJ<4%=B~*&Cgop|Maf!{=?!<(iV3)A|9%>PqwGvS+nlid()ZF!ot8n`&?cw zblcU@o}LjnXipsBF%3+NxTS%I7ch6>5$V53&r6qX&@-eCbykrbGyq%FOlxBP6ZT9r zY{Z1nb1k9N54%t z;K2#cX4YC;t}4pG_S?s4sIPZhFo3m9@UlV~nE?n?jbRS6H{l`3{c|%sZhP=XC9Rg{ zEU~T;zt88ZijW`;9e~O8A@gCMGM?iJe$l8AdBb099zs83{+rp)>_NF%db{+WC8!HB z<9O^fA7UN2r5REX+O1|TD;;f#{HY9-7$*Uv7$V64>YERd>3g}#&yLW=5Syv&xM9%A zGOOifiYye3H*B>y(2av&rwYAg`{d-2WP-MjQoAbOh4)O@vFe8fF+6uJe@nSi@V2)f zs#L}x`ri_Wi8bzc#g>iDOVP-la%B|3(mfHpjCFT)c)DXUDIb7CJKk5-8@?z~Xd@B- zCH})-mX69S67=^C50B43l%Pe@-O z=Z(gsY1kn91{##H7zZfCP~jvW6V9`FCB!QFI9vsFgj*SlLeW9cg*6%ia&xyi~}4BY&xv?@rGO4v?~mgOt`hUS}fX!vTT+BS#mXu#3UZ@ zsARLyrWcHB%~@w=>Jfs8Ds*D_ssVk%$?07~MFIkl6>q!o;-{_8}yvhW`jS=e&=pBGc14&JGw_Fi^WMKW%I)9P-&c~jQFlq zvD)C+Ee&>BfW{Due}=Fg5yHp4vk~GO5gKv2LtZQ1Fyh1=u-_574NvC*V-X$R#<*E7GcAXe&2QPaion0T+iq z<-wCxr)njCS7`C<*~Q&=l0%;C;g_@^6$;petA#4dfSOS1Fml;<4zmua;)-Q! zGQf*Pb9qCkqUJ;!EOyy}LDg9XGC-^Z3*~IgHJOnQGrZ3Y8GY}0yooORL*7NF(8f9`m@|F^`<>?ye6E4B5SQ z`G;UH*^Lx`LYsJw0BQa)=r%NH46h*Y4QIQ$xq--s<9rs?h2dkjMJh=vn7srQ8^qjH ze(R*sF!IQU#^D*62zL1pqvodY3luDv_FyA~E%7?0Qf9;t0}Ac2+K(z0gdb!$3{b3W zL!7V;HL*o~SU%ScZ|)$H`v`+l20U-IyF<{458g<=3XIv5Oqfan&r_3ad9fIs_A7);)|N|ycUNsEz@a%MYP%QEB+rw=+v(~#N6 zlOF#3ubyDF#JzXY;j=^{)kx&)iq~=4yzeSO^GR^Q|KHxV#zt{n;k`4nGqW?Zv+I3$ z?X|tTUV9&2KiA88Z3h!$z{CzOfowTI2qqW;A$DXQr3q?PM1VvnK?4ZKlF|4)lO#W$<(8DY3Gl1^SDP}y6oK*E9BxEIu-@h#r_gDC}>tm0vW!W zNA7m41~q=i@h8WpUj{E6>DX{$(LoDDFdV#K&pPGo zlvS%#4bZKtnBHm4E%!IXK-prMOq7UZw7#Rf2K;XyBw@F%_e%k<-iHm|22j{81V0yZ zV8LD5xQ2Y5$sC<9O5+I;9__N&P*KGq75%!~t@qLOJ|<{}frsTO@{A9R;2peoJ)q}# z$1eaqH$X$b04T8B@M$9bHZR-(D6m^&Zb^ZCFE9WEu#`A3kT7OB+uZ{UcAGQ6kiQ!k zfVTiT)=cAlEVZ4zMDrBI(u!?MXL$Sh1V;dT3j@HBG&=NbzKI0HkuP9!S^;^s^f(1F zlH3k)pB=?~2o(#!dx5V}B+Vn$!<4ThN-@xmuu<{**fpUs3i8zx^a3cD5n`sF9D(44 z`V%+}$eOeW&K_VZbj{1=gC5|F$JdktsS|%D)YoU~1zgsVatlb*4K17pJiBh*+{aSw zc`#&Pr-VeF71GQHjvd}DEbO~3nku@`c?7;Js!8P7HTskWS8HHbY*G8W;Za_VW>}{> zgr>Zv`w_W}`Q1aN$!IScI}Eu|>Y1e*hQ6QDz_!dKmp#M$`^n~fUzNu zWkcBcOPDD>D}~@eV7UMb*3<%{;qGiMuYjD*Xt9XiK~QK3RozCQdR>%X$vXudTSfyVWbAR+RheK(HUwe zfdE&)+xQP&w+qhZxnKw(uYfseG^~%!Wg^P#%o9or6r6?XQVmOohj#;G5UAp9U~Fj; zXc+ijj$j^YlLCeU|EX2d#Lw`qw?#dSU6y<`xYeFlg$CZ5HfuPj3sVUd8JuC4Ps=3& z&^Fja1_cKR3BZRCO*Hc@C)SO`kfMtSt;kf!Ce=FxtWKu~Ssa}%a8z{2PVC^ps>FR@ zJqSW^fTJTZgQCTO4YSxje1Tcp=Oz9Hlo>x|{b`1f@W9N#>70qPZ^t$EJ`9O+*y~== z;7$5Fx3+7l;nbl^#eqeLWYSFTXvjq$i>8lIoUFI}%Z_Bn=bPK@h)7J8!YR!6kw`(H&l$w8yYR zptEyu6Y&mom+*jCRS_k0;hC)lWef~%1IADm(rs9umCdqbDvC#pWQF#5hx{!t;7Tqco*Kl7TCrdc0%BIYoq?W<-I+yG4 zjCA5G<<|5E(I2+ZqoIRN#fjcRbgL#}`6Rl5H-HlaEN+-St9}M@M;w-n08KuaAVGD) zClem5;qa_-sU&JBV0kbGvJ2a0$VPz~76U22XnxR@*$|6vAJX6)i%q(iK`=^kdDo(a z+JTdI^n_$pEtW}p`+@UXC%J<4+#e`_p5N4~v>TjXd%$aYj5wg@MS@1G5 zo0URYj`~`&SRri?QmrMyU2n3q_(F&ZC{9a$5A!uwWZOH|R>xwo;g0r}iWVRCQ*ikO zgC+URK)$MSR(@kDh3oAdxL#uVVS1vWy!prL!p?A0fcdaxnIsfi3qha1F--YQdee)O z^2}9wFI<*zwW*xN7o~dB@c1vDW8&`5f$S*Sw)B6u+oq_KiLZPD zP?d;JioU<(Y5NBU24FCvT!8mHlf5@EP`orS@S+tD*peS+o`3&0yXP?z#r5|zj&}i5 z4*F-c6-0i7sH65iZ$d#cODMbpSt;#5cR%3|#r16BuP^cA?&naN(3?kpGcfSV;NXz~ zWJ4l*j)UcLuT90TKjxYJFNY4L2#&v8diL{gWLY=~RPZiNs06qCz&nATy z;iT9rz6YUTnKa>yJBQ>Rd0aj$f2uf?fRa{bD=U=~a0h5n*Q*EAW9o-4)wS7m-1V8( zq)lq4wJUmBU#)M`C-rMaw{h5*bU)$#sr!bx$9&!V(39~@cqQ*z?~h8nC8H((^!4~& z^j-Cv{w4k={73vZ0xJVs0(%380#ku=!5zWlFgP@n&PSNh$xtBF9eO78M(Avrqby#w zx@ktBq}oos3&&{gy8gQHxn>#?nTE{H%z@02%!$l&=Fgd8{h@}|hVzY^8?QF)X*QcDn$I?0 zZdsX~YK^z9Y~9m(CYQ{e$xChRZM)ho6b9Rq9km@Fb?$%QldjUPJzby7Irre3-A4Di zxsJI<=6=@G)H5|NJnx}-AJ5-B|Mv@8dy~DzhvxSk>+kKKe)!^IW9jat*On!hZCG|- z*=fu+(TJ;pm*g`XGZcXTu>Y9YtwOb^E_owbW#j^KthLJ&MYPQ>ODJ!*%M|4`XqRQ2 zf7mW-pnosG(+T`M&X~Ajl?9YH+GP>tF1swDyvr^-v5zKZmt~w^ZkIL01$}+T@aU#3 zTgYX3*fHwZ^uJct5XcZ}b+X7AYOw%Epz(UI}tZ6oVr>%JZ9dwgv1*w|LRNn-tsGt{{nWq+(`fc diff --git a/fonts/vanilla.woff2 b/fonts/vanilla.woff2 index 1ecb8765246b1420dc2644ce5628b661745edb70..bc8efb6be38ed64137a74f48168e19fc4fa03190 100644 GIT binary patch literal 18964 zcmV(*K;FN1Pew9NR8&s@07?`93IG5A0DH&)07=LI0RR9100000000000000000000 z00001HUcCB1_odSf;a$F2OvK~Mn*D$?I{C;b`c005_=;9xorT<%+{v00YyWm1&u-nGodq;FfN7PasWMp9S#qYAggjUx(vE8!Tv1!LW zMn`DulicBP&OWuI21Q<~6lz$YMGC$>UeQ^x6~>IwF)5iDuv_W$v(M&lW2XjF&3ek2 zAg2;?ChW!?@H}zD_piKw5(uJ%i>!z<%XBvyj6Xd8U(@=26#dR%;&~In2d;XL3n{zG zK%&6AZvaaQ0a~)1cG^m|3#bXve=S?|Kh2K1TVKZ&AXapY_67m$_6C8xVN_layioI8 zqx_|_zDT?8AA|~$L!RA_OE^GgnPppI3%jKj+aAz6B#3|_&aQIQuhRMOpKbov%-oNk z{kJtz@U5FBq*SnybTCLtuP|o-TTQ{(8c#$(J4IP6by1V7Yj5WcXEw*zX8nm*Ib67} z+Rx6KNJc!W5C^(nRW*%-2r(biRrBghkw5?DEZhGzt0$b%MVvC{$X-#!qH##Io8~9b z|9^xu1G^la3J^k zga|=V=AvoJUxaG(cYn9mYu)Qi{$B1!l;pXWAt&}|u1?82`2uy|3h)mJEks;4c&+fi zOXI_Ti9%xHNBqXK^`P5L^d;O;6r#H(nhA~&9R1bCkw-!b>ryRSRPA^SLX=|lLvdps zlr+w~wUoxD4jEOcf~*rQ)y<+&5sj3xLviC&C~2&}wN$)ax0caT2~zyarMw-I<;o-) zEw$bTZPr-LB8yArn7u5H$W3}dp;@XxDrcM;9`P~6KEHJ`Vg?egJpK1;opersWTXhcHYB54l!W4* zB;9MOseZNNQZyAHib;De#X$R8oM^#+aoOOTG>BdlFO%pcFG*KOpOuMaYsdt$jXF+! zDvy?LlVf?m{CW9@3aMg`;%lWzxlnn(@&)A&sw~xu>SXm=^-#pph@Ob|BkhrEA`e7< zqM4?7DasW!E&6zjCT3@BdF;m6vmghYq|NkU`YY{f?Z3LW^|SRa8nO-bhU13oMqu1) zl9&vpGLzS|)O0BB-ngI4i_Q0%uf$v8n-XLRQxlFQyqz#<`KP7BGGzI~8e^@nZn9pp z>1|hSZ`r=F{bSeI&Gs~Vp}oq!)PBo8YM*q#k>>C?t|!uo#}eO3YE2QPB&JMBxtuCV zwWpS)wx;e#J&}4k^~KbWn8RsQT0`3Yv>(!|((iMYJA=+a7vVZx+g-0_z>H&=_h;#| zva{N<6S6z94`rWmXSol#f64LYwB{Vn&CFe$`*vPlUPs=8`K9?^7i=jwQ}AjbQMeUu zDLhd4O5spZauF(;Q?#aNYtfTMZx`>MvUn=Jn~%f(lKH5@6YtsLdGtn8`KpT4ik-Kw z+)1ijTg6T{&G`Lc{mjwrcX!E}6}9^hx@MnfbTsN3_qRUpM9n?bt(fm$unSoKBV%40 z><*t@S~}VtzqIVw3!hE@^76n}AC+IPeD)j1-b%i6=z~V*zc}x5{(a+eA5}h$ClT~` zUa!--bnA~(IVZ8uP}b>>Yv6)Pg8yVOt;o8RrCF^Qfwlauq7}8b!L_?`Zf^P!F>aqX{;=YT_;F(!1#AO0Wn<$d9re&c-Lbev9V?C3=04#px>qr=j zp>egkfL*I65%ec#`v5RID=*LhqCh={gys8QI9yKR#q}Tl=_i(O9p12M?oSndGyc)h z3rC+DKa#QW-?me(zbDH!u0*XB-vkNjzJ0|I7EE?)?1W?>H3%y^qm5g=0a4zn0@sy7|u?qgHUcy@#jU zKmXtlgLihH-T$KS$lbRufAoILJ>-pi-T>33U+kI*MHsr+lC zudn&xFMt2nFYKD;?D1NcfBcJ%URFDlm5OC-GBcUQ2zeq65_BRnUeA=^`F9s1Wl1dW z+xPyIKf}NG&3BOAsG+7QrPQ(J3Hnc888@!I%YChqN!COib$90;H-a_@;Q#=|^={^9 z5!e13s(phSpJ5IcWwkpspoK>x0z?+iA_x+Vw^A%IPxI9HNQb|b5Ae~~|B%cr7pO%r zNXK}>V!;WeQ&^d>Y2H>lSiEODh>`p7ByDKCxh)PGz74&Il02tPs3I?r)`MKn@Ln0l zfM#RgC>k;6e3H{vMg2Y6re^Aj@m{ zCTjUjTC_aNmNQp`CL_bJ7YL&<+FH@d7sfyO!bzutl$_K}?W9pO%6cL3kE-_J)seMV z-mE*a?x0uI?8vGkt7=xK!CB!gumi}hfKb*JT9Tfu5ThWGiCbjJc-{K5~4cYSRF=~dFTs1c&xch6{UocFUP@NS%V z`#4CLdJm0Ho%MhSs|U}`mM-u;Q=j%M-fRtzKilt8V17SBSbU%$UV=~zT_E?F#q2wR zydjYbif{p;4oKk4a9gqBg9K8Ii$HG3wu6X}j~Rkifrh^oB@2Tb0XYE+VW8>ha{;hR ziwNx){JHB?XuPK@x?wvJgaFWQ(}UByp9GfwCO6`bK0b>iSf>GW#A1h0;-Oq8><)35 zCVpQ3%;~$lhZeX`Aq92#wIhFiDod~UtUnrsa|u*IIoca_Koj8hXDB_|<46+S(LbqF zdWMa3lFsXY_K@yK{zpmZdh|lq#xZ6#={E50>#m6g?gSUaI`Shq=uP;2(48=5u$vGW z>Q(-tZ7d1d$<)y(Dp?#TIh$RSVzF3baCXjxgz?6w&ikY)aJ^ne&wIN-JAs=JqV{yz z3!^~s3bvhGH<2LUPh`k>BUa~JipAkKK6NGli1Pzu3Jdgj1daH(MV*lbqJKW~gLwHa9f8wlUJQWo_A0L|Z^v(rK9nb)~21|dHW z1RXNPSET-UCJo{-kx=^@Sd%6mqQ(PBwLdHprj9`fw1^-;soKXyA_EvcL{ejgavOp7 ziBFxtg1}uic6`JxyX!}b;rlm3XUJcS+j{^faq@xvw~sSL`W%1>Mf3SNa*&^oK`lY5 zr&3PMv-zoIVJxg1d{2Ot*El2RLsHIadA)Ymzb%Z~5%IC&^Vwzn0PjsWpBS8XH9d9S z1CcBy0p3FqEC@XKzYcF9yAD6Z9=*AF&k@ZTt(jS;a6e8JMBwQ`-;LJYWHuP zAIhy3P01PpJ^;0>C;`yOc$e)T60gYJZ#fgIl9WusVkNj?+01G{)lzT(A^f3Z4+QZ_ z+=7kg*>e`1u|^BvQ&zF#lBzf#Dvl>|T~+PFfcZX2_fAD_;&}WnII~%?4^-x+KX6<0 z^Q*7xC_CY8>K~vs4{t%En06obxB5m*ip10kut<)tX^l zp!Fdhfy#AVd^DgF6w5lHpoJh%vpH}9L19=B{+!Le14NvE1iFc?L_!b}nT0+FgT9_h zDDVO=4}pD>2tY18Aet}5Dh+i;f;d>*jj&S?fP{vEXW2!FaAUDsIFlwO5@vt`K}4{C z3M()I2~N!w;#ue@S&0`YA#4(*Lfi_71TXRDObk8gY6c%R2||#Qo?Hn4=|bU759LHX z2TkSbnr1(XU7%A@jFK}gdM*W77)(KZS(N^fdShm$6Y=%;V@jFhXV|joQIcF+N$lf<*U~nKN-X%1S(X4oFi6q z(pJ>M#Zw+~)Y?#U-fP)Y*xj@Jlg_X!e=RnTd=-$Agh3*oiq*WN z4hcxy*bd~Z*F&5p!8cYhl-D2#Iv^L$q=$bQkFfs6uI)*?uEZr8a^;m!)>fKN7;}Ep{msc`l7cpcotud;1W&f#A)5CympTAo#|WK!+x909VDn}#G!F{`u&dV&!$PSAD*^j|YR1)NrM~?X>kRU%7RzSoG7rPYT zQqzrwLWH7uTNSRz`+Wu_=krjAM5?+Y+>4Qw;3AUNLMI%Uv?99eMIF82p=4XYhc~i! zy;+2L-VAVPAUjZxa`?PgxVFG?TjvTpUBw{(x|QGMpP&_do8`}dmrH&@uNgnX_j=|k zxgKl8_g!NrmLHL8UF-5*SLlh`i%6^hR}N%7L%Kh!x>HeZq*TXDgn_gw%%JXNR(C3^ zjC|G!xM3(D>VuRR$W(&o&N-Lj9IMg?4ur*k0v=?b{1yj4ED}wqnDW#YH9z=4gm5SD zw$cT6-P|K9b7F1}5-)Hn(6m zpysj$MQ(E-GZFPT@z76<-c9m(GA=h(0foKeJgy_q|NIEm<^i`_Nfb#%>)xhPmOd>` z`}q`8UB#r5z6z=P4`>Q0kv= z{rl8*?vN32IM5rKvxXk6AocvOrwjcq4-C)T5VQZl>M68%`$X)TuR zE$osT=}}60T!b~-R?$jDkFb-Not9M%@QI^rKCujBVOOx(vg_=VL|N7nIigM-R;S&n zwROf>+G1B}myk-v5c!DLEtu8kKL*)IRi(&Fd^8%7ICo1wz08{ut>-l*PZK?7%3f5~ ze3##lM%W;WiL`qgD3-}2JcdErOI1Q0`{Ws#^2WTQk?*g5U-B$*ikev9{=cuogTCsL zlWeH_jUZjYWT~iBQdZ#bbz+_vQk472A$9luTnPnbtI|JTC!8L`LxpF9F8Hbp4d5bZ z3Q=*XB$*S2GKaB2T{lGsI3=>iU@$>4kpP7ohD8=@g!&daJg||WQeFg&XXh7M2qSVn zeJ+HuNQUFen~gaC(46Bb5$AkLX;X-M9VG#dvQ#TSiH9&%#9<*Pz>pX-QunZ|K0`#ILL1$D74X#N z-DpV}?x;KS55sX)^UiRqxmm_l{b&cx6v~8&mw9sQ+@dD?;S#O@B@kD50mTAwn}GTP zpa&Wk`&wJ~VINvY;f7euAZp2RRGUXCM4`q22EfA?>p}dJ)6*ax>5JKk2*aRUpkO^1 zJeFO>%Hh3gr*_;(1H(Uwh4qzTRI3D87k5ngA8egJcHtaJZ9LX0A0w|YNLRk+{UNX# z?>Rt_pkFjXMc58>JiW01thfFjw(;RR&7VgHHoS|Zc}HcCf6Ax-A7Hs#$Xgh@8WAE5 zq{In{?)lxQD;D}^d&6;8m>(V++ozZFgTsSc)qO4rXB)q^IoYTMWaHL7H>X$VS8P^* z?i3vU2gloj0UjHd-`jtTZcX;)?ubCA9rUQ5XNMMXJ>4$=&AsJANfbjpmzY!NmTuzEtdMt(30q9+|I*65l2QHNf0nS(pqX-J zP(X_P*?A=Z5?pBiqK}$VOA-=Nb5obXg26>|6UxHE)K-AS)-v13A%_oAktBH#Dcv?= z6}ypy6qVh_OL}$eM=nx<&VdytELayM`ll%^jp>X_PC0#L`51!<&Qk=WjWc$^m=*ew z;2>HvFcOPkQE1Lx`K~p#nro-(V3x zuy}-J0)m;Kq08|At)DKeM?g9ily5?M5`>;8BDAl)&JTchAC%frg1HP)&yZw@{AUvd zQ>hX{07S@Fv3J`);9qY zQFK_0oWe%7?L%C(#w#Pt&Y>`o9&p*P2h@Jo@}Q=#Tw*31Wa#>K{O86GBYLsUhZwmQ zVYF$4BcX^(bTQSqj5{E=QhJ;zbc64ee_qc=I9|3!udCxr$h|1@PCd^&5m&6s(L!6H zgp%xq+F;gQ^mtt=di&Z5-4LqC(nU{E6cS6|3n(Si^_BMU>g>u@gAgteWW`#DLa%p_ zWdwi&V>^Z~246pV`{LCOgBsPK*dd2Q1-96UIaqk}g+m~C#G zjh}56%f0>hN)8KKFYdkf>7rU}(@OE54(Jz7vv7ZV1~JNmiiddR22A7q-_Wo8Daj5n z|8#HliB7foD58n+8LCm4JkFIqlt_>>%?d38ZGkc%gXe6?u#n{he$!dt-U6+qK%05Y zfhnFsi}M|5#79?X=YuAhrj4tKP2%vhkxnvPP1rY}X=tRNOgQu_hwqecF>+LeIX*D_ zlSd4;FtOERRGap=gdb}I%(oIALhCT`WKQ|-)n`T%UqIVqpBT;Kqe$XifDfGE9W3*; zeum09$u~4$2Zqp%3kC%L0hpP9*RKLuHPL5!LIITm`3eBKXSz4AS3LtaEw@<^-2voW zUCqhg_4r9Ch94M!Rv?rGu|2PEI=$qYJQ!y%rct<`NGRO3>-??3WAaB8KoA%&uTn3T zZ-ZZD#NDO$-F^7>k!Y3J@sVU1ph5bpk2>7VRfxOtRcslzk-+HpCV@mL4KRRR^gb^y z@8vxUG(LGQpwP08u7C@Ag`C+PTRIC7hi7U-Lu*QN z4AT@(9pTUVha8IF)@Ka?9EfH8(D*-|2fk2cV1+{m&01 z%pAlu>%!2E^2q!}Y?zl~hNSb&Cvj*0XGgy}{-YVsxaIup#G^Bg{As=`f8$S_p6?;= zOGTymW;O3$_T3Cl@hN0p=!0tU!D}0E?;h`n>K#wt8@+?Vvpfri0!;cHBV@eVEcQ_Q z!m)^m`T~mbrYGYL_mrqgQb(c48RV3N-FJP&>I9MKfiU$#L;pPzAu!Zt@@ZzzVxdri zHPQ{g(C|-(Bm~E|8i2x{3HZW3F%U!JBVrTyaD;QhdJW6XERkU~hNiW}ChbK#lgX*C*oh1u8aap!ZB7s(oPke@Cg^w&u zzY;EAk)JmRImmN-iz@bq7i&Sjea29QPry$$HT@)7(e!clIm5$M*i*j1N1ISkedRL)ISAD|fx_rv$q6Ou2s=HKLZo=fC8)a>-lFj9Xl&dS%?88&Lu=-2<;%-r;z z?`dg+|Lw$HKthE8cZ>ZQ``&GN-uP~`o>#T!o8R4sL!eKwdvO2a-~j}#U5{66Yl;>( zcoG1%bb%H^ZqnPm^TXF&x>-F8M~wF$hpnJSuMW%ychcjA5c>u3>>!jX;92=@(W zePjW!nx_Avor&&;epioq{EZXrSqLW?MA%I`S>Fl;M_D{3&M)e-C4fLkT=B_sbSGfj zRQ}eLabk+w%$#us6`W|O{0}KdYQ)xjR<5DG43GQ|tc`g`ZGT2BKVS;@HMDM?u*c-N z6|cWyN?77)#s9{6fWHcAHdoKp=j!N1ElPn^Rq~;O_u%Bwx^~jqQ3zQMB2B? zp+$(@5Tc%t-XmHpJ)8u6PN&-?Yz=*1>vghS0o4h5;$gS|gU;jsyuATK5ur9HKqFfH5prZ~>enz&t`TPv?jv$tPk{mur!%60nm;~l z^Gkur)$n$N6XjqO5?zSRLQlGAEos_kAK~M;FNH$k&8(FFWVB<$qder{BkgTGUz+b% zh!g3K_VpWn4&1r^5w;O$el(Nb6%k%-oclwV!Cp3hgJhJpkuoWMhJ$fQh1*PFSj}Ga$RttVcB2pX?2_yy-3CaWI8E9301dp4b?axc6g|Ox{D;w2 zD5?2<_L0lq^1;Zxzg8i~XY^B8`ylxVqv)5oz^lIXBO*!w?J%F|S~PgDL@2kfuVv$I zKa(Vl4V=R>+dnPRyR&inUY+x3~pL^ZDoQrtULXw zKX#a)%J{ok4G%u?`b~PJS=;8DY3wO86{C@lmEY&;BpL- zTTLROtS~8kZ_k3+jNyY%+~`nf*0-`BtD8ZSeNwww&<;U=gh zu)XC0DBuS^^hbU&xz2Rv%kBr9cfXcb3$NsT?{|Kb5!0v}f7ZD<5LT-4p-owTyU^n6 zByyLuyTOa&WSJnegDiAHaD^2boKr0#0k=viB{(n9SGyb6WWANcFaT-{kk=IY1cX{* zA>fH_8d(JUqZ&sJ0z5s(SaUsCr)4-ryRs>f zH{~vm^se0pYV>L8X!FzS=kEK}iuL0jRTBv-cqR zPD5W5&rW05j`!)~4Bs}Sb`VS^8S4TCe5Y9^E<(`FPSXkd;G~99YlVLFe)qu z1Rz!_+{}*=R36vn@}*{`A|>ew2_is)kOe3nt4}s1*fz{rx?%9M*a_Auole!Z!hkkw z9ae9qIX}XPfn?gzVUK^^7JBg%2i`RQ&-E%05`{nCKSPdOb z$rTUL`Ya2pwFnyGks#za)}#}+gXP#%o<(0zbWp6Gw_kp68`Q*)yI!k0`KZ67Ci~jM z7bz<;Su^J96i;*Os$(W%OG3P=CG8f%l&F!qWbCz+Cw8H?#`LJyvdN}4EeW*I0`NbIlIsEikE2TnQTVNAy4+0`Izt7T3zP2Ar(=uWG`_4#+h>*3 zaXkoBa-ya$p!BhiY<=UMzSU_S>*81Cc#cpft=Y|Z_xRBkXGmQ(aaud=25tEJ90>49 zUm1NR!*s}_Eck)t$3UJ|lrT`Hum)nX>~qA=pwEB;PCyKS9s>;Y zT;j?jEmTDRT%;!;l_zC4;*%C(>3oYcoPTf%x zTZmdT5y*0U9cH^RuK8^uMFD5{6G2VwJSa zoHnewo7>rNKfc6E?sv|nf@rLL=O%#YkXv(P!mLusWzRj&jI#&MLmar0Ic%DrtC zAA4_mJGIlM(uHkF{fyf5)#VqC`>87{)#e9%e#PZI9X5X+>c2Vf%zbzj4gpOHQvm8e zOuNt)Ve>FEZU^$Uc_Nq=o7;HGzuy@^Ia{-{BVj;sizcm{ET{JqG;B20B2L$WQR!tE z^{pNKC|C=hB;lMsK+qg^UK_Y7NE)9zNpxg+B$?;QYYQa=G=)S`@B$yrG4t0@QD3uE z>yMExQIBs+djV^X$9(ho{22eW*Gj0+0`wCQlz%Cj&-&#jUv$Se(9z$p^>c`Dm$J)> zY{-ihV^>eIAy5o2jgU9}Ero+i5CTo0x3PDlkKrq7@xIb%>gFEDI!+hqdufzW9d<|H zYF~eCePv%knOg~0m%38p`~XN*`QcE*$*Xn$`gORDm0z8r?2zYV9*bX_sT$PjZ~E4a z#;7>Aj#1d@i!q;bEQ)cZ>&9FKP$$EB&1oN(fN}=2*(g@-_ZijcL5S2ABdIJk_z0;S z$*+)9aGOcNEH?QzMmm(bVPD$;PSKROMKet|6k@rnT)&z!SQaN)WxULgN<94ho>-Rg zA7RF%65bb>n8Yb!>*d+`LR_FrV2X5^q}3|a9^;m`pLf^nyfVI&G1gVgJtWvQme=PU zr0zAX7Sgn&2A3Ne&jg=qntEeTk}%aUvWJ#5hy?6a&lz)V0@gDc$IXt$U`6YF9jVWw zD9aCp=W(puMpo zdItMC(xEW)9gN=L9qps>>7^+xDR74N^H>9#j)2=kvP;s~?5jwHgtXIcZy@mwBeI@~ zOojxsZVGi~L8MpSWb@8E{jZ6C7pRVe>9HWki0O z(X>ui7WN0eFk37qB1L5x29Ug{%>cOf!8a_w8CoB67A%2#5mKT*AV0r4X`hIfHYPUC zv?D7#4c*ZF@B1y*C2xCgR%JsGe%%;B0ndj*ZekcT>CI?&1^E^n{&uuiRPOPB8TdyMryYN}D2zB&ik` z=MHwBg&`%XW66@y^u#+N@nRe`g}r^pm4Wt$b|Yw~M|PK_A~&}}5)&6C52?scRQybg z`Sh4PjT_8tw<|iQBH7mJ2M#4W4m+OcD8Q4rr=Wnb6!OO_{CONQ_KF<1dwrPH0ka;( zSy_^kw^0IPo;-;a?Y5J70nu-}ZKoM~U#(G`jLFt|A{*Guawx(_u(5zYbwt_=vzSXsR z+A%r99=)iO`qN@mRbMb5;wG*t^7Vk`qJQu3$m}^ohD@SyIuHb+RrzN(Eq&)Ixub>6 zUR>E{jX!^W#aCdq5xF=}ms;Uc?T=7)t1GT6L~QBk`hBBZqH{*)CK?kIP1DJnujvjP-(S+mEo9#v}XuA9N zvp52VmW&^IfIjMt02hd1CA3ODaAD?&VZ{aC_JM<8wi6eY^g03zIz;|r3VTlL5 z4SR$!7LvqU0h;=5(>4_7Q(nbpWaZ$QhAe5b9;@QvYAg)h)Am9wMV<;?h!*)=EM%uT z!;0SghMjRLY^HOIXsJb>_60n!=MAxDs%N<0V-;(Y)DwhUePn7w)Ex9b{#Hp6;Px#@ zwQsS9=0RPo*&995x?=K@b+L{{FNml$eZ)`L~|K_%J&V3z_k<*X?w= z{c>0_x0&2BK4Pa1kW6d2zbwa{AN% zG6uJ2EB{W>9ezhdl{-de?E`hYwc0xcwno?1?E`o0PL@5r0Lw<%;4GQyMpT?ibX^FZ z^;!q%vU@jpz0%IKaAA|W@pn=SucK6W!5ib3;y;Ii$n*qdMLu5~z@i&74ITRix-*;E zhj_$n#-Z4OatE4OzhOPkI}Xg)Z|v_Nd_5i&onkHD4KQ;Xs^rTv?cnnLY(Kp?gb05U zYy5_BUil`#LSS=g{V~T3KaIyU?hoF_X4F5xNcmp(Twh_^U^|p5$)x<2XZdon=Xj)g zw;gHm4VoW+P5yKBL$(HOeQmBHV!r6QRb)vf`8Sx}dbYaDuQ|;(;Rfe%9OI+*+S0%O zsDU2w+nZ8|(KTFY?$!aj&A2TFq4H4F@}fN9W~TZmb=yHtvM?_dmV@L-r`@+ocK)Oh zM^gIOcES^8215p%HBNR8hu3w|FRn`y0-BdV0a|Nu3?rSN6w7j~dE}{y{$%vLH&M8I zMg>7tgKm3vu4gaLJLPz@sPG5ml=VPzyy^_Ju=&hLVN(0dE;demvyO>`!5{Q1Djsg% zF^?foo)~7J(IPT_466K8p*d2RF_TU;J{c4t{HJ{BbH}|2a_Rmgn1~BcN{7Y9>=6^K zH2HJ8nl2#hqR^(z@tXf@zY}&#CD3B?^r3!sDnQQfQ~Ot7)Y##x1pL!EpB^g$q+%zl z!?iezi(l17KE-NE!*%GjOYP8(Q+&Xe$GeKF&G2^g%WYKVyI{8D^#8ueHo|wUyd7>sxTT^ zHw^s9kD^7;*1Bb?DXsjiS$50`fA>M>xy|G|rK|lZ?Yk|W9>8GsWR(zS+7-uJcj(thsT)2vl5bKe4%&Jz9pQT{cUKh`Z&17 z0r4w!ey#V^GLH}}{MR_hUvO|BqpG(}S6i1NJ2lU;cGhWn40IKBvVuC-cbeYp915bb z_r3Sm9Zw#2Q}@(fZ}g0z%1mbd=gmr`^>`O16_D-7i)?>nb|fu&x;c0q0ZojosMcAh zR%T_w5HH&_t>7E}DA6X-rmy7G_FM-SFYx2+EsYtP1?77Hz0K0vNixq0)kf7PyRHj7 z;B9kRE*N2##i)I6^lG0jPHvhFt7*1`O-K95iMcL){eYW#)jl0B1%ZLcZ}$JvH?GZm zv4{@~Nun_mUpj}Ja5Fl}#F_^NXA3>%?B&7!;!E?{DtRCbxoDc^sURC8E$KQ}M>_u* zZ1CRMywuMTfLcE((>@#knly*C3Vk#_Z`UsUd%)JX{ZIR|8gaZv9CO4~cf7C&tet4Zz3llCGq1hjN&v* ziHW_?oo^ncr+CUyIUj^U?8l^}PGp6SZ(-7MOv{$O@56OOMmRlxE7k|isDtI1^UeGQ zG`(Kzjc15mGMXJ7x9(-sk-x@P;4;bSRRQGNd^CmaiU#@oR&sJ3kTkL`uAcmMcr4%c zFrvdiqd_mKp6_@^c*a||Z@-bhQ*uz6eZEtSjSq6d4gP$J~^p@E5U zcLr$SjKi0hF@H&)qmDf&=5o}+Q`ahc-rXEoYjr=l9Gvhbx1XQ`0*YrhG(7?|=|~Vl zMNStJ2q@r%nSG3eAy`ZYSfq8xPnr1K=ZnNIStuVKidRj*CO><}}gVkl%K|G}1|T z);JS$bi2P;>4%~YUdJdpdjte~v3e4Buus3!ImoiSL{~tI=d&Xw4EHlCj7C+HZBZQ% zjmExsgj0!tO|E9hn>F)gG7^j+^Etga1(_vdofi@*W@&j7tc2g=(?#~&9D(mn{(ab) zC=oA9XV>=%Rgr&Ela8^FPVpY=r>A=rPM>82>G{la(&+ZN^ts7{>C#Z6^fZ)u*s-4- zQ1n2u9Z`YH103zisiz=s|WPk z_>gYUjoVqT>~;%bqsl$cy14IhHdhq?7xNj6JM-#ihac~1Ubm*%12p~ZaiFPa`R~J{ zsPe2M45^f#lG1Iq_oEZv(iWSrX0ay-PTVzVv74stP3*;9f-HSm9zisf2gx9-qCNu# zcE4E(Lh0i#PjtJV@VULWeD z5oGh1y!D6xzJ^?}<5;h!g8(?GWe9>E7UXO&bn7w*{eJ zDd`u`vVH5a{pz$gyGSZ(JGgKViE0!5^1Vkx^CrI{^hYkLOuNX>6w(&VkdpStxEz(H zLp*0xo;qzrJx#u!Glo9yakfKZkvD=;1X(ahM$v@7!2MTEd~E@@G}R6|yzSh6j25jY z#_dyBx>1(Fb95;W^{qvSxv`b~Th5z@gUs)4uVUFw1DK6o*LAQ&CxcjQC5U|LFVXt9 z`B`eed;K<0s8t8%-4SU%uxhqS)1l3Fi8f=Hi3f?ps!Y4u&Q!9gBEt)AUZ{gaZq+8L zay$0c@VuLUCfc&C<}F-c=RKgZ=aoqb45J`cO5xfAT=KeiTOGKAHb3Pgcig_|9>~<{ z)V+o)&#!aFJ4zQz)JaR_$TFVD6N&`;2Jxo%s$hQE4?1$?u1jPJcga=h;UC0HMS38l zNd}u4I>?TEkr_N?9t{8d*}hAlG{5~HNt(xAdiL>=BHf_*#@)I>okuqYvZ5+|(!m$f zouAOCsk3vD!+SO@<}o) z)DCJ|o%@YD&!3{l`cvW#B63XB(^_RTjTWO*tB#n)P58fZk<_>|PgGQGKrj1=MDHU2 z2cJdQ5N}Qk%L?31?Kc*4UH8S!NG#|q^;-=(rq=+qQfeJJ76*)xpTjXu>Gxt0tHkDX zcoB>je0uKhbcz0{x$9I_c^h*tSa+t)og5HnC6qcsvlNI!0M zc`-6FyC*DBSNTIWB@1?p+ol$}j_ngeSk<)tQ%=IeM0_@OW^c6*yCU&X(ICc?mI9io zAK@Fg@0kUliT0)Qezk@(w;9M^IVR=W6`7)aXBoT#!gYBJjzKqbU1t2YxZi0 zih?M@igwH;SAk7RsN7!$L(P)M)cGDeL%kWnX7nz7;tf?IaOTKGU+V|>s~kea48LSSk)#Wj91Ks_#{vKP7nR|bw@y~hTqmNYgj064D6aaI-Z>gdq#P5k&8B1vuA2~t9w@%N}H!_RDf$r zcXlTYo=b_dZP@c6+VkTezRo&X39pK+9asH1ut_x+&H!2K>lsSkKbQ8!Lk>2I&U0Y#Ks%U^}t zWv(^9?Jswst*{=|pkgn#ZQ*!%xI9>#j#jxa8;|?P&z4sQ@^eLz-@Vt91~{ZUUfdro ztJCyMJn(n#_GJP>mziJq&)4odnb=9oK54$L2tC8S_LHw!p|Vae(kida`~4`J#8WO9 zy<)Y+Lf74I2!^=WwKN+Y+zbD2*Yj$>5|G^gpGEiFGQmaTu4vy_%!bp!v_FM|w;K~9 z)6PM8%;855UR3m+K54s7c=(yO@lWW+CyZe}BbfPwL>~WL5t_89Hh%f#ByfEEvXVNb zQ)pk?1RqVL{LQY8(>stJn+2SDXNaf;feL58Px!C5r@xGch+0NbOlG8-fRL-$ypemQ z6dem^WRPKhOz%+&mVRbKs5Bh;s*V`QxOPk2i;)B#t7t zuoL&OM+XTbx~%E z+r|fh(dc&QSLL%#*m$1NL}7&^QGXs11rJhgj`ZrSk6wsT)s5do{N%oszeFjN+Ky55 zx8qF8or+nM6qhpXIf+;}x{6hLs}p#?eSh`qLxO-%3T0&o;lyl!)76x_8Mqi~{1htA z1kS4ph1JUw*ViJVr$dV!r|UEF-u&B9i#734XUv#Vmwq7@w#rP_Jo>NDR#!H~PK>7w zjWplus^e-#rj%d%^sAo3WpQIsx!)?rZCKx+>_r5 z#X}>BfrEoWDFuM?T-S4vLw;hQL1ORE5_vaYgNVxKJs7*8?TgFC71IZo;?Dv?@1WVX zswyoi`V9AbVY~@Uzs2LabEE~UR#(aj(6 z?4~J>Nw{kkkXVt0plRhGj?%@*Imi3_{1Y3;AtPgw_4_tyG6tQV(`%cS<$0cii{rb# z7q|i2q-j4$(wGP3#W0yN#{fdm3w~^GQ{Ic$rOr)Z&Vjt=r7$MuDj`WymSVYtq8ds_ z8B?N#yQR;c=s3?La$65qiIttBdf=x)l#&q;D8Dve`)y@7+ZKkb5FdU)aSD|`oI;{f z$>mOVrE^tD{o)a3LEuDnG%S0#G-z3FLwV56X~fOk6>CNl19#+!hWPjuOET;(9N&;q zLcFGVe+v?>;bby$uE1?nJ^!QeJY!&_)9ZA5yQ5-?zI)}n;}P)pT+h|3n=~1H2G#QI z2bwiM4fCySMneMZ8Rs8fqPmnVzo$t{*V3>=@yq}feM-4l^;Z26)|EpqhQ%sue9Oi> zT*X6#!F3$hE=Vmo)^u`~*aci$dE6Wrzr>s0pC_f3zsMvRF`*kcSwVMdp7O-8hSaw! z5QF79mgg$tV{GmCu6(ObS#{8ATb&(iYB#iFC(#b)F9sjxP9AsRDxTdZlyaJ6Sv0)6bTUcJiLeh2QxKB-Pmk}i z_~{G5L=Xt`JRW~uncz948*7T>j>Imd*FPkccYr95sg!wM(k5x?J-GxZ9&F9`-VC~w zvYXm9lx7`r2q|W?NzHG&>ZRb8y|R?O*}ojLNb^)a4l8g1x&AS3El_83y+_14R&5b7 zXfV&)loSp2Wdl6(nB)7gACnMyk<;7R4iII1={M(w@Ax(rwsKrY97wpfYa)|RhTjFs zr&*T{aZ~TgrQmgxd4~>V9<=2h&>|*k=UGWf-ekXxfyW3aR96U9>fjgWW2X}RRq$utW8HkC?Pk?uo_) zN7GfGK6yq*9*6g@aZ-uIO%YkZ46vuAD~G-37xss*Z|3=v;DO**A!an{g^MEUyCiS3 zj(d{Uf}9T6=1XBo7@hMrai{Fb*MK8dzC}RMU|R|;*YbDK=rL?2B@j#KEe!k>fla-| z?b~clsdv}ZHBZZ4C1lO9;X_nCS!aXc)Sr4TM8+(tzFmkbbIQ)S6VM?}<&cY$aK5Ug z(J7#D;x!KC7A#+N?LzsyL#i@zGM(#85DhRX?uNNvr-n?dCABvM z7pabQVh3KJ434<={ir7xQp&($?IYw;)e8+=vVT~k&|Q@$J%1pyRH>cedY$nia#9V;5YT=6SYdI&iwmA&Q!v z(2krGpFb#ifAPVOV3*nlQ12^Y@Z3;EI>0ANC6hM9bmd@RHZ+cMsDJ;9mR!1KtuPnp*j_&{paBw`w6Zf#Bd%1*fB~A;IvYG|*$W*2iGP*%8 z6Nx@DX2;oq#fEgrH?eHb#8KKVwk2i6xM&QU<@~>f1>huJD8GW2j>5RoATn)jj){tS z4AoLiSqbENL?X%s3IymUkl`o7v-F)$#q&qsumi2UnFyL#x)IcA(eg~EX07V(zABk- zu2C(hN>Q!F|7DZxCuzIrdcsld3V>D1C{N?UXYoj?^XdzwIHt2xrOfp66T^vLjCkDk z9Bpf@)NdEPv3V%a*@Unani8Jfi3hD957Sgqz7g40P22vWt{UeF_C{kNy%h$LJus)% z)EgbcU;3Bl78mU7Bc?$Ydli-^pcUj#H z%YXll>OZnoXP7;D0bGJtn|u(hp~oOw*a)@1D|V-Mf`)Ov^bduy-xbX4R9ilZ9Nu~^X zL85I>k5Co%KtJlEDLO)(=tD0d+C_a#^NNO?$wXTp@>zLe8LNFg68#m#pf0rKf^@V; za`+Wz)y8@RTY(jyfZ_GA;yzihD(sF?3qf>(fLMSLf$@df`$9pqgF)jOAd0sp-$&Zi literal 20436 zcmb4qLv$_-tnF9Zw(a)Rwr$(CtyA0XscqY~ZQJhq?|P#K|s)7ZvJ0tTGK0vXq_Vfap`pS=a-*MFox+!5uscv%g(tE zxK(+_af}k~AAz}^#m+1x_BF3^XZLoTm*)NprKI%N&D@l@yl9%(n2JkizO|&ynrj#g z3S-DbA3V&(6#FZm$)BHPh})*BX6?7;U-vk**ts=|_MgWtTelnU-`|XxJgf--2rR6w zRNBJET!jGuW*9vtk}N2q1}w%XDu_2z;~!NPYjJh@irOM=1eL1t^ub_~-Ls#Ns-i&} zrC_Ro&^W1pgp36+5VF?fl)ep_MO^^iWps`$n2pAqZN`vVJBn_Lp(SL?GMx>`<@UK< zFI0f2w)Be22+i&33o(38)z_IBg0=nkMMJfxwZ?rWQiW5BvLG>bqoQP%C0x5Zx?cDB zG%*05-+$MsALVX5q(h626BRARqO(`m(fhWRo2_npCjoQK?g}r$(2Mu=GH}`gG=xpF z_WF0N@6!?)_kPWLpPf$ADRVHQk<-}F=kEhJ5Ph>R*5XETkGb>+A6)xywx;UGfe|D}~;e_dX>scn%d!gkYSyZ$*E5tBoHpc&_X- z0gj#Vb6SerY!7_-T9x*NvNIhOtKXhp|MpLJAX@amK6*z8`Un)L018CHTL}fAzI`8n zD|E)pJ85YXCi^_Kur9Bx?hNk7fJgPHr?)-yb8^+K#vW^-cyKh-wk0eXY0U^drE(>Az zJH;S-OPG_S!3h?LcJGw05dcA}N>r(8z}FapEyc))Sk>yE`y-wRfQ>@T?g4@g!e)@z zwftQS6%GLfOI8qsgKL@-M1UA$?1MzX-3K*q>w{Hq>&HX)=tI$~8^GbK>&NiByQR#u zOHaLS%Owa=%r4T@OIB@NC4dD&3_?O3gi0*LN<9QqOhi*%gj;ODTYU^>j7<778P!mc z)p8l`n3?9f8TZ(c_xkyNttT2tAy1ZUD75M@)M9hjnMD|&lv|)>n5eMZsKFTIn4avo z9`)Rw{rmULe(zxT|v2^a!{araxb_V`&8%xLHH zVXa+(Y+H-Qd~uFx>riRcVOHCZ;A`4~*zJ~7hKq-@LNju%#V;1u4kilH9UZCkMiV}I zNR*4$AZU~Sp4!}2jj7icNAFE=Dg^7J2ZyN+7JDc>4MAjvRA9-oP<^VZ@y#nJBY*9s z8!Q4SJyr5(L!eg=vrCgWPw8YiEdOCkWikU$mQ-_6IuiCRB3-mBm?k;h?B?XU0Tl+x z_A%pvlkR`GqT%}ZDmRrj-3|G`(1fOA0s@GXejOGX>Ze<#>Jvx-?QTTV%r~rZYIf$9 zMM+jyv3eCUp`NAr(I)4L#wu;#mV(5;%}Fz|BHS!~sT?dahTx)MbBx9bS_LWYkc8m? zH91qN!RU}9&~P~{Q?bpuTnrP(_H~7ds$^(hs;b^l@~q5BR-frW{kaq{W>k{-lVO`t zC;_REYOTGDEKiTxt=R^Au>y`!h@z|loU^JF+HtMtni#^I8fI8k^d80e_+l(AIV1_QOtM0)VLn@F`~ut3(7R6N4!*(rjvJPQoI81+ za51mf15+3#U{Z&{^Edy45>b91et0jF`A{^NaNo>c>*;i1( zmSU(Mv5F<)@+rsxd_Mo4!_0VTN<2zjiB+x&IR?2Zf>si-k?2WZFc zc84EefvALA363t5hzzAhsJ;=z^DI%Gn%^2IXS71QelhqI@46yEIElLRxq zu?VBwjYv^!-Lh&xZKaLFn5Uc(`WJv3AR=NgTsz7IqmT7 z-hQL}zHRURzRdc6KNIwRd%u0U`+aBG|APG7==;BK6ZE`Ne670ERBF{oGeXBF zG>!dS@BY49(~%K|np7&8z4QB(Mz6DWB=~PAv{7EZB(7zL`|Ft35hiS>mrf?}P&WH1 zeDtYrc7GkOI(%Dh-r-t}zD*-&dDiq1a(M|CTYn!|AUK=7v>Z*BRy8#~Y|ye(ye{$3 z=%HvNHZu&fOS8My3yEnfa@2&Lch}$CFU+h6xhelOf$QdM z&-S)uqnz}9PO2D9X#ZzP87qB4x9H+)T>FNP`df_M$>|0*Vnj}0eG z+P1cK{T3dC29kYI!ie}uUp$r7csZX4Z;9acN%#D3akzZ3anon~bL!?9W(q7asXLVc zuzn1FWS<&eE1i(D9vhbv4Qb_LI680~o6qCQ++O zW)bU7jU}*O%#rSV#nKgOs06(tPdT0yeb46fB`eCu*G-*t?b`v^|0hnQuOqKo&i>^~ zgMTfXTkC^?#Vzb*1wB)Bu|f^I!ifKU{Hy5C24-sqCK=>IkYolZO_J9JIE!b#T zRbvUO@3l#Zcg%e7_OeMNG{ZIWJ)$@P?h<;XmTw}%w*4`V487hSdXf7uBJW6-DtNflfZ_I^>~&V_kv9l!>-~LAXM5D5k3z{ z>6vkYY{*-dbPAdl%z5gNQP~vb!a)oB^(pm35z;-G{M7B-G?yRQWfd$xbp|uhB5tOc zCzlB+Th|m=xRP+0wl<(KUVX-f#`{6^BA|upsI=$c-dgbEj_DoiF&q-qM17RNE72mf zwMzWrm=(x64L?ftHx8$nFM2lv-EuDk^}kke4mS2bWv~)@s2x5tmDLRe#8|f=pQ`MH zt+I1lSPx6LE*m`5yrGs#n)Ob00TlR?|5n@cNvj z`NGMhA|aL0q63&;6&RAifi{qepUgSf7U=TFij#{*5IlnBD?RAVoxpM$_)Gy1hiha|>+F<}d=4COLU8 ztji3e#|n#wv1U;qx)y_%U=%C)yuE(iIp)Jq}j2uZ9=RCu@1}Z^eG|*vcb1OAX zQVG#qj1_BY+MJp+az2z0q;jx3&&o=50`=hoj<0Lxr~|5#6npN=rJ(EK^crUMOY~*Y z+hC^I+Sc}uvZM2hwEY?8=~adhCTiW=v)FE1eXMDo=^Q5KCmty8(G5~H%^Kj+Wu#L3x!Hb%SpVBTFx{EbKJ&+S@zoi* zqI2oVpMpanf7!yk%hd&VC~xob$Sx9_koGtGfR0W$qp~LypYT}+7fLaTEr8~GBTfP% zLqkyyLBh<6VP>N7gcy)%6wFA7bBq&}si>oRU42QQW5LFaUse^iJb+}~h zTcXP0;%1C6k+7tZ3OeI+ygoB2*j=>0B#hjrG94lpCs`@45g;;W1*onbPRWTz&NB%S z5!Dt)M^;uw<3|Sr-Cjx7HjLt$%HPlQtk4%W6euZ~=~M(^vsN;6}$A{jKl9|Re}YLg1Zb)X~j4C|4$nWw0TMJOx9$=XI+ zhN%S`whS@z$he9Bg*t;Ho+@ySQzgtAoK?9M#d3NnA6P_yA@?GUb6NEHjveUSt;M6O z?gW2PcixuDfw8hd-RhI6D6re6Hu?)jOKGl#=2;bz`K%sfE*iRV233C1kaZEeoKth& zth$k;yIDBn;%f@7)Eu+3(2(bi68KvP2(~tl_jP;CxU?^Wqg#c)R5e}s3?zq$$n)N? z4znf0H9pBAtsKcw_{g>992GKi%CFVUMXtE@U<{K$6e_xaJEV4J;hpjFOvTPn3WcMw zd#=#MRY?LLDUR><({T~b1NB4=X%iB&c);U?EsUa4v*m7fCyzYSF+FnS4(S_+dp#vU zui7Dz?5t9?Ba`hI)Ai2-Tj=NyS^PI3os%RK88hvc~~uk_JyfS&eF||pMyEGc|TLsb={E%N^#TnInx+! zr{B(d)hNHMSu)OM#8KVX;9bdcyyN`NX5T{XAB7JAu~U?4W9a;6a;b;EDxaHmZ1N%J zio5|SpcTJrQL7gf8M&!P@4DoYxvpOG)`i_gN%}}@LtFKJT)_5;%X(xNdW^z!0n|9z ziY5#+`sNe2E)|49_)XjF#54a-z7^&`f5qUc#!Z`i80~q%fS#e5hf%>#f>M-DyfDuE z^^WKn*rjOBGpTp60m3;t=B@SzbFgpZXa_xMhYMKyXRoSgyE0X;x(MbLE!ra*&$Ov8EHYDE>nWib-%!d5*+nr8%VDD^LEfugl` zL?|w)l4pkaLY5p9wM<?odHJBJ&{Uc&+ZYu20z>7r;)z{WB*OciK2w|n)a zIQm5?M4?O$<>eNO_(*m~s9Kyo@HM&;qMlx?tg}iYqk4v^?))8LUZd)uFGUYWM7&k*-;t z7Cag4&c(kQEMd5Wig2C=!g!fQ$qM%JQ{k*x<(!4-tsIWajQI=o57l|t5iuE2uFNF* zmEB>&T;^TI^Y-{{3^=VdnyV$0r?>6U!9^*lW;wX!^dKa<_AVW1&8lJS*d(&Zn^lLo zN@!fC{vBH5e=5_daxYZ+RmUZ%OJaEm%_fqRXb+Nbps-wZ`A^eNqbU)LsC5J7pvI{j z2t#AGKk}b1nh9ka* zd4~jdcIVB%u>Q3U9VIuXvfj?6!87`pyB8Bm?gS%?;u2y5YtB3O#^~9U6hnPg0U~;R z4uG$HeUk9}GsYiyES%b;oCd#~6S!b>V6q=!5M{k}#YlzlBAXFGW>ti3dlhIj2o7|w zgm36richddK_J4~MuWWI-D1S=-HWpcaH>4m-Ye7+;DBu0`N+nkjkUcr@Jp(5G9jFL zC?f17%>LUV-qwzmV#X|I)muF!6bk1$`u!@VF0sC`3!37r=EK5sUdVv_gT3&=BW2Di zs7J)Vtoq`Q2o!`S2Fo{paX}+Uokxj}mdXa=``mCQ7Ia8yXWJAc$IRi*|D*-hE1$0! zXlaQ^%~-WRB@)%K?IrCy_E@$O_vZXeYpQlaz^eUlEyVR%{N=R^qeLSQ+EZYM;*-$~ z1Bvw6N@s1QRN0mPJd9ORI$&I+96Z>^i%11G=DW^EVg-4{VlVnYj;bc}vswE)XY6`s z0+OglDp8ANLNaf;{LBC7XK*8gLU+r1##KzzY586>5y=(if1R2hRy9-H+u7lWXn0^% z{PZ^6;ObK%yj)V|DzRI5XH#BpxZ)c0HwBO8hxhOA&pchJMV( zoq_>ssFBcEa$Zfv`RPn2ee6}{LYDkE)$c3$l@{zEQpk+~2rxC0&RYNXRMSWhc$zWU zAqPdcoMNoWj^Tq-M5hQjWht)*h!p*;ryRouJ%+_AV{VY#D*F2x;_ zdDi{MzgI34li<^JYGKCN#-&~YGgJ%Jg@8(i2nB8a*ateV)`0-s;FDoXH$3bi3bzapy5%gV@*RhFir_>SrD+vh(U;*-}8cCBf=J>t$? zJg8rc_MysMSzWC9jh{RwPf|JbfiAIkE%M%}ajAi&&tqt{ZJW}0XKblBj~a-wbUSG1 zwEarP>QUa-!Mo|wAj&N`4B0vckL@G#AbU6+1%c&quQu@w8L^s}ePhO~$v0y(&*vi~ zTW7nZ_zw52=*&j;IAVm*JE4TqLx8w|pLy?aj*vj}V?n67ZqUcIO5Lt@Z<420I}427 zMmO>3P|44*Z6JR7v~~k2D=)|(`XHz9_NtyV3sYOQp6ftI*scBOq#Go>XLbaU|}H!J%W|_Xd_9W3Vann4iv0}z5wiw#$Sugl1yL7`g18aW}D-g zsVdIgUeacx3OO1?)R4@s5{ztdM6p;Kmx)0AQR6D{$jDe%Ap3S)#(V6!nB$>+Nu&72 z7ex&J94l+F@PrWJj&OPx)%lw??IvI{C;Mg)Clk6r4f<<7b}ArlUdBBqm)H5~Q9#F+ zZdVY_oK4Of1g&CFQ~U+rVM?C#U?le;Z_e6ky8R>?NJvQQ7b@BF6s;Cs&>?EqJbl;B zYKm*KsG4Rlzbr2w>HdQG=7t@$`=SYidcAVuik%}Vg@Mt|31fMevzB;Lxf}icclVGg zQ7Y%nRY30A#Ax5iC)^0&sNztZZD4Jif?yPYU9vJQle|nvFp>i<#(n} zu9iweHDO#6Cdva0@w~I1be{H3Dh;-w3$(v0#HVn2>IAHADubtE5E+dykBux@nFw)k zIn;sLQl-TohT0esreawOYpa;z}I`kXI?V^c?AsI|;dj-`l)Xz&nPeAAIvOfVmH29yW3o|YBpf29zu zjZ42b?r z%$QuZEybf8b7&xvk=mcpF&~ge*?s?v4L@jlpO6E zSR9LCpeD^uF;ctr#jHu(?o}IM#}JF-Eg+aSWYd-L6g%6j$blwajD8xC1bS@88Z_$F zPWkL>WC-0bG>{Z1D~&1V2v=>g@y9ZZaQ11lYBE%AH`fZ82(XA=|K=8t4X1~tEY8vm>2hl@97am6_Q zDEOIr#%_OnSrc131FH`VB9@~BBeEDmND0&jbUH{F{-QdGoW7pvieAaTE#guFL-23X zd>0|f(ypkzadzg!s58&Z^!OvEZd34b0-HY_kq;2I#S%M$b_13mU*Ts!T!Q9F*zb`o zFC~oNG8su|M2~y(5h6q@d8F|TiWao)nhwy_j{aQVFoCpFsrq)HWhATfYY&h=%C(J| zU(;xo+?5s#%N9seCepx(8Q+lC24JKzD+m50pt#UWTF8*l>01?{vgS(B#}(vtU>VQ^ zS_UHMDY4#F2+i{zpav}~QjNtTV1SN=_z+)a&Q7p>r?mPi*-_asGPB~@X}D5B(L@nw zRU)G*XT+Ztt_<@H^}LDt=KdvQaQ=b+QCoYC61cj7`z%E8J#A&!;8G@za$mn@&~M|i{SabP z)v1`+u#?xzgK2E;ETxV|QI-hzq`0FH{};rjl5!}2QAT@1D^3K(oblo|kyW!_F*(Kg zf$j5}IA4Yb^*Qutaa5j`E;1kR12%{V#9D4b{wb~SUq3Uls5wL^YxmURHhJaD_wsLX z78k6x0#e?hbma~w;MqlwI*iRj{FtW5Fbp6E*7PAgHuo5>#(S?bTL)DyosR?>g~jAy z0Eev5mKcpdjJEy(M5}^b!&d>>n-u4#%S=g>$6+C*_9;j!ruQuJprl8@Su2nh;yg4v zmx+*uTTNLO8NSUzCV-Mag*c?%W>8YVDHOZl&e%K*6IbRxN7|91Zr)XV zKn<{w;EBC+l7J8aQ52h#0=^q2V8uTph7Sxs96!b)9s|u!>grdsTURxjqTn*v$q`%4 z4M~?!d#`9?l*=2X!Ir0~Xh~);R-uKpz9M-L5s_uGGIzxYs?y4SkwAyyhS&ft0(r6N zg<7`M#*Ivx_0rUL)+pu>q}6rpi;<^fI?|W?XJI_|Ds}Iwk9iGhY~xYYm2Mh3SPLd81o|(Dm*3M% z@y?F8!ru%EO>&qiXOdovm8&5ENN+?k2|SOET0I_ZI2d&~JSDCvNn}}Nb477d^A`6R z{2aHu>Taw0LQ!dGEfCWyw%r0HE16S2g~;!R8d^oy{aop3@-_s)7ARC15xQOfdj}ax zXyLvp6i>|qzzT?=vLhJF(}0{6uH(@{vgZIg z9Ee=~KL5ZvDDV#g3mF=soWEg7m{L$+DT`AsGZ%S|SUKDxm?`OEjxC}Yd|HxIq==GzR6x4eLmH0|I9OiYATldjoo2}&sTm9Z;W7<`RJGG)c0?m@65%TV zBGBuiZQMFmbbpl22US6|XnX(=IHvvV z^caG?QlFoVKN=SG&^erOa@=3Jut3u=CO=rIY{{^u2b68spXVRzRUvm>_tsxXoE_ZJ zUhW$3x_$xCSn(Qj`8e|$aXC>i!x4~F4?Sfhbr6oSN~4R3yJ-h?OnTXKnsbc(i6u1d zuWPgmKRH;&#xSC>FpQC$&#Htaev2UwoR%I-9F*buZHhGy#m8VRtwR={Pkt zDq&$P>+YH#8vME;=k6Z4I5;@3T2aNQ!p8K+T)22n8mk!6nuviCcVA=?rvB35MzTVa zwF9yNW*BvP+!xL*IA&+-BJuB19*eArhz=Z+m*rtbk&h?12hFb)jgFNucza-1*KU;{C#aRB;bj0kw3cSfMdlh{k+=7ZE<@8z+dXf6Yjt{EGXouUL{)I* zXjQEm7?MT+8k!1diO-4wy;^Kpjc#&|uHJdTA`b~hs`Q8_`}@_K=XYn26Tu04qOUOp zf9l*{UE|x%|0THrAxQkl!YB)=MG!*1N5YUfl6KzG(-}B|`B*449Qq#a-l30(Ni|nc z8rg}yNS_9q*PE&AI5}GA9t=ff)FL`KYBmw|_p%z$i5w_mY-g_V`@F(`)qVsOT+SmX zrPHQF(0P630(mbMQ<2&q+Y2QHS<&KO-!s_#3;nhFL&K}wdj_(_KS~Q0IxvO9iewcZ zUaFEROvT-$Z9V<}3YSop=jL>U1m~3(6znlX?X|KpHN=gT;o~e!)=OkpvSpF$6=|Fh z8463h1Z2$dR3R$&;fDNVJho^>b9cOQ2|VWF4D`}$BopOu?5(pg4a(CR0DpSQ`Fd)- zMI^>xmDCclmQdh_vL;QQZW$VtPEfximlk3$>>5O>^qfTIBOuVcoP_czW~# ze4~j2@KL&|I!3`Ea+T_`OMt+#V-ge^aF>RO;IHA=bs`Z^DU0h{lscHz%F^;DDQV$r z8dH-~%*29hu-q2s-OA83ZoW3ngIl(H`Y{e)Nfccg4d?%Ye^2{bRz|;yryd= z%$F?`tzw{w>5$E4-Wa8c@XwHK80DhHXDoVg&-b19z3yWHA#>;MFkmYsPgRJpN7wFb zjPkBn&u?sd)^r9Y4Ph+TCh++B)cXFQ``xP@-^Y_0T_kL8-+ZSYyynIAJYW#}dP@4; zc9gEl``3Vic~4=TDx=;N83s03npJi3rN{Z=3Z=HjVMt$pRpK2KxHn(_L$a?CYY)8J z`rsv?_%EzQ7--5&ea0Mh0OUjIx?+yEc20{?L#$V~x6?3fYy17McIlLg+@PLdx39P7 z7yqx%^E#7HOcwbW%Teyhcvk6#ElTO}_}L>)UIIvhYDC1J!R@mzA57Bfna1ka^7JW4 zy}%5e`CEf52p|4RsQEpxCW`p2lLI3b5X>Rxc?vl-0ij|p&mbnuc~~!UiyuR~26khi zt){l~Bz}!9OojCO08@t`%>cNc{x35vQ&TR^1(%}1TCd5X<=YPp%d5qS3iWSxM8Y~= zM8dywAKPZ!{!*;*I$(<>Xm7AygDGA5C+{_x_0`qwepR`6QJNH5qbn}1Xn^uRJ$7*< zQ7dX{D_o5Y*+hk?&p>QJF1!Avy06Y@Og@rt3wK(d#nLn$(Pcil{)l?OG8RFfUR;8>mnL#yZ&07cYMSLgJ7HH&u@n z1!0@A%O*<9*?Pm-=%~2zRIZ(ZK&>!(Tlqm*?vKD=yYiyXl&m7u*hk4uZ88kytl86N zXzSi?Vis;O9h;@O22!;Z^z`tHMa7l_ZKWO5yl^>!G8?(5$ z9}|&bpa9CM4G_?g2(DC(lOW~~ z;jqSN>~sxG+P1;v3Yt1a+Fo($!nit9!6|cFVn0o~8+e+FCbq9Q*U*`E4E0~r*(v5Y z^IBap!Iv_u6PX$2s8xhUxJS%AiKnic`4-F9zlg=WiJE!6*y2>M#Olw`YffXhq~Z)Y zIoA_mR39-~x}ESC!Lhy|%GbkM=fGmdl`i8h<5Fox+KVmHn_|;{h(wB`Hu+d;TxW23 zQ4&=&^C@wArW`x@2k^O={SER*14?%$%1Y<_KOF%1kQvOTe+#Hk?}20GPX|k&P>k$ z0lX6OKKC!g@naWZ;UJkpE83>sy;8IvVTCgs!!eq6*GhqwK;N959#a}7lTV-#NgCnc zDKCOX4R@rvj=UtWbz<+}6x{Cp0pi@&fPwA7pyTAt89lF%D8I?)7Afr_UZ<5R+(va3 ztMRa|ND;LW!j7G^PQ{AYBDtG|-ti8nOMVmW3FwwS9GN9eY52E;O+DM9fiP9F4WBqLG^xR`%Mv}9O2Bt&0W`41Nw_ujwdGxE#==1y+W2NTDTS@*m%Rz z`L;zu{4C5=%n(j@18;8w;LC68N$Yi+wPvPtkus|#mrhQQAoz93we;gO z!n+n7!@IkiF?02!6<7b92NxD3a7682qZ^$QR>v$P#?BxQ4Gl{It`C}y$a%Tr!d3CO zb5r5tW_B)|Ok?RrF$&#&#tO%T!h`D;vLDSeWtAIDS--4$iB;uPZeYzvR%+Jrx@Xhg zOv{}9k+1Cyd%mGf%o!tXgowwAwcOV?p-S(&Wkf~N3G-S}(HG_x63Z_|sDS=a@-O0} zSh5k+QU2Hx23>%ZSfhhda(mVE<5f8TaD0@v1>>!?MD3^*GG zb3TeS$i)H}4Va=7y_jpPXgvO?RQ^tZtYu9FS+Eh^B0QTt6Ubks{vE)@XMdT!VYrFA z2{&jhG9e+>I4%V96P4&;7MJwE=sq=c+2q00!K4&0-bzgK5>;z5GNZw{2)YG?0?@mk zDo!4RL>@r>(DzAuDd1ha;)4J1O~oI}G4O~mT!wzp8qX|fuKR}+U3zA*?`XWlCgnPZ z3D*=c@2*5fiLIKk3Ee&cyD`+YG?PpUG3H7UI|sZgex1(R-)y6|wKF(Yln+;5E}voG zKI<4z-pAH-H2!mUy@-(2rUF*miLfHYchF;kp2vT~w!pjW_MYNv@?rSQwUe+LMjY}Z zd3xOjC>*&IIsihaVW@x|>hYdu0>7j3vsDZ}RqT3@$_T{zT@|DxxY18!7$!M6u<}Rq z(G6z~3Y4wT1H!?ZXm|AvuANc<;VgGuf>i_AvX{b8+U96xfk;^u2oX*hTYwq~?Wp;5f>Ci~ZZstSR zUw|RJD9qAmypF6N2N+~AvXdQ!DZvnk8WPRAy5=yv16Rc2Pu}d}em%TDto7$JIP=t2 zU}-A{Bgmm+_`fL*xvsQ1N?=DBy#HfjioIqZOt;{BHmyisDW^!^%jDPI`ljQpIg~PN z)bngIGKqg09*M!=3U&z;tt7xYE+r$&!Kdx&o-uaF^`8B#Y-C|_L`LJ+W+$>U+N!KQ zxq)(ZbtJLzaL#V)Xv6NK7Nm0Aq<%*NBXeX8@Pg=FNAd-KdsH}oMv#5D>QL+9n|Zlf z#~84xFxOO*zol}rc|~qv&=? z?KgNHrE&J^<14kSJf4`tUBc@(Wcxp2B+?C1ymVE+ttngn3sIxF;&I3N zHtnHTk1Z+xXec>oezh-o7mGHOI|S{PHO(#wrg!kpwkE_U3f$bTLv=iy0+0r;F1j^T zoQub8wS3!!ID>{{qI!3Su~WXP({}d+MDe+mB9~FP1m@O$fL)qL?$J5D$?nMZux5GJ zq^6C##~HxVt|>A!m~3CGHDOl!_rGIUjEb*9du=*z#_+PeGQM1P@)IpoLQZ7BXdJzR zU`Jml5MwI>D38|{gUSbn0Y^>eI!8?lgmcIW5-n&eCS2V##18IN*ct+t_XV;u7Z>;u z-`A$%9(zKRNGvk}`h!NEgZ}OX$L70%pNaUqk!?ip^jXJ&BU^XQR-7oaRC)Duyv#z< zO$?vr$tY7_1k#MJ`qMHHz}U+OA;J4KxxR)8(C3(jXX&h*apu-4&|d@cTiff`GT-8m zP;oPbV>9?GfzM`pFh@f6i6m<|NWt&|mrkzt_U0tsOt+exyLLgfq~C5&UXX`3T^}RE zn9!LD?2MGoSpS{^cX=GMmTHsI>_=|4#xLl?%(`r9PL#I$!H4zX_@VV%8uE z9^7DTd7VfquNlX~25W_k28_OSyM!#U5%}ZxmEq9h2r0ElO}%i`qo%~+HxNzxnHa&G zFr0$1p@6PYOxh1B(`Y*2nj(*^iDqZSdi2lx>&@_8K%TAh1k!`2*EDcCP7)F!izFW| z@*enGo;ZLAT1nEQv5trUl)EI}4qj3`HIp3Dlg zR*fb~HGXg&(X1Fl7vqh+p=KB}PE(`e;`Cy*_iNMbdS}dq0VksYnO8LHey*NB1CYc^ z5i1qLssSODB>l$a%=DmuAjFA~0P|KA^~~hVbY_#qA% zAzoqNeqU$YU^DoCwe0qa5nESXRnlM*$IyzSEYIdb4vfnW0};Fw-Nw@y&tL6wuUGAp z(@%Jaz_xxzk~Ya314JYas43b?XR%sv8LH@+NqRx5qWZ((aO8la9-cG*-A$CnW@ddX zApRTNIgFhC%E(m-J9wVw!qWaiM1vD3C9N`9mptzssOQko2&FUii$G+RzMbv>xHZYK8>%3kRNrxss@fne9<>TKK}6R?Q-TK_4qx!Z}p zcX=M8JuSlo3H(-JP3}vbC|8Av-fO*6B~NE*_uTQJTR%8sF|gY5-#smTr<|12UmLu} z`eHo2_I6V)cH^zd=Q}cg~v4(z0hwvaD~fZkrhCQ0jS#)3&wSBVzSDt-hBvAcUtJ3fqXlgqy1|eh%>WRWciq>%V~|i}z_^pAaH;^H z`O@QZ2KY?bQ1W;aNq#!8XdJO%Q66?^07~~(16Ls%Pr_xwO8X7L`W!(*$PWuD`WQ(2 zUJPnvf$Qr3-ZKVZt{w)m{8BYhuJd^(MFtse+7#wS&A6WePd4$#w!IaAYO_ZvO>7}|9U31pU~pF0c_m4o*!6DHuNMlk1kp**YA6*uSY3mPe5Uo zd+F!=k?8jf9W58Sl|eT0eFc+|xbtunLfnTf;G=)cVR#LNWIO`Wtn%rwK2;rY17qjS zq!m#Fz@u~ZOZMjIbV$KGf3%@DuJr_~v=IR-B))b*!972@P3*cbP-v zB6x>yn^ttCUUjJVF2mLbOW@JMqq=CjmUdmhlZ!zMX%Q7b2?ESERfnJ<3J%FdA0oXb zz0XrcE1oCl5L5oOn{(}->VDtQ6SZc}Ln#pvqJ0DuW)JvcBJH8?UlTlrV4hd;+DTq}~JSpNWQx`g0|@ zFF9h}Y$YSkRO=YJS^KYAuMK_&6fFJ|!Z@X9_|#BVxKr)3IS6c|aZ{Wl?R(<1kptTd>%s`7#XvcwMMzL_KJ}!4 z53~=RG<2;m3`Ol!KU5pk4NziYbw1R4sYykyms*U!lF=JQg#bk7Uw&XFiPk)qAqkX3 zK(i7?KAlG(>-XoG=zUU*xgYz*F##qhIhx44dIAbDz{3PBB=wtP)U{|@?Zhp$-eqJF zi@D{Km|l07OioA-)ky!dtqpJY`|%4j7qp@UW@x<52cG#M2dFu|wP(NC^K@b~=f~n`0^OIb*5(2ThDUHf6K`&zhIXQ1pd#`g^8oLRh>!jl( zr6rBPb0@IkyNSFy=%S(F)iIl|i?OBWVTQELZk)K&Ni#^t0h7^h7uI=uXfR@<tkZeA;LzVa_!MSB-Vm|9Yv%5b##ovdK_8sBGBxzgY`LN=nuR{peJzC>c2K?){vDIXT13r*@ZS`Y`3_aYF>met+-Jm>H>4f-A)VU zI%`d3(}{ZFa^KN&+zT<<&VW1aY`@gfQjz;2HfC{bCJ*w`{Gec^b=*J7EkzF;HH$@D;xdR1#pu`7f1g%G*_HDOF}`uu(%cUk2rXHVUe7iIB!ZK zXpmui@dONo@gYg+N{GFkqpeK_L&whwv1ZCN2O~3XReZR?DeNn4Mid>kN=nLeg>{0b zvyL&JssFM4t3iE2-}7B=&Le&lK$D@6H<7p)&<8D$;fEu+GiO`jm3@4iZ=k zJ_`P*BUPOeTFioFF0cg?b-cAZ)DoocS3VXI8Tm>?yljdVa4lR-q|lM4q)qHX$T8~s zX{&fuGrA)qwc@??7I0<1gIR~}0UTc`WI10uB;hLyx7V~&^-$##RiSkHXEUkSLpyC& z7Zmzo^@ArKLgRg8B@p2d@qMPbk7|&q(L>L$KTl2GKDb}}q@F!f8xGk;AtV?s00?CT!4NsLo zT;%U_1TDQLyV4lifQ;bSthH=fybW`43Xdmc7>6esjX?$r)3I1<<8qI!YKzqFabclH z$4b-6&Slo#-LW`p^?&;qw_wuqf%Vr(h3?eW!;bjSZx3{JMRvyfceh12;p(rwCxuWv z$AaO3CKk3U2NQIjA~Q;gDmmXSS~Mnz-rFb~;K6))!aO?=isxTFQxZo3aVXz5Hh}_XE4zt>1Tuqy3gY zB+HjGBShw6(i1EkURxk!BUB48XI&KB8p_Q^m#xQ4$i%GUGLet|GmbA*X}w&i?0Edu5p z5EHLVQiC%$slu+2!_q{S3ZQ3-xcOZH2KX`g)f^_7P&)God!n%Dt1<&&*4cH~0Rs?e z8|hN*qMQvVI_Q|9^vaxO8glX6d4+3j2fxq3gD$yPGDH*i#>|=^%i<`TbDWG@Xsu)x z#JMRmEAy-BLc$VrGAd4}i$(O0eD+H5CWU^b0W;MFnFIhH(%c01b@sQqQD-z8?$x&# z9=m!hn;y$R-P^4EYC$J1^~%HY^J>;cUVi2+xmGa~)6mU}n!=`mzektuC#gr=$K2}b zi&YOfC#hTQxi(d_#;aD4Sw=2=TnhK|d$I(LS4KRH7}f2!hpixRbUQ0RcXsRB|sfE**D$+a>Kd!}LVM^R`>fJc_qBT#XDY?JexrdVCGp zt8e|7Fe&^aW~QTv#hYR&zk}$nIfpqyV{a%MxIX!#YBwReq*iJXh{QO$xqNbAaCsnO z2Gs%}BTC)>W3i<@zMqGX(oHbnU5^OHxgSpR9QGf6L3mo}oubO}wB_gf6HlHn6T`v2 zv+*0qA_?eM_x2`=FI_DzotV{<758}Iq+1tOl(EVGUnS?=&W7T?@koW(QKM?6V%ITZ z?-jAP6E&);BK9a+s&>V!lG4ULwyJTc(VC^G+KH`3YF4SOX884Y`U<|E>w5lrp6h-C z_w{_F6iY06_LJrXlY4!KLs*=gDkmp6d)}}u0QW;g#!C%T1?;1#wOKo1QI4!fq1S(&X zG+^wOOUqM{{ zdq1wcZluS1LfKV0^!iLl3AL!SWQTazw?cY%QnKRv!NR6ZPw_YN;w^DL`U)h1f@hyq zXxH3=_}4=eG*@#u;o6b#nJ! z)%e=`z(SALUxZ}(aos2-S2{ug_=gA2>shSo)Ff$9t}$U?UNwtX6`qSesVo7s4pK18^w@PqXuf88~ z^Z)mFsND5k_$0zp_SP5hM5G19&ZZ?Qbg^7-Z1>-BEI_067Q3#rT~HvJ8Ph6(jJ@ojs~MT-rMJ)lY-Ir?Blc%(bfb6}N{p=wsMUp&L8nO4es88$X_<=j z+eh(x3wstyxfudt8jF-alkd#IdplG7mCt0I;v)srYYpnd;CvdD?~~#};XGEI@^JvX zL6owYQ+9+`tW6@p{IYp3y<`5$==!H_>iHYOMb+EL54Q_ZwwYIdeNV^_H`-h6m`z3i zUg9qnS_0RH%67lJ6Ec)|mHBZaX%?H)*Ri*V%@~g$q;WQ-Fr@H6#&N@2!%JnZgkL^9 z@&88L5etG{jvNcL5m~)UgvRcl^?C90FEP(~nsD(}Bq_66{9H#OoN^o@YS2l1d&M0# z^p>lZHzfRA{75WprCc+c_~j57K^1)kXcg+4jn5U(uvU# zX5FY^npmg^+j1SM;+*y334ednp4LKe(k`iRa&hOXTcmNanBh#Z&#;JA)A(gWX1G}V z752S0$&e8;u5K@)_)eUiubFdC8xJVcc|i-*HE+Qw<4RY`;b%-I1o9?YI%mXl^S#wNTaGM*(@gCH2PPExjY+|6~Fvo zhwzfu)}WciR;z7tD;emW&^SB&ay4}`*HhM8b!IE0Ewv{MEkkvIOe7FmxKNil*%RX9 z%%{BR?!L)UIGF%Y_0X1naeOZ}n!e~(UXtn(;q$u(Q|iGv^LbBR zzUL9t#Eer6ZBvEmZ$9Vl)T3L+Q2c(+1hnDuZwIDLQpc29Gbm$PVeeb(j{vPxAy8zfcg5l&6Q2&x1YHmGq?wQxNdMo zh=EQwhJN(vogQp@8FEcbndf-yrkJH9i<^47C8tP;N%Z$68Xi4ad!M}TH(aEI{{S9& z?qdX{s!V?L{b8zA-d!qi{&aI0_>lkH7RGP-QR*=W z0O@;B8}~Ur?sIwEc002;dFitM=0Jd81LEq5!^?&Y;wGXOa6b)!(r&Q;N$if#&W?}I zHjl4l^*c!=3p&ukv|CdzEOg2 z<|qUsnJGDbcXN%ZT>EbuJU<=Zshd%M&1~@(05Gsd*@cit!=3+mY3u)Y{3eqC@EPsx zUPg~Y!V`b!bZFz(H;Z=-k=7e4XPu=0q})T&b)L6Y*k1I`}zJVvte6w+r^lfUW@JdC&ONf^(5L} zw6Up%Zfnkni0|EpdO6ZMtu4h3K}d7=AE{~7kk{`Aw&kEXx1ZdGV*EDZ`5HSmB|HQY zMa26J)efFo54P;MVoHj;dy9)*FdgSU$K4y&cX*p;P zsLDehIJD(6Q&_-C-_{m5OM+M7Px%LXnD!wYwNpM0q^1 z39)ox_GC;($lXY&O_6Sh7jZwbqG_1w|)L2Nix3Zb?!S_bV3d2!a*|wjWFu@H3!uFL)QmgqyyK!eOhuCtQ z0Vxs9lREHWKPY0F6Ugb{XhX{eSAHe-L9;xxmb5SwaRc(eapX?tZV zOYuw;)Jc5h7VH6~v&+*yz$Xb7X$XhRHXI;4)=A#g+@YO&%{&vMS?}h+u9%<;wDQyH z{HL!7oFP&{r0K>Ju5SycE2@;$wfRar=u=G2)G1d*8)Q7VZIW^El#f*_CtcxZpJgKV z!aDmI{&=XclFM+zSZFfO9~A!)T!^xC6J!^dSRYZ;GNvf7uFBgFgR@&TWt(SHmJ++{4#zCEfX|vJ4Y0JX*6$BagLD|$2 zF3Yt>j4SKQYp!&xyC0Hv0NppmmzTTkH z+f+hQLU5?y`>#{VBX5JWa?9*kq2~bUuQK;d)`_!jC!$t~Y6t1YC2NNJJWe;m@51te zk`8!UV4cLw{Z$TJ5q%_7M6Kh9-p{Xd3xD7}8h*XP&s?;?nHl?$4J9O7>13RGFIlSc z1BDC&g~`)=n#&L%fy_-wl#_!(9eQ*bo2-kzz>J1T;yTFmB*V=&x)0ZI&qg<;=BAlu zK31Ui8-f4YeRZ4oD0!ZLbJtWK!XKOl{6OoN0~31IZj?6j+OId2VB$@&F-u>0HbG|m zDJPr9A6ppt&K?IleRiOMieec{nnVW0W3A#UUVCUqgxCertS9=WmMHe*E#Z*fXSgD6 zu3^wIS3S`9&ELLKaR1Nq{j=T2`RzS#CUbo)8bc$-Nm9-cR3@cA`pC0iKH>7I-6$_k zwTBUBHG#dK^EH^DfI9jWGpfQ*>$GRr77TOa^Ub#FsdDH~laC8klyoJBBjW%ns!iu~ zkn_+2VO?)H1i*4^1a_uZ^doXy<3+8ECV@u#@g=(B(W2IlRy~oz8QMXoXb7$Rf>wmn#bz1WMT z1XraA>qpmAvKL?B@|fV*c*G!o0MSL?!X)PwmflN^zkGut;4cQCaqxq-mFNv2Xb)Eq zrNpfdS-`T5_G|d_aUsjDmAkx!G#OFTP36z_lBF+u6@1&mgMlOkp$C3tuceX3#r_NHG=nmW_`BKY#=?uiQXHigKz3fuWoHK_eJ#~nEu^$Vx za?x0|Tl9h;i`a~$*bYctIl+%gfkvgn0YjNGY~@%Mnc5S%cECwC!kf|W_BgebVl9B~ zXXBYl}&@8j_tET4<_7%WMk1mmEbX^KD60Knd?y< zF8*KgjR!=s9IrZT3{)yC8OXoPZ24o7{rVD8J$}f#5erQO(nJHl69f8Z1%JD!vJF`S zaIO<}Z3M3dm3hYqDemXOV>3@{9jX+*&R_be=Kim`tN-=>R@XDQ0m|A$!FXUTW%E>v zqsJg?Ro8aH{lnV!AF7%E82SE7GWah^ NK;{qco|685_kV?rSMdM< From 8fd6616859119958274297a2e8f4ce30d23eee99 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 19 May 2026 12:34:55 -0600 Subject: [PATCH 2/8] Update config filenames --- fonts/README.md | 4 ++-- fonts/Vanilla icons.json | 1 + fonts/icomoon-export.json | 1 - fonts/icomoon-project.json | 1 - fonts/vanilla-icons.icomoon.json | 1 + fonts/vanilla.woff | Bin 31760 -> 31760 bytes fonts/vanilla.woff2 | Bin 18964 -> 18996 bytes 7 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 fonts/Vanilla icons.json delete mode 100644 fonts/icomoon-export.json delete mode 100644 fonts/icomoon-project.json create mode 100644 fonts/vanilla-icons.icomoon.json diff --git a/fonts/README.md b/fonts/README.md index 8621991e..94b806b7 100644 --- a/fonts/README.md +++ b/fonts/README.md @@ -7,8 +7,8 @@ The `vanilla` icon font is generated via [IcoMoon](https://icomoon.io). It is re | File | Purpose | |------|---------| | `vanilla.woff` / `vanilla.woff2` | Compiled font files used at runtime | -| `icomoon-project.json` | IcoMoon app project state - import this to resume editing in the app | -| `icomoon-export.json` | IcoMoon font definition (new app format) - use this to regenerate the font | +| `Vanilla icons.json` | IcoMoon app project state - import this to resume editing in the app | +| `vanilla-icons.icomoon.json` | IcoMoon font definition (new app format) - use this to regenerate the font | | `selection.json` | Legacy IcoMoon backup (old app format) - kept for backwards compatibility | ## Updating the core icon set diff --git a/fonts/Vanilla icons.json b/fonts/Vanilla icons.json new file mode 100644 index 00000000..18f1811d --- /dev/null +++ b/fonts/Vanilla icons.json @@ -0,0 +1 @@ +{"preferences":{"target":[[1779210310],[1779210311],[1779210312],[1779210313],[1779210314],[1779210315],[1779210316],[1779210317],[1779210318],[1779210319],[1779210320],[1779210321],[1779210322],[1779210323],[1779210324],[1779210325],[1779210326],[1779210327],[1779210328],[1779210329],[1779210330],[1779210331],[1779210332],[1779210333],[1779210334],[1779210335],[1779210336],[1779210337],[1779210338],[1779210339],[1779210340],[1779210341],[1779210342],[1779210343],[1779210344],[1779210345],[1779210346],[1779210347],[1779210348],[1779210349],[1779210350],[1779210351],[1779210352],[1779210353],[1779210354],[1779210355],[1779210356],[1779210357],[1779210358],[1779210359],[1779210360],[1779210361],[1779210362],[1779210363],[1779210364],[1779210365],[1779210366],[1779210367],[1779210368],[1779210369],[1779210370],[1779210371],[1779210372],[1779210373],[1779210374],[1779210375],[1779210376],[1779210377],[1779210378],[1779210379],[1779210380],[1779210381],[1779210382],[1779210383],[1779210384],[1779210385],[1779210386],[1779210387],[1779210388],[1779210389],[1779210390],[1779210391],[1779210392],[1779210393],[1779210394],[1779210395],[1779210396],[1779210397],[1779210398],[1779210399],[1779210400],[1779210401],[1779210402],[1779210403],[1779210404],[1779210405],[1779210406],[1779210407],[1779210408],[1779210409],[1779210410],[1779210411],[1779210412],[1779210413],[1779210414],[1779210415],[1779210416],[1779210417],[1779210418],[1779210419],[1779210420],[1779210421],[1779210422],[1779210423],[1779210424],[1779210425],[1779210426],[1779210427],[1779210428],[1779210429],[1779210430],[1779210431],[1779210432],[1779210433],[1779210434],[1779210435],[1779210436],[1779210437],[1779210438],[1779210439],[1779210440],[1779210441],[1779210442],[1779210443],[1779210444],[1779210445],[1779210446],[1779210447],[1779210448],[1779210449],[1779210450],[1779210451],[1779210452],[1779210453],[1779210454],[1779210455],[1779210456],[1779210457],[1779210458],[1779210459],[1779210460],[1779210461],[1779210462],[1779210463],[1779210464],[1779210465],[1779210466],[1779210467],[1779210468],[1779210469],[1779210470],[1779210471],[1779210472],[1779210473],[1779210474],[1779210475],[1779210476],[1779210477],[1779210478],[1779210479],[1779210480],[1779210481],[1779210482],[1779210483],[1779210484],[1779210485],[1779210486],[1779210487],[1779210488],[1779210489],[1779210490],[1779210491],[1779210492],[1779210493],[1779210494],[1779210495],[1779210496],[1779210497],[1779210498],[1779210499],[1779210500],[1779210501],[1779210502],[1779210503],[1779210504],[1779210505],[1779210506],[1779210507],[1779210508],[1779210509],[1779210510],[1779210511],[1779210512],[1779210513],[1779210514],[1779210515],[1779210516],[1779210517],[1779210518],[1779210519],[1779210520],[1779210521],[1779210522],[1779210523],[1779210524],[1779210525],[1779210526],[1779210527],[1779210528],[1779210529],[1779210530],[1779210531],[1779210532],[1779210533],[1779210534],[1779210535],[1779210536],[1779210537],[1779210538],[1779210539],[1779210540],[1779210541],[1779210542],[1779210543],[1779210544],[1779210545],[1779210546],[1779210547],[1779210548],[1779210549],[1779210550],[1779210551]],"panels":{"hidden":false,"panels":[{"tag":"ExportPanel","args":[]},{"tag":"MainPanel","args":[]},{"tag":"PropertiesPanel","args":[]},{"tag":"ViewPanel","args":[]},{"tag":"HistoryPanel","args":[]}]},"previewOptions":{"showEditorOptions":true,"showGlyphOptions":true,"mainSize":32,"gridSize":{"tag":"AutoGridSize","args":[16]},"addPadding":true,"circular":true,"sizes":[],"showPixels":false,"showGrid":true,"gridColor":{"tag":"AutomaticColor","args":[]}},"batchOptions":{"ligaResetOptions":{"keepCurrent":true,"extractCodes":false},"findReplace":{"query":"","replacement":""},"showRearrange":false,"showCollections":false,"showGlyphMetadata":false,"showAllMetadata":true,"limitSortingToTarget":false,"sortBy":{"tag":"SortByName","args":[]},"forceSetCodePoints":false,"glyphMetadataTab":{"tag":"ShowNames","args":[]},"listingOptions":{"toggleCharCodes":true,"toggleNames":true,"toggleTags":false,"toggleLigatures":false,"toggleNotes":false},"editOptions":{"count":1,"from":"","to":{"tag":"AllGlyphs","args":[]}},"showNameTransforms":false},"quickExport":{"format":{"tag":"Svg","args":[false]},"addTitle":false,"fixedSize":true,"addPalettes":false,"colorPrefix":"color","paletteClass":"palette","svgAs":"S","svgAttributesAs":"A","elmIndentationSize":2,"htmlEntity":false,"namePrefix":"","nameSuffix":"","base64Encoding":false,"reactHelpers":true,"prependNamesToIds":true},"textFormatting":{"noNewlines":false,"useSpaceForIndentation":2},"exportButton":{"tag":"d","args":[]},"importOptions":{"showImportSettings":false,"extractSymbols":true,"ignoreThinStrokes":false,"removeInvisible":false,"removeRedundantColors":true,"addToEnd":false,"defaultSize":16,"url":"","code":"","replaceByName":false},"toggles":[[6,false]],"vectorEditorPreferences":{"snapOptions":{"snapEnabled":true,"snapToGrid":true,"snapToGridMidpoints":false,"snapToShapes":true,"snapToLocked":false},"defaultAttributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"stroke":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"NoPaint","args":[]}]}]},"stroke-linecap":{"tag":"Value","args":[{"tag":"StrokeLineCap","args":[{"tag":"ButtCap","args":[]}]}]},"stroke-linejoin":{"tag":"Value","args":[{"tag":"StrokeLineJoin","args":[{"tag":"MiterJoin","args":[]}]}]},"stroke-width":{"tag":"Value","args":[{"tag":"Length","args":[1]}]}},"boundingBoxAnchor":{"alignX":{"tag":"Mid","args":[]},"alignY":{"tag":"Mid","args":[]},"offsetX":0,"offsetY":0},"viewBoxAnchor":{"alignX":{"tag":"Min","args":[]},"alignY":{"tag":"Min","args":[]}},"alignTo":{"tag":"1","args":[]},"showViewBox":true,"showDimensions":true,"showStyle":true,"aspectRatioLock":false,"aspectRatioLockViewBox":true,"pinContentToViewBox":false,"stickyDrawingTool":false,"embeddedScaling":true,"layersTab":{"tag":"0","args":[]},"propertiesTab":{"tag":"0","args":[]},"fillOrStroke":{"tag":"Fill","args":[]},"showTransformBox":false,"showCodeEditor":false,"nudgeAmount":0.1,"mRoundingPrecision":0.1,"defaultPointers":[],"polygonSides":3,"starPoints":5,"scrollPositions":{}},"libraryPreferences":{"disabledSets":[],"tool":{"tag":"Selection","args":[]},"showDeleted":false,"showSets":true,"showExtraSets":false,"showNames":false,"selectedPalettes":[]},"extras":{"markingIndex":0,"selectedPalette":0,"selectedPalettes":[],"okLch":false}},"historyDict":{"1779210310_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210310],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210310],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210311_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210311],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210311],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210312_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210312],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210312],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210313_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210313],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210313],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210314_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210314],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210314],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210315_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210315],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210315],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210316_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210316],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210316],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210317_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210317],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210317],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210318_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210318],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210318],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210319_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210319],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210319],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210320_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210320],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210320],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210321_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210321],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210321],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210322_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210322],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210322],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210323_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210323],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210323],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210324_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210324],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210324],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210325_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210325],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210325],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210326_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210326],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210326],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210327_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210327],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210327],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210328_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210328],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210328],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210329_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210329],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210329],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210330_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210330],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210330],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210331_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210331],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210331],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210332_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210332],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210332],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210333_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210333],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210333],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210334_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210334],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210334],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210335_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210335],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210335],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210336_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210336],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210336],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210337_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210337],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210337],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210338_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210338],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210338],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210339_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210339],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210339],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210340_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210340],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210340],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210341_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210341],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210341],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210342_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210342],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210342],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210343_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210343],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210343],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210344_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210344],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210344],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210345_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210345],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210345],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210346_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210346],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210346],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210347_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210347],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210347],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210348_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210348],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210348],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210349_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210349],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210349],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210350_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210350],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210350],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210351_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210351],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210351],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210352_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210352],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210352],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210353_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210353],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210353],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210354_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210354],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210354],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210355_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210355],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210355],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210356_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210356],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210356],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210357_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210357],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210357],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210358_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210358],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210358],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210359_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210359],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210359],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210360_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210360],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210360],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210361_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210361],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210361],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210362_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210362],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210362],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210363_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210363],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210363],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210364_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210364],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210364],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210365_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210365],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210365],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210366_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210366],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210366],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210367_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210367],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210367],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210368_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210368],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210368],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210369_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210369],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210369],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210370_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210370],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210370],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210371_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210371],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210371],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210372_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210372],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210372],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210373_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210373],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210373],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210374_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210374],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210374],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210375_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210375],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210375],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210376_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210376],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210376],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210377_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210377],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210377],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210378_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210378],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210378],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210379_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210379],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210379],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210380_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210380],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210380],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210381_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210381],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210381],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210382_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210382],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210382],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210383_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210383],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210383],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210384_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210384],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210384],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210385_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210385],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210385],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210386_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210386],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210386],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210387_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210387],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210387],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210388_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210388],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210388],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210389_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210389],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210389],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210390_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210390],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210390],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210391_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210391],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210391],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210392_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210392],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210392],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210393_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210393],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210393],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210394_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210394],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210394],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210395_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210395],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210395],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210396_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210396],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210396],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210397_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210397],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210397],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210398_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210398],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210398],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210399_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210399],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210399],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210400_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210400],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210400],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210401_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210401],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210401],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210402_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210402],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210402],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210403_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210403],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210403],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210404_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210404],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210404],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210405_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210405],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210405],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210406_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210406],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210406],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210407_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210407],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210407],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210408_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210408],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210408],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210409_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210409],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210409],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210410_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210410],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210410],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210411_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210411],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210411],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210412_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210412],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210412],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210413_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210413],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210413],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210414_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210414],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210414],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210415_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210415],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210415],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210416_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210416],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210416],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210417_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210417],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210417],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210418_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210418],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210418],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210419_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210419],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210419],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210420_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210420],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210420],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210421_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210421],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210421],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210422_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210422],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210422],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210423_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210423],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210423],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210424_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210424],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210424],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210425_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210425],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210425],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210426_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210426],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210426],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210427_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210427],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210427],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210428_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210428],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210428],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210429_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210429],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210429],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210430_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210430],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210430],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210431_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210431],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210431],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210432_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210432],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210432],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210433_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210433],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210433],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210434_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210434],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210434],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210435_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210435],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210435],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210436_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210436],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210436],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210437_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210437],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210437],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210438_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210438],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210438],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210439_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210439],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210439],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210440_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210440],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210440],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210441_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210441],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210441],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210442_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210442],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210442],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210443_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210443],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210443],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210444_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210444],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210444],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210445_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210445],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210445],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210446_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210446],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210446],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210447_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210447],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210447],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210448_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210448],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210448],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210449_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210449],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210449],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210450_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210450],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210450],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210451_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210451],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210451],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210452_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210452],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210452],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210453_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210453],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210453],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210454_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210454],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210454],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210455_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210455],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210455],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210456_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210456],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210456],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210457_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210457],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210457],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210458_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210458],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210458],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210459_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210459],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210459],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210460_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210460],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210460],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210461_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210461],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210461],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210462_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210462],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210462],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210463_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210463],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210463],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210464_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210464],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210464],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210465_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210465],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210465],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210466_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210466],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210466],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210467_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210467],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210467],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210468_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210468],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210468],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210469_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210469],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210469],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210470_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210470],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210470],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210471_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210471],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210471],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210472_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210472],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210472],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210473_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210473],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210473],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210474_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210474],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210474],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210475_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210475],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210475],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210476_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210476],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210476],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210477_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210477],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210477],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210478_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210478],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210478],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210479_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210479],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210479],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210480_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210480],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210480],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210481_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210481],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210481],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210482_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210482],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210482],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210483_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210483],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210483],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210484_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210484],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210484],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210485_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210485],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210485],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210486_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210486],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210486],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210487_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210487],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210487],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210488_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210488],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210488],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210489_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210489],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210489],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210490_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210490],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210490],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210491_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210491],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210491],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210492_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210492],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210492],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210493_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210493],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210493],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210494_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210494],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210494],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210495_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210495],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210495],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210496_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210496],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210496],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210497_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210497],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210497],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210498_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210498],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210498],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210499_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210499],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210499],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210500_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210500],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210500],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210501_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210501],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210501],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210502_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210502],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210502],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210503_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210503],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210503],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210504_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210504],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210504],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210505_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210505],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210505],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210506_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210506],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210506],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210507_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210507],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210507],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210508_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210508],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210508],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210509_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210509],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210509],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210510_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210510],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210510],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210511_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210511],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210511],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210512_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210512],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210512],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210513_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210513],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210513],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210514_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210514],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210514],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210515_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210515],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210515],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210516_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210516],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210516],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210517_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210517],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210517],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210518_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210518],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210518],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210519_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210519],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210519],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210520_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210520],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210520],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210521_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210521],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210521],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210522_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210522],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210522],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210523_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210523],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210523],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210524_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210524],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210524],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210525_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210525],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210525],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210526_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210526],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210526],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210527_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210527],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210527],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210528_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210528],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210528],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210529_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210529],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210529],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210530_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210530],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210530],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210531_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210531],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210531],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210532_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210532],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210532],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210533_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210533],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210533],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210534_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210534],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210534],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210535_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210535],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210535],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210536_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210536],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210536],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210537_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210537],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210537],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210538_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210538],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210538],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210539_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210539],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210539],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210540_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210540],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210540],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210541_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210541],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210541],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210542_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210542],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210542],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210543_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210543],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210543],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210544_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210544],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210544],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210545_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210545],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210545],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210546_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210546],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210546],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210547_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210547],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210547],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210548_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210548],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210548],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210549_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210549],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210549],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210550_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210550],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210550],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210551_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210551],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210551],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"main":{"path":[[0,5]],"branchPath":[[0,5]],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":{"tag":"AddGlyphMetadata","args":[{"byLibrary":false,"insertIndex":0,"newGlyphMetadata":[[[1779210310],{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648}],[[1779210311],{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649}],[[1779210312],{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650}],[[1779210313],{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651}],[[1779210314],{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652}],[[1779210315],{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653}],[[1779210316],{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654}],[[1779210317],{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655}],[[1779210318],{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656}],[[1779210319],{"name":"location","tags":["location"],"codePoint":59657}],[[1779210320],{"name":"medal","tags":["medal"],"codePoint":59658}],[[1779210321],{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659}],[[1779210322],{"name":"shield","tags":["shield"],"codePoint":59660}],[[1779210323],{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661}],[[1779210324],{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662}],[[1779210325],{"name":"text-document","tags":["text-document"],"codePoint":59663}],[[1779210326],{"name":"trophy","tags":["trophy"],"codePoint":59664}],[[1779210327],{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665}],[[1779210328],{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666}],[[1779210329],{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667}],[[1779210330],{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668}],[[1779210331],{"name":"bookmark","tags":["bookmark"],"codePoint":59669}],[[1779210332],{"name":"message","tags":["message"],"codePoint":59670}],[[1779210333],{"name":"mouse","tags":["mouse"],"codePoint":59671}],[[1779210334],{"name":"mobile","tags":["mobile"],"codePoint":59672}],[[1779210335],{"name":"desktop","tags":["desktop"],"codePoint":59673}],[[1779210336],{"name":"pencil","tags":["pencil"],"codePoint":59674}],[[1779210337],{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675}],[[1779210338],{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676}],[[1779210339],{"name":"person","tags":["person"],"codePoint":59677}],[[1779210340],{"name":"persons","tags":["persons"],"codePoint":59678}],[[1779210341],{"name":"profile","tags":["profile"],"codePoint":59679}],[[1779210342],{"name":"pin","tags":["pin"],"codePoint":59680}],[[1779210343],{"name":"map","tags":["map"],"codePoint":59681}],[[1779210344],{"name":"point","tags":["point"],"codePoint":59682}],[[1779210345],{"name":"star","tags":["star"],"codePoint":59683}],[[1779210346],{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684}],[[1779210347],{"name":"comments","tags":["comments"],"codePoint":59685}],[[1779210348],{"name":"comment","tags":["comment"],"codePoint":59686}],[[1779210349],{"name":"home","tags":["home"],"codePoint":59687}],[[1779210350],{"name":"popup","tags":["popup"],"codePoint":59688}],[[1779210351],{"name":"search","tags":["search"],"codePoint":59689}],[[1779210352],{"name":"printer","tags":["printer"],"codePoint":59690}],[[1779210353],{"name":"link","tags":["link"],"codePoint":59691}],[[1779210354],{"name":"flag","tags":["flag"],"codePoint":59692}],[[1779210355],{"name":"cog","tags":["cog"],"codePoint":59693}],[[1779210356],{"name":"tools","tags":["tools"],"codePoint":59694}],[[1779210357],{"name":"tag","tags":["tag"],"codePoint":59695}],[[1779210358],{"name":"camera","tags":["camera"],"codePoint":59696}],[[1779210359],{"name":"feedback","tags":["feedback"],"codePoint":59697}],[[1779210360],{"name":"book","tags":["book"],"codePoint":59698}],[[1779210361],{"name":"article","tags":["article"],"codePoint":59699}],[[1779210362],{"name":"eye","tags":["eye"],"codePoint":59700}],[[1779210363],{"name":"time","tags":["time"],"codePoint":59701}],[[1779210364],{"name":"microphone","tags":["microphone"],"codePoint":59702}],[[1779210365],{"name":"calendar","tags":["calendar"],"codePoint":59703}],[[1779210366],{"name":"timer","tags":["timer"],"codePoint":59704}],[[1779210367],{"name":"drag","tags":["drag"],"codePoint":59705}],[[1779210368],{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706}],[[1779210369],{"name":"checklist","tags":["checklist"],"codePoint":59707}],[[1779210370],{"name":"ticket","tags":["ticket"],"codePoint":59708}],[[1779210371],{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709}],[[1779210372],{"name":"line-graph","tags":["line-graph"],"codePoint":59710}],[[1779210373],{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711}],[[1779210374],{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712}],[[1779210375],{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713}],[[1779210376],{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714}],[[1779210377],{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715}],[[1779210378],{"name":"tick","tags":["tick"],"codePoint":59716}],[[1779210379],{"name":"cross","tags":["cross"],"codePoint":59717}],[[1779210380],{"name":"minus","tags":["minus"],"codePoint":59718}],[[1779210381],{"name":"plus","tags":["plus"],"codePoint":59719}],[[1779210382],{"name":"info","tags":["info"],"codePoint":59720}],[[1779210383],{"name":"question","tags":["question"],"codePoint":59721}],[[1779210384],{"name":"warning","tags":["warning"],"codePoint":59722}],[[1779210385],{"name":"list","tags":["list"],"codePoint":59723}],[[1779210386],{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724}],[[1779210387],{"name":"menu","tags":["menu"],"codePoint":59725}],[[1779210388],{"name":"grid","tags":["grid"],"codePoint":59726}],[[1779210389],{"name":"portrait","tags":["portrait"],"codePoint":59727}],[[1779210390],{"name":"screens","tags":["screens"],"codePoint":59728}],[[1779210391],{"name":"landscape","tags":["landscape"],"codePoint":59729}],[[1779210392],{"name":"images","tags":["images"],"codePoint":59730}],[[1779210393],{"name":"media","tags":["media"],"codePoint":59731}],[[1779210394],{"name":"folder","tags":["folder"],"codePoint":59732}],[[1779210395],{"name":"documents","tags":["documents"],"codePoint":59733}],[[1779210396],{"name":"delete","tags":["delete"],"codePoint":59734}],[[1779210397],{"name":"save","tags":["save"],"codePoint":59735}],[[1779210398],{"name":"download","tags":["download"],"codePoint":59736}],[[1779210399],{"name":"upload","tags":["upload"],"codePoint":59737}],[[1779210400],{"name":"expand","tags":["expand"],"codePoint":59738}],[[1779210401],{"name":"shrink","tags":["shrink"],"codePoint":59739}],[[1779210402],{"name":"volume","tags":["volume"],"codePoint":59740}],[[1779210403],{"name":"sound","tags":["sound"],"codePoint":59741}],[[1779210404],{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742}],[[1779210405],{"name":"controls-down","tags":["controls-down"],"codePoint":59743}],[[1779210406],{"name":"controls-left","tags":["controls-left"],"codePoint":59744}],[[1779210407],{"name":"controls-right","tags":["controls-right"],"codePoint":59745}],[[1779210408],{"name":"controls-up","tags":["controls-up"],"codePoint":59746}],[[1779210409],{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747}],[[1779210410],{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748}],[[1779210411],{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749}],[[1779210412],{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750}],[[1779210413],{"name":"dot","tags":["dot"],"codePoint":59751}],[[1779210414],{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752}],[[1779210415],{"name":"up-down","tags":["up-down"],"codePoint":59753}],[[1779210416],{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754}],[[1779210417],{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755}],[[1779210418],{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756}],[[1779210419],{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757}],[[1779210420],{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758}],[[1779210421],{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759}],[[1779210422],{"name":"language-1","tags":["language-1"],"codePoint":59760}],[[1779210423],{"name":"accessibility","tags":["accessibility"],"codePoint":59761}],[[1779210424],{"name":"globe","tags":["globe"],"codePoint":59762}],[[1779210425],{"name":"language-2","tags":["language-2"],"codePoint":59763}],[[1779210426],{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764}],[[1779210427],{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765}],[[1779210428],{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766}],[[1779210429],{"name":"alert","tags":["alert"],"codePoint":59767}],[[1779210430],{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768}],[[1779210431],{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769}],[[1779210432],{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770}],[[1779210433],{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771}],[[1779210434],{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772}],[[1779210435],{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773}],[[1779210436],{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774}],[[1779210437],{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775}],[[1779210438],{"name":"attachment","tags":["attachment"],"codePoint":59776}],[[1779210439],{"name":"block","tags":["block"],"codePoint":59777}],[[1779210440],{"name":"camera-off","tags":["camera-off"],"codePoint":59778}],[[1779210441],{"name":"camera-on","tags":["camera-on"],"codePoint":59779}],[[1779210442],{"name":"cloud","tags":["cloud"],"codePoint":59780}],[[1779210443],{"name":"compass","tags":["compass"],"codePoint":59781}],[[1779210444],{"name":"copy-file","tags":["copy-file"],"codePoint":59782}],[[1779210445],{"name":"copyright","tags":["copyright"],"codePoint":59783}],[[1779210446],{"name":"crop","tags":["crop"],"codePoint":59784}],[[1779210447],{"name":"devices","tags":["devices"],"codePoint":59785}],[[1779210448],{"name":"down-up","tags":["down-up"],"codePoint":59786}],[[1779210449],{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787}],[[1779210450],{"name":"exclamation","tags":["exclamation"],"codePoint":59788}],[[1779210451],{"name":"expand_1","tags":["expand_1"],"codePoint":59789}],[[1779210452],{"name":"extension","tags":["extension"],"codePoint":59790}],[[1779210453],{"name":"favourite","tags":["favourite"],"codePoint":59791}],[[1779210454],{"name":"google-translate","tags":["google-translate"],"codePoint":59792}],[[1779210455],{"name":"hand","tags":["hand"],"codePoint":59793}],[[1779210456],{"name":"lightning","tags":["lightning"],"codePoint":59794}],[[1779210457],{"name":"list-2","tags":["list-2"],"codePoint":59795}],[[1779210458],{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796}],[[1779210459],{"name":"move","tags":["move"],"codePoint":59797}],[[1779210460],{"name":"mute","tags":["mute"],"codePoint":59798}],[[1779210461],{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799}],[[1779210462],{"name":"question-circle","tags":["question-circle"],"codePoint":59800}],[[1779210463],{"name":"quote-close","tags":["quote-close"],"codePoint":59801}],[[1779210464],{"name":"quote-open","tags":["quote-open"],"codePoint":59802}],[[1779210465],{"name":"refresh","tags":["refresh"],"codePoint":59803}],[[1779210466],{"name":"send","tags":["send"],"codePoint":59804}],[[1779210467],{"name":"sound-down","tags":["sound-down"],"codePoint":59805}],[[1779210468],{"name":"sync","tags":["sync"],"codePoint":59806}],[[1779210469],{"name":"tablet","tags":["tablet"],"codePoint":59807}],[[1779210470],{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808}],[[1779210471],{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809}],[[1779210472],{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810}],[[1779210473],{"name":"timer-full","tags":["timer-full"],"codePoint":59811}],[[1779210474],{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812}],[[1779210475],{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813}],[[1779210476],{"name":"video-captions","tags":["video-captions"],"codePoint":59814}],[[1779210477],{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815}],[[1779210478],{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816}],[[1779210479],{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817}],[[1779210480],{"name":"video-loop","tags":["video-loop"],"codePoint":59818}],[[1779210481],{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819}],[[1779210482],{"name":"video-pause","tags":["video-pause"],"codePoint":59820}],[[1779210483],{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821}],[[1779210484],{"name":"video-play","tags":["video-play"],"codePoint":59822}],[[1779210485],{"name":"video-replay","tags":["video-replay"],"codePoint":59823}],[[1779210486],{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824}],[[1779210487],{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825}],[[1779210488],{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826}],[[1779210489],{"name":"video-stop","tags":["video-stop"],"codePoint":59827}],[[1779210490],{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828}],[[1779210491],{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829}],[[1779210492],{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830}],[[1779210493],{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831}],[[1779210494],{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832}],[[1779210495],{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833}],[[1779210496],{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834}],[[1779210497],{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835}],[[1779210498],{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836}],[[1779210499],{"name":"blogger","tags":["blogger"],"codePoint":59837}],[[1779210500],{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838}],[[1779210501],{"name":"deviantart","tags":["deviantart"],"codePoint":59839}],[[1779210502],{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840}],[[1779210503],{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841}],[[1779210504],{"name":"doc-word","tags":["doc-word"],"codePoint":59842}],[[1779210505],{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843}],[[1779210506],{"name":"facebook","tags":["facebook"],"codePoint":59844}],[[1779210507],{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845}],[[1779210508],{"name":"flickr","tags":["flickr"],"codePoint":59846}],[[1779210509],{"name":"github","tags":["github"],"codePoint":59847}],[[1779210510],{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848}],[[1779210511],{"name":"instagram","tags":["instagram"],"codePoint":59849}],[[1779210512],{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850}],[[1779210513],{"name":"linkedin","tags":["linkedin"],"codePoint":59851}],[[1779210514],{"name":"paypal","tags":["paypal"],"codePoint":59852}],[[1779210515],{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853}],[[1779210516],{"name":"pintrest","tags":["pintrest"],"codePoint":59854}],[[1779210517],{"name":"qq-2","tags":["qq-2"],"codePoint":59855}],[[1779210518],{"name":"qq","tags":["qq"],"codePoint":59856}],[[1779210519],{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857}],[[1779210520],{"name":"reddit","tags":["reddit"],"codePoint":59858}],[[1779210521],{"name":"rss-2","tags":["rss-2"],"codePoint":59859}],[[1779210522],{"name":"rss","tags":["rss"],"codePoint":59860}],[[1779210523],{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861}],[[1779210524],{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862}],[[1779210525],{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863}],[[1779210526],{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864}],[[1779210527],{"name":"steam-2","tags":["steam-2"],"codePoint":59865}],[[1779210528],{"name":"steam","tags":["steam"],"codePoint":59866}],[[1779210529],{"name":"trello-2","tags":["trello-2"],"codePoint":59867}],[[1779210530],{"name":"trello","tags":["trello"],"codePoint":59868}],[[1779210531],{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869}],[[1779210532],{"name":"tumblr","tags":["tumblr"],"codePoint":59870}],[[1779210533],{"name":"twitch","tags":["twitch"],"codePoint":59871}],[[1779210534],{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872}],[[1779210535],{"name":"twitter","tags":["twitter"],"codePoint":59873}],[[1779210536],{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874}],[[1779210537],{"name":"vimeo","tags":["vimeo"],"codePoint":59875}],[[1779210538],{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876}],[[1779210539],{"name":"wechat","tags":["wechat"],"codePoint":59877}],[[1779210540],{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878}],[[1779210541],{"name":"weibo","tags":["weibo"],"codePoint":59879}],[[1779210542],{"name":"xing-2","tags":["xing-2"],"codePoint":59880}],[[1779210543],{"name":"xing","tags":["xing"],"codePoint":59881}],[[1779210544],{"name":"youku-2","tags":["youku-2"],"codePoint":59882}],[[1779210545],{"name":"youku","tags":["youku"],"codePoint":59883}],[[1779210546],{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884}],[[1779210547],{"name":"youtube","tags":["youtube"],"codePoint":59885}],[[1779210548],{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886}],[[1779210549],{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887}],[[1779210550],{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888}],[[1779210551],{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889}]],"newMarks":[]}]}}},"next":[{"value":{"time":1779210348637,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemSvg","args":[null]},1,null]}]}]},"mDetail":"Exclude from Export"}},"next":[{"value":{"time":1779212662203,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"fontFamily",{"value":"vanilla"}]}]}]}}},"next":[{"value":{"time":1779212664330,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"addPalettes",false]}]}]}}},"next":[{"value":{"time":1779215524736,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"classPerGlyph",true]}]}]}}},"next":[]}]}]}]}],"link":{"o":{"1779210310_glyph":[0],"1779210311_glyph":[0],"1779210312_glyph":[0],"1779210313_glyph":[0],"1779210314_glyph":[0],"1779210315_glyph":[0],"1779210316_glyph":[0],"1779210317_glyph":[0],"1779210318_glyph":[0],"1779210319_glyph":[0],"1779210320_glyph":[0],"1779210321_glyph":[0],"1779210322_glyph":[0],"1779210323_glyph":[0],"1779210324_glyph":[0],"1779210325_glyph":[0],"1779210326_glyph":[0],"1779210327_glyph":[0],"1779210328_glyph":[0],"1779210329_glyph":[0],"1779210330_glyph":[0],"1779210331_glyph":[0],"1779210332_glyph":[0],"1779210333_glyph":[0],"1779210334_glyph":[0],"1779210335_glyph":[0],"1779210336_glyph":[0],"1779210337_glyph":[0],"1779210338_glyph":[0],"1779210339_glyph":[0],"1779210340_glyph":[0],"1779210341_glyph":[0],"1779210342_glyph":[0],"1779210343_glyph":[0],"1779210344_glyph":[0],"1779210345_glyph":[0],"1779210346_glyph":[0],"1779210347_glyph":[0],"1779210348_glyph":[0],"1779210349_glyph":[0],"1779210350_glyph":[0],"1779210351_glyph":[0],"1779210352_glyph":[0],"1779210353_glyph":[0],"1779210354_glyph":[0],"1779210355_glyph":[0],"1779210356_glyph":[0],"1779210357_glyph":[0],"1779210358_glyph":[0],"1779210359_glyph":[0],"1779210360_glyph":[0],"1779210361_glyph":[0],"1779210362_glyph":[0],"1779210363_glyph":[0],"1779210364_glyph":[0],"1779210365_glyph":[0],"1779210366_glyph":[0],"1779210367_glyph":[0],"1779210368_glyph":[0],"1779210369_glyph":[0],"1779210370_glyph":[0],"1779210371_glyph":[0],"1779210372_glyph":[0],"1779210373_glyph":[0],"1779210374_glyph":[0],"1779210375_glyph":[0],"1779210376_glyph":[0],"1779210377_glyph":[0],"1779210378_glyph":[0],"1779210379_glyph":[0],"1779210380_glyph":[0],"1779210381_glyph":[0],"1779210382_glyph":[0],"1779210383_glyph":[0],"1779210384_glyph":[0],"1779210385_glyph":[0],"1779210386_glyph":[0],"1779210387_glyph":[0],"1779210388_glyph":[0],"1779210389_glyph":[0],"1779210390_glyph":[0],"1779210391_glyph":[0],"1779210392_glyph":[0],"1779210393_glyph":[0],"1779210394_glyph":[0],"1779210395_glyph":[0],"1779210396_glyph":[0],"1779210397_glyph":[0],"1779210398_glyph":[0],"1779210399_glyph":[0],"1779210400_glyph":[0],"1779210401_glyph":[0],"1779210402_glyph":[0],"1779210403_glyph":[0],"1779210404_glyph":[0],"1779210405_glyph":[0],"1779210406_glyph":[0],"1779210407_glyph":[0],"1779210408_glyph":[0],"1779210409_glyph":[0],"1779210410_glyph":[0],"1779210411_glyph":[0],"1779210412_glyph":[0],"1779210413_glyph":[0],"1779210414_glyph":[0],"1779210415_glyph":[0],"1779210416_glyph":[0],"1779210417_glyph":[0],"1779210418_glyph":[0],"1779210419_glyph":[0],"1779210420_glyph":[0],"1779210421_glyph":[0],"1779210422_glyph":[0],"1779210423_glyph":[0],"1779210424_glyph":[0],"1779210425_glyph":[0],"1779210426_glyph":[0],"1779210427_glyph":[0],"1779210428_glyph":[0],"1779210429_glyph":[0],"1779210430_glyph":[0],"1779210431_glyph":[0],"1779210432_glyph":[0],"1779210433_glyph":[0],"1779210434_glyph":[0],"1779210435_glyph":[0],"1779210436_glyph":[0],"1779210437_glyph":[0],"1779210438_glyph":[0],"1779210439_glyph":[0],"1779210440_glyph":[0],"1779210441_glyph":[0],"1779210442_glyph":[0],"1779210443_glyph":[0],"1779210444_glyph":[0],"1779210445_glyph":[0],"1779210446_glyph":[0],"1779210447_glyph":[0],"1779210448_glyph":[0],"1779210449_glyph":[0],"1779210450_glyph":[0],"1779210451_glyph":[0],"1779210452_glyph":[0],"1779210453_glyph":[0],"1779210454_glyph":[0],"1779210455_glyph":[0],"1779210456_glyph":[0],"1779210457_glyph":[0],"1779210458_glyph":[0],"1779210459_glyph":[0],"1779210460_glyph":[0],"1779210461_glyph":[0],"1779210462_glyph":[0],"1779210463_glyph":[0],"1779210464_glyph":[0],"1779210465_glyph":[0],"1779210466_glyph":[0],"1779210467_glyph":[0],"1779210468_glyph":[0],"1779210469_glyph":[0],"1779210470_glyph":[0],"1779210471_glyph":[0],"1779210472_glyph":[0],"1779210473_glyph":[0],"1779210474_glyph":[0],"1779210475_glyph":[0],"1779210476_glyph":[0],"1779210477_glyph":[0],"1779210478_glyph":[0],"1779210479_glyph":[0],"1779210480_glyph":[0],"1779210481_glyph":[0],"1779210482_glyph":[0],"1779210483_glyph":[0],"1779210484_glyph":[0],"1779210485_glyph":[0],"1779210486_glyph":[0],"1779210487_glyph":[0],"1779210488_glyph":[0],"1779210489_glyph":[0],"1779210490_glyph":[0],"1779210491_glyph":[0],"1779210492_glyph":[0],"1779210493_glyph":[0],"1779210494_glyph":[0],"1779210495_glyph":[0],"1779210496_glyph":[0],"1779210497_glyph":[0],"1779210498_glyph":[0],"1779210499_glyph":[0],"1779210500_glyph":[0],"1779210501_glyph":[0],"1779210502_glyph":[0],"1779210503_glyph":[0],"1779210504_glyph":[0],"1779210505_glyph":[0],"1779210506_glyph":[0],"1779210507_glyph":[0],"1779210508_glyph":[0],"1779210509_glyph":[0],"1779210510_glyph":[0],"1779210511_glyph":[0],"1779210512_glyph":[0],"1779210513_glyph":[0],"1779210514_glyph":[0],"1779210515_glyph":[0],"1779210516_glyph":[0],"1779210517_glyph":[0],"1779210518_glyph":[0],"1779210519_glyph":[0],"1779210520_glyph":[0],"1779210521_glyph":[0],"1779210522_glyph":[0],"1779210523_glyph":[0],"1779210524_glyph":[0],"1779210525_glyph":[0],"1779210526_glyph":[0],"1779210527_glyph":[0],"1779210528_glyph":[0],"1779210529_glyph":[0],"1779210530_glyph":[0],"1779210531_glyph":[0],"1779210532_glyph":[0],"1779210533_glyph":[0],"1779210534_glyph":[0],"1779210535_glyph":[0],"1779210536_glyph":[0],"1779210537_glyph":[0],"1779210538_glyph":[0],"1779210539_glyph":[0],"1779210540_glyph":[0],"1779210541_glyph":[0],"1779210542_glyph":[0],"1779210543_glyph":[0],"1779210544_glyph":[0],"1779210545_glyph":[0],"1779210546_glyph":[0],"1779210547_glyph":[0],"1779210548_glyph":[0],"1779210549_glyph":[0],"1779210550_glyph":[0],"1779210551_glyph":[0]}}}]},"model":{"tag":"ScopeMaster","args":[{"lastKey":[],"orderedKeys":[],"collections":{"first":{"keys":[],"name":""},"index":0,"rest":[]},"glyphMetadataDict":[],"paletets":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"exportOptions":{"exportItems":{"csh":{"order":11,"item":{}},"elm":{"order":4,"item":{}},"favicon":{"order":10,"item":{}},"font":{"order":0,"mOpen":false,"item":{}},"librarySet":{"order":12,"item":{}},"png":{"order":9,"item":{}},"react":{"order":5,"item":{}},"svg":{"order":1,"mOpen":false,"item":{}},"symbolDefs":{"order":2,"item":{}},"tiles":{"order":7,"item":{}},"vue":{"order":6,"item":{}},"webComponent":{"order":3,"item":{}}},"glyphSubset":{"tag":"AllGlyphs","args":[]}},"extraLibraryUrls":[],"releases":[]}]},"modelPath":[],"syncedPath":[]}},"metadata":{"localKey":[1344868410,2],"guests":{},"synced":false,"permission":{"tag":"FullLocal","args":[]},"name":{"time":1779210315979,"value":"Vanilla icons"},"created":1779210308053,"modified":1779215524742,"colorIndex":{"time":1779210317156,"value":4}}} \ No newline at end of file diff --git a/fonts/icomoon-export.json b/fonts/icomoon-export.json deleted file mode 100644 index 873316fa..00000000 --- a/fonts/icomoon-export.json +++ /dev/null @@ -1 +0,0 @@ -{"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"formats":[{"order":0,"mOpen":true,"item":{"tag":"ItemFont","args":[{"addPalettes":false,"fontFamily":{"value":"vanilla"}}]}}],"glyphs":[{"extras":{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"location","tags":["location"],"codePoint":59657},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"medal","tags":["medal"],"codePoint":59658},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"shield","tags":["shield"],"codePoint":59660},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"text-document","tags":["text-document"],"codePoint":59663},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trophy","tags":["trophy"],"codePoint":59664},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"bookmark","tags":["bookmark"],"codePoint":59669},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"message","tags":["message"],"codePoint":59670},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mouse","tags":["mouse"],"codePoint":59671},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mobile","tags":["mobile"],"codePoint":59672},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"desktop","tags":["desktop"],"codePoint":59673},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pencil","tags":["pencil"],"codePoint":59674},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"person","tags":["person"],"codePoint":59677},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"persons","tags":["persons"],"codePoint":59678},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"profile","tags":["profile"],"codePoint":59679},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pin","tags":["pin"],"codePoint":59680},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"map","tags":["map"],"codePoint":59681},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"point","tags":["point"],"codePoint":59682},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"star","tags":["star"],"codePoint":59683},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"comments","tags":["comments"],"codePoint":59685},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"comment","tags":["comment"],"codePoint":59686},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"home","tags":["home"],"codePoint":59687},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"popup","tags":["popup"],"codePoint":59688},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"search","tags":["search"],"codePoint":59689},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"printer","tags":["printer"],"codePoint":59690},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"link","tags":["link"],"codePoint":59691},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flag","tags":["flag"],"codePoint":59692},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cog","tags":["cog"],"codePoint":59693},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tools","tags":["tools"],"codePoint":59694},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tag","tags":["tag"],"codePoint":59695},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera","tags":["camera"],"codePoint":59696},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"feedback","tags":["feedback"],"codePoint":59697},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"book","tags":["book"],"codePoint":59698},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"article","tags":["article"],"codePoint":59699},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"eye","tags":["eye"],"codePoint":59700},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"time","tags":["time"],"codePoint":59701},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"microphone","tags":["microphone"],"codePoint":59702},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"calendar","tags":["calendar"],"codePoint":59703},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer","tags":["timer"],"codePoint":59704},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"drag","tags":["drag"],"codePoint":59705},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checklist","tags":["checklist"],"codePoint":59707},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ticket","tags":["ticket"],"codePoint":59708},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"line-graph","tags":["line-graph"],"codePoint":59710},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tick","tags":["tick"],"codePoint":59716},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cross","tags":["cross"],"codePoint":59717},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"minus","tags":["minus"],"codePoint":59718},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"plus","tags":["plus"],"codePoint":59719},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"info","tags":["info"],"codePoint":59720},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"question","tags":["question"],"codePoint":59721},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"warning","tags":["warning"],"codePoint":59722},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"list","tags":["list"],"codePoint":59723},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"menu","tags":["menu"],"codePoint":59725},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"grid","tags":["grid"],"codePoint":59726},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"portrait","tags":["portrait"],"codePoint":59727},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"screens","tags":["screens"],"codePoint":59728},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"landscape","tags":["landscape"],"codePoint":59729},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"images","tags":["images"],"codePoint":59730},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"media","tags":["media"],"codePoint":59731},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"folder","tags":["folder"],"codePoint":59732},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"documents","tags":["documents"],"codePoint":59733},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"delete","tags":["delete"],"codePoint":59734},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"save","tags":["save"],"codePoint":59735},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"download","tags":["download"],"codePoint":59736},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"upload","tags":["upload"],"codePoint":59737},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"expand","tags":["expand"],"codePoint":59738},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"shrink","tags":["shrink"],"codePoint":59739},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"volume","tags":["volume"],"codePoint":59740},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound","tags":["sound"],"codePoint":59741},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-down","tags":["controls-down"],"codePoint":59743},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-left","tags":["controls-left"],"codePoint":59744},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-right","tags":["controls-right"],"codePoint":59745},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-up","tags":["controls-up"],"codePoint":59746},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"dot","tags":["dot"],"codePoint":59751},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"up-down","tags":["up-down"],"codePoint":59753},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"language-1","tags":["language-1"],"codePoint":59760},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"accessibility","tags":["accessibility"],"codePoint":59761},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"globe","tags":["globe"],"codePoint":59762},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"language-2","tags":["language-2"],"codePoint":59763},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"alert","tags":["alert"],"codePoint":59767},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"attachment","tags":["attachment"],"codePoint":59776},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"block","tags":["block"],"codePoint":59777},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera-off","tags":["camera-off"],"codePoint":59778},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera-on","tags":["camera-on"],"codePoint":59779},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cloud","tags":["cloud"],"codePoint":59780},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"compass","tags":["compass"],"codePoint":59781},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"copy-file","tags":["copy-file"],"codePoint":59782},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"copyright","tags":["copyright"],"codePoint":59783},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"crop","tags":["crop"],"codePoint":59784},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"devices","tags":["devices"],"codePoint":59785},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"down-up","tags":["down-up"],"codePoint":59786},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"exclamation","tags":["exclamation"],"codePoint":59788},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"expand_1","tags":["expand_1"],"codePoint":59789},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"extension","tags":["extension"],"codePoint":59790},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"favourite","tags":["favourite"],"codePoint":59791},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"google-translate","tags":["google-translate"],"codePoint":59792},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"hand","tags":["hand"],"codePoint":59793},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"lightning","tags":["lightning"],"codePoint":59794},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"list-2","tags":["list-2"],"codePoint":59795},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"move","tags":["move"],"codePoint":59797},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mute","tags":["mute"],"codePoint":59798},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"question-circle","tags":["question-circle"],"codePoint":59800},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-close","tags":["quote-close"],"codePoint":59801},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-open","tags":["quote-open"],"codePoint":59802},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"refresh","tags":["refresh"],"codePoint":59803},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"send","tags":["send"],"codePoint":59804},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound-down","tags":["sound-down"],"codePoint":59805},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sync","tags":["sync"],"codePoint":59806},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tablet","tags":["tablet"],"codePoint":59807},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer-full","tags":["timer-full"],"codePoint":59811},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions","tags":["video-captions"],"codePoint":59814},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-loop","tags":["video-loop"],"codePoint":59818},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-pause","tags":["video-pause"],"codePoint":59820},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-play","tags":["video-play"],"codePoint":59822},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-replay","tags":["video-replay"],"codePoint":59823},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-stop","tags":["video-stop"],"codePoint":59827},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"blogger","tags":["blogger"],"codePoint":59837},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"deviantart","tags":["deviantart"],"codePoint":59839},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-word","tags":["doc-word"],"codePoint":59842},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"facebook","tags":["facebook"],"codePoint":59844},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flickr","tags":["flickr"],"codePoint":59846},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"github","tags":["github"],"codePoint":59847},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"instagram","tags":["instagram"],"codePoint":59849},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"linkedin","tags":["linkedin"],"codePoint":59851},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"paypal","tags":["paypal"],"codePoint":59852},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pintrest","tags":["pintrest"],"codePoint":59854},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"qq-2","tags":["qq-2"],"codePoint":59855},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"qq","tags":["qq"],"codePoint":59856},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"reddit","tags":["reddit"],"codePoint":59858},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"rss-2","tags":["rss-2"],"codePoint":59859},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"rss","tags":["rss"],"codePoint":59860},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"steam-2","tags":["steam-2"],"codePoint":59865},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"steam","tags":["steam"],"codePoint":59866},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trello-2","tags":["trello-2"],"codePoint":59867},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trello","tags":["trello"],"codePoint":59868},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tumblr","tags":["tumblr"],"codePoint":59870},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitch","tags":["twitch"],"codePoint":59871},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitter","tags":["twitter"],"codePoint":59873},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"vimeo","tags":["vimeo"],"codePoint":59875},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wechat","tags":["wechat"],"codePoint":59877},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"weibo","tags":["weibo"],"codePoint":59879},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"xing-2","tags":["xing-2"],"codePoint":59880},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"xing","tags":["xing"],"codePoint":59881},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youku-2","tags":["youku-2"],"codePoint":59882},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youku","tags":["youku"],"codePoint":59883},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youtube","tags":["youtube"],"codePoint":59885},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]} \ No newline at end of file diff --git a/fonts/icomoon-project.json b/fonts/icomoon-project.json deleted file mode 100644 index 9118e6ae..00000000 --- a/fonts/icomoon-project.json +++ /dev/null @@ -1 +0,0 @@ -{"preferences":{"target":[[1779210310],[1779210311],[1779210312],[1779210313],[1779210314],[1779210315],[1779210316],[1779210317],[1779210318],[1779210319],[1779210320],[1779210321],[1779210322],[1779210323],[1779210324],[1779210325],[1779210326],[1779210327],[1779210328],[1779210329],[1779210330],[1779210331],[1779210332],[1779210333],[1779210334],[1779210335],[1779210336],[1779210337],[1779210338],[1779210339],[1779210340],[1779210341],[1779210342],[1779210343],[1779210344],[1779210345],[1779210346],[1779210347],[1779210348],[1779210349],[1779210350],[1779210351],[1779210352],[1779210353],[1779210354],[1779210355],[1779210356],[1779210357],[1779210358],[1779210359],[1779210360],[1779210361],[1779210362],[1779210363],[1779210364],[1779210365],[1779210366],[1779210367],[1779210368],[1779210369],[1779210370],[1779210371],[1779210372],[1779210373],[1779210374],[1779210375],[1779210376],[1779210377],[1779210378],[1779210379],[1779210380],[1779210381],[1779210382],[1779210383],[1779210384],[1779210385],[1779210386],[1779210387],[1779210388],[1779210389],[1779210390],[1779210391],[1779210392],[1779210393],[1779210394],[1779210395],[1779210396],[1779210397],[1779210398],[1779210399],[1779210400],[1779210401],[1779210402],[1779210403],[1779210404],[1779210405],[1779210406],[1779210407],[1779210408],[1779210409],[1779210410],[1779210411],[1779210412],[1779210413],[1779210414],[1779210415],[1779210416],[1779210417],[1779210418],[1779210419],[1779210420],[1779210421],[1779210422],[1779210423],[1779210424],[1779210425],[1779210426],[1779210427],[1779210428],[1779210429],[1779210430],[1779210431],[1779210432],[1779210433],[1779210434],[1779210435],[1779210436],[1779210437],[1779210438],[1779210439],[1779210440],[1779210441],[1779210442],[1779210443],[1779210444],[1779210445],[1779210446],[1779210447],[1779210448],[1779210449],[1779210450],[1779210451],[1779210452],[1779210453],[1779210454],[1779210455],[1779210456],[1779210457],[1779210458],[1779210459],[1779210460],[1779210461],[1779210462],[1779210463],[1779210464],[1779210465],[1779210466],[1779210467],[1779210468],[1779210469],[1779210470],[1779210471],[1779210472],[1779210473],[1779210474],[1779210475],[1779210476],[1779210477],[1779210478],[1779210479],[1779210480],[1779210481],[1779210482],[1779210483],[1779210484],[1779210485],[1779210486],[1779210487],[1779210488],[1779210489],[1779210490],[1779210491],[1779210492],[1779210493],[1779210494],[1779210495],[1779210496],[1779210497],[1779210498],[1779210499],[1779210500],[1779210501],[1779210502],[1779210503],[1779210504],[1779210505],[1779210506],[1779210507],[1779210508],[1779210509],[1779210510],[1779210511],[1779210512],[1779210513],[1779210514],[1779210515],[1779210516],[1779210517],[1779210518],[1779210519],[1779210520],[1779210521],[1779210522],[1779210523],[1779210524],[1779210525],[1779210526],[1779210527],[1779210528],[1779210529],[1779210530],[1779210531],[1779210532],[1779210533],[1779210534],[1779210535],[1779210536],[1779210537],[1779210538],[1779210539],[1779210540],[1779210541],[1779210542],[1779210543],[1779210544],[1779210545],[1779210546],[1779210547],[1779210548],[1779210549],[1779210550],[1779210551]],"panels":{"hidden":false,"panels":[{"tag":"ExportPanel","args":[]},{"tag":"MainPanel","args":[]},{"tag":"PropertiesPanel","args":[]},{"tag":"ViewPanel","args":[]},{"tag":"HistoryPanel","args":[]}]},"previewOptions":{"showEditorOptions":true,"showGlyphOptions":true,"mainSize":32,"gridSize":{"tag":"AutoGridSize","args":[16]},"addPadding":true,"circular":true,"sizes":[],"showPixels":false,"showGrid":true,"gridColor":{"tag":"AutomaticColor","args":[]}},"batchOptions":{"ligaResetOptions":{"keepCurrent":true,"extractCodes":false},"findReplace":{"query":"","replacement":""},"showRearrange":false,"showCollections":false,"showGlyphMetadata":false,"showAllMetadata":true,"limitSortingToTarget":false,"sortBy":{"tag":"SortByName","args":[]},"forceSetCodePoints":false,"glyphMetadataTab":{"tag":"ShowNames","args":[]},"listingOptions":{"toggleCharCodes":false,"toggleNames":false,"toggleTags":false,"toggleLigatures":false,"toggleNotes":false},"editOptions":{"count":1,"from":"","to":{"tag":"AllGlyphs","args":[]}},"showNameTransforms":false},"quickExport":{"format":{"tag":"Svg","args":[false]},"addTitle":false,"fixedSize":true,"addPalettes":false,"colorPrefix":"color","paletteClass":"palette","svgAs":"S","svgAttributesAs":"A","elmIndentationSize":2,"htmlEntity":false,"namePrefix":"","nameSuffix":"","base64Encoding":false,"reactHelpers":true,"prependNamesToIds":true},"textFormatting":{"noNewlines":false,"useSpaceForIndentation":2},"exportButton":{"tag":"d","args":[]},"importOptions":{"showImportSettings":false,"extractSymbols":true,"ignoreThinStrokes":false,"removeInvisible":false,"removeRedundantColors":true,"addToEnd":false,"defaultSize":16,"url":"","code":"","replaceByName":false},"toggles":[[6,false]],"vectorEditorPreferences":{"snapOptions":{"snapEnabled":true,"snapToGrid":true,"snapToGridMidpoints":false,"snapToShapes":true,"snapToLocked":false},"defaultAttributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"stroke":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"NoPaint","args":[]}]}]},"stroke-linecap":{"tag":"Value","args":[{"tag":"StrokeLineCap","args":[{"tag":"ButtCap","args":[]}]}]},"stroke-linejoin":{"tag":"Value","args":[{"tag":"StrokeLineJoin","args":[{"tag":"MiterJoin","args":[]}]}]},"stroke-width":{"tag":"Value","args":[{"tag":"Length","args":[1]}]}},"boundingBoxAnchor":{"alignX":{"tag":"Mid","args":[]},"alignY":{"tag":"Mid","args":[]},"offsetX":0,"offsetY":0},"viewBoxAnchor":{"alignX":{"tag":"Min","args":[]},"alignY":{"tag":"Min","args":[]}},"alignTo":{"tag":"1","args":[]},"showViewBox":true,"showDimensions":true,"showStyle":true,"aspectRatioLock":false,"aspectRatioLockViewBox":true,"pinContentToViewBox":false,"stickyDrawingTool":false,"embeddedScaling":true,"layersTab":{"tag":"0","args":[]},"propertiesTab":{"tag":"0","args":[]},"fillOrStroke":{"tag":"Fill","args":[]},"showTransformBox":false,"showCodeEditor":false,"nudgeAmount":0.1,"mRoundingPrecision":0.1,"defaultPointers":[],"polygonSides":3,"starPoints":5,"scrollPositions":{}},"libraryPreferences":{"disabledSets":[],"tool":{"tag":"Selection","args":[]},"showDeleted":false,"showSets":true,"showExtraSets":false,"showNames":false,"selectedPalettes":[]},"extras":{"markingIndex":0,"selectedPalette":0,"selectedPalettes":[],"okLch":false}},"historyDict":{"1779210310_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210310],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210310],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210311_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210311],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210311],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210312_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210312],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210312],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210313_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210313],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210313],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210314_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210314],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210314],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210315_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210315],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210315],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210316_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210316],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210316],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210317_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210317],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210317],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210318_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210318],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210318],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210319_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210319],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210319],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210320_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210320],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210320],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210321_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210321],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210321],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210322_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210322],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210322],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210323_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210323],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210323],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210324_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210324],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210324],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210325_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210325],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210325],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210326_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210326],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210326],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210327_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210327],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210327],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210328_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210328],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210328],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210329_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210329],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210329],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210330_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210330],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210330],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210331_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210331],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210331],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210332_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210332],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210332],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210333_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210333],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210333],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210334_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210334],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210334],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210335_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210335],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210335],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210336_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210336],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210336],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210337_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210337],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210337],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210338_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210338],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210338],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210339_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210339],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210339],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210340_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210340],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210340],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210341_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210341],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210341],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210342_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210342],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210342],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210343_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210343],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210343],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210344_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210344],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210344],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210345_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210345],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210345],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210346_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210346],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210346],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210347_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210347],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210347],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210348_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210348],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210348],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210349_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210349],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210349],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210350_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210350],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210350],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210351_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210351],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210351],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210352_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210352],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210352],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210353_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210353],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210353],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210354_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210354],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210354],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210355_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210355],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210355],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210356_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210356],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210356],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210357_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210357],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210357],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210358_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210358],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210358],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210359_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210359],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210359],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210360_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210360],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210360],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210361_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210361],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210361],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210362_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210362],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210362],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210363_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210363],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210363],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210364_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210364],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210364],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210365_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210365],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210365],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210366_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210366],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210366],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210367_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210367],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210367],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210368_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210368],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210368],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210369_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210369],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210369],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210370_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210370],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210370],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210371_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210371],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210371],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210372_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210372],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210372],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210373_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210373],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210373],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210374_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210374],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210374],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210375_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210375],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210375],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210376_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210376],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210376],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210377_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210377],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210377],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210378_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210378],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210378],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210379_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210379],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210379],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210380_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210380],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210380],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210381_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210381],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210381],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210382_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210382],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210382],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210383_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210383],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210383],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210384_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210384],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210384],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210385_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210385],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210385],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210386_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210386],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210386],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210387_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210387],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210387],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210388_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210388],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210388],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210389_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210389],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210389],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210390_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210390],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210390],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210391_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210391],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210391],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210392_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210392],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210392],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210393_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210393],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210393],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210394_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210394],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210394],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210395_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210395],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210395],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210396_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210396],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210396],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210397_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210397],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210397],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210398_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210398],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210398],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210399_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210399],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210399],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210400_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210400],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210400],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210401_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210401],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210401],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210402_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210402],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210402],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210403_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210403],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210403],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210404_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210404],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210404],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210405_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210405],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210405],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210406_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210406],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210406],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210407_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210407],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210407],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210408_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210408],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210408],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210409_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210409],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210409],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210410_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210410],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210410],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210411_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210411],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210411],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210412_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210412],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210412],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210413_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210413],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210413],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210414_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210414],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210414],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210415_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210415],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210415],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210416_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210416],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210416],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210417_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210417],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210417],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210418_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210418],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210418],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210419_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210419],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210419],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210420_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210420],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210420],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210421_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210421],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210421],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210422_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210422],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210422],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210423_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210423],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210423],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210424_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210424],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210424],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210425_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210425],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210425],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210426_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210426],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210426],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210427_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210427],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210427],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210428_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210428],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210428],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210429_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210429],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210429],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210430_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210430],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210430],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210431_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210431],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210431],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210432_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210432],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210432],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210433_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210433],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210433],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210434_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210434],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210434],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210435_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210435],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210435],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210436_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210436],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210436],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210437_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210437],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210437],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210438_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210438],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210438],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210439_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210439],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210439],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210440_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210440],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210440],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210441_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210441],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210441],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210442_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210442],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210442],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210443_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210443],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210443],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210444_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210444],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210444],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210445_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210445],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210445],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210446_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210446],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210446],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210447_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210447],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210447],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210448_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210448],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210448],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210449_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210449],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210449],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210450_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210450],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210450],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210451_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210451],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210451],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210452_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210452],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210452],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210453_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210453],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210453],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210454_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210454],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210454],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210455_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210455],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210455],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210456_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210456],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210456],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210457_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210457],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210457],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210458_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210458],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210458],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210459_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210459],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210459],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210460_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210460],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210460],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210461_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210461],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210461],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210462_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210462],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210462],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210463_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210463],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210463],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210464_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210464],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210464],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210465_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210465],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210465],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210466_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210466],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210466],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210467_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210467],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210467],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210468_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210468],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210468],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210469_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210469],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210469],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210470_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210470],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210470],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210471_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210471],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210471],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210472_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210472],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210472],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210473_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210473],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210473],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210474_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210474],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210474],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210475_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210475],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210475],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210476_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210476],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210476],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210477_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210477],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210477],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210478_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210478],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210478],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210479_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210479],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210479],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210480_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210480],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210480],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210481_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210481],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210481],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210482_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210482],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210482],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210483_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210483],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210483],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210484_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210484],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210484],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210485_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210485],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210485],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210486_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210486],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210486],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210487_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210487],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210487],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210488_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210488],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210488],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210489_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210489],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210489],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210490_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210490],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210490],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210491_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210491],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210491],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210492_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210492],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210492],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210493_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210493],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210493],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210494_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210494],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210494],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210495_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210495],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210495],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210496_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210496],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210496],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210497_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210497],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210497],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210498_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210498],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210498],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210499_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210499],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210499],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210500_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210500],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210500],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210501_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210501],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210501],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210502_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210502],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210502],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210503_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210503],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210503],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210504_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210504],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210504],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210505_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210505],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210505],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210506_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210506],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210506],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210507_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210507],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210507],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210508_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210508],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210508],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210509_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210509],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210509],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210510_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210510],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210510],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210511_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210511],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210511],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210512_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210512],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210512],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210513_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210513],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210513],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210514_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210514],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210514],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210515_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210515],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210515],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210516_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210516],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210516],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210517_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210517],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210517],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210518_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210518],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210518],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210519_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210519],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210519],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210520_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210520],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210520],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210521_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210521],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210521],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210522_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210522],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210522],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210523_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210523],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210523],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210524_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210524],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210524],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210525_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210525],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210525],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210526_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210526],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210526],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210527_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210527],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210527],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210528_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210528],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210528],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210529_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210529],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210529],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210530_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210530],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210530],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210531_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210531],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210531],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210532_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210532],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210532],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210533_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210533],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210533],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210534_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210534],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210534],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210535_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210535],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210535],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210536_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210536],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210536],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210537_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210537],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210537],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210538_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210538],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210538],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210539_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210539],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210539],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210540_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210540],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210540],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210541_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210541],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210541],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210542_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210542],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210542],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210543_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210543],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210543],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210544_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210544],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210544],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210545_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210545],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210545],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210546_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210546],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210546],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210547_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210547],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210547],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210548_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210548],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210548],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210549_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210549],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210549],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210550_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210550],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210550],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210551_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210551],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210551],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"main":{"path":[[0,4]],"branchPath":[[0,4]],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":{"tag":"AddGlyphMetadata","args":[{"byLibrary":false,"insertIndex":0,"newGlyphMetadata":[[[1779210310],{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648}],[[1779210311],{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649}],[[1779210312],{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650}],[[1779210313],{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651}],[[1779210314],{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652}],[[1779210315],{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653}],[[1779210316],{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654}],[[1779210317],{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655}],[[1779210318],{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656}],[[1779210319],{"name":"location","tags":["location"],"codePoint":59657}],[[1779210320],{"name":"medal","tags":["medal"],"codePoint":59658}],[[1779210321],{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659}],[[1779210322],{"name":"shield","tags":["shield"],"codePoint":59660}],[[1779210323],{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661}],[[1779210324],{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662}],[[1779210325],{"name":"text-document","tags":["text-document"],"codePoint":59663}],[[1779210326],{"name":"trophy","tags":["trophy"],"codePoint":59664}],[[1779210327],{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665}],[[1779210328],{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666}],[[1779210329],{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667}],[[1779210330],{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668}],[[1779210331],{"name":"bookmark","tags":["bookmark"],"codePoint":59669}],[[1779210332],{"name":"message","tags":["message"],"codePoint":59670}],[[1779210333],{"name":"mouse","tags":["mouse"],"codePoint":59671}],[[1779210334],{"name":"mobile","tags":["mobile"],"codePoint":59672}],[[1779210335],{"name":"desktop","tags":["desktop"],"codePoint":59673}],[[1779210336],{"name":"pencil","tags":["pencil"],"codePoint":59674}],[[1779210337],{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675}],[[1779210338],{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676}],[[1779210339],{"name":"person","tags":["person"],"codePoint":59677}],[[1779210340],{"name":"persons","tags":["persons"],"codePoint":59678}],[[1779210341],{"name":"profile","tags":["profile"],"codePoint":59679}],[[1779210342],{"name":"pin","tags":["pin"],"codePoint":59680}],[[1779210343],{"name":"map","tags":["map"],"codePoint":59681}],[[1779210344],{"name":"point","tags":["point"],"codePoint":59682}],[[1779210345],{"name":"star","tags":["star"],"codePoint":59683}],[[1779210346],{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684}],[[1779210347],{"name":"comments","tags":["comments"],"codePoint":59685}],[[1779210348],{"name":"comment","tags":["comment"],"codePoint":59686}],[[1779210349],{"name":"home","tags":["home"],"codePoint":59687}],[[1779210350],{"name":"popup","tags":["popup"],"codePoint":59688}],[[1779210351],{"name":"search","tags":["search"],"codePoint":59689}],[[1779210352],{"name":"printer","tags":["printer"],"codePoint":59690}],[[1779210353],{"name":"link","tags":["link"],"codePoint":59691}],[[1779210354],{"name":"flag","tags":["flag"],"codePoint":59692}],[[1779210355],{"name":"cog","tags":["cog"],"codePoint":59693}],[[1779210356],{"name":"tools","tags":["tools"],"codePoint":59694}],[[1779210357],{"name":"tag","tags":["tag"],"codePoint":59695}],[[1779210358],{"name":"camera","tags":["camera"],"codePoint":59696}],[[1779210359],{"name":"feedback","tags":["feedback"],"codePoint":59697}],[[1779210360],{"name":"book","tags":["book"],"codePoint":59698}],[[1779210361],{"name":"article","tags":["article"],"codePoint":59699}],[[1779210362],{"name":"eye","tags":["eye"],"codePoint":59700}],[[1779210363],{"name":"time","tags":["time"],"codePoint":59701}],[[1779210364],{"name":"microphone","tags":["microphone"],"codePoint":59702}],[[1779210365],{"name":"calendar","tags":["calendar"],"codePoint":59703}],[[1779210366],{"name":"timer","tags":["timer"],"codePoint":59704}],[[1779210367],{"name":"drag","tags":["drag"],"codePoint":59705}],[[1779210368],{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706}],[[1779210369],{"name":"checklist","tags":["checklist"],"codePoint":59707}],[[1779210370],{"name":"ticket","tags":["ticket"],"codePoint":59708}],[[1779210371],{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709}],[[1779210372],{"name":"line-graph","tags":["line-graph"],"codePoint":59710}],[[1779210373],{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711}],[[1779210374],{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712}],[[1779210375],{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713}],[[1779210376],{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714}],[[1779210377],{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715}],[[1779210378],{"name":"tick","tags":["tick"],"codePoint":59716}],[[1779210379],{"name":"cross","tags":["cross"],"codePoint":59717}],[[1779210380],{"name":"minus","tags":["minus"],"codePoint":59718}],[[1779210381],{"name":"plus","tags":["plus"],"codePoint":59719}],[[1779210382],{"name":"info","tags":["info"],"codePoint":59720}],[[1779210383],{"name":"question","tags":["question"],"codePoint":59721}],[[1779210384],{"name":"warning","tags":["warning"],"codePoint":59722}],[[1779210385],{"name":"list","tags":["list"],"codePoint":59723}],[[1779210386],{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724}],[[1779210387],{"name":"menu","tags":["menu"],"codePoint":59725}],[[1779210388],{"name":"grid","tags":["grid"],"codePoint":59726}],[[1779210389],{"name":"portrait","tags":["portrait"],"codePoint":59727}],[[1779210390],{"name":"screens","tags":["screens"],"codePoint":59728}],[[1779210391],{"name":"landscape","tags":["landscape"],"codePoint":59729}],[[1779210392],{"name":"images","tags":["images"],"codePoint":59730}],[[1779210393],{"name":"media","tags":["media"],"codePoint":59731}],[[1779210394],{"name":"folder","tags":["folder"],"codePoint":59732}],[[1779210395],{"name":"documents","tags":["documents"],"codePoint":59733}],[[1779210396],{"name":"delete","tags":["delete"],"codePoint":59734}],[[1779210397],{"name":"save","tags":["save"],"codePoint":59735}],[[1779210398],{"name":"download","tags":["download"],"codePoint":59736}],[[1779210399],{"name":"upload","tags":["upload"],"codePoint":59737}],[[1779210400],{"name":"expand","tags":["expand"],"codePoint":59738}],[[1779210401],{"name":"shrink","tags":["shrink"],"codePoint":59739}],[[1779210402],{"name":"volume","tags":["volume"],"codePoint":59740}],[[1779210403],{"name":"sound","tags":["sound"],"codePoint":59741}],[[1779210404],{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742}],[[1779210405],{"name":"controls-down","tags":["controls-down"],"codePoint":59743}],[[1779210406],{"name":"controls-left","tags":["controls-left"],"codePoint":59744}],[[1779210407],{"name":"controls-right","tags":["controls-right"],"codePoint":59745}],[[1779210408],{"name":"controls-up","tags":["controls-up"],"codePoint":59746}],[[1779210409],{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747}],[[1779210410],{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748}],[[1779210411],{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749}],[[1779210412],{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750}],[[1779210413],{"name":"dot","tags":["dot"],"codePoint":59751}],[[1779210414],{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752}],[[1779210415],{"name":"up-down","tags":["up-down"],"codePoint":59753}],[[1779210416],{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754}],[[1779210417],{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755}],[[1779210418],{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756}],[[1779210419],{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757}],[[1779210420],{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758}],[[1779210421],{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759}],[[1779210422],{"name":"language-1","tags":["language-1"],"codePoint":59760}],[[1779210423],{"name":"accessibility","tags":["accessibility"],"codePoint":59761}],[[1779210424],{"name":"globe","tags":["globe"],"codePoint":59762}],[[1779210425],{"name":"language-2","tags":["language-2"],"codePoint":59763}],[[1779210426],{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764}],[[1779210427],{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765}],[[1779210428],{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766}],[[1779210429],{"name":"alert","tags":["alert"],"codePoint":59767}],[[1779210430],{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768}],[[1779210431],{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769}],[[1779210432],{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770}],[[1779210433],{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771}],[[1779210434],{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772}],[[1779210435],{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773}],[[1779210436],{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774}],[[1779210437],{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775}],[[1779210438],{"name":"attachment","tags":["attachment"],"codePoint":59776}],[[1779210439],{"name":"block","tags":["block"],"codePoint":59777}],[[1779210440],{"name":"camera-off","tags":["camera-off"],"codePoint":59778}],[[1779210441],{"name":"camera-on","tags":["camera-on"],"codePoint":59779}],[[1779210442],{"name":"cloud","tags":["cloud"],"codePoint":59780}],[[1779210443],{"name":"compass","tags":["compass"],"codePoint":59781}],[[1779210444],{"name":"copy-file","tags":["copy-file"],"codePoint":59782}],[[1779210445],{"name":"copyright","tags":["copyright"],"codePoint":59783}],[[1779210446],{"name":"crop","tags":["crop"],"codePoint":59784}],[[1779210447],{"name":"devices","tags":["devices"],"codePoint":59785}],[[1779210448],{"name":"down-up","tags":["down-up"],"codePoint":59786}],[[1779210449],{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787}],[[1779210450],{"name":"exclamation","tags":["exclamation"],"codePoint":59788}],[[1779210451],{"name":"expand_1","tags":["expand_1"],"codePoint":59789}],[[1779210452],{"name":"extension","tags":["extension"],"codePoint":59790}],[[1779210453],{"name":"favourite","tags":["favourite"],"codePoint":59791}],[[1779210454],{"name":"google-translate","tags":["google-translate"],"codePoint":59792}],[[1779210455],{"name":"hand","tags":["hand"],"codePoint":59793}],[[1779210456],{"name":"lightning","tags":["lightning"],"codePoint":59794}],[[1779210457],{"name":"list-2","tags":["list-2"],"codePoint":59795}],[[1779210458],{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796}],[[1779210459],{"name":"move","tags":["move"],"codePoint":59797}],[[1779210460],{"name":"mute","tags":["mute"],"codePoint":59798}],[[1779210461],{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799}],[[1779210462],{"name":"question-circle","tags":["question-circle"],"codePoint":59800}],[[1779210463],{"name":"quote-close","tags":["quote-close"],"codePoint":59801}],[[1779210464],{"name":"quote-open","tags":["quote-open"],"codePoint":59802}],[[1779210465],{"name":"refresh","tags":["refresh"],"codePoint":59803}],[[1779210466],{"name":"send","tags":["send"],"codePoint":59804}],[[1779210467],{"name":"sound-down","tags":["sound-down"],"codePoint":59805}],[[1779210468],{"name":"sync","tags":["sync"],"codePoint":59806}],[[1779210469],{"name":"tablet","tags":["tablet"],"codePoint":59807}],[[1779210470],{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808}],[[1779210471],{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809}],[[1779210472],{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810}],[[1779210473],{"name":"timer-full","tags":["timer-full"],"codePoint":59811}],[[1779210474],{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812}],[[1779210475],{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813}],[[1779210476],{"name":"video-captions","tags":["video-captions"],"codePoint":59814}],[[1779210477],{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815}],[[1779210478],{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816}],[[1779210479],{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817}],[[1779210480],{"name":"video-loop","tags":["video-loop"],"codePoint":59818}],[[1779210481],{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819}],[[1779210482],{"name":"video-pause","tags":["video-pause"],"codePoint":59820}],[[1779210483],{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821}],[[1779210484],{"name":"video-play","tags":["video-play"],"codePoint":59822}],[[1779210485],{"name":"video-replay","tags":["video-replay"],"codePoint":59823}],[[1779210486],{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824}],[[1779210487],{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825}],[[1779210488],{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826}],[[1779210489],{"name":"video-stop","tags":["video-stop"],"codePoint":59827}],[[1779210490],{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828}],[[1779210491],{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829}],[[1779210492],{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830}],[[1779210493],{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831}],[[1779210494],{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832}],[[1779210495],{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833}],[[1779210496],{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834}],[[1779210497],{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835}],[[1779210498],{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836}],[[1779210499],{"name":"blogger","tags":["blogger"],"codePoint":59837}],[[1779210500],{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838}],[[1779210501],{"name":"deviantart","tags":["deviantart"],"codePoint":59839}],[[1779210502],{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840}],[[1779210503],{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841}],[[1779210504],{"name":"doc-word","tags":["doc-word"],"codePoint":59842}],[[1779210505],{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843}],[[1779210506],{"name":"facebook","tags":["facebook"],"codePoint":59844}],[[1779210507],{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845}],[[1779210508],{"name":"flickr","tags":["flickr"],"codePoint":59846}],[[1779210509],{"name":"github","tags":["github"],"codePoint":59847}],[[1779210510],{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848}],[[1779210511],{"name":"instagram","tags":["instagram"],"codePoint":59849}],[[1779210512],{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850}],[[1779210513],{"name":"linkedin","tags":["linkedin"],"codePoint":59851}],[[1779210514],{"name":"paypal","tags":["paypal"],"codePoint":59852}],[[1779210515],{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853}],[[1779210516],{"name":"pintrest","tags":["pintrest"],"codePoint":59854}],[[1779210517],{"name":"qq-2","tags":["qq-2"],"codePoint":59855}],[[1779210518],{"name":"qq","tags":["qq"],"codePoint":59856}],[[1779210519],{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857}],[[1779210520],{"name":"reddit","tags":["reddit"],"codePoint":59858}],[[1779210521],{"name":"rss-2","tags":["rss-2"],"codePoint":59859}],[[1779210522],{"name":"rss","tags":["rss"],"codePoint":59860}],[[1779210523],{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861}],[[1779210524],{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862}],[[1779210525],{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863}],[[1779210526],{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864}],[[1779210527],{"name":"steam-2","tags":["steam-2"],"codePoint":59865}],[[1779210528],{"name":"steam","tags":["steam"],"codePoint":59866}],[[1779210529],{"name":"trello-2","tags":["trello-2"],"codePoint":59867}],[[1779210530],{"name":"trello","tags":["trello"],"codePoint":59868}],[[1779210531],{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869}],[[1779210532],{"name":"tumblr","tags":["tumblr"],"codePoint":59870}],[[1779210533],{"name":"twitch","tags":["twitch"],"codePoint":59871}],[[1779210534],{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872}],[[1779210535],{"name":"twitter","tags":["twitter"],"codePoint":59873}],[[1779210536],{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874}],[[1779210537],{"name":"vimeo","tags":["vimeo"],"codePoint":59875}],[[1779210538],{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876}],[[1779210539],{"name":"wechat","tags":["wechat"],"codePoint":59877}],[[1779210540],{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878}],[[1779210541],{"name":"weibo","tags":["weibo"],"codePoint":59879}],[[1779210542],{"name":"xing-2","tags":["xing-2"],"codePoint":59880}],[[1779210543],{"name":"xing","tags":["xing"],"codePoint":59881}],[[1779210544],{"name":"youku-2","tags":["youku-2"],"codePoint":59882}],[[1779210545],{"name":"youku","tags":["youku"],"codePoint":59883}],[[1779210546],{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884}],[[1779210547],{"name":"youtube","tags":["youtube"],"codePoint":59885}],[[1779210548],{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886}],[[1779210549],{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887}],[[1779210550],{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888}],[[1779210551],{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889}]],"newMarks":[]}]}}},"next":[{"value":{"time":1779210348637,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemSvg","args":[null]},1,null]}]}]},"mDetail":"Exclude from Export"}},"next":[{"value":{"time":1779212662203,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"fontFamily",{"value":"vanilla"}]}]}]}}},"next":[{"value":{"time":1779212664330,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"addPalettes",false]}]}]}}},"next":[]}]}]}],"link":{"o":{"1779210310_glyph":[0],"1779210311_glyph":[0],"1779210312_glyph":[0],"1779210313_glyph":[0],"1779210314_glyph":[0],"1779210315_glyph":[0],"1779210316_glyph":[0],"1779210317_glyph":[0],"1779210318_glyph":[0],"1779210319_glyph":[0],"1779210320_glyph":[0],"1779210321_glyph":[0],"1779210322_glyph":[0],"1779210323_glyph":[0],"1779210324_glyph":[0],"1779210325_glyph":[0],"1779210326_glyph":[0],"1779210327_glyph":[0],"1779210328_glyph":[0],"1779210329_glyph":[0],"1779210330_glyph":[0],"1779210331_glyph":[0],"1779210332_glyph":[0],"1779210333_glyph":[0],"1779210334_glyph":[0],"1779210335_glyph":[0],"1779210336_glyph":[0],"1779210337_glyph":[0],"1779210338_glyph":[0],"1779210339_glyph":[0],"1779210340_glyph":[0],"1779210341_glyph":[0],"1779210342_glyph":[0],"1779210343_glyph":[0],"1779210344_glyph":[0],"1779210345_glyph":[0],"1779210346_glyph":[0],"1779210347_glyph":[0],"1779210348_glyph":[0],"1779210349_glyph":[0],"1779210350_glyph":[0],"1779210351_glyph":[0],"1779210352_glyph":[0],"1779210353_glyph":[0],"1779210354_glyph":[0],"1779210355_glyph":[0],"1779210356_glyph":[0],"1779210357_glyph":[0],"1779210358_glyph":[0],"1779210359_glyph":[0],"1779210360_glyph":[0],"1779210361_glyph":[0],"1779210362_glyph":[0],"1779210363_glyph":[0],"1779210364_glyph":[0],"1779210365_glyph":[0],"1779210366_glyph":[0],"1779210367_glyph":[0],"1779210368_glyph":[0],"1779210369_glyph":[0],"1779210370_glyph":[0],"1779210371_glyph":[0],"1779210372_glyph":[0],"1779210373_glyph":[0],"1779210374_glyph":[0],"1779210375_glyph":[0],"1779210376_glyph":[0],"1779210377_glyph":[0],"1779210378_glyph":[0],"1779210379_glyph":[0],"1779210380_glyph":[0],"1779210381_glyph":[0],"1779210382_glyph":[0],"1779210383_glyph":[0],"1779210384_glyph":[0],"1779210385_glyph":[0],"1779210386_glyph":[0],"1779210387_glyph":[0],"1779210388_glyph":[0],"1779210389_glyph":[0],"1779210390_glyph":[0],"1779210391_glyph":[0],"1779210392_glyph":[0],"1779210393_glyph":[0],"1779210394_glyph":[0],"1779210395_glyph":[0],"1779210396_glyph":[0],"1779210397_glyph":[0],"1779210398_glyph":[0],"1779210399_glyph":[0],"1779210400_glyph":[0],"1779210401_glyph":[0],"1779210402_glyph":[0],"1779210403_glyph":[0],"1779210404_glyph":[0],"1779210405_glyph":[0],"1779210406_glyph":[0],"1779210407_glyph":[0],"1779210408_glyph":[0],"1779210409_glyph":[0],"1779210410_glyph":[0],"1779210411_glyph":[0],"1779210412_glyph":[0],"1779210413_glyph":[0],"1779210414_glyph":[0],"1779210415_glyph":[0],"1779210416_glyph":[0],"1779210417_glyph":[0],"1779210418_glyph":[0],"1779210419_glyph":[0],"1779210420_glyph":[0],"1779210421_glyph":[0],"1779210422_glyph":[0],"1779210423_glyph":[0],"1779210424_glyph":[0],"1779210425_glyph":[0],"1779210426_glyph":[0],"1779210427_glyph":[0],"1779210428_glyph":[0],"1779210429_glyph":[0],"1779210430_glyph":[0],"1779210431_glyph":[0],"1779210432_glyph":[0],"1779210433_glyph":[0],"1779210434_glyph":[0],"1779210435_glyph":[0],"1779210436_glyph":[0],"1779210437_glyph":[0],"1779210438_glyph":[0],"1779210439_glyph":[0],"1779210440_glyph":[0],"1779210441_glyph":[0],"1779210442_glyph":[0],"1779210443_glyph":[0],"1779210444_glyph":[0],"1779210445_glyph":[0],"1779210446_glyph":[0],"1779210447_glyph":[0],"1779210448_glyph":[0],"1779210449_glyph":[0],"1779210450_glyph":[0],"1779210451_glyph":[0],"1779210452_glyph":[0],"1779210453_glyph":[0],"1779210454_glyph":[0],"1779210455_glyph":[0],"1779210456_glyph":[0],"1779210457_glyph":[0],"1779210458_glyph":[0],"1779210459_glyph":[0],"1779210460_glyph":[0],"1779210461_glyph":[0],"1779210462_glyph":[0],"1779210463_glyph":[0],"1779210464_glyph":[0],"1779210465_glyph":[0],"1779210466_glyph":[0],"1779210467_glyph":[0],"1779210468_glyph":[0],"1779210469_glyph":[0],"1779210470_glyph":[0],"1779210471_glyph":[0],"1779210472_glyph":[0],"1779210473_glyph":[0],"1779210474_glyph":[0],"1779210475_glyph":[0],"1779210476_glyph":[0],"1779210477_glyph":[0],"1779210478_glyph":[0],"1779210479_glyph":[0],"1779210480_glyph":[0],"1779210481_glyph":[0],"1779210482_glyph":[0],"1779210483_glyph":[0],"1779210484_glyph":[0],"1779210485_glyph":[0],"1779210486_glyph":[0],"1779210487_glyph":[0],"1779210488_glyph":[0],"1779210489_glyph":[0],"1779210490_glyph":[0],"1779210491_glyph":[0],"1779210492_glyph":[0],"1779210493_glyph":[0],"1779210494_glyph":[0],"1779210495_glyph":[0],"1779210496_glyph":[0],"1779210497_glyph":[0],"1779210498_glyph":[0],"1779210499_glyph":[0],"1779210500_glyph":[0],"1779210501_glyph":[0],"1779210502_glyph":[0],"1779210503_glyph":[0],"1779210504_glyph":[0],"1779210505_glyph":[0],"1779210506_glyph":[0],"1779210507_glyph":[0],"1779210508_glyph":[0],"1779210509_glyph":[0],"1779210510_glyph":[0],"1779210511_glyph":[0],"1779210512_glyph":[0],"1779210513_glyph":[0],"1779210514_glyph":[0],"1779210515_glyph":[0],"1779210516_glyph":[0],"1779210517_glyph":[0],"1779210518_glyph":[0],"1779210519_glyph":[0],"1779210520_glyph":[0],"1779210521_glyph":[0],"1779210522_glyph":[0],"1779210523_glyph":[0],"1779210524_glyph":[0],"1779210525_glyph":[0],"1779210526_glyph":[0],"1779210527_glyph":[0],"1779210528_glyph":[0],"1779210529_glyph":[0],"1779210530_glyph":[0],"1779210531_glyph":[0],"1779210532_glyph":[0],"1779210533_glyph":[0],"1779210534_glyph":[0],"1779210535_glyph":[0],"1779210536_glyph":[0],"1779210537_glyph":[0],"1779210538_glyph":[0],"1779210539_glyph":[0],"1779210540_glyph":[0],"1779210541_glyph":[0],"1779210542_glyph":[0],"1779210543_glyph":[0],"1779210544_glyph":[0],"1779210545_glyph":[0],"1779210546_glyph":[0],"1779210547_glyph":[0],"1779210548_glyph":[0],"1779210549_glyph":[0],"1779210550_glyph":[0],"1779210551_glyph":[0]}}}]},"model":{"tag":"ScopeMaster","args":[{"lastKey":[],"orderedKeys":[],"collections":{"first":{"keys":[],"name":""},"index":0,"rest":[]},"glyphMetadataDict":[],"paletets":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"exportOptions":{"exportItems":{"csh":{"order":11,"item":{}},"elm":{"order":4,"item":{}},"favicon":{"order":10,"item":{}},"font":{"order":0,"mOpen":false,"item":{}},"librarySet":{"order":12,"item":{}},"png":{"order":9,"item":{}},"react":{"order":5,"item":{}},"svg":{"order":1,"mOpen":false,"item":{}},"symbolDefs":{"order":2,"item":{}},"tiles":{"order":7,"item":{}},"vue":{"order":6,"item":{}},"webComponent":{"order":3,"item":{}}},"glyphSubset":{"tag":"AllGlyphs","args":[]}},"extraLibraryUrls":[],"releases":[]}]},"modelPath":[],"syncedPath":[]}},"metadata":{"localKey":[1344868410,2],"guests":{},"synced":false,"permission":{"tag":"FullLocal","args":[]},"name":{"time":1779210315979,"value":"Vanilla icons"},"created":1779210308053,"modified":1779212673712,"colorIndex":{"time":1779210317156,"value":4}}} \ No newline at end of file diff --git a/fonts/vanilla-icons.icomoon.json b/fonts/vanilla-icons.icomoon.json new file mode 100644 index 00000000..e4752ed5 --- /dev/null +++ b/fonts/vanilla-icons.icomoon.json @@ -0,0 +1 @@ +{"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"formats":[{"order":0,"mOpen":true,"item":{"tag":"ItemFont","args":[{"addPalettes":false,"classPerGlyph":true,"fontFamily":{"value":"vanilla"}}]}}],"glyphs":[{"extras":{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"location","tags":["location"],"codePoint":59657},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"medal","tags":["medal"],"codePoint":59658},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"shield","tags":["shield"],"codePoint":59660},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"text-document","tags":["text-document"],"codePoint":59663},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trophy","tags":["trophy"],"codePoint":59664},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"bookmark","tags":["bookmark"],"codePoint":59669},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"message","tags":["message"],"codePoint":59670},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mouse","tags":["mouse"],"codePoint":59671},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mobile","tags":["mobile"],"codePoint":59672},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"desktop","tags":["desktop"],"codePoint":59673},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pencil","tags":["pencil"],"codePoint":59674},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"person","tags":["person"],"codePoint":59677},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"persons","tags":["persons"],"codePoint":59678},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"profile","tags":["profile"],"codePoint":59679},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pin","tags":["pin"],"codePoint":59680},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"map","tags":["map"],"codePoint":59681},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"point","tags":["point"],"codePoint":59682},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"star","tags":["star"],"codePoint":59683},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"comments","tags":["comments"],"codePoint":59685},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"comment","tags":["comment"],"codePoint":59686},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"home","tags":["home"],"codePoint":59687},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"popup","tags":["popup"],"codePoint":59688},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"search","tags":["search"],"codePoint":59689},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"printer","tags":["printer"],"codePoint":59690},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"link","tags":["link"],"codePoint":59691},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flag","tags":["flag"],"codePoint":59692},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cog","tags":["cog"],"codePoint":59693},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tools","tags":["tools"],"codePoint":59694},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tag","tags":["tag"],"codePoint":59695},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera","tags":["camera"],"codePoint":59696},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"feedback","tags":["feedback"],"codePoint":59697},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"book","tags":["book"],"codePoint":59698},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"article","tags":["article"],"codePoint":59699},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"eye","tags":["eye"],"codePoint":59700},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"time","tags":["time"],"codePoint":59701},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"microphone","tags":["microphone"],"codePoint":59702},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"calendar","tags":["calendar"],"codePoint":59703},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer","tags":["timer"],"codePoint":59704},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"drag","tags":["drag"],"codePoint":59705},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checklist","tags":["checklist"],"codePoint":59707},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ticket","tags":["ticket"],"codePoint":59708},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"line-graph","tags":["line-graph"],"codePoint":59710},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tick","tags":["tick"],"codePoint":59716},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cross","tags":["cross"],"codePoint":59717},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"minus","tags":["minus"],"codePoint":59718},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"plus","tags":["plus"],"codePoint":59719},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"info","tags":["info"],"codePoint":59720},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"question","tags":["question"],"codePoint":59721},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"warning","tags":["warning"],"codePoint":59722},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"list","tags":["list"],"codePoint":59723},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"menu","tags":["menu"],"codePoint":59725},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"grid","tags":["grid"],"codePoint":59726},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"portrait","tags":["portrait"],"codePoint":59727},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"screens","tags":["screens"],"codePoint":59728},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"landscape","tags":["landscape"],"codePoint":59729},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"images","tags":["images"],"codePoint":59730},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"media","tags":["media"],"codePoint":59731},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"folder","tags":["folder"],"codePoint":59732},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"documents","tags":["documents"],"codePoint":59733},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"delete","tags":["delete"],"codePoint":59734},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"save","tags":["save"],"codePoint":59735},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"download","tags":["download"],"codePoint":59736},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"upload","tags":["upload"],"codePoint":59737},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"expand","tags":["expand"],"codePoint":59738},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"shrink","tags":["shrink"],"codePoint":59739},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"volume","tags":["volume"],"codePoint":59740},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound","tags":["sound"],"codePoint":59741},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-down","tags":["controls-down"],"codePoint":59743},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-left","tags":["controls-left"],"codePoint":59744},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-right","tags":["controls-right"],"codePoint":59745},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-up","tags":["controls-up"],"codePoint":59746},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"dot","tags":["dot"],"codePoint":59751},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"up-down","tags":["up-down"],"codePoint":59753},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"language-1","tags":["language-1"],"codePoint":59760},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"accessibility","tags":["accessibility"],"codePoint":59761},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"globe","tags":["globe"],"codePoint":59762},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"language-2","tags":["language-2"],"codePoint":59763},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"alert","tags":["alert"],"codePoint":59767},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"attachment","tags":["attachment"],"codePoint":59776},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"block","tags":["block"],"codePoint":59777},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera-off","tags":["camera-off"],"codePoint":59778},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera-on","tags":["camera-on"],"codePoint":59779},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cloud","tags":["cloud"],"codePoint":59780},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"compass","tags":["compass"],"codePoint":59781},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"copy-file","tags":["copy-file"],"codePoint":59782},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"copyright","tags":["copyright"],"codePoint":59783},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"crop","tags":["crop"],"codePoint":59784},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"devices","tags":["devices"],"codePoint":59785},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"down-up","tags":["down-up"],"codePoint":59786},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"exclamation","tags":["exclamation"],"codePoint":59788},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"expand_1","tags":["expand_1"],"codePoint":59789},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"extension","tags":["extension"],"codePoint":59790},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"favourite","tags":["favourite"],"codePoint":59791},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"google-translate","tags":["google-translate"],"codePoint":59792},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"hand","tags":["hand"],"codePoint":59793},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"lightning","tags":["lightning"],"codePoint":59794},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"list-2","tags":["list-2"],"codePoint":59795},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"move","tags":["move"],"codePoint":59797},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mute","tags":["mute"],"codePoint":59798},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"question-circle","tags":["question-circle"],"codePoint":59800},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-close","tags":["quote-close"],"codePoint":59801},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-open","tags":["quote-open"],"codePoint":59802},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"refresh","tags":["refresh"],"codePoint":59803},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"send","tags":["send"],"codePoint":59804},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound-down","tags":["sound-down"],"codePoint":59805},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sync","tags":["sync"],"codePoint":59806},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tablet","tags":["tablet"],"codePoint":59807},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer-full","tags":["timer-full"],"codePoint":59811},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions","tags":["video-captions"],"codePoint":59814},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-loop","tags":["video-loop"],"codePoint":59818},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-pause","tags":["video-pause"],"codePoint":59820},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-play","tags":["video-play"],"codePoint":59822},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-replay","tags":["video-replay"],"codePoint":59823},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-stop","tags":["video-stop"],"codePoint":59827},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"blogger","tags":["blogger"],"codePoint":59837},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"deviantart","tags":["deviantart"],"codePoint":59839},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-word","tags":["doc-word"],"codePoint":59842},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"facebook","tags":["facebook"],"codePoint":59844},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flickr","tags":["flickr"],"codePoint":59846},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"github","tags":["github"],"codePoint":59847},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"instagram","tags":["instagram"],"codePoint":59849},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"linkedin","tags":["linkedin"],"codePoint":59851},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"paypal","tags":["paypal"],"codePoint":59852},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pintrest","tags":["pintrest"],"codePoint":59854},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"qq-2","tags":["qq-2"],"codePoint":59855},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"qq","tags":["qq"],"codePoint":59856},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"reddit","tags":["reddit"],"codePoint":59858},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"rss-2","tags":["rss-2"],"codePoint":59859},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"rss","tags":["rss"],"codePoint":59860},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"steam-2","tags":["steam-2"],"codePoint":59865},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"steam","tags":["steam"],"codePoint":59866},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trello-2","tags":["trello-2"],"codePoint":59867},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trello","tags":["trello"],"codePoint":59868},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tumblr","tags":["tumblr"],"codePoint":59870},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitch","tags":["twitch"],"codePoint":59871},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitter","tags":["twitter"],"codePoint":59873},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"vimeo","tags":["vimeo"],"codePoint":59875},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wechat","tags":["wechat"],"codePoint":59877},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"weibo","tags":["weibo"],"codePoint":59879},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"xing-2","tags":["xing-2"],"codePoint":59880},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"xing","tags":["xing"],"codePoint":59881},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youku-2","tags":["youku-2"],"codePoint":59882},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youku","tags":["youku"],"codePoint":59883},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youtube","tags":["youtube"],"codePoint":59885},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]} \ No newline at end of file diff --git a/fonts/vanilla.woff b/fonts/vanilla.woff index 0d36a55e5c9f7a27ebd7fcdd13a4399db91f2334..3b135e5805caca63e5d17caf8df0a65eff6f0f64 100644 GIT binary patch delta 47 tcmbR6gK+{7^)daInK&U=y65Gqcz&C&4BRXXAn?p6HULI%mSFr*1pvY{5X=Ao delta 47 tcmbR6gK+{7^)bCzF>yk!bg$T@cz&C&4BRXXAn?p6NDM}AmSFr*1pu*656u7o diff --git a/fonts/vanilla.woff2 b/fonts/vanilla.woff2 index bc8efb6be38ed64137a74f48168e19fc4fa03190..d25d0f83ecd01ab1d73aa8d63a444a31a21d7996 100644 GIT binary patch literal 18996 zcmV(}K+wN;Pew9NR8&s@07^6f3IG5A0DH&)07>Wo0RR9100000000000000000000 z00001HUcCB1_odSf;a$F2OvK~Mn*D$?I{C;b`c005_=;9xorT<{Mwei0YyiYJKA~UUfnN{NGor!0DLfI%@aH2~pSM^mLMIQGN z9ig#La)(FV{y!Z_y4WXe*z z_VjiTI3F=Dp^dawi|jVwSct%Ew zk_i+PWI43hh&>bIt%XIk%wCz@%HzbC&J@n$;7|=ps&;b7ZfmV$nFH+D-El=>I=L znt@%8VV0F(g(BGOuz^MB-Ez|DoKor{Leehb(jaY8^2X?pav5WFy}K)~bWyr?QTg>T zcfG4JlIr{frJ(!jt*WW{O{7Z z=wCq;5)*C}K7O{Yak~kAKuk#s(OnbxBb-L?{cp8#+9M%_b*Y*ysz5fyAVhIQ>xaU| zG$?8;yR{hcL*{g#h`dyR)rqF+W`S55^+jTLC~O=GMU6GL79$as+!{rcCk(#c^M00{s_wcDl9MPsJ zsxZN$pedS;46~Po5x7Y&C^U-^)T}qh;G=w`D)bljL_4F^cJm*FNKYTt2US z^}f@5SNne9SL}D!-{@Z)uqn_laB)z6(Cna7AO##F!ijancgm^Ce^k%Zwdy;;$-y!%;Q>1Cryw?1o z4b&EB=V&kM)VfQ$r@FVg4|+d+xPFj6Q(vSXufMK;ulE`V!ytp%a3zX}+8Fgbx;a)5 z8x=bw_ClN}P9K*S*BrMfZcE&WxI1y5k?RKGgX#vY8uY{9qQTqZ^Wz=yJx0WMj0=qq z5~zfYiQALZNy$kq$&txz$!n8OnvzUwO~0gAQkqlNr6#6MO?{S@me!WGGd(x``;2)R zCo>*oBAGjLUgqk|`#@;|dT zyUcwKF4EBcJfEQ%>DKpCIVZ8uP-f`+HE=;C!3h*PDeGM3W;JOD3O#s&D-UX9gapsZ zaH#Jc)FhjLvt8|EVXv!dtxkxSRtNO+mw+}l$rewbqsyiyc9fZ`x4qFGLSc|WbrkIm za5X`hSqU>R*&=JQ$;!7PTO>w$OT-d4fsG)HvVgH<(vRoowO+H>Vuk5Cjwn%vwj3CN z(`jWbaOw*gkwfdq=~B(I8kL}l*}gNyyVE1MjV#Z$MGcBE%W_TF5}2VQ61pN8i@j!s z{U}nqK}<^G#!e(EBcP0gB@#gii}@GQj!fS~R!dK-v#ZN%h)jem2hZl1YYplIR%l0d z(pVV3fQW%Hjq6XGP&CvUOIp6k=3Mxu)@P#CL1JY8bR-XU;u#Pd?`~jhST?l z`oQ4qMAPAH4ATi7 zuv~IL=@eEbYzj`+24-JY0usWNc$zv|uUr$0jf4|=5hZy}mrzAsAVpUil?_{E7z3JZ z$41eRAtQU-f;byTqfukY1&tjsubRv~S2i|{JTHlebQs*PU(eqp;}xANl+|W=BVR`y zzfFgZXW24hSfH(V6!rsQG@6QPR{O&E=U)X3JoE6O|NZQ0T(qz1DmLM;lApGr8l=lQp zFW^8TI^c0UJwXxZvEw6sGA<>Qt`x*|F7yz4GXIcq~gt5P=KyRc<@ z2Zmjx2Scx*>0>BL6+n?)$#ae-^u9Uo?bVN$G@+`MGbnVYG}S(s&7{8mv_e8W(|F%k({{w67Y1R*{Ck6(ypAECE>ovs57c*s%!6_=2Go zb4n`y5IjJeb=1x7d=MD?8#{qN_3%6rZ-%;28i^fFiHCBXu-A#hH1YHL zXO>*}K~~^4h4_j{931 zq!9V{pDq%Ovs6;T3IGUc6B3LXH9vyQcHlDh0JRns8>-F;fymu1x1H?@TQG2ZHg)UIB zhHWQ1C>fG#haFi@VSUW02#g?g;YbAFxJUT{d*}q54W%$8WHJ-a0X1H`eFJaXg_+8X z-|YFf5;ww^8wmY}kU4<` zq4#t3#_*=UwRw$9>>r z1qtvzia=4w(|_UM4zlau9U9UzEB73cxis&H1LBbdQhzU?08+=(hNi&_+ zc|r=EQ1``LpvJvxw@p&zA)*u9K~oX$o~HFn1f^{BCzeS^UsitePo$q#Gb^vHb@KbO zmf9rftr%2L*@1@#hHQ!=jFS>&76d-OGIRl@1R)@TFRly-;8=fv*cEie@j;5T3FTj4 zIM6e(JTLI_5I7)-0LA$SMDwYL(o(16#X{h~K_@Q&@f~^3vWrk*C(wmjAP7kd(oUWr z992N2Dlh`^PR$htBg&CjOD8Cn>Jp_a?0Hn)6F6gH=t);I_@IdwyqxstS_HJt7w&W` zA?mrlw$YHDe;NZ|y!`2}__UC(`0Mdho$)2Rwdbq!ZF%Qu<5pmc><_-G3ACHS+?bNZ zg*@i^{F~Q4cP+TO;+z81{rU01nq-(~*)l*>&M7(e!yNpAL*pZ&aQsE_FtHgqeN~5mGX|(%s+GLnNE|6=*xc~*ww&zaUNZl9bEl&RI-fe_n+}t-l zo|Kv0u<=ilrjd^ythn}Cz=09d3d<$_K}iwag>u`?V99xSIi;(*URSQa8A!x~n1n!u zDv;5lH7jLB9b7!+A-8P`6lA@wQ-H&pXNX~@owh(X7tL@w(25qFj%rD?=4judu5Nf9N9{PJrcQ=JraDeT-#guy%5ze70dXD)rV-MIO? z)E$Jj?xoDDBk@25mJN^d8B@l2-4kKyHvjx=Ou#m$?aB2X3}&+dJIGw(O%7M9LpQm6 z4w?U2m};={%5caZ9fIInIY5Udkn;?7u#rZnpBHjeu4>uyV)8K=6D84Od(SyO;D0jI%ODzw02iPWfcJ1Xuz&FroD$_X^e~IBrLsL8q}8)OK`bbG6M93O>v7t4UC!Y=T}h zULmY=^q<(ju|fFnbLfP!p&F0&j6UNJV)n*55-Wg}?OB&fwYyd{$ybb=Rx=Z!J*^6* zR6WCrrnb%~mudkw3HGSiuZfSSu16uHa3%tX}V#2Fu3_yo!4$*ap^6HwSY&g0xC=T1ye(VS-LHJSp+ zsl6gttD2S?r~W$>QgJt2&{;&j7%V|)z zZl`*u6-fh~`sW?5E_;MKWQ3mHte8$nLe3C|G-Tn3KtmP`S=JytDj_yQ`gT;Mo6$BY znceA#ey%ID7E4zZcFB$OC?!2E!kS&H=%k|S*-prIOREO>#8I}NSh};YE7=k#KQ`qz_#5*T zNt`8L`Zb3>qM`40ZmzYG7(sF1qmLOjO)`N{ee9RJn!+_xA1ajfjLH(Utle`FDVmQF ztONo9vb)`O@_5{(%<&~vgZNiizWljg?gm%N-L`y5lfP!=AFlOxmFB8BEiqx2CJYUd z%mE=KyD>P>7r*ocy)7=bo1-4RHevb!V!~7A(mGqESx*)7m}_e&*P1McOw0E`wmApwLY2h2sM?Uqy~j7LglC^Tu?3!f|L`6P#ho_5@SZ{ z5Xf-#va9q{AGu Uo)y7?Vy=LnP}o0L2jL!YmyI_ z!U}LaNozcTVu7?xKy?Aoj?TlTuGLTHCUjk#w?rTvs3pfyZ62wRgc<`F01jWQ2eB)s zr$O9T7qb%%!k}EBKs^}j%PwN!*lx90i*BTWv5#Y6eR){=f(o)OE?W9?Y@M&ZaE_!l zR(HwA$SWk;$_?WWfz|lX0fGc=(Xi6K6}jQ6|ISL*+rNTs+xRhgh&G^aYCZ|elO~Y12tX!(WEEL5B7~y9jnF8?#|8n9;bw}jo;q! zsCfpEjYa2g&#sY$%?i++g2T^obWJqDWn>~deypD<_$%9Dgwh^n?jU*(O_isVPvmUV{7wGI>aZ&~9qD22R<&`;|am68r&#xY1 zFu{3pK;Afm)Qf)-s&^iOO zSkc2SI#hs2X$=O01B*|p3=o2uprOm*h+aQkp&kMGR8YPN=}A!fiNewQ+UxuPc=ti6 z9SNGr5cLR2hP3}^qF^djLI{8exhnGU1BHFWiB)DbUhf9X7FCWX<=*`KX8Bv8m0U;0 zIj(j^vg!bOZ*iRtFeD=MMJ)fezdAsUa&frQ<%2Wv5`|j=LlrTgF2lZvu{<%3Ll5U@ zyADFY()3Q~ScekzxhJk(uTesZI8#D&AM%X)PvfKdZjT|M3J9cBF7WGYc~n|DInSsg!g3mL@-hM!bWNIQjJIOHl z3XsTQ7l^KMgJ4GsL=lRj!(wFRHZpxD;;MB~Mwp#b!bEz&)rLKw@~-DVzxCB9a@IhS z#?Sf#jh}|QQ%6FijO#GKw3of1KA(t@amEQ;1T`tP#~Di#K+50Jt+4%l6R^%~f2>UF zGVjz|%v0o$EgE{tRw$t)I$P_^xQ!mKOGR&AJE0pw6&X0^Ns2;Z@vH%*WV*i69$uYY zxvB?(C4!6?vvla|9VDaxa!d8YbAJJW{^&g?8b6CIW~wK{(4gPxUn`axVr*?COg^Uv zlgmBQf2aaEI9d8Z=)QocKNxE**1W#87J7#a7QXJMI+NXsf`HaY;C)UMbbV*KB|~<$ zebZil5*xng2~7XfZ=ANfxm>T|-9;k2#~_VrG()PP_sWUg54%PmsPWETFKt+1O0{5%&zKBB1U;o@et46 zfN9+RDe>%XNp^s_+ob9fooXXdL=)pPRHHI^oGqOwksxQ9@I47_fifsM&e@V-mf-;L zo6Z9E7HBO6+RS4POz{*7%y*z8KDt6b5)4)7%(NQVAP&#Ww`916V&8zFOXds8giC%E z;PdkT7+X+5jt`7|{D{G3qk1)#zNmX#f~&g$^F_q9=o%xO%%wkDeP%T9Hl|m9Vl+=* zOcL(`tl%VXW0|k@lT^-0zM%ozFobSgFd#SqU}gedzp`i5M4#yi1yl;uS^#otVX%O` z>V(0ra_djZ$yDJV5ZLra6 z9Eww`mxqI0;h3Rm-uzn6y3=i<6*U(aHwaN$i6*@n;^W~eS&Acuunu|#2BvR@mZ-ra zUCv7Fi7e0;a1sWiR(LXBl2N~C*qw{t)ie9e@e6Q40?9!G{o=c?KK)U*aoIS$o_3NZ z$dI}T2t=S106g`I^;Xagm@p*G3+Gx#N*5d;hD6(h{OfrSwy?3d=nYkQ+J-cGJkKXM>bz77;mHXZlG=-o{?TjQHm`6~gBY!}R1XPJ zueWlRA_lKM7@AsFx?`G_xN3+*m%q!d2<)xa5P*Rg)DMmS;UX^{3jPl;2>WO2^q+NC zmPGdTNMHcUDA9jyK*G#A+^{YT?I@4TU&J2sD*d{Oe_|dQZkr2V55HMuUSr&HK9(MN zfA}-=%quVdWnlUNUgnAKbmm>!LM|tL~0oN8u@+ z0-XUy??fMk{KEX;7 z*+_)Il4+AqGdYV{zBp>68-Ag&PlhA}r)La6A!mYmVV@X?q3H`_6Zlw!bHaKJVHZkd zSdF2X?ihu@%$OyK2Z&A{g$&>-fgq(EQp_>FFXRbm!vuao5g(q+DGsWKVmfmcbm9`G zc#%L+;}f4DSz#pu)31cfSC{XyNiIa0<6G3RKfG8A3gn2P4xfOJr_&!t7t-%%k8?a+ zg*{~rJa7dHs;``ikO%r?)L(uwe48?8xfi~ro{)U8HUF{v`E!Xfhnk(f89Mdl;;ekG zoYzsAMnC%JX6B~%d{0Yp9N3Ayfbx|BxLfSc*mU=*bxq*8nY^l1KDYmA+79{@+bK_7 z?%#*dlbLwM)_m#m7S8~{mPyc4kel@SBqM-i3%0w=s52~L%R5jasolPW=npvh&{M*o|yDH?PlSI-VFKW)H9a8 zv>ROqIitSx+jQ8OH3 z{h~fw0`P>y6(2lCcLLI)^0%&y6I0o7bH?eAW1`pPzsNaq7tTy%2w=Xy`k@Gy-sEzpgKWM+`0=e z=-loncC{q#RD|~r+4RiZ=%0tfAv3Q;)~o#b2t~I>y^-h4#>^6iGF(B_>TUNHG3LFP z(-khw;Y;SJ!@?y-2)#XqC{aM4QYh3;pAAnEowqk&D57*96rhn_{b5;>HuY3)Sck?!be@AwS3v;9}uLR`|Lr4-=7PNW}#E=r&9adcJu zeGicOdE$Y?9(dL`oug==Dw);%Z#pxRLGZK+X`IJ`)FlD`^yCnjFhz{kwL4gTyg)n462*fUl&g%w1?5*#K z-WQ^Qx6pR!NRdmIG#+d0Ge&PzmxC`}!Qccj;&nYsCIdfyw^xBBM7wNk7Chs3E8|*sC{~y#ESwOVCcw z3sOb3Cj4gb``^yBjI@@v!%uwLXTmyT=X0w2-;yJCE?q8ZCWL1%nbP<6EXZ+jAAI7vwV~yop|{qzgErfwcF}S8 z)%PF@--@&E@3>1(Q25BlD3_ZWH8Q1yK)C+w3oUlj5l$)p{3oQ^ji8X|+JQqM3Z1Wz z;(9&+kghd!G4dF!WZ32sts{MTw0txY%R4Nyv4HlgjW2%ho${J!&TTPn4`9B8yx{Xx zU5p^GMxcHM4WzG>*fN(?5 z4X+(lH-^GO6)t~zWa~#;e4V7-CGBqT;y78O6tsgZbV6{2@Ey*n7LkBkrIZq!m-JV= z8`osLmBlas-DoGTDf9^lb%{`bC%S255o|{_jvUx|JI85fGtNCgCpc6?rsvAaHV>)c zo&7y&UsLqK`}vsJe+B(urj!_r=AMfn^DNJWxM@=%PK7z;B7!67?OHh<#l=oy+VHk> z?QT=v^xj%JW4*-L2?pQ7C7Fp>vgIz*+O_YVL{~V=--xN{`Qf~4&h^@`bkC=~wl>gZ z?>X<;eTRQ_<@pH(e^HlYTbw23E{BJ6cLz`b*?|754h?TN)`8k5h<2tu|tC^{^lJtZG5uicH0u&E5$5&)n zKgWLR7=9Z4V3h_lURA9ypmQ|?t2a|}r^+F!Ywi@chlg^(D}h^=vn{;e6v|-lwV~R$ zleBco;`QEG_Z*5~zkFQ>RqJR_Yz()4l#X8|*zFA9m_yAvIU)<2qrFhjSmI;{(cTSed{R9-3N7T>Hu!caL0gC6(GOj4YV3%CMJ8@fA8l6!loBb(_=roV{Mk^ach z@A<`Id$MFn@mk$^ES=UV-}<%*=BAbD`05kJQzokblMh76b%6qpqe}?s@LSLH7cV>8 zN)>e9%X%Zr@$=h_$Kz@Dyp{&e1c6FU)bs^Z&HUuXQ*iJ>%WQDGtQ^k~s-!fTi+7Lj z<~g0}us7cAroEsIf2RWhKI$u@Z)#XKKxN&+57IeGLj2f?9|s;6J6T+IeeC+ll8(T(^#b5F z(!|k&Rx@5^j?eS~atu}kglT&X#$2STtSp5AA&G8kS)Cyc>;gmy!vkd#CRC;?K%4-j zgQ2?$LL02CvO<#Hakji+VgEvK#FatVTp;=bna)-+*fNC$etB-G{E6osPkCwH#6woA zn5a7og3mAYM~nh@?!S>rL66`9I=W%J2B(={R^*p_On)Q)|6dnO7#gRUJ6AN-Ed&S` zhIX;l;3rgi%9a?GAZQ`~b!ugM>^rPFvrTDiHEyA`V^|F+QNa5dZp{fW-+iCaQNK#} z01Xwp`ADe;{qHEPgyFLz#9mrtqzmg;G|n8k7oXxO_o}0rAR3z<`OXJE@*{W4Dhw|0 zP+BQa)hj^)aTkr8w_~FU<=!=YPrP}mhk9tu&Z8Yk{fydv{pw41{nV9_YCZRTIsMmV z4VypKwr_Wj-iKG=5YVKM1)%=JvFK|vaBvEoAPxE(yW9U9lj^_z z`tsA%&1H^toGvo^pGo>RTpppTee#L*m3;+KuZ62iohfo+UaEZA{UZ%0?|1LZmq(Yd z^Q%)dIn?|G0YAJr*EDFm-;Vah#;CZk_fgpHKVY$7Uo^&*u8Ru|fS*kEi%w_11h_Mt z&quLxzt3p3c0w`DGh#|oonNSOQ^{u-rCeYtWfB{Fz4#i%Zae!naEOM)A}uq$Dkt+@ z^YtsL1m?wlDKcK5Q#o$G{%0&A{dt%%sn~6SHMGOfAo&9dux)4rBfUF+=1n|_L;I1jGqUA~h`_MF z+g#{Va9ks=#j11$D_Y~5NqY(<8Qc|~$G&Ld8l2FP4u#>^mFRU|*FGAbUYgR91gm~Kk2Rnv4Y)ld zn4awF2%Bt` zk+Ksn;h1};pZw>+cQ-d}tufVXTs`m>yL)O}GTaTb)6L@Fc{1gF}K z>`*vv6xO<_!zqrk?XY?K@d`n<&dA?vsB`C|U!5;kQ<1DP0kxDoqpbkA_raGfza3hi zc9yJwyAiThe?YdUKIk5Zn=)Fr&GkJyJPX~>{n_m{@6mUED66xP2zN9=q=2VFGh0-^ zXk0Wd2ZZ#fyvh+YZ7~|og)l@NQ+1Hv`%qkyi|w+eK;{1qvB-t7PU5%00x;G{71Cs^PL<9BbBHXT}>wYla@J#+Ng8Jl4a|I=iDnE^R4qX+Du zIn)jdZawD!!rF)ZCfygKoE`b1D)wR~vGB_TiTtPi#0hpTYmm zoyAxR`Qx4US=w&oq72w^eVEh%(~jb-tfIFcq9~2Ie}ArMTYQ@rDf*HnJFSszxe@A1 z_SVA`O(tB;{$Ke7QxJ~{o`awM7bBt)YAlPP8}fXtnzLS?=VPc8&C-J*jz+tcRdnSV zC~?7|za!eqt24I;Xg2o#K*6rFxY~32`aV6vKK-al{aG=t>o2ZV8qp zp4oRsjF?7~bSMZ!>+-MXAAjFExvhoG1zg)lt-pEk>=R&iIdUN|ms#OT8;nqPt1He6 zgq&t5Z@FA9FgT}k6AcUsr|I+^XVueHD08zKo7H-aWwSOUqb|6t+n7h)_u`JYUhRGo zjkZ^DfAOunz5~dXE)=bAcU!rjsi@h`;s_WDtNqXebg$=;=dcbi8{ufu&Rc>|UeVsR zV?l@%**>1=zTmvjPna;I!f8_Ed9&NDY+*E-q7!GLMD}_ckHb+Sh(jb)=?w>GWte_OK8+jBAuu~rl@Og*9 zRXpWi3q1sBU@xDZpc{N1xX-p)wzyDrWQ%gnLz;L?Ky$dlvP}hg$oH`o**Uo8NSbze zpV#qdIT4164tuFqB8P%|qh-Dj2h#1;sHQi+Q8h`0O-E)Kt+dEt@5LQ^(GthBSB|#( zyyjh+dV-KS99h~F4G(&l%akl0?4Lp^{J67g?li?Q7s7jbPfA|$P;8*n4UD`L~|kcsJV-2dZ1jey^%}gK|_cx6aHe-ead$xYo47CY+k`7PxHeE?b1I z=efZmGsJ0wtK^KwV}boR-A8Fiues2F zDZz6naG_67R^+W>Kz@I5u4CX_M0aL$XBYRF&)F5}E`5Z`>RZfN@d#W(1F{5AQ{)dra#bmGN@hKTv1>wIA) zhS*-vapGuwhu^j`^If;Nh~pR^b+Zlp^FaXw;i;Z1q5GoHvBQMGm zZf2Y}QLh{HB@I1NU>S%vR^5SBvh&-F7*fQmPm#K}As8{_sC96CcX(bc_4+zK!6SGc z#AvO>GK_S7GDId~<73aZ-c3P0Acj%Z%7!q}UP0fRAx2=8fWcP)b&}b2qpM%^_6`CV{=>m~j|71{v z)V}hi&u;Oi$ff(!U@A5|Eo~NQw#Q7h(&T5(rcWU3qR^(z@!G$z-3@!C5@@k`Y}YtC z6(HwNsOLJ-f9mj60{(sU=XZ(#so2Tta4yUtLtfQJKBkpjU^e)8|q-;fl zs!XpP{^HT>)3}jBI`1?6f+vh4^6f-KoW-UnBwwa6sit)mDBRMU{X@*g-ahP8ft9Rf z5}AJ|Ia!`^wjs~PvN@~uvI)g5t)Ds%o;QnJ5>E-VE!*%GjOYP8(Q+&Xe$GeKFzNvj z3MFFfg;4Xd*Qz8n;4)74r}mqtnlKt^I}H5DkD_JJ)w*S>DXsjg^K733{`sSie%egF zQ@Yw;(cm=Ko2!#LM~DuV6Rk(i({J1BhKho5Gz-{y?9A<=e`e8`!9rA=k=699id2~OjI5_CLLNhY z=EFmb<7o+T)6&~N=-w2L&;KdVynjEq$pP^*Mc&YRYK2b-So_a@kTDz_$f)XV(^b~- zNZ00B*3GK6$57W%l@-*vzQgoJwJV6mg%3V_d~bZOom+Y4W}|1+@68luf8MNA+Ke~h zvIo+od68|8txDFCXPCz?A)twn6*a0=YGqa?4AEUzEIatFKTfnobj4S5W_vEd#S8p6 zdrMw5%YyPffZk>)Dx;Zag=(YflU>&Z9&opLS0)%^kL9>~cl^SDEl+QlEvs#IgiUG5 z>8ZIceRZE3dfh#otOS99$Zz)l(!bm2Ji3f`3yGuA8C^NM9B?Dr%fvDLb@Qd3aP-`8 zZ~67be4X4EhD-!t39263R}F_ubdjk2tZ?yl<5F21GSl>MvXoipVu0v z{#{_lSn`MdG4;7eeeS#^cj?Q5=okf?(mr;$K;bp7cPO4~2P;~Qt4W#$#+3Ch+6?mT zy)q+9>tR-8W!e>Xjr7{Nbm$19v0%T+${F6me2}h+8})$pm(hWhyk6C_;b_tq zY5S(2hE(aUbRXR>(p|)mVn~rbPop%Z(&yBWK`l}ssB<))GiP)O2XfhW5K+KKp(C6F zfXE$%W9Pvk7g1zbD~omHB%~yM9EMSxhAAf`H7$2BHEb0}V$A^y+eUiy^a*QhDbqx5wAxLFC_%c&bki z)b8GMkMM-!V@^1^uoh9VuEsVXXw07iHoMwki>zZc1mOW4Z#bcaF0wkt}Lzb+`kCMJgACe!?l2ee} zFxGh?z9Ki4B|${|AFe#^EUYmE-dmrHs;Lt3vLu_nSE!2oi<)#)lYEGGSwB47t8n-P zBS_Cjo|H$o&!rDf0URtp`e|?)iUT|LGXshqNTyMI%HyaM0&bI?c5O=`8vJyU+qFH< zKWP+o=5hh{rRFc;1Ma`MD=I>-Zho7g-R1bhk=gd`-t)pt`aA?1FPbv3CZ)paR6Ts*{-cj$MI??2?y z|NfFE44>GEt<>@t?}tA>y~+LRu_O&+BBC>3?lm4?RPGz)e|{u7;)NO~rDkPKrRKhj z4FA&i{X1WOE+}31Z)n3UO7Qa_g%{C{{8M9jt;Mk;k<9|)xTY@*R#_vDImgwG7B;1c zqNGPapo1XwbDayrp+Y@XkP`)Q2y8ag8n^HPy`UF&vwqp@6~abkmyMis>}q<5NDr3q zuS(e0{`~5ez2%wBms)*5Q&SQLnu+G`9BQIE&njU^CjFF@Uc0*;o%)uxxB_n%TY_Lk zU6T%*Y1&=KUhE~vz_(=&!pS^HhFKjA7&5d6?OG6aKKYv1O=}3B+NUW3!KI+JHsW+#Jh-+1M!+^>NPS2DEhO6vHXK-e6u zPHP-egjt-HgHbspB~^*rx4PG$r8&~|)MUc542@Vhed<~hczCe5zU!OxW`Vyi1 zUytBJA%9x1#e>WfG?hg*#bft&=dDP>rZF~jN8ICfZ-1t?-NZ?iJfv50;_%WSnBst5 z8P&oj-4(6afUNQT#N#_g(u9gY#99_yI$2N+IyRnu1cgjmQ zgUs)4FJRlG1=xixsSQ1*Q5vtS8f~vB)kd4F zjcAal>&0OEOo{5grZJ|{4E36<;Ma@9_M5Ou?9N4@9+Q18e0N*Tg$+;7|A00=rH)Hr z7zMFX3bQUZ;<`;3$9TXOS(i%hLa(`&i%;%2m^v~;mW7Zp4m(6ShWhzzL11|sSY z>gHa9jo$uG;?p$l)ma25RZ+kye>D5iGZY-AdeEcmW503d@df&2UQb;LAo!vB?vq{f|jqJpXeLiQ7hZX*Emy9gWN&1rO*geBB@c|J1?Us{jE0WDXT z9YA7wEl@4RR+`~)zzNEecmgT?ek`Ju(5zA~g7ebP$NWbB(5{-hzN89oU75|%_DlVi zFJDhz3_5xf`+_g6L2D~(tIwQCw;E<;R8uo+jjmO&sJ~Gi zPyNgnHgC|HUo?IKOdGm#Nh?8o4jh4^C~X0s?!&SXrnt~ zyx@V6Sx7-5Q0YG4GqiPv-(aB(47 zmKC`rZ0f3NyAMom=}o;~EQfMCALapaS zO!>@O)M6lmMT6KboOn<|+-Pua=4O*ip?Gzm2rJq#SBVO2;-bs;(i7S!3AFunX%F3; z5$s0q(kE`yLIlnnIrqJOfWOLmD*bLCXmabjAIG8QXQt+iM;Fe$@)efpygLzu_lEpi zP2bytZ0w9GDBGsqKYjhR�)g9yDU3=xS-+baF%LuN0$-ekbI?pdZOB{=CTe%QO z=c|(EJU_3}_>Nh3!A0Y=d5f~`ZMOu?Y;N759|H#XiM{fcHR1i`IXPGzUaQL!Vgj1| zwf^!@m9QzXLN}zGAVU-lGTrc{tT{`n9|abuqk0?n z{h+VF{VqbO4|s{yatu}Rj&tUsgnD!FTd+iiTfw{jNf*`$n^6PyTxgu^-Cymlc9w_Z zbuP@tlZpK&%ImcgGm9d>_n&9;e z9_*UG$Nck-2{szb!vk|Z9ZrrXg9%(&Vzf5Ss-1G5-S_UiJotegw6pg-y5cqbOFH%i z1DQ@ACO#;>_k0^flM?xfufB#9+%tUY+B&xJTaPrsM-wT3v#b5Yxn#sv0S_(<5Op9> z;rvesKYeTR8@QdQq(6luClUmNoCW1SsXtR`EL z6R72SO`-7X=mu*(Mj)@9gmkMhcrJ2{*!c7at9XEYDkO}IH`uB|K)YCtZN98dW_1|t zGrZx%@Drl`^2fXyIkpT-I*sKe3)I^0j~Uayh7SUx(QBb!mCrh1vZFxu( zTu8Y&vRO~x-b7IR;_o3oe(|?oryNRcCq%?&{bZ^sHE>{M%8B zW1>yYgbAfC{X!f#A!V#w^)Kh?XF3JV_755wX};%0ch{ssQ;k#iKQ`+9H4;XH=$S8L zTf|X5T$RzsaB~Vr?WiQHYY9nc|9>8P@3{}zCZ{G_cFWRDFvNnl>KyOw9kXWd8Ky|j z=n^d0nWTA6o4wsk-g95ypa-Z*o0zoC?KVn7+a1+{qSpDlrxa|Wt{s!$<7@3FakQGH zl~3-LirE1L3i|cqy0Jf_zBimIyJtLmg2vL!pE`R6E#?_qif9@N8rRV-E^V{Zrh^rE ziL

2_m@W`Q?D8f?Bs5TL%9cKhTk#t zgo#UMK^Pi0Uerz&uR%~}#LZ8q+}V8XP;`oz>G@=6XRy@27%AdXPQk#{TA>w8ioj^| zw1Pw_?WP@%)AEE`crWiLkb3l3M4@FJT>%&L3R$&4j%@pniN~2WK55R+hdc2?Uh!#@&1wJ%$y7S@c;!bM&;0zy44fRRYD@P95IcD*E=;n_aK{kYI8OTcG%Zr+flIPfU=j6}(A2rY26$gkm*yuG5 z#i`ZH!@;g_%+NG%eywNS={C`dnhT5@gea{Fs))ZmdW zXQlQ;7U&B&34>89Jee=as9!Yf&c*NQnf>PY1-KxA9ye_6Ohf62P`Wj8_Eu{Mz(5S@hsOVKkrxjI{|6X^{j+uY&$=s1 zBKvwIFaTwg=)X1~VP+j}SQmzNlt<<-Vvl*1eqF^sF%J#5&4sUr->fpPF>W~@OOL!i z{F!;?m6!iAF#Q1Xu2uguPhA%L%f6ezDP2J3g+8bPZ`k+`?%w5f(Hh59cSo@&vSD0>7Y$4^QS42h~F{ojD6SaS2nr zNT8_kiO-O%u#$o4SHk71%Xir%7oyDZE$Y}GUaSQLa>P)FPr%31>5roe>G!k8IUcUU zp0WlWxB>;$S58I91AQ{;FFzT+O&PS@3*S;tNWR#b|5*O~xkQ;m%}(D8o%(WdRz6qG z>!?hlAN_MPbJKgir=>U!?8II``APxYE%s+@x_i~SCh*)$Uezj}+y69e2Yrg|l&3ED z??dRxOuS-izI1tuX8>T!BksqDBp<8;U|(d+VG*ufz$(6s) zrT_8+rhwl@*V_AsOqogE`n)A$iKi962)U2H1^O*de5H@o-ZNT~b3J(_A3AssPM)l* zCaszT%diJ6dA9`(<%bE)(d>qv9*Wk7M2n?|lc42vx(%t`(D$`oCo>RGouDUf-31tQ zZub+rS`v3E!uyA8dS-6)&%@!6nO7p~RepVhqFbZh$a7|6W(h+Xt{`glwtI^h^Ipv9 z3YX^aCG*r_;SwW+-X24gD4h9`;6+Z!+xQMwNb&`7WTuq;WN`Zdgv?UXeM z_Yv8Ful52kV0^fYnm#>N(o2S^vEz-f1APu0DD;KcEczjXuEam~*h73j?#X#dhc~lQ z`a{t}9q(b2&0p$^XuEWz$fZjf54M_Jm6Do2Xdk-#EpN|%%Bn+-&*&3qy`Ox{Xu#7P<#kW{5fLST zc9_p}F4%gg1o?`6eU9F{bTo-IV*jSVWPf;((VL#6AL1F*5Y!s%)f-ISe}%avXs71| zsiImFelz&}Z|7P@T1(sECqC^nVV$w_Io17d$q_r3E|)YD!oLWHSF|gEKglc*J>ui% z=T3e$?O9k7r*yTc}+CuwiveuFkeDm@Oi2( zMi5vdP(OnP(pO4snM*2(AQZGa06+mh{Ek2JlgV|aGhYU$+TA6}a_*J9?{g+5=`)Rn z*N&L4(C*hNWiU9N(s(O`m5cI zYqH+TVif_^YlN(@GG&qa`Vmghp;w5brM!klsu!IAWKt(=bHVka?ec-y&l zw<&LWZ!Mj%UgGQogKy!I%tS2Na+hiC+ILT)E1czT#MJcsaNafNdTm&`=hI$W8|bq4 zocHX$!@s)n{DgwPs7taf&XRJM!^63|1E_#(zzCOBWi7}+LQbDmStTcfKR?6hCag7< znVaw2bT1WWkOaWbqRk#c_O8DTL?hT~bldS+ci06lkNEupn8K@A1O@zGvrO5rU@)4d z*-kjAp~{-nA3b}b36^?xu7?1`O4+&m96{xAom;-u%v4%QdP0H-&>&<1iieuxD>AH~ zV?T8aKaGB{N`o1%s#X}#xtf91n<=?dg+gAaO=nydA3ov_Elxew9t0p&HUOyD4!aLDesyDKDk)9T+0a*BGj zjd;*h-ii_`uat6&Z&n~-sGNjBkNagNDNe@)T!E$y-5n;$y*<>C&2%QyU&QE0f8^-* z{9>^^S+b;ft?oRQPV1C!ecJ?c)5>&w^$FuClU0Dp2cqP! zLU$eqKR-JViVN>oN*F#YXN4T3oZL9DZKJIo(<*OMZ?ggYgk(=T3_@|?{YnW#Wd=Wo zm<&4|@iS;?m)!{npBDr0v{`)) z19F{~;9Da;lXOyr6Xl|1tcq+H&AiE7HbDVFD65f=1CNWHEH1k~cKu{YM_}7}0dN~> z;^;xE880)(XZip+1}g%>w7mvnE>cximcoFLL^rjp&JYK70iuNAfwBn`D$^ApPJq(E z&|L+g4OUiJAxZBzTi&p+e<3*H${=hm5dDEnXDb2;Mu9u`-$*6DmDrOAJd8w2=QgwX!|-9af#$rZl!1x6s-#tOk@Q;Qb7@<^-7UzR&2WU!{A1 zhKk*Mq|}4{ca&Db@YxY!FD)|Ch4m{MXO7&9Pw|v{)zM54jZKey=K~-4k-KFT1{ZiJ ztrV#0l^}t*i$>1du~CI`@0z|R-aOSqJ+x-$(T=2kMs2@-^`*Oh>dHv9p8LL>{_C=a z%^z#qx4TF0!>e!zXi~@mQ2$}tg|-NrhnaCZkgv@XUUBSb<0=2%*Nxq5&(HUS0mUSO zgi_L`_Y*X1G}R*Ut{Ic6R`8^6ZS=EX&3uxCbNT>5^NsV`z*$C0$a5!&MkYp*c^fvMkI>aV`NaClzJjRN!quhD6ge?3Rle;0k%p7^yZ7bGqf6NN z)hU`BYW{+NA6}em8noSSNBd%9R9x8mC~Ws1uvoA!8skdW#f1jIPbT|Cr?X!I+!@a2 zqgc7$XS7;7p_t|wF(s+aFI2gy?6$xgNt_~5Bl889;tB=?roPT-O;x6r8RxyS z&YSxW^^?XR*K95$!htcr-f}2)m1%X5`~d~nHZ+2f-km@5CZ5Eh{m9rE*>XfgVA$Vn zF7zolu94SbRXT$et?|vIJ%y4C?h4OiU%iDgK>C}_{tedR-4FZt*3zFiH=LEVfPt2x z#ctAE!wIt}k4s>){gib#JOOkKPUuL7!f@LNjuNO}5HN z*@>5M%)Qf3{`26wo13=Qm})kz9(ar0JvFXzV}p%EmYu(i06i3;1*u4FCg&LBn>~@>?=(|6Z)!9gdJDMO;z*C`_Eh=C% zE*h5uLV8qQ_&RD6YxHc3D%P@_&a|Wi^`Og+NxU`s_-VuceUzRF;H+wtTu}6Ru|euY7_jh{pua!B78-5m5;>mc`Hwc|KOnS+CFYF;t3X>A?_3qut6Xx^fMa zxZu#=5$)yGncD+28+(7CVAok(?KypYpB`bKepIFYtQgnz7uPECd(H~-Er8}^aCdjl z>^mbyOruFU6a=Dm`PcK0zi*w~*23ljuI;1N-@JJC2{5}Hxe%DktZ=0bMku@073T#) zPBWCZTrL+FoYT391_p)Gbo!37>gg(!xmk_PYQ4s?SsRj37hKkD%%kpmaYtOQc0Y+m z+pD<0_*P!u0c1-Tiq^Ngtz6Jl)NE&Q1Pq1Me&_+Z*Yn78SO=Jma5QP>EkP)+Xm8uG zAVi96A5U~&a9-#qOc+w(G%51D*=<+0Fd9wKi8E0md%cav;V2PABbzF-A{T~CChJC( zFdNlP;e?6E-k>&T+!={(t|*+xNc4|B+Mcv^0^LvdPna-PPzu?NJPHQbsSgJDyu;us zp7O7S9)dKmmrqa74L%RtXIm{>T&Oy-MLFjoO}r(bIb31crUE_W``C)?99(lGO}o6$ z>v*)B2t!4Oy;LiaL&3e#GGB-T>Go<=)0^L@nxw*}BeRTFTI8_z;*Py&iDTL;N85c~ z^Da$2LC74AENzO02R+PXN)`|HPaze4+}SmEn&OxX;XS=4B`Hqhw@5w+i+NZ9Rz z`k+`1IjWdjXJ!@eu~REtYg%CwPEC0WTsC%>Ekf7x z++dLz;y~%HMQOzg={PUkU$m$3){kP`5hktwUhPC_iy+ z$DO#-Mc*jEVPjX_G@0mTRGdomTnL^ungOYD>Xh_)Rk@(y!X|a>Zx@yDI!cAtT@>Ve*zrQ%wF>o%TJF~g7i+jxH?22@kK0;;nEo*qjvE}{E#{Le%H{op2 z^<%lDOAI2k^_m1D9wP?DJ zC*_;nbAA4T(LyL*Vu<^~=Y`$mEO1ZtZrju18+1SZn*8T#gUk;)@!~>5#C*|pzOWKQ zY%l0IakRd}Z(Eu9u3KEhag2|;*#`dkpa25#+neGC>N0Z73hlPV#x67nm4~8{7v%{z zGtQf+*A4oTh8`)f48$9&?!YS9`E5oFDdN?qNZs2Ij2Lp%I=H?&Jg=5|eI1|R5j+oK zwANx7Mmj$kA``Lkv1eQFrl6kjd)FclsvK_?1>P^mtrFrbbv4w& z<_ja4DauFBvVPe+bW9`+i8{Zg=E1ew);@T$`$9};v@?GAKf7 zU-{B!w|GL6&s$GHj6adW2RbZ@-t`CClGc~Xw&9+?O)jLhP_e=wAehhYaE>l zkn<|}K~7v_*5uWBQp^o8zxYzndwceqV@mtqQ1wxU5* zrq>RC@o4sG+(;pv_nCgd6UGtwb|NCqVp9~7FVmP*)4B>2Zt2bbA!cK5ANHxhO4c%o z%)gVIEKfPxkY{7roYi{SgkqQ0Pn`$Pn?){(rv%!TZFmbt^Z=e{ITiyy=Obzu^?(S4 z5;68dsCn6IRgxNT8K?VG`^{5L7>%?Y27cs6(K6_2-7?jbR{qs_w$B0o{Lx20Z6@C- zUG1-EaGLAQ)k&QrN6>dX=#i&c*ra--xuhV}oh$FB4FpnMZwklf{}gE6zaQM>fcTjrZ|FU>!Y2f*{bxVO7!D3(RQ0y$D(iTp zYx6AYW>wo`sOzZ83hG?nVS1z56-4902OmDZH@?@-tvqwH(KG7zW(u=EZ&oU8#+z{2 z1L@Md$hOB;C2Pqu%;T33&_u|J8r3SbGAk2?=&mc49emdxC)y&q;;T8cJ(u9(1%8~p zC9j%gLHQm)Z?hDY(af_#wNdrSuImC1xZAud6O6IPa@@T;eqq3tr#H-&)iyiArnKbr z)LfUoy3Y;0?jBB7g1|uJH~W9--)(drUBe5zYZX z-#X52lQW8H7!zfO}l$h8H-Nlu?^bil(D;L8si2az9)QPOn@hwa` zj%nF)?7Pq*qGOz$zZL6)W|Uxg=KOHJ1=Tl;t?>-8OGdM!56=+iJzQ_zpfM@vHL7jX3rWkG;oH+LT>9_b}qLU?X|_% z?B3^A!vkL7)+2O5K=H(7-G~59syGN?A}2~Hh)}@Ob7vn3L$H_*ut@KapEB{eFBWOP zGqtM}Rb;xhBMiF^kE3BZ)Z?ByT}Ninp-IcOI*#Rb=+KHLocfL)#v76SlG#w;y zl#w&stQjEd3E%)Rpk*+K$#7i*QGt?yh9d-ebve7mkl9D6yz`aYO#vV;c}O=1&2eUG1<%*0CCb@PLlDNwNEvwl(^-*=)on?O(+$ z#O35xAdE(&z;PkeCKij}to*hEibiq(_2!U2P- zI><6OP8UHZ7V|x(jJ7i-jK;ov$7Ti~8hOX!G0r3b5>vw=OV;E^N#CRo$q#7BDM)S@ z>%0(OksHgBAR_(`R~~m3)))fstxrbPREc<5l1<+$R7L(pO**PcKE%7MA0F;iIDCQ; zq~{|~%A?!o(ub!24wfJNG&l{#fgSsq0Ywia(STNxd8i8^Ox`e_upLd81-Y#TBmB?70YuI)Q`+Y@P}NK7|TG5|ZEQyD68Da=*#CnpBeNx)dHR9%9Nn^t;FRA9Cq` zf5{VuPwd22YWa)z!=Into6O&HS<1#hsyAvfn@Xf9{3!Rc9@$uldnlfk!dymD3U*T97<8CrHFb^J~sY>rl^ zH4Z7lEKbY8sGO3Ls>JPE-D^;Cr)8UsD}L%C$lQ+v2Z#W^hRjx9Aij&Q&!HK8iBSHp zNARJLKP}keLFNgX$|9TMv3tAoRwQB57#q4H?s2=fKU3Ro;-pF*(knS}cxez!aX_z( zYGIS^idO7#VBKi!;-Wp<8vZW-#zA#g5NZ^cdJWCHs?NK*9`sT=G+Z$D&UqTyFtZk&aH=N(|+Wna|Q!f%LI6iF6EJ98^y%k*vkGp<)xcJ z=6AOjux-);W~0h>9V}6A5Q(h>kuUufYJZJSQ_l)^3-GJdh91)>jn`F;w%3$uqfORE zG)UC-Vz7OtM0H=&7*lD6dQDdF>qTPwO;{y%=b})L$vzjpyRGKJhNtI$KpUS@$0aa~ zf>AKTV;`-3#!2=qx%t3Frq-nCwOn~|Gul#Gy4a%e)Krcvd%j31kDCh(KYj7uZ$xo^^DwD6 z@0>E~?&6@%(n#Y9-J;2RE*~qZrVeNqUq+)pqkmmr)}^0|3Z4#VSqwr%2Gn5#5%mXk zbFaZhZ~rIpX&U$HEP|7&C}5R8n*Hb*3Jy~}=+X7D-?;Pm0)5smNIQtcF;R1`mC-a> zj83gOVj4H$|H?&DpBaWPtw-X3maEGS zAThlbsFq?Y&G0zj1m#IQfs}qf7ST#*R;d@kdFkh4exrYASIu2tQiZp!%;sqOrGCqo zudEe$*JnrIfO9~*lS9Cljh12t9leQt!I##cwUxEiXU?Qs4YM+;shPD#*D6@l->8nK ze&!3CH)zc-8c4NYZb~(f_HqsM>8r1PN;@dqhOG!Xo3m#>vl4`#56d0m@B(?GBH-?e zw)2j-^p<%|;jp9*ye^u*sFfpA&xRk=o8IXx$~%*@!6)X;ix(-QU({j+jUUF249*SD zB{Bot2@{rtFLKa_1Cl6s)d|T_ucgC+G$UBqp z@-NHBAG*`UoA?CzBft%lO;ZB4$&V42G$VVkXO5Sk0gHi6UNy^k6_;7n=?g=&(H${f zaEj)Ib*GEW-sT(VNzcl0Er>=_wi*;;VW??Om%&o_Ta9LnFvTb}Faq7gYdQ?LxR5N% zirf-5byc<92PU`lrrs}>L%ALDE1b4t!aH5DfpatuYB|Py`amXfKFwjye8oIQ|c%Q#;e8W=$DFan8K)peP^y5~SXCgCmdcqQiYJbFMbjkN|+f;A)zI|W_tD4q- z$U(T9NP>+s>6_i%o=8OOIU>d5mI9ioAK{C*@0kUl2_H-6{puK2yE|h}t_xD3)^j4J zd}b|bF_6KcL2MUJJSZVX744X-L3d?lfoe08vL;kI% z@9jZ0c19JHZBy@`zW&;0)X4hkj&bm=y>i)aKJk)e1lPV~UwkK>=a-))jzzbvTnMD| zRmpRnpI2#o$E>^HqH)^1McMYYTY_dbx9-r70R#NRUU|!!@c#0g9IOtn)#V8>0nPqe ze|aXNbJA}%zq~l_Jx}f(@(^R#qQyWj_NPmK(LG3Ncb~JXdA69mmU=oG(g|m~_x9&U z!mhD9JkKQ?9CN;Xb+dOz7^#$(HhB?^9OZ;PAEGTk4&w8qFKFbm4+z#U z6d%Y{WFFnve^n7Sd)Q2!3cvQXiPw)x*pyhI8&Xb?A&Lf>ZunBxoF&zd0t?hpy^Z^R z&{yDo7opS#yu@lbhN^hSIdf4$y}9@;SR%u%;9dWu3+sfN=j`#MCS+n;HQ>15f z2^Q>3(mbcl-fkxExvy`~15~9=Oxosl8>OM`j%q-^nQ3N}&Kj!E$Gwf2)ZTFuhR zCwEK5>~Y=LpHbf%0sjdA_D+@EGoC#`V`=73ojrpV^9(LUGz|rf>u493w%KXZ!HT@Z z*;=gCp0nUTzI^3(7hEroraNviX7n8to3R$xggN$;5ahr-ki z?k@)?_wlWutPu_Lff(f#7c~!#jZ;82Vi~J&$}5QkJeXd;za14_Du%t@keFCSZfPYA z5;1iwJ=?V$+j0d>vMkD@wlMUpy{o($ii<`Z0|y6%QVIa&xvu9T|JewE28q2tOXS^r z4I(O^_h9UXwl6jt(>wN0rB4GwRh`+j>N+iI28_1*VZ07Zzr*9Yb7Tdtm$4hGL#y@<1_8g78!prBSPN~Md!XPut`xIlW^B8Ah99~K~uy*9HsLyImUZ@_Nk}F zAtPgw_4_t$a|WHBRb`u&<$0cii{rb#7q|i2q-j4$(wGP3#VDDvzyLzfXZ_^frU@_4 z?!7Snuwv-3m zoL1b|Iz>3VLs(4xiYBdC^dKhSLWX_#NV##u;#U1QwMYgLu1%L>|bbR!K* z6xY;JF`$%-Rj=0{;TT!_R7kXf#-S>ARD>UOu-ylQ$D8{YR&8FQApVc4? z(FTi@w6n`;5m*@+p$`2}+Mf7@Gs5teSUHc=EDZGNlqkr|uq9_6y6|lvp2^aJs8IE1 zPTZk|s~qLZiyDbdq#WQKH1!mO_@%@BJ1lLhDfE^H zr1BmRroN6^`=Y#x3tVFD#|?Q%6p(iOw`S@ zl9Ig5b~j6^SKqdaOhi$+ql+WapS~NTj_U)aDY;)of?G2%q>m?6+gMh^P3VY_(#)GB z!n*sn$Xf2UtX09uBD7d-Gu`GCTe+T~sj$ozO>FJ>j=ZHQ7cFeqj{P|{lUCu(+C?|3 zI6ow5xwam`UNLKX!@RmU|om?IP zLd<(Z96P{zJIbBacodxaX1+yC+A6n1!-B)uMr_n>$N=hJ>(5o2uD*~H(m0P#ioKkOWJl{GkdzFxlcZLp8^<Bus zxeyt%sQPvxuFNTu3lgvq&g4HMy>P;fG&%z`R=mccyb8~kJ-bjoual~boJ{9B6GS7C zEy`XL`jL*%fTmB~PB+8cZ_+>}){=vBgUfV?RbmHTpbU<<_Wh_Q7*a}YU*p|mQ`HL% zTyjlFqtIQICp~{4v{b2`VY{C1`ck~N>iF3;s7@Qn>MYE3kK7Ee>VgIt{a{p!p9Jlu zBtP)Cd8*%*p}ozQY$wh0Y|C`ubd^ICH9MglIVnDW8vL;D^mk*q+6GYXD`9Z$P(?bx zCrYI{Wk~4Hh61ypVU$2^*IahUrMp?gcIKBW;dzjc4Mnva>59TCU15`^Th7NFBjdf7 z-f-X4k~MS#Ae4;qRM2GW@_sP#S7i422OOd&W}T%LYVOV2_{YY~p0vioXjC;{seC_V zGuqRhcCfid6YNPAWZ0;%+qPwHUC*iV1i{+p$;c?a8Y95=#+3$ShbAu zG%kD=kEA-UzEFx|Iy+U$OuxK06pIr0)>^4Q2)?yrD9|XPuoIdRp52KDtsoE6 zRFVm!_+(Xl&Sjl4EfCq4TXU(}V-VRxb7sx#5y)o47<7g|9%S+Lz+seZ`<8YrG18<~ z83!qhp?fPK)`Gv7c*>w;SOl4$hlLKiw~95sB-n_<7)^mmR-&O-Aa;6tk1qJA;^7Xh zH`g`sMXgT+-1pHM+_GJ%n}jeY(a#h?G-B)Bwra_A;AKHO?h2-i80CNn3Cd8jz3FA-p^V{i#Xt&5;>Y3_|knKkxM~)+;i^pq3Ooj+V+rcFRlcR7TU$ zurdP8DsXs-kK>w{TN_bJaB7naq74KFna6sl{x#7%y%#i$ z^R54NDEnQ(%x)FB9~8jF>%Bo(9h?euF&2L(pfkgi(i3D}b#6Fvgy2imu~Ls>(IKL) z)|e^o7RUotiwR0f7Yi>$;ulY?4;90d)gaa>=5Yirq!%GD>R-(_UT=Ch0V1k1Wo0RR9100000000000000000000 z00001HUcCB1_odSf;a$F2OvK~Mn*D$?I{C;b`c005_=;9xorT<{Mwei0YyiYJKA~UUfnN{NGor!0DLfI%@aH2~pSM^mLMIQGN z9ig#La)(FV{y!Z_y4WXe*z z_VjiTI3F=Dp^dawi|jVwSct%Ew zk_i+PWI43hh&>bIt%XIk%wCz@%HzbC&J@n$;7|=ps&;b7ZfmV$nFH+D-El=>I=L znt@%8VV0F(g(BGOuz^MB-Ez|DoKor{Leehb(jaY8^2X?pav5WFy}K)~bWyr?QTg>T zcfG4JlIr{frJ(!jt*WW{O{7Z z=wCq;5)*C}K7O{Yak~kAKuk#s(OnbxBb-L?{cp8#+9M%_b*Y*ysz5fyAVhIQ>xaU| zG$?8;yR{hcL*{g#h`dyR)rqF+W`S55^+jTLC~O=GMU6GL79$as+!{rcCk(#c^M00{s_wcDl9MPsJ zsxZN$pedS;46~Po5x7Y&C^U-^)T}qh;G=w`D)bljL_4F^cJm*FNKYTt2US z^}f@5SNne9SL}D!-{@Z)uqn_laB)z6(Cna7AO##F!ijancgm^Ce^k%Zwdy;;$-y!%;Q>1Cryw?1o z4b&EB=V&kM)VfQ$r@FVg4|+d+xPFj6Q(vSXufMK;ulE`V!ytp%a3zX}+8Fgbx;a)5 z8x=bw_ClN}P9K*S*BrMfZcE&WxI1y5k?RKGgX#vY8uY{9qQTqZ^Wz=yJx0WMj0=qq z5~zfYiQALZNy$kq$&txz$!n8OnvzUwO~0gAQkqlNr6#6MO?{S@me!WGGd(x``;2)R zCo>*oBAGjLUgqk|`#@;|dT zyUcwKF4EBcJfEQ%>DKpCIVZ8uP-f`+HE=;C!3h*PDeGM3W;JOD3O#s&D-UX9gapsZ zaH#Jc)FhjLvt8|EVXv!dtxkxSRtNO+mw+}l$rewbqsyiyc9fZ`x4qFGLSc|WbrkIm za5X`hSqU>R*&=JQ$;!7PTO>w$OT-d4fsG)HvVgH<(vRoowO+H>Vuk5Cjwn%vwj3CN z(`jWbaOw*gkwfdq=~B(I8kL}l*}gNyyVE1MjV#Z$MGcBE%W_TF5}2VQ61pN8i@j!s z{U}nqK}<^G#!e(EBcP0gB@#gii}@GQj!fS~R!dK-v#ZN%h)jem2hZl1YYplIR%l0d z(pVV3fQW%Hjq6XGP&CvUOIp6k=3Mxu)@P#CL1JY8bR-XU;u#Pd?`~jhST?l z`oQ4qMAPAH4ATi7 zuv~IL=@eEbYzj`+24-JY0usWNc$zv|uUr$0jf4|=5hZy}mrzAsAVpUil?_{E7z3JZ z$41eRAtQU-f;byTqfukY1&tjsubRv~S2i|{JTHlebQs*PU(eqp;}xANl+|W=BVR`y zzfFgZXW24hSfH(V6!rsQG@6QPR{O&E=U)X3JoE6O|NZQ0T(qz1DmLM;lApGr8l=lQp zFW^8TI^c0UJwXxZvEw6sGA<>Qt`x*|F7yz4GXIcq~gt5P=KyRc<@ z2Zmjx2Scx*>0>BL6+n?)$#ae-^u9Uo?bVN$G@+`MGbnVYG}S(s&7{8mv_e8W(|F%k({{w67Y1R*{Ck6(ypAECE>ovs57c*s%!6_=2Go zb4n`y5IjJeb=1x7d=MD?8#{qN_3%6rZ-%;28i^fFiHCBXu-A#hH1YHL zXO>*}K~~^4h4_j{931 zq!9V{pDq%Ovs6;T3IGUc6B3LXH9vyQcHlDh0JRns8>-F;fymu1x1H?@TQG2ZHg)UIB zhHWQ1C>fG#haFi@VSUW02#g?g;YbAFxJUT{d*}q54W%$8WHJ-a0X1H`eFJaXg_+8X z-|YFf5;ww^8wmY}kU4<` zq4#t3#_*=UwRw$9>>r z1qtvzia=4w(|_UM4zlau9U9UzEB73cxis&H1LBbdQhzU?08+=(hNi&_+ zc|r=EQ1``LpvJvxw@p&zA)*u9K~oX$o~HFn1f^{BCzeS^UsitePo$q#Gb^vHb@KbO zmf9rftr%2L*@1@#hHQ!=jFS>&76d-OGIRl@1R)@TFRly-;8=fv*cEie@j;5T3FTj4 zIM6e(JTLI_5I7)-0LA$SMDwYL(o(16#X{h~K_@Q&@f~^3vWrk*C(wmjAP7kd(oUWr z992N2Dlh`^PR$htBg&CjOD8Cn>Jp_a?0Hn)6F6gH=t);I_@IdwyqxstS_HJt7w&W` zA?mrlw$YHDe;NZ|y!`2}__UC(`0Mdho$)2Rwdbq!ZF%Qu<5pmc><_-G3ACHS+?bNZ zg*@i^{F~Q4cP+TO;+z81{rU01nq-(~*)l*>&M7(e!yNpAL*pZ&aQsE_FtHgqeN~5mGX|(%s+GLnNE|6=*xc~*ww&zaUNZl9bEl&RI-fe_n+}t-l zo|Kv0u<=ilrjd^ythn}Cz=09d3d<$_K}iwag>u`?V99xSIi;(*URSQa8A!x~n1n!u zDv;5lH7jLB9b7!+A-8P`6lA@wQ-H&pXNX~@owh(X7tL@w(25qFj%rD?=4judu5Nf9N9{PJrcQ=JraDeT-#guy%5ze70dXD)rV-MIO? z)E$Jj?xoDDBk@25mJN^d8B@l2-4kKyHvjx=Ou#m$?aB2X3}&+dJIGw(O%7M9LpQm6 z4w?U2m};={%5caZ9fIInIY5Udkn;?7u#rZnpBHjeu4>uyV)8K=6D84Od(SyO;D0jI%ODzw02iPWfcJ1Xuz&FroD$_X^e~IBrLsL8q}8)OK`bbG6M93O>v7t4UC!Y=T}h zULmY=^q<(ju|fFnbLfP!p&F0&j6UNJV)n*55-Wg}?OB&fwYyd{$ybb=Rx=Z!J*^6* zR6WCrrnb%~mudkw3HGSiuZfSSu16uHa3%tX}V#2Fu3_yo!4$*ap^6HwSY&g0xC=T1ye(VS-LHJSp+ zsl6gttD2S?r~W$>QgJt2&{;&j7%V|)z zZl`*u6-fh~`sW?5E_;MKWQ3mHte8$nLe3C|G-Tn3KtmP`S=JytDj_yQ`gT;Mo6$BY znceA#ey%ID7E4zZcFB$OC?!2E!kS&H=%k|S*-prIOREO>#8I}NSh};YE7=k#KQ`qz_#5*T zNt`8L`Zb3>qM`40ZmzYG7(sF1qmLOjO)`N{ee9RJn!+_xA1ajfjLH(Utle`FDVmQF ztONo9vb)`O@_5{(%<&~vgZNiizWljg?gm%N-L`y5lfP!=AFlOxmFB8BEiqx2CJYUd z%mE=KyD>P>7r*ocy)7=bo1-4RHevb!V!~7A(mGqESx*)7m}_e&*P1McOw0E`wmApwLY2h2sM?Uqy~j7LglC^Tu?3!f|L`6P#ho_5@SZ{ z5Xf-#va9q{AGu Uo)y7?Vy=LnP}o0L2jL!YmyI_ z!U}LaNozcTVu7?xKy?Aoj?TlTuGLTHCUjk#w?rTvs3pfyZ62wRgc<`F01jWQ2eB)s zr$O9T7qb%%!k}EBKs^}j%PwN!*lx90i*BTWv5#Y6eR){=f(o)OE?W9?Y@M&ZaE_!l zR(HwA$SWk;$_?WWfz|lX0fGc=(Xi6K6}jQ6|ISL*+rNTs+xRhgh&G^aYCZ|elO~Y12tX!(WEEL5B7~y9jnF8?#|8n9;bw}jo;q! zsCfpEjYa2g&#sY$%?i++g2T^obWJqDWn>~deypD<_$%9Dgwh^n?jU*(O_isVPvmUV{7wGI>aZ&~9qD22R<&`;|am68r&#xY1 zFu{3pK;Afm)Qf)-s&^iOO zSkc2SI#hs2X$=O01B*|p3=o2uprOm*h+aQkp&kMGR8YPN=}A!fiNewQ+UxuPc=ti6 z9SNGr5cLR2hP3}^qF^djLI{8exhnGU1BHFWiB)DbUhf9X7FCWX<=*`KX8Bv8m0U;0 zIj(j^vg!bOZ*iRtFeD=MMJ)fezdAsUa&frQ<%2Wv5`|j=LlrTgF2lZvu{<%3Ll5U@ zyADFY()3Q~ScekzxhJk(uTesZI8#D&AM%X)PvfKdZjT|M3J9cBF7WGYc~n|DInSsg!g3mL@-hM!bWNIQjJIOHl z3XsTQ7l^KMgJ4GsL=lRj!(wFRHZpxD;;MB~Mwp#b!bEz&)rLKw@~-DVzxCB9a@IhS z#?Sf#jh}|QQ%6FijO#GKw3of1KA(t@amEQ;1T`tP#~Di#K+50Jt+4%l6R^%~f2>UF zGVjz|%v0o$EgE{tRw$t)I$P_^xQ!mKOGR&AJE0pw6&X0^Ns2;Z@vH%*WV*i69$uYY zxvB?(C4!6?vvla|9VDaxa!d8YbAJJW{^&g?8b6CIW~wK{(4gPxUn`axVr*?COg^Uv zlgmBQf2aaEI9d8Z=)QocKNxE**1W#87J7#a7QXJMI+NXsf`HaY;C)UMbbV*KB|~<$ zebZil5*xng2~7XfZ=ANfxm>T|-9;k2#~_VrG()PP_sWUg54%PmsPWETFKt+1O0{5%&zKBB1U;o@et46 zfN9+RDe>%XNp^s_+ob9fooXXdL=)pPRHHI^oGqOwksxQ9@I47_fifsM&e@V-mf-;L zo6Z9E7HBO6+RS4POz{*7%y*z8KDt6b5)4)7%(NQVAP&#Ww`916V&8zFOXds8giC%E z;PdkT7+X+5jt`7|{D{G3qk1)#zNmX#f~&g$^F_q9=o%xO%%wkDeP%T9Hl|m9Vl+=* zOcL(`tl%VXW0|k@lT^-0zM%ozFobSgFd#SqU}gedzp`i5M4#yi1yl;uS^#otVX%O` z>V(0ra_djZ$yDJV5ZLra6 z9Eww`mxqI0;h3Rm-uzn6y3=i<6*U(aHwaN$i6*@n;^W~eS&Acuunu|#2BvR@mZ-ra zUCv7Fi7e0;a1sWiR(LXBl2N~C*qw{t)ie9e@e6Q40?9!G{o=c?KK)U*aoIS$o_3NZ z$dI}T2t=S106g`I^;Xagm@p*G3+Gx#N*5d;hD6(h{OfrSwy?3d=nYkQ+J-cGJkKXM>bz77;mHXZlG=-o{?TjQHm`6~gBY!}R1XPJ zueWlRA_lKM7@AsFx?`G_xN3+*m%q!d2<)xa5P*Rg)DMmS;UX^{3jPl;2>WO2^q+NC zmPGdTNMHcUDA9jyK*G#A+^{YT?I@4TU&J2sD*d{Oe_|dQZkr2V55HMuUSr&HK9(MN zfA}-=%quVdWnlUNUgnAKbmm>!LM|tL~0oN8u@+ z0-XUy??fMk{KEX;7 z*+_)Il4+AqGdYV{zBp>68-Ag&PlhA}r)La6A!mYmVV@X?q3H`_6Zlw!bHaKJVHZkd zSdF2X?ihu@%$OyK2Z&A{g$&>-fgq(EQp_>FFXRbm!vuao5g(q+DGsWKVmfmcbm9`G zc#%L+;}f4DSz#pu)31cfSC{XyNiIa0<6G3RKfG8A3gn2P4xfOJr_&!t7t-%%k8?a+ zg*{~rJa7dHs;``ikO%r?)L(uwe48?8xfi~ro{)U8HUF{v`E!Xfhnk(f89Mdl;;ekG zoYzsAMnC%JX6B~%d{0Yp9N3Ayfbx|BxLfSc*mU=*bxq*8nY^l1KDYmA+79{@+bK_7 z?%#*dlbLwM)_m#m7S8~{mPyc4kel@SBqM-i3%0w=s52~L%R5jasolPW=npvh&{M*o|yDH?PlSI-VFKW)H9a8 zv>ROqIitSx+jQ8OH3 z{h~fw0`P>y6(2lCcLLI)^0%&y6I0o7bH?eAW1`pPzsNaq7tTy%2w=Xy`k@Gy-sEzpgKWM+`0=e z=-loncC{q#RD|~r+4RiZ=%0tfAv3Q;)~o#b2t~I>y^-h4#>^6iGF(B_>TUNHG3LFP z(-khw;Y;SJ!@?y-2)#XqC{aM4QYh3;pAAnEowqk&D57*96rhn_{b5;>HuY3)Sck?!be@AwS3v;9}uLR`|Lr4-=7PNW}#E=r&9adcJu zeGicOdE$Y?9(dL`oug==Dw);%Z#pxRLGZK+X`IJ`)FlD`^yCnjFhz{kwL4gTyg)n462*fUl&g%w1?5*#K z-WQ^Qx6pR!NRdmIG#+d0Ge&PzmxC`}!Qccj;&nYsCIdfyw^xBBM7wNk7Chs3E8|*sC{~y#ESwOVCcw z3sOb3Cj4gb``^yBjI@@v!%uwLXTmyT=X0w2-;yJCE?q8ZCWL1%nbP<6EXZ+jAAI7vwV~yop|{qzgErfwcF}S8 z)%PF@--@&E@3>1(Q25BlD3_ZWH8Q1yK)C+w3oUlj5l$)p{3oQ^ji8X|+JQqM3Z1Wz z;(9&+kghd!G4dF!WZ32sts{MTw0txY%R4Nyv4HlgjW2%ho${J!&TTPn4`9B8yx{Xx zU5p^GMxcHM4WzG>*fN(?5 z4X+(lH-^GO6)t~zWa~#;e4V7-CGBqT;y78O6tsgZbV6{2@Ey*n7LkBkrIZq!m-JV= z8`osLmBlas-DoGTDf9^lb%{`bC%S255o|{_jvUx|JI85fGtNCgCpc6?rsvAaHV>)c zo&7y&UsLqK`}vsJe+B(urj!_r=AMfn^DNJWxM@=%PK7z;B7!67?OHh<#l=oy+VHk> z?QT=v^xj%JW4*-L2?pQ7C7Fp>vgIz*+O_YVL{~V=--xN{`Qf~4&h^@`bkC=~wl>gZ z?>X<;eTRQ_<@pH(e^HlYTbw23E{BJ6cLz`b*?|754h?TN)`8k5h<2tu|tC^{^lJtZG5uicH0u&E5$5&)n zKgWLR7=9Z4V3h_lURA9ypmQ|?t2a|}r^+F!Ywi@chlg^(D}h^=vn{;e6v|-lwV~R$ zleBco;`QEG_Z*5~zkFQ>RqJR_Yz()4l#X8|*zFA9m_yAvIU)<2qrFhjSmI;{(cTSed{R9-3N7T>Hu!caL0gC6(GOj4YV3%CMJ8@fA8l6!loBb(_=roV{Mk^ach z@A<`Id$MFn@mk$^ES=UV-}<%*=BAbD`05kJQzokblMh76b%6qpqe}?s@LSLH7cV>8 zN)>e9%X%Zr@$=h_$Kz@Dyp{&e1c6FU)bs^Z&HUuXQ*iJ>%WQDGtQ^k~s-!fTi+7Lj z<~g0}us7cAroEsIf2RWhKI$u@Z)#XKKxN&+57IeGLj2f?9|s;6J6T+IeeC+ll8(T(^#b5F z(!|k&Rx@5^j?eS~atu}kglT&X#$2STtSp5AA&G8kS)Cyc>;gmy!vkd#CRC;?K%4-j zgQ2?$LL02CvO<#Hakji+VgEvK#FatVTp;=bna)-+*fNC$etB-G{E6osPkCwH#6woA zn5a7og3mAYM~nh@?!S>rL66`9I=W%J2B(={R^*p_On)Q)|6dnO7#gRUJ6AN-Ed&S` zhIX;l;3rgi%9a?GAZQ`~b!ugM>^rPFvrTDiHEyA`V^|F+QNa5dZp{fW-+iCaQNK#} z01Xwp`ADe;{qHEPgyFLz#9mrtqzmg;G|n8k7oXxO_o}0rAR3z<`OXJE@*{W4Dhw|0 zP+BQa)hj^)aTkr8w_~FU<=!=YPrP}mhk9tu&Z8Yk{fydv{pw41{nV9_YCZRTIsMmV z4VypKwr_Wj-iKG=5YVKM1)%=JvFK|vaBvEoAPxE(yW9U9lj^_z z`tsA%&1H^toGvo^pGo>RTpppTee#L*m3;+KuZ62iohfo+UaEZA{UZ%0?|1LZmq(Yd z^Q%)dIn?|G0YAJr*EDFm-;Vah#;CZk_fgpHKVY$7Uo^&*u8Ru|fS*kEi%w_11h_Mt z&quLxzt3p3c0w`DGh#|oonNSOQ^{u-rCeYtWfB{Fz4#i%Zae!naEOM)A}uq$Dkt+@ z^YtsL1m?wlDKcK5Q#o$G{%0&A{dt%%sn~6SHMGOfAo&9dux)4rBfUF+=1n|_L;I1jGqUA~h`_MF z+g#{Va9ks=#j11$D_Y~5NqY(<8Qc|~$G&Ld8l2FP4u#>^mFRU|*FGAbUYgR91gm~Kk2Rnv4Y)ld zn4awF2%Bt` zk+Ksn;h1};pZw>+cQ-d}tufVXTs`m>yL)O}GTaTb)6L@Fc{1gF}K z>`*vv6xO<_!zqrk?XY?K@d`n<&dA?vsB`C|U!5;kQ<1DP0kxDoqpbkA_raGfza3hi zc9yJwyAiThe?YdUKIk5Zn=)Fr&GkJyJPX~>{n_m{@6mUED66xP2zN9=q=2VFGh0-^ zXk0Wd2ZZ#fyvh+YZ7~|og)l@NQ+1Hv`%qkyi|w+eK;{1qvB-t7PU5%00x;G{71Cs^PL<9BbBHXT}>wYla@J#+Ng8Jl4a|I=iDnE^R4qX+Du zIn)jdZawD!!rF)ZCfygKoE`b1D)wR~vGB_TiTtPi#0hpTYmm zoyAxR`Qx4US=w&oq72w^eVEh%(~jb-tfIFcq9~2Ie}ArMTYQ@rDf*HnJFSszxe@A1 z_SVA`O(tB;{$Ke7QxJ~{o`awM7bBt)YAlPP8}fXtnzLS?=VPc8&C-J*jz+tcRdnSV zC~?7|za!eqt24I;Xg2o#K*6rFxY~32`aV6vKK-al{aG=t>o2ZV8qp zp4oRsjF?7~bSMZ!>+-MXAAjFExvhoG1zg)lt-pEk>=R&iIdUN|ms#OT8;nqPt1He6 zgq&t5Z@FA9FgT}k6AcUsr|I+^XVueHD08zKo7H-aWwSOUqb|6t+n7h)_u`JYUhRGo zjkZ^DfAOunz5~dXE)=bAcU!rjsi@h`;s_WDtNqXebg$=;=dcbi8{ufu&Rc>|UeVsR zV?l@%**>1=zTmvjPna;I!f8_Ed9&NDY+*E-q7!GLMD}_ckHb+Sh(jb)=?w>GWte_OK8+jBAuu~rl@Og*9 zRXpWi3q1sBU@xDZpc{N1xX-p)wzyDrWQ%gnLz;L?Ky$dlvP}hg$oH`o**Uo8NSbze zpV#qdIT4164tuFqB8P%|qh-Dj2h#1;sHQi+Q8h`0O-E)Kt+dEt@5LQ^(GthBSB|#( zyyjh+dV-KS99h~F4G(&l%akl0?4Lp^{J67g?li?Q7s7jbPfA|$P;8*n4UD`L~|kcsJV-2dZ1jey^%}gK|_cx6aHe-ead$xYo47CY+k`7PxHeE?b1I z=efZmGsJ0wtK^KwV}boR-A8Fiues2F zDZz6naG_67R^+W>Kz@I5u4CX_M0aL$XBYRF&)F5}E`5Z`>RZfN@d#W(1F{5AQ{)dra#bmGN@hKTv1>wIA) zhS*-vapGuwhu^j`^If;Nh~pR^b+Zlp^FaXw;i;Z1q5GoHvBQMGm zZf2Y}QLh{HB@I1NU>S%vR^5SBvh&-F7*fQmPm#K}As8{_sC96CcX(bc_4+zK!6SGc z#AvO>GK_S7GDId~<73aZ-c3P0Acj%Z%7!q}UP0fRAx2=8fWcP)b&}b2qpM%^_6`CV{=>m~j|71{v z)V}hi&u;Oi$ff(!U@A5|Eo~NQw#Q7h(&T5(rcWU3qR^(z@!G$z-3@!C5@@k`Y}YtC z6(HwNsOLJ-f9mj60{(sU=XZ(#so2Tta4yUtLtfQJKBkpjU^e)8|q-;fl zs!XpP{^HT>)3}jBI`1?6f+vh4^6f-KoW-UnBwwa6sit)mDBRMU{X@*g-ahP8ft9Rf z5}AJ|Ia!`^wjs~PvN@~uvI)g5t)Ds%o;QnJ5>E-VE!*%GjOYP8(Q+&Xe$GeKFzNvj z3MFFfg;4Xd*Qz8n;4)74r}mqtnlKt^I}H5DkD_JJ)w*S>DXsjg^K733{`sSie%egF zQ@Yw;(cm=Ko2!#LM~DuV6Rk(i({J1BhKho5Gz-{y?9A<=e`e8`!9rA=k=699id2~OjI5_CLLNhY z=EFmb<7o+T)6&~N=-w2L&;KdVynjEq$pP^*Mc&YRYK2b-So_a@kTDz_$f)XV(^b~- zNZ00B*3GK6$57W%l@-*vzQgoJwJV6mg%3V_d~bZOom+Y4W}|1+@68luf8MNA+Ke~h zvIo+od68|8txDFCXPCz?A)twn6*a0=YGqa?4AEUzEIatFKTfnobj4S5W_vEd#S8p6 zdrMw5%YyPffZk>)Dx;Zag=(YflU>&Z9&opLS0)%^kL9>~cl^SDEl+QlEvs#IgiUG5 z>8ZIceRZE3dfh#otOS99$Zz)l(!bm2Ji3f`3yGuA8C^NM9B?Dr%fvDLb@Qd3aP-`8 zZ~67be4X4EhD-!t39263R}F_ubdjk2tZ?yl<5F21GSl>MvXoipVu0v z{#{_lSn`MdG4;7eeeS#^cj?Q5=okf?(mr;$K;bp7cPO4~2P;~Qt4W#$#+3Ch+6?mT zy)q+9>tR-8W!e>Xjr7{Nbm$19v0%T+${F6me2}h+8})$pm(hWhyk6C_;b_tq zY5S(2hE(aUbRXR>(p|)mVn~rbPop%Z(&yBWK`l}ssB<))GiP)O2XfhW5K+KKp(C6F zfXE$%W9Pvk7g1zbD~omHB%~yM9EMSxhAAf`H7$2BHEb0}V$A^y+eUiy^a*QhDbqx5wAxLFC_%c&bki z)b8GMkMM-!V@^1^uoh9VuEsVXXw07iHoMwki>zZc1mOW4Z#bcaF0wkt}Lzb+`kCMJgACe!?l2ee} zFxGh?z9Ki4B|${|AFe#^EUYmE-dmrHs;Lt3vLu_nSE!2oi<)#)lYEGGSwB47t8n-P zBS_Cjo|H$o&!rDf0URtp`e|?)iUT|LGXshqNTyMI%HyaM0&bI?c5O=`8vJyU+qFH< zKWP+o=5hh{rRFc;1Ma`MD=I>-Zho7g-R1bhk=gd`-t)pt`aA?1FPbv3CZ)paR6Ts*{-cj$MI??2?y z|NfFE44>GEt<>@t?}tA>y~+LRu_O&+BBC>3?lm4?RPGz)e|{u7;)NO~rDkPKrRKhj z4FA&i{X1WOE+}31Z)n3UO7Qa_g%{C{{8M9jt;Mk;k<9|)xTY@*R#_vDImgwG7B;1c zqNGPapo1XwbDayrp+Y@XkP`)Q2y8ag8n^HPy`UF&vwqp@6~abkmyMis>}q<5NDr3q zuS(e0{`~5ez2%wBms)*5Q&SQLnu+G`9BQIE&njU^CjFF@Uc0*;o%)uxxB_n%TY_Lk zU6T%*Y1&=KUhE~vz_(=&!pS^HhFKjA7&5d6?OG6aKKYv1O=}3B+NUW3!KI+JHsW+#Jh-+1M!+^>NPS2DEhO6vHXK-e6u zPHP-egjt-HgHbspB~^*rx4PG$r8&~|)MUc542@Vhed<~hczCe5zU!OxW`Vyi1 zUytBJA%9x1#e>WfG?hg*#bft&=dDP>rZF~jN8ICfZ-1t?-NZ?iJfv50;_%WSnBst5 z8P&oj-4(6afUNQT#N#_g(u9gY#99_yI$2N+IyRnu1cgjmQ zgUs)4FJRlG1=xixsSQ1*Q5vtS8f~vB)kd4F zjcAal>&0OEOo{5grZJ|{4E36<;Ma@9_M5Ou?9N4@9+Q18e0N*Tg$+;7|A00=rH)Hr z7zMFX3bQUZ;<`;3$9TXOS(i%hLa(`&i%;%2m^v~;mW7Zp4m(6ShWhzzL11|sSY z>gHa9jo$uG;?p$l)ma25RZ+kye>D5iGZY-AdeEcmW503d@df&2UQb;LAo!vB?vq{f|jqJpXeLiQ7hZX*Emy9gWN&1rO*geBB@c|J1?Us{jE0WDXT z9YA7wEl@4RR+`~)zzNEecmgT?ek`Ju(5zA~g7ebP$NWbB(5{-hzN89oU75|%_DlVi zFJDhz3_5xf`+_g6L2D~(tIwQCw;E<;R8uo+jjmO&sJ~Gi zPyNgnHgC|HUo?IKOdGm#Nh?8o4jh4^C~X0s?!&SXrnt~ zyx@V6Sx7-5Q0YG4GqiPv-(aB(47 zmKC`rZ0f3NyAMom=}o;~EQfMCALapaS zO!>@O)M6lmMT6KboOn<|+-Pua=4O*ip?Gzm2rJq#SBVO2;-bs;(i7S!3AFunX%F3; z5$s0q(kE`yLIlnnIrqJOfWOLmD*bLCXmabjAIG8QXQt+iM;Fe$@)efpygLzu_lEpi zP2bytZ0w9GDBGsqKYjhR�)g9yDU3=xS-+baF%LuN0$-ekbI?pdZOB{=CTe%QO z=c|(EJU_3}_>Nh3!A0Y=d5f~`ZMOu?Y;N759|H#XiM{fcHR1i`IXPGzUaQL!Vgj1| zwf^!@m9QzXLN}zGAVU-lGTrc{tT{`n9|abuqk0?n z{h+VF{VqbO4|s{yatu}Rj&tUsgnD!FTd+iiTfw{jNf*`$n^6PyTxgu^-Cymlc9w_Z zbuP@tlZpK&%ImcgGm9d>_n&9;e z9_*UG$Nck-2{szb!vk|Z9ZrrXg9%(&Vzf5Ss-1G5-S_UiJotegw6pg-y5cqbOFH%i z1DQ@ACO#;>_k0^flM?xfufB#9+%tUY+B&xJTaPrsM-wT3v#b5Yxn#sv0S_(<5Op9> z;rvesKYeTR8@QdQq(6luClUmNoCW1SsXtR`EL z6R72SO`-7X=mu*(Mj)@9gmkMhcrJ2{*!c7at9XEYDkO}IH`uB|K)YCtZN98dW_1|t zGrZx%@Drl`^2fXyIkpT-I*sKe3)I^0j~Uayh7SUx(QBb!mCrh1vZFxu( zTu8Y&vRO~x-b7IR;_o3oe(|?oryNRcCq%?&{bZ^sHE>{M%8B zW1>yYgbAfC{X!f#A!V#w^)Kh?XF3JV_755wX};%0ch{ssQ;k#iKQ`+9H4;XH=$S8L zTf|X5T$RzsaB~Vr?WiQHYY9nc|9>8P@3{}zCZ{G_cFWRDFvNnl>KyOw9kXWd8Ky|j z=n^d0nWTA6o4wsk-g95ypa-Z*o0zoC?KVn7+a1+{qSpDlrxa|Wt{s!$<7@3FakQGH zl~3-LirE1L3i|cqy0Jf_zBimIyJtLmg2vL!pE`R6E#?_qif9@N8rRV-E^V{Zrh^rE ziL

t37AIe|-7M?=HAr9!+=LV$A3}C^lm)t_gGOCn3mzc_N?fZ+VB-QOgH8gxNvc zcAIi6;#jsN436U|7Y|Q+zNZzIHlPDvhyMqVjHC=J>W3)&jDk35aC3UUj8!O8%y&*BNirmsl z8YE)sSbDZ=Ikx2rnq*m&M{Qx~S$kJ`H53<(I0g<53Z)bP%5z=MMgFr90u2&-f0oF* z`5Hu2KJUTU4Q*d+Hl}y%pGuzwgsM8TYt?mH)C?GH_rrJ{n0|-Hb?3+mUN2)eR*4dJ zj8t(NrHMFjX~t*TpDi-}Vn&3%ABxU>TVRu-I40q)SwLb%7J{aTgE&g(V{(l5`0P_p zjYCGpBl&Pn50^E)y#|NAaJDTBX+hrlN`xtRe*XX|o{DXDzbmb)O6nIcW*!7iR7b;M50@4l%WWwS zx;d@5ox9?grr6LOd!kP6zhX&-bN;3cDJ8@kn)kOL;Ra^N$TF7op zmME^NrD8xS7pq>cKf*Dx_NkC)1&wdnn1`!)h%nfeX9nN2Zy@9Jd?!j3Em)~2;Ly~0C>}JjZ4W0-{Dwns1iS^L=nY!lYYa-S9*;3&u z@2gx`et`ssgQ)|5ynr%ZpaRiK^1NJjSzgr(0=n<-MpkIXmA*lS_)&~or<+Z?8$PQ+ z7@`dpDQRby(;~1kGD02tp|m~m3ulDkEwOSQr&$>2(qrFPY)Sw#*Z#f-LT_-$960`{)w7m7Fg zmxC5*TqZ=x3Y3O3eP=Jlt{#WOhV*EPXGF~ z08zH={NBt+SiX>sK`83u3nInn>Hzq4$BZY1X46ZtG2%0&Z!US5%aF(3ST_rgADjF5FsE@YM7MZga37+!nqOsD$1uKKGPPeqH4)uF6oLqRrS3t?|s9 za6&3y12(qv>yX4IY2$Hgsg9XKx%#EQMk6bhZKNp)q9_a-d}^7UnUSpM|KTlzXgaw( z0)&|NhB$VB^>&mytMMo}_04>Xn6y=HiG~G-)8&8xc}68q!iO`_WGr!0L`E?I44S)j z$X&N|-g!%gznKR21+NE~(Wngs6!54og(YEh&ew>mvM)CP8?F2* z0Y!^z;y3+DSWcsdu$7cRETLC1@K*#j^(wb+u{ovQ*m%BmTJ|a-8}AGqqUy;yAC6}J z%yS_!W>NL+LR^_sCKn`NBb>>9Mtb3d8)Od|oG289ABGbtZ^L zB3qQbDD)#8p#e>wx}9!@x!6o z8o1<|kVc`qDo=X;KxnB_JHvK8-}R+Z}U{YEkk>oFWF9-=h>F&!09T7C~9^>J91Kd{xtYu-|6qhaUZ20$no<*A^_*5&h8l$m~cZzvWsqEXv(w5_#Le-M0Y$55bAL}4d1B|N(m4_ZMU zrl}+oM)Aq2_?*i+Wm+JzFSq7WwZ|Z`hvv+h*&~q6hB4?2e>}+I>w&{4+4e2%SYo6} ztuhW$7(@3~LaYUUG4Yf^$*>4AKMxBXc5fAHd`YkohcTK0ldMETuR!ed_8wjEQN_a@ zT5qmv;)`0J2)OT~HMnKFQa1@A=f^cH9+A8Oa@8eP|0q_u-q- zy8PV;mrMYh)n!F|=?ph|)7fy|-HQ%{A=w|k#v8%60iUuvtk=Z9phu9+A*-Y`Y3O^f zW)Ktg{gbxfBs3r&sY7^q3i?x%;F}{es2GIg-+$igU#wSTh(RqWcpNR2i|m${+Nq4D zqhVzvu6;G!urI<_UyU&M++Y=>OjO|T5+BDkF}F6Nmf+MT7epHf3^I@PQ2lG7cX}^q z80TC6>rnQ)f|=babU!G7i`RRDusS#u=wdAXPC#ddDWxaKyz1O=tn@qGLK9N fn+nlF5bYo!Mqxx?e1lZo7Yd>k3>v2aLEP&#vTewR From 94f22c7e52096d22336dc32d9082c76b5ee1a727 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 19 May 2026 12:54:14 -0600 Subject: [PATCH 5/8] Update icons.less for quotes --- less/_defaults/icons.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/_defaults/icons.less b/less/_defaults/icons.less index 4df111c8..6e9325d2 100644 --- a/less/_defaults/icons.less +++ b/less/_defaults/icons.less @@ -2,8 +2,8 @@ // -------------------------------------------------- @font-face { font-family: "vanilla"; - src: url('fonts/vanilla.woff2') format('woff2'), - url('fonts/vanilla.woff') format('woff'); + src: url("fonts/vanilla.woff2") format("woff2"), + url("fonts/vanilla.woff") format("woff"); font-weight: normal; font-style: normal; font-display: block; From 95318b07e6433b186dc0ccc811646db36f8691cd Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 19 May 2026 12:56:28 -0600 Subject: [PATCH 6/8] Remove deprecated speak prop --- less/_defaults/icons.less | 1 - 1 file changed, 1 deletion(-) diff --git a/less/_defaults/icons.less b/less/_defaults/icons.less index 6e9325d2..e02af56b 100644 --- a/less/_defaults/icons.less +++ b/less/_defaults/icons.less @@ -13,7 +13,6 @@ &:before { display: block; font-family: "vanilla"; - speak: none; font-style: normal; font-weight: normal; font-variant: normal; From dacd70cbd14414bec21de607b442bc86b13df8a3 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 19 May 2026 15:03:54 -0600 Subject: [PATCH 7/8] Fix fonts --- fonts/vanilla-icons.icomoon.json | 2 +- fonts/vanilla.woff | Bin 31760 -> 31724 bytes fonts/vanilla.woff2 | Bin 18996 -> 18924 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts/vanilla-icons.icomoon.json b/fonts/vanilla-icons.icomoon.json index e4752ed5..00ce6dbe 100644 --- a/fonts/vanilla-icons.icomoon.json +++ b/fonts/vanilla-icons.icomoon.json @@ -1 +1 @@ -{"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"formats":[{"order":0,"mOpen":true,"item":{"tag":"ItemFont","args":[{"addPalettes":false,"classPerGlyph":true,"fontFamily":{"value":"vanilla"}}]}}],"glyphs":[{"extras":{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"location","tags":["location"],"codePoint":59657},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"medal","tags":["medal"],"codePoint":59658},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"shield","tags":["shield"],"codePoint":59660},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"text-document","tags":["text-document"],"codePoint":59663},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trophy","tags":["trophy"],"codePoint":59664},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"bookmark","tags":["bookmark"],"codePoint":59669},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"message","tags":["message"],"codePoint":59670},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mouse","tags":["mouse"],"codePoint":59671},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mobile","tags":["mobile"],"codePoint":59672},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"desktop","tags":["desktop"],"codePoint":59673},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pencil","tags":["pencil"],"codePoint":59674},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"person","tags":["person"],"codePoint":59677},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"persons","tags":["persons"],"codePoint":59678},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"profile","tags":["profile"],"codePoint":59679},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pin","tags":["pin"],"codePoint":59680},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"map","tags":["map"],"codePoint":59681},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"point","tags":["point"],"codePoint":59682},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"star","tags":["star"],"codePoint":59683},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"comments","tags":["comments"],"codePoint":59685},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"comment","tags":["comment"],"codePoint":59686},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"home","tags":["home"],"codePoint":59687},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"popup","tags":["popup"],"codePoint":59688},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"search","tags":["search"],"codePoint":59689},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"printer","tags":["printer"],"codePoint":59690},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"link","tags":["link"],"codePoint":59691},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flag","tags":["flag"],"codePoint":59692},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cog","tags":["cog"],"codePoint":59693},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tools","tags":["tools"],"codePoint":59694},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tag","tags":["tag"],"codePoint":59695},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera","tags":["camera"],"codePoint":59696},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"feedback","tags":["feedback"],"codePoint":59697},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"book","tags":["book"],"codePoint":59698},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"article","tags":["article"],"codePoint":59699},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"eye","tags":["eye"],"codePoint":59700},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"time","tags":["time"],"codePoint":59701},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"microphone","tags":["microphone"],"codePoint":59702},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"calendar","tags":["calendar"],"codePoint":59703},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer","tags":["timer"],"codePoint":59704},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"drag","tags":["drag"],"codePoint":59705},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checklist","tags":["checklist"],"codePoint":59707},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ticket","tags":["ticket"],"codePoint":59708},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"line-graph","tags":["line-graph"],"codePoint":59710},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tick","tags":["tick"],"codePoint":59716},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cross","tags":["cross"],"codePoint":59717},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"minus","tags":["minus"],"codePoint":59718},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"plus","tags":["plus"],"codePoint":59719},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"info","tags":["info"],"codePoint":59720},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"question","tags":["question"],"codePoint":59721},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"warning","tags":["warning"],"codePoint":59722},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"list","tags":["list"],"codePoint":59723},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"menu","tags":["menu"],"codePoint":59725},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"grid","tags":["grid"],"codePoint":59726},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"portrait","tags":["portrait"],"codePoint":59727},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"screens","tags":["screens"],"codePoint":59728},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"landscape","tags":["landscape"],"codePoint":59729},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"images","tags":["images"],"codePoint":59730},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"media","tags":["media"],"codePoint":59731},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"folder","tags":["folder"],"codePoint":59732},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"documents","tags":["documents"],"codePoint":59733},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"delete","tags":["delete"],"codePoint":59734},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"save","tags":["save"],"codePoint":59735},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"download","tags":["download"],"codePoint":59736},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"upload","tags":["upload"],"codePoint":59737},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"expand","tags":["expand"],"codePoint":59738},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"shrink","tags":["shrink"],"codePoint":59739},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"volume","tags":["volume"],"codePoint":59740},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound","tags":["sound"],"codePoint":59741},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-down","tags":["controls-down"],"codePoint":59743},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-left","tags":["controls-left"],"codePoint":59744},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-right","tags":["controls-right"],"codePoint":59745},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-up","tags":["controls-up"],"codePoint":59746},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"dot","tags":["dot"],"codePoint":59751},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"up-down","tags":["up-down"],"codePoint":59753},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"language-1","tags":["language-1"],"codePoint":59760},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"accessibility","tags":["accessibility"],"codePoint":59761},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"globe","tags":["globe"],"codePoint":59762},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"language-2","tags":["language-2"],"codePoint":59763},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"alert","tags":["alert"],"codePoint":59767},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"attachment","tags":["attachment"],"codePoint":59776},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"block","tags":["block"],"codePoint":59777},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera-off","tags":["camera-off"],"codePoint":59778},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera-on","tags":["camera-on"],"codePoint":59779},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cloud","tags":["cloud"],"codePoint":59780},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"compass","tags":["compass"],"codePoint":59781},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"copy-file","tags":["copy-file"],"codePoint":59782},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"copyright","tags":["copyright"],"codePoint":59783},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"crop","tags":["crop"],"codePoint":59784},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"devices","tags":["devices"],"codePoint":59785},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"down-up","tags":["down-up"],"codePoint":59786},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"exclamation","tags":["exclamation"],"codePoint":59788},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"expand_1","tags":["expand_1"],"codePoint":59789},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"extension","tags":["extension"],"codePoint":59790},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"favourite","tags":["favourite"],"codePoint":59791},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"google-translate","tags":["google-translate"],"codePoint":59792},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"hand","tags":["hand"],"codePoint":59793},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"lightning","tags":["lightning"],"codePoint":59794},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"list-2","tags":["list-2"],"codePoint":59795},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"move","tags":["move"],"codePoint":59797},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mute","tags":["mute"],"codePoint":59798},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"question-circle","tags":["question-circle"],"codePoint":59800},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-close","tags":["quote-close"],"codePoint":59801},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-open","tags":["quote-open"],"codePoint":59802},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"refresh","tags":["refresh"],"codePoint":59803},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"send","tags":["send"],"codePoint":59804},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound-down","tags":["sound-down"],"codePoint":59805},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sync","tags":["sync"],"codePoint":59806},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tablet","tags":["tablet"],"codePoint":59807},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer-full","tags":["timer-full"],"codePoint":59811},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions","tags":["video-captions"],"codePoint":59814},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-loop","tags":["video-loop"],"codePoint":59818},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-pause","tags":["video-pause"],"codePoint":59820},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-play","tags":["video-play"],"codePoint":59822},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-replay","tags":["video-replay"],"codePoint":59823},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-stop","tags":["video-stop"],"codePoint":59827},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"blogger","tags":["blogger"],"codePoint":59837},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"deviantart","tags":["deviantart"],"codePoint":59839},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-word","tags":["doc-word"],"codePoint":59842},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"facebook","tags":["facebook"],"codePoint":59844},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flickr","tags":["flickr"],"codePoint":59846},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"github","tags":["github"],"codePoint":59847},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"instagram","tags":["instagram"],"codePoint":59849},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"linkedin","tags":["linkedin"],"codePoint":59851},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"paypal","tags":["paypal"],"codePoint":59852},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pintrest","tags":["pintrest"],"codePoint":59854},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"qq-2","tags":["qq-2"],"codePoint":59855},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"qq","tags":["qq"],"codePoint":59856},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"reddit","tags":["reddit"],"codePoint":59858},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"rss-2","tags":["rss-2"],"codePoint":59859},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"rss","tags":["rss"],"codePoint":59860},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"steam-2","tags":["steam-2"],"codePoint":59865},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"steam","tags":["steam"],"codePoint":59866},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trello-2","tags":["trello-2"],"codePoint":59867},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trello","tags":["trello"],"codePoint":59868},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tumblr","tags":["tumblr"],"codePoint":59870},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitch","tags":["twitch"],"codePoint":59871},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitter","tags":["twitter"],"codePoint":59873},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"vimeo","tags":["vimeo"],"codePoint":59875},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wechat","tags":["wechat"],"codePoint":59877},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"weibo","tags":["weibo"],"codePoint":59879},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"xing-2","tags":["xing-2"],"codePoint":59880},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"xing","tags":["xing"],"codePoint":59881},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youku-2","tags":["youku-2"],"codePoint":59882},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youku","tags":["youku"],"codePoint":59883},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youtube","tags":["youtube"],"codePoint":59885},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]} \ No newline at end of file +{"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"formats":[{"order":0,"mOpen":false,"item":{"tag":"ItemFont","args":[{"addPalettes":false,"classPerGlyph":true,"fontFamily":{"value":"vanilla"}}]}}],"glyphs":[{"extras":{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"location","tags":["location"],"codePoint":59657},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"medal","tags":["medal"],"codePoint":59658},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"shield","tags":["shield"],"codePoint":59660},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"text-document","tags":["text-document"],"codePoint":59663},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trophy","tags":["trophy"],"codePoint":59664},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"bookmark","tags":["bookmark"],"codePoint":59669},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"message","tags":["message"],"codePoint":59670},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mouse","tags":["mouse"],"codePoint":59671},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mobile","tags":["mobile"],"codePoint":59672},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"desktop","tags":["desktop"],"codePoint":59673},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pencil","tags":["pencil"],"codePoint":59674},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"person","tags":["person"],"codePoint":59677},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"persons","tags":["persons"],"codePoint":59678},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"profile","tags":["profile"],"codePoint":59679},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pin","tags":["pin"],"codePoint":59680},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"map","tags":["map"],"codePoint":59681},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"point","tags":["point"],"codePoint":59682},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"star","tags":["star"],"codePoint":59683},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"comments","tags":["comments"],"codePoint":59685},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"comment","tags":["comment"],"codePoint":59686},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"home","tags":["home"],"codePoint":59687},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"popup","tags":["popup"],"codePoint":59688},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"search","tags":["search"],"codePoint":59689},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"printer","tags":["printer"],"codePoint":59690},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"link","tags":["link"],"codePoint":59691},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flag","tags":["flag"],"codePoint":59692},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cog","tags":["cog"],"codePoint":59693},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tools","tags":["tools"],"codePoint":59694},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tag","tags":["tag"],"codePoint":59695},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera","tags":["camera"],"codePoint":59696},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"feedback","tags":["feedback"],"codePoint":59697},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"book","tags":["book"],"codePoint":59698},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"article","tags":["article"],"codePoint":59699},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"eye","tags":["eye"],"codePoint":59700},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"time","tags":["time"],"codePoint":59701},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"microphone","tags":["microphone"],"codePoint":59702},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"calendar","tags":["calendar"],"codePoint":59703},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer","tags":["timer"],"codePoint":59704},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"drag","tags":["drag"],"codePoint":59705},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checklist","tags":["checklist"],"codePoint":59707},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ticket","tags":["ticket"],"codePoint":59708},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"line-graph","tags":["line-graph"],"codePoint":59710},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tick","tags":["tick"],"codePoint":59716},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cross","tags":["cross"],"codePoint":59717},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"minus","tags":["minus"],"codePoint":59718},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"plus","tags":["plus"],"codePoint":59719},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"info","tags":["info"],"codePoint":59720},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"question","tags":["question"],"codePoint":59721},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"warning","tags":["warning"],"codePoint":59722},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"list","tags":["list"],"codePoint":59723},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"menu","tags":["menu"],"codePoint":59725},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"grid","tags":["grid"],"codePoint":59726},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"portrait","tags":["portrait"],"codePoint":59727},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"screens","tags":["screens"],"codePoint":59728},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"landscape","tags":["landscape"],"codePoint":59729},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"images","tags":["images"],"codePoint":59730},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"media","tags":["media"],"codePoint":59731},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"folder","tags":["folder"],"codePoint":59732},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"documents","tags":["documents"],"codePoint":59733},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"delete","tags":["delete"],"codePoint":59734},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"save","tags":["save"],"codePoint":59735},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"download","tags":["download"],"codePoint":59736},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"upload","tags":["upload"],"codePoint":59737},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"expand","tags":["expand"],"codePoint":59738},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"shrink","tags":["shrink"],"codePoint":59739},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"volume","tags":["volume"],"codePoint":59740},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound","tags":["sound"],"codePoint":59741},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-down","tags":["controls-down"],"codePoint":59743},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-left","tags":["controls-left"],"codePoint":59744},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-right","tags":["controls-right"],"codePoint":59745},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-up","tags":["controls-up"],"codePoint":59746},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"dot","tags":["dot"],"codePoint":59751},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"up-down","tags":["up-down"],"codePoint":59753},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"language-1","tags":["language-1"],"codePoint":59760},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"accessibility","tags":["accessibility"],"codePoint":59761},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"globe","tags":["globe"],"codePoint":59762},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"language-2","tags":["language-2"],"codePoint":59763},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"alert","tags":["alert"],"codePoint":59767},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"attachment","tags":["attachment"],"codePoint":59776},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"block","tags":["block"],"codePoint":59777},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera-off","tags":["camera-off"],"codePoint":59778},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"camera-on","tags":["camera-on"],"codePoint":59779},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"cloud","tags":["cloud"],"codePoint":59780},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"compass","tags":["compass"],"codePoint":59781},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"copy-file","tags":["copy-file"],"codePoint":59782},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"copyright","tags":["copyright"],"codePoint":59783},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"crop","tags":["crop"],"codePoint":59784},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"devices","tags":["devices"],"codePoint":59785},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"down-up","tags":["down-up"],"codePoint":59786},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"exclamation","tags":["exclamation"],"codePoint":59788},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"expand_1","tags":["expand_1"],"codePoint":59789},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"extension","tags":["extension"],"codePoint":59790},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"favourite","tags":["favourite"],"codePoint":59791},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"google-translate","tags":["google-translate"],"codePoint":59792},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"hand","tags":["hand"],"codePoint":59793},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"lightning","tags":["lightning"],"codePoint":59794},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"list-2","tags":["list-2"],"codePoint":59795},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"move","tags":["move"],"codePoint":59797},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"mute","tags":["mute"],"codePoint":59798},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"question-circle","tags":["question-circle"],"codePoint":59800},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-close","tags":["quote-close"],"codePoint":59801},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-open","tags":["quote-open"],"codePoint":59802},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"refresh","tags":["refresh"],"codePoint":59803},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"send","tags":["send"],"codePoint":59804},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sound-down","tags":["sound-down"],"codePoint":59805},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sync","tags":["sync"],"codePoint":59806},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tablet","tags":["tablet"],"codePoint":59807},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"timer-full","tags":["timer-full"],"codePoint":59811},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-captions","tags":["video-captions"],"codePoint":59814},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-loop","tags":["video-loop"],"codePoint":59818},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-pause","tags":["video-pause"],"codePoint":59820},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-play","tags":["video-play"],"codePoint":59822},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-replay","tags":["video-replay"],"codePoint":59823},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"video-stop","tags":["video-stop"],"codePoint":59827},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"blogger","tags":["blogger"],"codePoint":59837},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"deviantart","tags":["deviantart"],"codePoint":59839},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"doc-word","tags":["doc-word"],"codePoint":59842},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"facebook","tags":["facebook"],"codePoint":59844},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"flickr","tags":["flickr"],"codePoint":59846},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"github","tags":["github"],"codePoint":59847},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"instagram","tags":["instagram"],"codePoint":59849},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"linkedin","tags":["linkedin"],"codePoint":59851},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"paypal","tags":["paypal"],"codePoint":59852},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"pintrest","tags":["pintrest"],"codePoint":59854},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"qq-2","tags":["qq-2"],"codePoint":59855},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"qq","tags":["qq"],"codePoint":59856},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"reddit","tags":["reddit"],"codePoint":59858},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"rss-2","tags":["rss-2"],"codePoint":59859},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"rss","tags":["rss"],"codePoint":59860},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"steam-2","tags":["steam-2"],"codePoint":59865},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"steam","tags":["steam"],"codePoint":59866},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trello-2","tags":["trello-2"],"codePoint":59867},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"trello","tags":["trello"],"codePoint":59868},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"tumblr","tags":["tumblr"],"codePoint":59870},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitch","tags":["twitch"],"codePoint":59871},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"twitter","tags":["twitter"],"codePoint":59873},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"vimeo","tags":["vimeo"],"codePoint":59875},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"wechat","tags":["wechat"],"codePoint":59877},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"id":{"tag":"StringValue","args":["Layer_1"]},"version":{"tag":"StringValue","args":["1.1"]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]},"xmlns":{"tag":"StringValue","args":["http://www.w3.org/2000/svg"]}},"children":[{"tag":"Text","args":["\n "]},{"tag":"Comment","args":[" Generator: Adobe Illustrator 30.4.0, SVG Export Plug-In . SVG Version: 2.1.4 Build 226) "]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[385.417969,631.536072],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[385.417969,619.8800659999999],"c2":[386.391968,608.45105],"end":[388.26300100000003,597.32605]}]}]},{"tag":"LineTo","args":[{"point":[388.09600900000004,598.528076]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[419.83996700000006,415.74407900000006],"c2":[606.719971,358.40008500000005],"end":[709.631959,368.640076]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[672.4699720000001,226.67004400000002],"c2":[545.336976,123.61505200000002],"end":[394.133973,123.61505200000002]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[389.308961,123.61505200000002],"c2":[384.508973,123.72009400000002],"end":[379.73498600000005,123.92810100000003]}]}]},{"tag":"LineTo","args":[{"point":[380.4149790000001,123.90405300000003]}]},{"tag":"LineTo","args":[{"point":[380.41601700000007,123.90399200000003]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[200.70398100000006,121.34399400000004],"c2":[51.20001400000007,256.00000000000006],"end":[51.20001400000007,409.599976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[51.625002000000066,503.934998],"c2":[100.67096100000006,586.7210090000001],"end":[174.55200400000007,634.239991]}]}]},{"tag":"LineTo","args":[{"point":[175.61596900000006,634.880006]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[175.61596900000006,634.880006],"c2":[145.40796100000006,734.208009],"end":[145.91998500000005,737.28003]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[146.43200900000005,740.3520510000001],"c2":[152.57599100000004,742.912049],"end":[155.13598800000005,741.888001]}]}]},{"tag":"LineTo","args":[{"point":[263.6799940000001,675.8400270000001]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[293.8639540000001,688.5220340000001],"c2":[328.9469620000001,695.8910520000001],"end":[365.7509780000001,695.8910520000001]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[376.1489880000001,695.8910520000001],"c2":[386.4089980000001,695.303039],"end":[396.5000010000001,694.158081]}]}]},{"tag":"LineTo","args":[{"point":[395.2639780000001,694.272095]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[389.0200200000001,675.531067],"c2":[385.41797000000014,653.954102],"end":[385.417969,631.536072]}]}]}]},{"start":[511.973022,273.919983],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"LineTo","args":[{"point":[512,273.919983]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[535.637024,274.204956],"c2":[554.723022,293.290955],"end":[555.007996,316.90094]}]}]},{"tag":"LineTo","args":[{"point":[555.007996,316.927979]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[554.1569830000001,340.009949],"c2":[535.239991,358.399964],"end":[512.0269780000001,358.399964]}]}]},{"tag":"LineTo","args":[{"point":[512.0000000000001,358.399964]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[488.5300290000001,358.399964],"c2":[469.5040280000001,339.373963],"end":[469.5040280000001,315.903992]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[470.0709840000001,292.768982],"c2":[488.8209840000001,274.19799800000004],"end":[511.973022,273.919983]}]}]}]},{"start":[299.007996,316.927979],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[298.15698299999997,340.009949],"c2":[279.239991,358.399964],"end":[256.027039,358.399964]}]}]},{"tag":"LineTo","args":[{"point":[256,358.399964]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[232.530029,358.399964],"c2":[213.504028,339.373963],"end":[213.504028,315.903992]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[214.070984,292.768982],"c2":[232.820984,274.19799800000004],"end":[255.97302200000001,273.919983]}]}]},{"tag":"LineTo","args":[{"point":[256,273.919983]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[279.637024,274.204956],"c2":[298.723022,293.290955],"end":[299.007996,316.90094]}]}]},{"tag":"LineTo","args":[{"point":[299.007996,316.927979]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[972.825012,629.999023],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[972.825012,628.8668819999999],"c2":[972.815796,627.735778],"end":[972.798767,626.6074209999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[972.746765,493.0150749999999],"c2":[843.745727,390.65600499999994],"end":[693.76001,390.65600499999994]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[535.040039,390.65600499999994],"c2":[408.57604999999995,493.05596799999995],"end":[408.57604999999995,628.7360219999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[408.57604999999995,764.416076],"c2":[528.895996,873.472045],"end":[693.76001,874.4960319999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[734.8812869999999,873.6547229999999],"c2":[773.920716,865.7650749999999],"end":[810.0664059999999,852.0181879999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[812.819092,853.6934809999999],"c2":[889.9382929999999,900.5988759999999],"end":[894.4639889999999,900.0960079999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[898.0969849999999,899.6000359999998],"c2":[900.8989869999998,896.6220089999998],"end":[901.1190179999999,892.9490349999999]}]}]},{"tag":"LineTo","args":[{"point":[901.1199949999999,892.9280389999999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[901.1199949999999,889.856018],"c2":[875.5200189999999,814.5920399999999],"end":[875.5200189999999,814.5920399999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[934.606994,773.7240589999999],"c2":[972.8250119999999,706.3250719999999],"end":[972.825012,629.999023]}]}]}]},{"start":[589.343018,577.023987],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"LineTo","args":[{"point":[589.312012,577.023987]}]},{"tag":"LineTo","args":[{"point":[589.312012,575.487976]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[568.387024,575.487976],"c2":[551.424012,558.524963],"end":[551.424012,537.599976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[551.424012,516.674989],"c2":[568.387025,499.711976],"end":[589.312012,499.711976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[610.236999,499.711976],"c2":[627.200012,516.674989],"end":[627.200012,537.599976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[627.2200320000001,538.0579839999999],"c2":[627.2310180000001,538.595948],"end":[627.2310180000001,539.135987]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[627.2310180000001,560.060975],"c2":[610.268005,577.023987],"end":[589.343018,577.023987]}]}]}]},{"start":[794.146973,577.112976],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[793.276062,577.112976],"c2":[792.412842,577.079712],"end":[791.557251,577.021423]}]}]},{"tag":"LineTo","args":[{"point":[794.112,575.487976]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[773.187012,575.487976],"c2":[756.2239999999999,558.524963],"end":[756.2239999999999,537.599976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[756.2239999999999,516.674989],"c2":[773.187013,499.711976],"end":[794.112,499.711976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[815.036987,499.711976],"c2":[832,516.674989],"end":[832,537.599976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[832.021973,538.084961],"c2":[832.034973,538.652955],"end":[832.034973,539.224976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[832.034973,560.149964],"c2":[815.07196,577.112976],"end":[794.146973,577.112976]}]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n"]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"weibo","tags":["weibo"],"codePoint":59879},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"xing-2","tags":["xing-2"],"codePoint":59880},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"xing","tags":["xing"],"codePoint":59881},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youku-2","tags":["youku-2"],"codePoint":59882},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youku","tags":["youku"],"codePoint":59883},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"id":{"tag":"StringValue","args":["Layer_1"]},"version":{"tag":"StringValue","args":["1.1"]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]},"xmlns":{"tag":"StringValue","args":["http://www.w3.org/2000/svg"]}},"children":[{"tag":"Text","args":["\n "]},{"tag":"Comment","args":[" Generator: Adobe Illustrator 30.4.0, SVG Export Plug-In . SVG Version: 2.1.4 Build 226) "]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[260.246033,440.808044],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[260.246033,429.072082],"c2":[252.794983,419.076049],"end":[242.17700200000002,415.232055]}]}]},{"tag":"LineTo","args":[{"point":[242.30902100000003,415.305053]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[238.02099600000003,412.75005999999996],"c2":[233.00903300000002,411.282043],"end":[227.65502900000004,411.282043]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[214.04901100000004,411.282043],"c2":[202.65698200000003,420.758056],"end":[199.68103000000005,433.664062]}]}]},{"tag":"LineTo","args":[{"point":[153.60101300000005,543.232055]}]},{"tag":"LineTo","args":[{"point":[110.59301700000006,433.15203799999995]}]},{"tag":"LineTo","args":[{"point":[110.52398600000006,432.93902499999996]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[106.20599300000006,421.197997],"c2":[94.92199600000006,412.822997],"end":[81.68298300000006,412.822997]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[76.93402100000006,412.822997],"c2":[72.43701100000007,413.900023],"end":[68.60803200000007,415.744018]}]}]},{"tag":"LineTo","args":[{"point":[68.41998300000006,415.80499199999997]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[58.10803200000006,419.650024],"c2":[50.763977000000054,429.58697399999994],"end":[50.763977000000054,441.239013]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[50.763977000000054,445.763976],"c2":[51.871033000000054,450.031005],"end":[53.75903300000005,453.632018]}]}]},{"tag":"LineTo","args":[{"point":[122.87902800000006,614.400023]}]},{"tag":"LineTo","args":[{"point":[95.74298100000006,671.744017]}]},{"tag":"LineTo","args":[{"point":[95.81103500000006,671.624022]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[93.30700700000006,675.73297],"c2":[91.86499000000006,680.559996],"end":[91.86499000000006,685.7239979999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[91.86499000000006,697.324035],"c2":[99.14300500000006,707.2230209999999],"end":[109.56799300000006,711.1680289999999]}]}]},{"tag":"LineTo","args":[{"point":[109.56903100000005,711.1680899999999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[134.14502000000005,720.3840929999999],"c2":[144.89703400000005,706.5601189999999],"end":[153.60101300000005,690.6881099999999]}]}]},{"tag":"LineTo","args":[{"point":[257.01977500000004,453.64416499999993]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[259.07574400000004,449.82141099999996],"c2":[260.246032,445.45226999999994],"end":[260.246033,440.808044]}]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[591,437.093994],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[590.044006,437.093994],"c2":[589.101013,437.149048],"end":[588.286987,437.247009]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[571.903015,438.27099599999997],"c2":[562.174987,447.99902299999997],"end":[562.174987,465.91900599999997]}]}]},{"tag":"LineTo","args":[{"point":[562.174987,554.008056]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[561.906982,571.874084],"c2":[547.341003,586.275085],"end":[529.41101,586.275085]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[528.869994,586.275085],"c2":[528.332031,586.262085],"end":[527.872009,586.239074]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[497.15203800000006,586.751098],"c2":[492.54406700000004,564.735107],"end":[492.54406700000004,556.54309]}]}]},{"tag":"LineTo","args":[{"point":[492.54406700000004,468.479064]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[491.520568,450.568419],"c2":[483.33593700000006,441.353637],"end":[467.48010200000004,441.343993]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[467.2753900000001,441.33923200000004],"c2":[467.07073900000006,441.33709600000003],"end":[466.86505100000005,441.33709600000003]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[452.16107200000005,441.33709600000003],"c2":[440.24102800000003,453.25707900000003],"end":[440.24102800000003,467.96105800000004]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[440.24102800000003,468.68505700000003],"c2":[440.269043,469.40106000000003],"end":[440.32006900000005,470.01605100000006]}]}]},{"tag":"LineTo","args":[{"point":[440.32006900000005,558.0800770000001]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[440.32006900000005,568.830993],"c2":[438.78466900000006,624.1173080000001],"end":[527.335328,624.1278060000001]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[530.278687,624.4634990000001],"c2":[533.271302,624.6400130000001],"end":[536.305055,624.6400130000001]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[577.407045,624.6400130000001],"c2":[611.115053,592.986021],"end":[614.400026,552.4479960000001]}]}]},{"tag":"LineTo","args":[{"point":[614.911012,463.8709700000001]}]},{"tag":"LineTo","args":[{"point":[614.900026,463.98400700000013]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[615.007997,463.0570050000001],"c2":[615.064027,462.1140120000001],"end":[615.064027,461.15801800000014]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[615.064027,447.86797900000016],"c2":[604.289979,437.0939920000001],"end":[591,437.093994]}]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[785.920105,573.953003],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"LineTo","args":[{"point":[734.720093,529.408997]}]},{"tag":"LineTo","args":[{"point":[781.312073,488.960999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[781.312073,488.960999],"c2":[804.3468630000001,466.94989100000004],"end":[784.390442,447.495423]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[778.906189,442.72503700000004],"c2":[771.742676,439.837037],"end":[763.904053,439.837037]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[756.0510869999999,439.837037],"c2":[748.875061,442.735047],"end":[743.424073,447.489015]}]}]},{"tag":"LineTo","args":[{"point":[675.328065,512.001039]}]},{"tag":"LineTo","args":[{"point":[675.328065,463.873048]}]},{"tag":"LineTo","args":[{"point":[675.3110360000001,463.72601399999996]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[673.416016,450.30303999999995],"c2":[661.8820810000001,439.97802799999994],"end":[647.9360360000001,439.97802799999994]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[633.989991,439.97802799999994],"c2":[622.455994,450.30303999999995],"end":[620.5440070000001,463.87207099999995]}]}]},{"tag":"LineTo","args":[{"point":[620.5440070000001,599.552064]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[621.5679940000001,614.912049],"c2":[630.2720340000001,622.592042],"end":[648.1920170000001,622.592042]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[666.1120000000001,622.592042],"c2":[675.8400270000001,614.400086],"end":[675.8400270000001,599.552064]}]}]},{"tag":"LineTo","args":[{"point":[675.8400270000001,548.352052]}]},{"tag":"LineTo","args":[{"point":[751.6115110000001,614.396119]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[757.1442870000001,618.856629],"c2":[764.1792600000001,621.528016],"end":[771.8400270000001,621.528016]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[779.5249020000001,621.528016],"c2":[786.5808720000001,618.840638],"end":[792.061585,614.401917]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[795.664002,609.608704],"c2":[797.801087,603.651978],"end":[797.801087,597.194031]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[797.801087,587.666016],"c2":[793.154114,579.223999],"end":[785.920105,573.953003]}]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[972.290955,466.430908],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"LineTo","args":[{"point":[972.2809450000001,466.541931]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[972.3769530000001,465.64593499999995],"c2":[972.426941,464.73590099999996],"end":[972.426941,463.814941]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[972.426941,449.95892299999997],"c2":[961.1949460000001,438.726928],"end":[947.338928,438.726928]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[946.749939,438.726928],"c2":[946.165954,438.74688599999996],"end":[945.665954,438.782897]}]}]},{"tag":"LineTo","args":[{"point":[945.722961,438.78491099999997]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[945.3199460000001,438.76592899999997],"c2":[944.9149170000001,438.75591899999995],"end":[944.5079340000001,438.75591899999995]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[930.6519160000001,438.75591899999995],"c2":[919.419921,449.98797499999995],"end":[919.419921,463.84393199999994]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[919.419921,464.7549429999999],"c2":[919.468871,465.65496699999994],"end":[919.553893,466.43096799999995]}]}]},{"tag":"LineTo","args":[{"point":[919.553893,553.9829699999999]}]},{"tag":"LineTo","args":[{"point":[919.5509020000001,554.0539539999999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[918.765929,571.1709579999998],"c2":[904.639891,584.8079819999998],"end":[887.328917,584.8079819999998]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[886.4169300000001,584.8079819999998],"c2":[885.5129380000001,584.7699569999999],"end":[884.736937,584.7039779999998]}]}]},{"tag":"LineTo","args":[{"point":[884.868956,584.6929919999998]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[883.8139630000001,584.8010239999998],"c2":[882.744994,584.8560169999997],"end":[881.6619860000001,584.8560169999997]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[864.539977,584.8560169999997],"c2":[850.6359850000001,571.0770249999997],"end":[850.4320060000001,553.9840079999997]}]}]},{"tag":"LineTo","args":[{"point":[850.4320060000001,466.43200599999966]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[849.4080190000001,448.51202299999966],"c2":[843.2639760000001,438.78399599999966],"end":[825.3439930000001,438.78399599999966]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[807.4240100000001,438.78399599999966],"c2":[798.2080070000001,449.02404699999965],"end":[798.2080070000001,466.43200599999966]}]}]},{"tag":"LineTo","args":[{"point":[798.2080070000001,554.4960319999997]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[800.255981,598.5280139999996],"c2":[828.415954,623.6160879999996],"end":[885.2479850000001,622.5920399999997]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[942.0800160000001,621.5679919999997],"c2":[970.239989,598.5280139999996],"end":[972.7999870000001,553.9840079999997]}]}]},{"tag":"LineTo","args":[{"point":[972.290955,466.430908]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[435.712036,526.847961],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[435.428039,474.4679560000001],"c2":[392.901001,432.11596600000007],"end":[340.481018,432.11596600000007]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[339.940063,432.11596600000007],"c2":[339.401062,432.12097100000005],"end":[338.863037,432.12896600000005]}]}]},{"tag":"LineTo","args":[{"point":[338.941284,432.12798900000007]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[338.63678,432.12396100000007],"c2":[338.277954,432.1219470000001],"end":[337.91900599999997,432.1219470000001]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[285.502014,432.1219470000001],"c2":[242.97601299999997,474.4709460000001],"end":[242.68798799999996,526.8199450000001]}]}]},{"tag":"LineTo","args":[{"point":[242.68798799999996,526.8469230000001]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[242.65301499999995,527.7979120000001],"c2":[242.63201899999996,528.9158930000001],"end":[242.63201899999996,530.037902]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[242.63201899999996,580.6539300000001],"c2":[283.664001,621.685912],"end":[334.28002899999996,621.685912]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[335.92004399999996,621.685912],"c2":[337.551025,621.642882],"end":[339.17004399999996,621.5579210000001]}]}]},{"tag":"LineTo","args":[{"point":[338.94403099999994,621.566893]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[341.14001499999995,621.757872],"c2":[343.6950079999999,621.867918],"end":[346.27600099999995,621.867918]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[395.76098599999995,621.867918],"c2":[435.87603799999994,581.752928],"end":[435.87603799999994,532.2679420000001]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[435.87603799999994,530.3609600000001],"c2":[435.81603999999993,528.4679540000001],"end":[435.6990359999999,526.59094]}]}]},{"tag":"LineTo","args":[{"point":[435.712036,526.847961]}]}]},{"start":[339.099976,578.550049],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"LineTo","args":[{"point":[338.94397000000004,578.5590209999999]}]},{"tag":"LineTo","args":[{"point":[338.94403100000005,578.559998]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[314.66400200000004,576.481019],"c2":[295.74304200000006,556.258973],"end":[295.74304200000006,531.617981]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[295.74304200000006,530.118958],"c2":[295.81304900000003,528.635986],"end":[295.9500120000001,527.172974]}]}]},{"tag":"LineTo","args":[{"point":[295.93603500000006,527.3599859999999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[295.81304900000003,526.083985],"c2":[295.74304200000006,524.601014],"end":[295.74304200000006,523.1019899999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[295.74304200000006,498.4609989999999],"c2":[314.66302500000006,478.23895299999987],"end":[338.76904300000007,476.17199699999986]}]}]},{"tag":"LineTo","args":[{"point":[338.94403100000005,476.15997299999987]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[363.4870000000001,478.26299999999986],"c2":[382.6120000000001,498.7039789999999],"end":[382.6120000000001,523.6119989999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[382.6120000000001,524.9309689999999],"c2":[382.5580450000001,526.2379759999999],"end":[382.4530030000001,527.5300289999999]}]}]},{"tag":"LineTo","args":[{"point":[382.4639890000001,527.3600459999999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[382.5850220000001,528.6240229999999],"c2":[382.6530150000001,530.0930169999999],"end":[382.6530150000001,531.5780639999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[382.6530150000001,556.398071],"c2":[363.4559940000001,576.7350459999999],"end":[339.099976,578.550049]}]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n"]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"youtube","tags":["youtube"],"codePoint":59885},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}},{"extras":{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889},"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]} \ No newline at end of file diff --git a/fonts/vanilla.woff b/fonts/vanilla.woff index 55611bb16c536f70b5a4b9995888523774cf31ad..4b0365a5f81697909f6d92f3f5bca2b827a8401c 100644 GIT binary patch delta 476 zcmbR6gYnIGMzL~#H#h%~5Pt@S>NgBr3_wu5gn@B#AhYm9O+L;J28ObZ9{;QVCOYUb zRX>?nAjjl#VB!QRrph-H*96FXj_ddw&u{aUftv-Sli`_BgA$D1EWsGSA}N(_o>`s6 zpLHo`SKiK|nZ?@0WyP0EcuR6NH?rPJR{SCG^M+_Q7;yZ)`+JjUkM16et1%osU98>R zIT}43lP$6wynnm*{nq*|-ThmS<459m8PUbv^D4TFyGkl5OS((CE9P}C>RvQ&-lA@f z-=th;J<_kzg@nG&KL z-xIqYmaz zrDX!gcfapUqLb$odukf9_r@(RI?{8bXZfPO9UNVcfqJ`px_dbO@~j4i6Ua>va`MY! g18$D4-|C{peHHV&7f;qK(b^nYvV(QANYx)k08Hf6nE(I) delta 510 zcmaF!opHhsMzL~#H#h%~5Pt@S8UY3_1|X+PcQybqF2(pxsml&GV9NdA6BB18?z+DyShP;qlc}xm$j_BYIgSm zj^ByhAUR2yUUsO+_vydSJxdbp?kl?1-F>-FgFvA7z; z(bL7+-JPS+)4}n*?#EA2h$;v<`C@?H=Hpo<>;hAN^ojQN_e|*S@1EW=wV{8qeUT6U zZ`0p--%Y>gegD;H{M$ry@|_~3$#aYBH8{R^_KHsKp42yCLVthn#O_JmQ`)AqOyG#v zv2!!fu0;#W=W}$iw@sKVSZtxf@jd3dzGx5oZzp5X-nivOM|zI*EML^OgQM#aYY#in z9X;JWlM{*zSA~_P(MJMx>Xt5RdRm|^RyxF2;2kYjymH!z5 DBzEPn diff --git a/fonts/vanilla.woff2 b/fonts/vanilla.woff2 index fd382040f4772b63eb8a838f13bb7b5e5bb2f627..bd0991ca4f1fb3ecaabbe896f81f552549046e44 100644 GIT binary patch literal 18924 zcmV(>K-j-`Pew9NR8&s@07>is3IG5A0DGhW07;+#0RR9100000000000000000000 z00001HUcCB1_odSf;a$F2OvK~Mn*D$?Fa*db`c00@p`im-3d_N^1by8D~eK08ZYo) zCvSza8`LwwW`StqFRKv^Pa!&ZHj6V49#dr^H+Xpq6>SRDbpqW-<5)< zbi2=B;x+%om~?aS0jKlK!s5Gc5vimSTNEpj3`y(&H6eZdwPgK&d(%*N&v#DBK>YH| zylVs*n5EVlfwV?W@;pJ1SFSs%tNguA|Eu)gDH;{cB7dOd5jbJ93~@wY@s+OFc0gy5 zpaQD6+v!n%M(aP-R8KRzhs)kWSa7;g*(sod;820t`_@pTAUm!MC`*au0LnpGE*c8> zX8mV-d~MmEc&`r^?uoBx%zad09O&+|!cxu`xBjYF#4G@Ed|-6P05K!R~NCO`xu;DL^m1cBhZ;FuzK040Ryj1Hs%DN$C8 z>>NY&qtY=|sdV?{mo7@zE-DvIj9u@l45igZS}z0Z<0hL3*KhqLt{S>##H1_%?$uvI z`?k#dc8%R6##m5+hu&EL2LMGQD=+*z@Djs)FU(Gre>L})9ry)IIQ%lm0B_M!J%mGU z2dD#AfL|mwA1S1vWQ+2nG*0-J6BEPF!Jm7!PWF4@-hw6^B_G`_92+Rn2)+K?nnEoS zli!xA+&bxCW(qhw6A$bu*4g>0|=^0pc4YAfYk$ zG9r+J5toqwAJ8}?fd(mWhnRf)fK{E|`e@QaJ0&myAK=&D*51_GY6Jb*5-81EIbi#9 zqjZql6>ZQj8g)PD+z)m_o3g6>3{QlzYC1E_?T`YTpNxV+GZ6#}>K><;bOunq{yaDQ zVF=!E?uk7W5cdfnJh%wI)2McavzH#UBCU_=%pUfc-CcDU8{929O-*mwQP=Tr(7v7Qjio8iW!QF z3b%3-rCoVl`4!`030OaDw@RqmrMjScruwC3sby+Ub%;7iU8ml!eyw(Epz+kiX!dxZ z9y2^HX>0U2y@x(rzr#QR8QEmz;mMKTdyRqx!&>KL%gr~ z0G~piPM_1hk-jth=9z>hv#H6fFx$;j%o{Bx%M{B;{|x^c|EU3f0qp@70|Nu?feV6S zgPsNt2;LZcIs}9Sh71Uq6mlx$dZ;cmIw|CyrCiYBfPLZU3DalQH-MPFAWwm5aJQ$icyKA=!tP}eWhwS3@ zql8jh*@y{T-dK@Y$*8QX%Cvdfo-PK~+!e$PK}{XatmZ5F9&@)d$Mx*fzt2^V(YJLw zo^?$|Lzd;LmwKgNUq)3piGzmJOJAme3n~%*p9E>iHkPs3vPFX1n*;jg%Lr|(k}d9FXs=CG94NcowCznt2!%l=)m5+^ zfRbuvM7CrUP?WKYwW&BNu}*4>ggo5?8CPLpS~)6U4O!PT60}709QXjI zJD+*Lsdv&NM{Q_Mk8)?Us02;S&Yel_u@2xoR18%m(MV^esmoxCCEFTt?6PRcHM$uw z9Y>v7E_`^pt2rc8BBT~(DgQ>Qj%>=H?R>4*nK|V;m?~7Kf;^i;x-v$x6kByv zud~p7IbscUog4Brnyw=W5 z%IkBL^VpMCoir8-8K2(Ws7Uubumw7iny4yFdYCXp6rl#sa8;)dkkQZ2C7}yXtLf_g zmr!z9q+fSZ@gO%eq+BHUCQ#^V8o^|C4HVuP%AHv)=_>!xWR+k-!qTz8f>KmHNOx&< z0vLdWm-&sn8TIhyVsQfYEG~l6m%J$K0{~%GpFjWriB(S^QN+NB-YK`^_QnstZSEGP z)0z5-_tuh^PJVRs%+cpg&O{viYbR%xIqUEH@Xm$7*9Pl5KfP}`diCX1yYKk0`t0K^ zZ4Xrc@ExzNdRxcGAHj*(y5*_2E9uaUSTy_om+xO5{`|&Q7-nBg zM!F#oS0Do5SdFB=D%o>0hydfhA2$B1%w}W?0D^dWq!32i#B?+ylF?(oBwl!K;QF!E zia-B+hT^J!v{koiQIzLx+{a*meZ*R%1VpOrOsiqoaaF)#PQWwSRJpxPCb5WZ8xCTG zArjc!F)XUM&eV4l;@AaHhnnWj3^UBtMFqmdDuYRBMG2G@khf%_UvL#FN?{qpfg^0| zW_B-pfUcW#C|lE7gr#ufNM;ohBtubY(gaVRuNl`PB4Aw=8OZ`7`0Upz7PEYW@O5AH zDp4gaN0drBkrjKk8Oq3`W~an6X-@}AZg@O+9_LTI*itV@n(L+OP`FY!9n zWx5`hAS<3=rW z4@o_%BGHx$FZThQ#A3fho$X%}#UV0cSR?F^_@diFbvQdUW8|;3B zXd@$rr)Z7*9x2+aAhl#I|M@+sHH`ltQCsMTUW^(o(gWmO^(-{ub#MSzIHp6VocF%Y zYaO(a?|LE4bjsfnDin&?WWU)cNNEg|&V-Yi46<*AvpG&E!ky-tPYlFZub0#LfqT$p za1%n*F4w&<63z%yCKvBdEPJ;{dSYQNCb@PT(d;Gn>P#ViGu@ z#>dZJLyH>8K8^TYz5ZUsDIrIxN-|Bkl1*y*woASDz7ruP!h|;Q*HY9!B1@2=-+cJO zr)DCR#TgP18){kOl9C3)G=n1LET5QVqi^zW?@~i#f-~qmwNe%|00acSj;<~PsqfWY z6Y&scU!4RUGLB!#75Bo0?@3A7wjH)g<43f0Kt#{YaXN+}kD>7`1Q(AD2BcC=pWp^8s0y=j<=e3fbFb{rA&2`{VjE|zT)B-#^5?H> zkbx_T>rXOrbx*yeNT^a;6bJx-Qc%SJ00D|A9{8umwIYxFjVB)Vd<2v%mgtx<$XGS;{TLQRDoOcPx{Dbfi?WGP&d6^ypDZD2f9?2bbXaZQU@) zjo=k(+K3K!alTS_iI;cEr#qE8n!7cBqt>xOQeH%If>*GqiVsec>07hXywp=XPC*uM z;*EbI{aoUlcxoF|;nOnK?m=h3uTXhUiY@5w;&njM7(5Bg;R3uZ*cgZ22GEW;QaGq zVQxbjzTo|{Q#ZJwT2l&I6i#TpCqQ!SWFF||c^BfzH{o_|61Sjbr2$l|JnHP^ZjRp1 zq>sTR{jE?Jca9&Q;yL>MF`n+E^_h>ox8S(T;X^FNK!h7m0BtqywD*vii5r~!xBZ(4 z(YSfAzaR7*yJ6{mai?qk?Y77B1!ZB14aj-WKTjw+g?N-=u;g@jIU(VRkRJ%~63Q@e26_SV65{ z2oe~5#bcu`3`meQO(D?J1vA^?8Z;=D;^=f|v9fD;id95pW=0bhdrV7>TV5BM(CLe& z-4hAAst*gMFhPH9vmSpt>lNfcZ3T?#0y*TwJrP3qOY=oY3C8X|+R{mzHTtXC95lHF zAD(S_^aW$)goOkB@j^Z>iM9O9}%_=j>1!mYf zz3A?+_}INq%i%Wcd!v|KVHH_C5UCMjM2_dtufM70MlV8wNDXC=NV_Y#7w{*7z@yK$ zgJ1q$ITVOC?`q&@3Aso`Ea7jJU3Ab2vl{UM9x^)|vMC<`2?K= zNohj~;MrgH1bn+WsiC^+hR?y|b$CQ6GjR5;$s@>JUTsL;!ed~TXj_^*0@!FxEou`` zNd}VxR5=*Plf2MrK@Fi?3K>tS#EGC8Hd)WI?Tc&&A;KLR1u`2i`mb+0&~pwc zy%0P;*Zk{m@+hvP01gersd^N{`2k^F2*YcqB|4*pAm+}E>0*v+3jUYjTfj7nHc3fhxB+^mw*tLdBHle0J)3 zBSNGJoh|JFdn`eWkjacb7D=9baC-EpBoxJgpo2^Bw7|E&!rnJI4rC^x9w%;i^Qqe-Y{~wJI=t$pJNBg=xeUi5outyybPS+ zI#M@aoilU`=g@aC8%hRk@hv&7WkNUNT^cJ3zAs@s!;s#g!}tX~cE#S^2ENTyvqx9ds;oaiZsIpOrOpyYkF++W7xF{1@-F|)xTSj zG|<#PA2>h%0CyM>YI(BWDG9l&Sk=&pJpv7#u&Sd8oSRhTuu7HAfrfb5DI!OqN)pLk z?cr&$ctfPd+(>tP(%s0dnJAIulT4$7E;=l(8sLm8u0A85%*xiYDyd}@kvT;m5l@pt zQ{}K*Rkj|t@Fn)dY7ElI1jKi^$K3P*`!R@0t}0O(!-RkUvDE#-%rC;Obe6-ClBbd6 znX=bOd+(Mvs6=m2#E1ua8;ClnPv0US14~sz-9?lIn##toyAl>xzc2WDvOwzc*j7+H z-}n5kvdQWXhxsy|B`-Z{NE=61^_el`zQ|5as-E-CQVPnHkzUcjO^?CjxhJC$fQ$?c z;33cyI)$f_WOmS$IgAbBnJJQE7l}3UyaOs&32|CFB8%11fuW88*ovf5UH~^|^AkZN z;khr*xo}KnI7Q-SE#{^<*CiguWTmtz!o9B25PKOiNhT!v@1y(@&+%~erOGi^{hC8Q zkRk6*&Ta#88KKzt^*7dxQBNRLpZ4n*w@^^xr%#<<$hZWpbG=wpzQ#td90&rkx81j8 z+8UzFbY0b8Vz<}Yn%i<7Tq$>7>s{% zbt3&{yM^a9jzd;nf^8v`mS7G?!3z3{2zn(TNG~xAVFnC|F(dUT%Nle^DJ!&DsVk4C zHXlKI%H{rgp!|d2xTt>|VCEaE`1U_m(; zT$eeDBd6^(2eki28l3hPTiD<*%uI`*)5HDK|DA=Ew=WzcxsA8eVq@eK9Rn-+&Wo7U zl)eE32?hlta(CN+*B3P33fBAoi&;Lr*LxQ_(R3eK_aPYuF{gj}{}zY4OZWuFt|kOg z0Px{@@I>9LIW@9%%h7tXT_d7f6LxlB*xwuNUC(ad6!zxegGaL6T>!+^UAo!bLK7-W zfci8v{5y`fITIXW3${(3z(=z!bd5OD@mx4*3tugn^_^QK!Ge2%NAQpPC)lG-iDFqg_a|9 zJ8-$HJ9J*#VK1|iH~!Zz963j4YQ;$k%A!R6H07ZQw>`uZ(-($MHkjdBSs<^Qr3<3S zft3!@kby`n#W}~6BrNs}#il(*K?cwk!n^L=XKwLxAnI#$0zznD{ zl?oxmfCxnu_up=9Y|L}*?Jstch}b&0W~_1x&n{MxJ@a<9g9I1Qg--0O8N2lPEN`F< z2ewH}ylnr9LK)YgVKbqPb20;^T4i8!2MuJgT_;A%D;8D&AI@emi);w=|3OZJssHh> zCF>KlURjD8l!JAD{s8K z5IFzxgM>*~K-#gEc3f)PaH=X>iv+E>Si-@ivaID51Pg&pBQ&tai(PJa+h8q!05h)| zdB7DrXxyo*2H+aYf5E9!;ebm!VBo4#<6y|cHDbYE*D$%wkS+;9bIGH?<+a_|zL$yg zg1HC{|Ckx2X_4p{4-xL?mEg}IWu!c_m{@^!#-2zKy*bH zVX?`(d^g1ZA4b{FxQzQDO=|3MH?j%*r2JEQDx%(U07i`WE}^DH8F$N5%#o}=Z8F>u zUBQM^d|#brR$$P&;Q021X6rUkg`)et3XTnzj1i`kk-Eu+0b|UbGz4veOw5ur#J_`F zU4Z;>Md!555Xkr5v3c*iaMB%WJeU+L-2VqrQmPI|D@l=mf7hO*NuOv+*gtvf2d?`% zB2O5RQH;92u_o$2!xp}0`XZq7k`Ew+00nv#^MU=6P>|uZ5_P;WdmB2hv;nhd|L>da zYv#)1_U;0)+9}|C&9{RLL-PH`_Xo#ltmQwc#YzEX0lUP>eA={kb4ERrT3X`y-F)Lu zhPr5+M>zc+!nyZ=TeWC(S(hz#Pw} z!8`(auuE6y=780zo|%!EoGFgXoS}k|T8(`+tGAxPDJ8f5mE!B=Ys{G0AjJo#y`{uh zOV)Q4n4XaokMQjbV6L0X3y_{c1atboHRlmC`7|==Ge+~+Op;&k0t|4MvYkcx^}DDF zCvnh#+cCIqTrf=dAE0Iep4C{{G*MPPp@8f_i~`8v1^-{$t6qSa*3u5eZ~z%MRk!gE zJbqNVFhUFv93bY8dPh&S{Icb5*Ju@ENh{7Ek&x3f>pgqY(&Cx70)_0(J=)3gE(8_K z*ITbSdU*GUWVP7X3^H1*RK)||C?4W!_%238E9hE+(ezsa0Xs?2!eJ&pk;K>WUe2w+ z&5Lsm0xj$4^0;7t$h86@*6lwlR^Ac^g011j zNy9AfTM~}RfVhB3FNqmd&yxn{z}3x>GbFGWS9rL@bm55ef`1a8 zEJ->lH!(2OyqnzrJlMW(!NcxWp7EaR3$hpz1Q*me&Wk6Ep*A4acw>QW3Z3hkDO==- zCL%}85k|xvg`J@d0Srbg9~%GTBrhHU{|8KA_aYsG#-R-M?WUs=EKo-2JTnAKnE6St zrd=39;}&_GL~&m)dH1+a`Rc?oJum$5y8ABUmh-;%dp_&_)_vujmp`wDKZ2Z7r6`S; z_Okf0+!);aC1fb{K{a^BS`!{0;~vQr#|6jpdq}*ScY}KaY*>?iRXt#AcChQ22@f9H zGsshxBUOi9nW8EUjqHty6Rb2k`ur=6Oc1qKgsKEJ1ZU3BB=G>z!&_kn zu$3T46eD5Gc)I8rFo+QRf+856h$RQrLt{E)pD5!oto)Az8Z|y}4#_fu462`vj$bKW zdzpL~vw&}2!2!Fnwka^T7%E`G!dvR<-hwphUW0vHz<@5Wr;NZSHcdhG)g3bW7FLhS zxhJznNFjN{ekh)hc=2g|y}0XI{Az=$o$>=(_3h*=zbcy*WLX~iKfiCLZu+nH+%)zU zo!HBXtOUm0LVw2bhufFApzQ`8ZM#wrAIE8$joVgBy6-0BjkA zjzBQ!S=1wd?j~IBW_?|6Xd8a@0KVlp#2VGS))F7el|wq=)kyBtAIBPV#(zHL^n!G8%C|2wwgoO0=YW`BN<$-)OQ{p@>3jakahc)^mf zh9Nlq3+_$)0Fw23WUZL<@w0-bWj|WRo5{xv=)tKY?W9R3jX=bhMxN4jK|^FepjpaZ zh-hD^-X~f#JsboBg+`wy=@fmr^ma*o5(4P6 z3qk4hMM&!Cy!{SCQK6kvfJVB8BI49_>Nm3>Z-uLb`-r^fh*bbRM#8q&wy_zet+bm& zTlPehDQBRBv?4Z&zNe8ct=q>wxYyu5Ef*SSW~H|GoDMXd#X~$iGw5J`X`9!OLZoYS zG&a2x+|zgl9mLrd$y9(_JCVNUq)~T*w;;Wwb{}A-&(hwRv%gJo9p^I4^5oVgaKaFe znJ;0XA9{b40D$99gT+sAUG670ZQTm@; zlJ284ghh0`^lAY!-~wSd0vCu~58+^0>Al&N;?FtP!!Mf&64U@7G(7HNmA&#LW#>E2#VY^Oi+e$( zG1iSN2m8~rjgfGYznABbK~T>4uHHdVv`M@gB zR%8+0^k21;Lz5ahUvCA=&+zOP+ zT3Pgv^7Do0Lv&6)aZ?wBjQ?N$xs_F`iXw8gk~Ew-i%9%R!Ztl{9G)QYCGSHn7xubl zb*X|>{a)rSmdR{qH-E2lRm&KPjyCUW2%=E1B~rVdYyhNN4Q-4P{z^L0;?f`^eQ^YR z+2bKwF-uE$av>YoRXfF9lGu4(ULJ;d8wxnQyBBw~|??q)Lp_2D|%s@c@465IqrPp%eNR52GB{sWx=3gf$T+;3e zFZPowg+K?$C%q$h!pIiKRP#u{twKTxjtlzL?#eaUZsj%%KpQRco|--Zp)4`P;E8VP zSp)|URX=iIDT7(0k&AKvBjG8|#E_Zkbm_MWwfWIxOpPt-^UuN-y0^T3a3oFE=*{Ik z$b5_OFb?f1u2W%ic?iMZZG&MLiAj@<#E9<6f0w&M`apkp@rcC|mv^%A96p!*vhXovOT24rY~XBIT~T z6Mx?W2p%*S+Xy=*Wjm08gq%4iWivRr^2dAG(1hizNZ&nr;)ar!P7*-9QXunPWFJaS zNcynb=s59Fqiov#$-5qcQOJ6OP~iWXVZtMV-qbWLN}7`zmRrl@d(UpJF-yHDnci<2>N&Okoq*54`En1Jw z3pqU~UWnBNj-tbSO4B;jy$eVO?-qsB-(NRW8h4XQC+4s5WZiQ(#(w$MDO4k%DY?Kc z2zi#d)mk_KzLkTVf|_(%(N;8pYv%{ z(05ChckoVb9op;#9MQ~Vu3b1+myw86?t-zQ8hP!Ad(X? zeH(V)@{vbga(=i_rB-Nsn`?$fELWMCE%xr>cB}JV?XmbLiC=Tt2qXancu`KHd~aAZ zptNY=2VsHIFhLbqOHIkkj}Y1?vo)&2tp%DSN+-{QtF8(N$%BteHKfO8H<4pR$U(`s zkCfGuyIhy4zu16ydggnb22t|h<5CSt>cUkJCSwwapT&TdEN37>pihfdUlXf9K8`Bz z#lM<>P-4JMF#{&63ZFw}AiXF9*-nx(gOIOBz!P+0d3qP?6_ArCfd2J;f_bN-Q0l4b zZ}g&Kx7^7Pe|R#`(Sx)bB7FK-?OWQcR=}rdr3874U?%A#MTod)=~a;(56!qqD=SeT zh%$_&A9&nYKZ@AwU!`c%{yS8Is}hEKY#JX6W7mshO2kW=PNjSIHX@b}s~%FU*9k2t-70c z^3#9AZ^-Z4R&c|RU8i#vcGV67jBrDHnC0MSl*V-79N^ir!5l=4$;s32c_a(vj_Hk!54Luo11iDpWaQTO0WxLg|=E zqHxLvLGv9Cw}zMP$yM`C5)GF}ka_O&`bz`V22d#v!f?ohzy$r5ph0`d*0euHdP!n@ zU)nRU`#9l?`uz#acU^G8R22XM5G(&uP#^X4dp~KlufTxuvSVDrJ?bQew9~f>#-1^y zonSjWHJpCyZz)_j1x|1ajMtTyx(g8Y;$wv+shgu5w{f_@*xyIUZg@ zOmfFuZMUT7FAt#5W)w9goSaK)&}^>5j;~G)#2@*T} zH1_+LkodULbEU5Vz^9`9lG~Zo0CrQa_fX8-A2O1o1rSIBj3Jp+;H!jYLjE5_3J04| zXkwAS!c1eLC)aj%aJa(b5lJ)ID<|V!;`NCnU&h5r=mRh@I^0e^ahk&_>`O* z824Ns$iOh>;B@F)3m9W2_T(!%M!D{9^KzOP^NLL(=4Qhk0 zLD^(>mn%wm0=8!5-K#^gWk(}Yi3S$4Jj25rH%{O7@9A4lbal13jl^!`KP2sEuA>~^ zAY=it7d_K+Y}XB}7%?1f!zR#nqwc6SQJ9stdcK1*Xk699=AH7E7>PDky5CSG=L28p z4Tc@!&{B_9^qv)#1Kda8%Sup-Y3g7nLAPbsAv9kx{0G_tZV3|S~usymwv|yu#)JQc7^tW%Jq+L?zyjdo53G~O` zhB|qeRci{w`?AL(4~%sZzsDoMSPu@PmYV1Ie3E5IoX^h>UeN!(c}Ey9C|JTS>7}x8 z+vYwSt8bKhcV6CWBlKVY?QOs6!@Oap++e@xKmT6beq`zgvpd*S<0*|&sZf1OqyJP_ zA6%+ZJC+Pu%Xs99f>#l)jXc$N{4mgb*KGnrj4R}lJ6u#WEV+#@s^V0uNm@+S$9l$1 z;;jxpPm&CsQ-OGKHGxmFoo5VRbl!@mG2_--8A~C%*z$Mbv}+zx7;9`lh|oc!(TcOY zQ3sL-KdpiKhrAUaV!(^^#BA;8portT-TatqT{svoIoQk;xDe=`p$)SD2UW$ zSg5ngmtNZO0x;NcJh&h_QR1Q2m}Ao1ORo|H_6yhcY{W|#1NzpHa0C5*-g)yfXRMJh zHk;~frm31WnjVZoa88b56%Jp8yV$)md>ih=hC48S^=)m~1@P?F8*Hy8m5@NywG@NY z0n+7-f$aliiI8rI^+p3XIB0Ca=fQUDBXALK^63e>C-nx9t6CMC9Nkb{ z2q~p;nE5LJRa9rGCI?yRxnwzZ2#zX_hY79IEN!mZM7nN39q=LX%Aga@AncQ^ShAj-3GlwMDV2^Cw*b~=lX!bpeooTBxR z@*F-StpO>UsN=#%>fb+;W#)AhiYz$Mdr9zO5^VJh%8GodgpsGN^mG_-uAn)$o-@KR zdOeKDq{`pWxcU{R@LtEs&rT@&I|#pxB_wxn65j}L;DPkY$P1xC$6up!SvrIi{?%*z znsIjdD!>lpv&(Caag5m;@EF}2(}!q9%}rQMJ?Nh6OAVgtguq2d*w?#kVKtFsR@vVf%~m-QE-rNmF3Rmdf)IjCML_3Aiw^;Uvy)ZB3ZLV~ zy{ioXxVV%^Et7y)*yc82RK+x?W($K2vQf4FYbL$}k6}pXy;M(hOIea{f&&LjeKK9N z8KO(EEGmd(n%mB&E~{CS&9t!z`5sLhU4>RPLoV^B z1X#;Hyg5C3f|6)C7Xv@%L!z0w21IahVxJBViJ9>VA*XPvai;$~>7Hstz~Yu|nU3i= z11k}tWU6t&&8=QB!9KqEaaaFt@=ECnU%(>^@Ve|IS6~NvtF+>H21}h(cLduK=(daT zP5%}}bhH?^H@Mm{fs0*$b`FnGuL`W&#E(4ZCIs`sD(Ji%J?0@$L=cOt^fMP_^_)ec z7ZXvjS2jJfNm63Ay|V2o4_VCeGasD8!WCi&tDY0}{p31Pxc3cDcitqr&H;{=^!%0y z$+BTa7XIrGk|Ag;;h`zFO`Biq5N{2GAPLf{fm~!x8bmPf^-cY2>4*T>&NIMCUG~!-m?bRU!07@YhFB~I~t=5IsQ)7+i1Fg)X1aP z0*Rd{9tyYU3c?L^Kw_G$vu@sO*NN>nvZ6_$tR-V%%G#{S7eSHYl)e=Is$fG6NfH-0 z*lhLCLvtMt+>O9d3Sw_U*c3{BViO;e3>gJ8${~kYrt~+C=D~+&y0-1OzU{+>YuI{! zbDU3cigDb}ZOb)X`0zDHu{BeH3`vs}m72cy7Gl`K?)6(SKWMhQ^Eq;5dPYwj=7esAg*3K~$>RgFkz7A=xlJrj$X+Sxd=C83Opsz{om zOOQ};D!xLXhB6+78O&f?PtCsPIsroDyBPuSG$ODy5&%JI9?ftZ2EYMM$)X)td~I`M z2Q!Fo3gz9;-)wD%4WRe2H--CqTC>L93{Nnh;{+#{793PqTd578Mfa4)B3)=GppcXj zfqq2lY)TUQS8p~5dAaQ0XH~3h=_m%$}|ryS__kfvQNJ3fMlY{mh9I$a_gWm zScqFB8ty?CrUgWZ3aR=cO|gMSn$|(-TI~d$?)S#%pjiw^>^m*D)Uk;H0IZ}bZDE&O zU6nyHvNirI$xLR@_zz~}BV=6C*Lho*GA=C{2`+&zQFhAdTP*<9+|x`uLd0v+-3|Oo zR8;QOq+<`tQ#@vUI^Cl%eG+q!{x?1)&zsNG#mORjiA9#Y(qLlPjswjLirP0f0*@*# zOBQ%8WV!=2H;GBXw?{Zn^Kx~o5t4H(2V*gI{~Pb&?t|k)cnDjbHL4!m*m@TrEdECo z9}a$9|B{;jmVUkU>Dsphq)^iq4(t;g`I%O5xt=9H;2ABN7pk#f1~@-=C=MF@T=_;V+^k$-87sd;EBc5E!+ zYMvYrX|twOrnrDEG(n`QBUOwVELg&_d@~dwkuEIPa|J09E46{to>t=kZ=q(@+$5;S zwOT}^gnHcMIZcnn$1!CqmR-xz>;8Ih&JVSz{onQK0IH?RjRYZyU(4HtSs0{5IvO>7 z_^4HrqH|^{Lcu0zwJH#3GpNguuPq!jMx^3Logv29SFV*t*spdA`R_`b4%6ENxg3qdpyTgVuI(70OYDFCSS*polxxp*&lz%$WhfCb8Qn-r*(>@ z@yj`9$TAO-YQrTy7Z`;VSh?47I`}f2Sp5EL6S%3-#7c2jJ2;0v`WH?H=aAf6>VX_h zakFX7hg46M;)njQ;b=HCVa^g~S~QxQYkj`~E66-o-nxV@qQPkjj=F z$5kg+oYquWj;fXln=2LQV2{&TW4WqIRM&~lgp%G9D#7sSOtw7b7qX3A=RK|x&->f= z)m+QCY7PSKeOg`AKzbF#N99^BA!4`g~}l#Pl`FYQ-7)v*Vg z#GA^@ky5OeIjDfjyf>7!DkI#EFxXE&ybs;QH3h%dycpXVR5x~~?o8Iojw zu4G&+LPQqSVG9urxpJzjvyI;VKjBlDk-e4JNmV4U$|p*)SHieNLdaW-Id0rDzl1UC zm-rn5&oQ0xE-*$@Z!vmr6&};L3IA6v5*l~rkYv{&Ms)P0NG>B_lwRRZgo0Q|<)sB1 zaPYDu8b-ix=45M0SC{33EBh4?j6|z$rf!52C{N)D+&HMG#F+4ARvQT@Uhu{0zvu6G zF6W-Bcx0^3eOYe5wx9g!mGMSNgE#|Q8wYgQJ_4kuQzNkik00PcRCbs;dfmHjSu2chdlzqU@Udx`r8O)YpD;S;4<;$Pm z2mwEj%`?N{b>gOy09jXT@Qy%w9d1#0YJI|$LV?2sH8OhED-EOm@9!puke4Ay;>ckxlHWZyljUTp(4_ zNJ5&Xagj=ObuQVdH_`foLo_a|JDs@iD&NKNcsFik1i-oyX(MV8>6U(fU=4`wik3P- z(kUPy0J?$OBDN?wI$9G{p+cnE8ZxzRnB3IsViFB<8m&v~oT?+kyGOm`HpVP!IY9>* z;0AUu#?9)Geps7(OQ_w9!Djy4VCe*guS9$SA|OXM0}1KJtva4{%)sdhZ3?rXNxR{I zPVBa+6SWg{UlCRXt$&Jrd*o4s*!lSNWK<)TM|LrvE=mdrCVoV&z7i44|j5#bfuI(*58r}EyI<+ZU0m!t zH|pCM_`Re}px+<&Uk;h)8>Fme9w9E9dO!U}=UME+P@81)@u97hR-D4C5D zU3e$KH`eP)?~e$b@=xW9w`8z@ZT3%0Ntm5ZPba5veFN+5?52D11fy5&y~y}bR@j9H zZf&`XpT~dik;@=5==Uy}m)tc##hA9|YcEGZE}1xgXRB{g19w!xADWi(1y}!|hoa$H z5j?udgD3$Ow|k#L{L8`V`|vc9Pd4#14o6_Y#*&x+2HYo<#?}+#;or`@%cx+> zik(1KDgI^>;nUt2&A-=6Zp?k)jCeD>$bg6`?2 zAjW;*Iaxhj&k**AdqR+{f?Zl0ZNwrrBeL~rPGis=*X+!`fG z@o8KerC6wR6!$hG4_$`+?!qrZn)YT7u~Sx}WT4K&(CtJl^nZVhDV7xOqA1c7$##Zg z$jB8e{OhS@d~8SM>up#TjPX`_qf?Cf3r5qtz2gbW!~xmZQ&=xabNM$qEgU#F<=+9I8`|VV$ud96&_J_TkKK(Wn-XT{ZY7Cm zwsLisdz{E-F`u9K8QJ>kl6Uq`FC#vg4s6r3N&5epB^5*0g~wf60CzW(TBc+ zpfCHUJ*!!-Y>~TkQ-!Coj*fy07fVGlL{hTy;__-pks?mPEnFwU4A3G^cuHc}D^Cfo zQQb0q%kdGwg2l~Je+|cDI= zprZmw(JR~l-I$774Rx|rS18w828ol)YAi|mVru4&6epxLLAyG_8Z;w7h$Zqg(?0pJ zmx#1>ru=qm_1#w0g=oD6@8jNMJiz8XdwYOBf8+MAVE(;KGq=mFZA#)0$YC>v?-W6b zD(g^%Buai9BRQ%SqXyz(uk0zU%bdI(h_>HpueCbBV5?Jr9}nx=^5N0(`KC8wIG0st|^Ajb&ZLIX6p2vcni~H zt8LW|tSod}bu~{I+;$du2c@A~1D0}*xiqH7*kr-PZb$(l8ukoK&5P+*$7)NReD*eR zjy_n-pO$qV3yUx40bekMWiAg;#;~|WlEpXNT^3qg6`u&J8kX)Tw(LgwUMcoUNGoT% zMY|jBR364jkp-%%#fD#5N`L^iuuYr#p8U@xYS1K>4_!a7Es>oTA_THsq4SSjzUv7$ z2Yv)6QS}F!E1?3NYh0(7M1g&%?Bfvx^(D~ZtJBF57N0(2EeJG1j)C(}s|&oObZ1TC zfMM@EeElu>^u9)nV>)pd#z^2vqCj&s2Cc3B(F=hZVo?k2Y4?MaoI;Y>Sw#t^9X(H5 znJ+9A@cLJSAg-9f22rszi&i|z?9*6NT^EpG?ec^e3Tz9*1TmrtigZvv|D=jUT+@XI z$8faz&US=I2Qt1XvWRJ_P@r;6*T~c%OVwpi-!tA10uz2vLkhPlc4?k=s^c<6ia4|q zdS8$DrIIj+5hJXk*v*pc)pzI$;gI8A^KwS={#FkMb{a%5^4>xhUPeGpXCocXQDr+! zM>SOxP*n6H?G)VJjJHs0*)QS@D%TAHRcFc-l%WdE)aY&TKWZ&wVfTBu>{TMITaA(+ zqrbX4&4~yHHexv}+r%G^_k2)RutnoFR_vx&vW918$u@lYpN7tAxC4^dMP8aRE%-Uf zTK?Z(#HrP5ImG_NIwbnmllAU$RGhw7y+kr>8T!rvL+rFSnrAi~Ly#Jv9Gb<;m|NOz zFNX!B$SZY$L>lDxR}C}}21w~C{n1ht4SBi`AD-nnwq0A31Zp5V#F@lHX`KlEDiEJp z#=`h%0gcyC35c*DjAm>jP3t;+n|609AwsOGV7ofa*)?z;zaBa3JJwBtZ$12(qBQ*h zZ~XM#s56+K!(M#Em=d^yyE3ppbq5Cr*gZABzqh&v0MVf+Oq$pYt%`TnUf%4QT>~d% zETW1=Lhwp^_Y&^;&<)LB$`kKb)pW<$Q(K_ns-{NV#69>tK!`wuA|L=3NknnYu}w!f zJ$dmuvZ}vpmu49yjDfYNU}ba_3$gZ8%dogU5f`TEwES@~wVo`!5-qA4o_|YD@k$W7 z&f}z~588_8v@S<5H*Cdy(KD?P|%NuSMX0jwM@|u;WS@i zt?13^zGB&FhM_952Di>NBA7X`RY&t-;?u@QC$E1c)bb(##l9laj%9O4STN!E)EHwd zxo^BCVj?9OVmsxkjXK@U#I^%J*WeG+rN9VDV-T;4lvpQHaXir8V!K@DC-A=WfuMv! z)%x@x=9A_CUXy_p7PjEBy?@Pz{# zTR6*_qd+sUI;*NGa$%R zVO3q+JOwZb6XSvfauD!9cnIjEMnKFt&ud3jONmUy`&=1{YRJ&Ibc;`0>Qol64wVkt zz&qegV%YSnc4Ch0W*RuAD&!?kF;BoHUZq_cEn^N6Xd3_l#M4p7)81G5`Dgw4LxkC_ zQdso}R3KKd%8(!#vQ|=7WxdF2JT4O85~v7KO~U_R;}yL;scHt1)4BwJ(XkWyZe+4} z)E8m)Ialn{hnxGD>sJqYLm?Ins)i<1Avph-@%E9cG)_UZC0icRSsOfP5klMdDH>tE zGfna#SEX%?MN~H`5;bHqL^YSYN>^enj)4oh zw>-Fl;8zunF^t-g6_}wN2|GE67BDG7EUc%AKRjk^iaI(%=ZfR7&qo!D2DF+aTJ%b> zCIT=&LR;jV!(82UUE*Z=xk3Oev|I1<9xc?g$?Cg9f*6Y)N%Y(%(#MLfCyV;S0gf03 zfMr28=vC)&t=8%0y=3g{6Y1!XeHZtQcQib0H7U_|$v&u;z*E6 zEjS5B-i0{0iBp?CRRO*}Qn9b+@l5@j&UoibFVvDq)(9r5i0Hb?)X|7$A~j_W3f;aA zZ7#aIC+i@!7R5uEXuwqlK9%dh(%KYRT&P14z*?X~hg&%v68fGY$8o2j4V;K&e-$uu zTXX!63~=EbRyQ0llv9E(#u8WyC}&vWTih5|og4OC0etZSmaNF-Vo9v|z#SmK%kW@<@ksXlK!Fbg LgT@{J7k5t~t#%VC literal 18996 zcmV)4K+3;&Pew9NR8&s@07^6f3IG5A0DH&)07>Tn0RR9100000000000000000000 z00001HUcCB1_odSf;a$F2OvK~Mn*D$?I{C;b`c005_=;9xorT<{Mwei0Yy(%#xAoUE~MfpaV@}Ssq^Wt?&DtIoUu+^1Ldya z_r=^bigGW-h}{n8!4ix#vH(4y;Q9Y=t@^K+IUhg#KNT6VmTHrl?ouEv^zIwt85t=` zCQwk2<8>2(YWsKGJ?ykJjMd{i_<=4mD z^{&cLy6db<(t2TgIp1UxQ4HVuOBy@Arp>B&2HO4@`|sPDPxJoFt<2O&;6U#65dnfw zlsRUG{DsKH{_c0lwoUGJyt7_bjEio*3<)CiXs%9?+v^7Ez!l&F2`xk%9lT2T-=%TU zzk(U3<^-ee;Zu(|qD@m& zVS-0NQ#2hJW-kjPaFbq8Xci+GQa0n%aG#GM_I~qvBW57-%Jcr^{az)W6CfHX!mkaX zh-%3Y={zqk_nHd4OJO)4Km~|mV%PaVXnzY6E%+}kv%D453GN6dh}5FH;z{D8s1Tio zMPe=ZCj3iDfMkILO1dPsB%eyf(q+=`WudasvhA|lvLED0@;izc#dO7MpYc8}pI5$m z-)X+9eZTN4_PgtE^e+zB6zCVYI4D18cF-x10*(>k#5&?Tq-CNxUy`Mf@KS-acFVc_KU)R6adkutPkil%Y5=BI9jCvm394m;8 ziX9SrAx;#hkIRc|j$0JBCGJGrow(1)b%XFhb%Rz7`eAU<;BE2w@s9W&BVs(pg~kU7 zRKmu@?MdpS`;0)@29$QM$!f52=hGi-rR=# zDFtx_iwiCmMi)*mVoE|wf8VSrdtd&d0;`-?LwSq(dFR~N^U%H*5B;6|6nQ`SpV^yT z<~|1(X=s0*&(Mr?>-(vklUQgdGxYr$xS*2Y1PYy$buM$WnluE39z4O72Q@N6f@fto z)b|c*l1;$bu6DAp*HyJvC&Wvu1N!+(KpUH6izm?0Wm6M7%FNZ<-e?b@Fvy@figpLM znxM?Agc+D@ku}+5z*sWr$Mf@AuUTxd!gL)+lqf@64vfI* zw6YdB^@WVcp>^bRsb*P?O3=h?-Ik$ABk^#L;a`KgrlLhxZVVLyp@v4#j>NZ5KP4BpLZ7M1}bsS{32+O#aVuvA?O(xHwdFaV36 zSsUf2Vo0smC$MY%D5C!8bRPhwN973`K-6A0qNH%`)bQa=IfiC-&wcAL^f6w(Wp;O& z!*-)~Qf-%QSjI+0c?VjG*D`x7%?)Q8=2~ts%htn=eH9Nko^QBw?DpjI?8Alo?mw*k z2u{RX$L2mj`!o9wVt7r-sgeo9?-V-G{tVn>x#zJ|p`Hx?WfV{YwzT6GG2ffsI_ z`8a=3?B zdT{sKR+2d3YE4i~u}SzWv0K=@b>sc+ixn#LA5>BGk7av}pm#tp06=lRlqnj+>H9-{ zU~u-MlEN`rElmw*;f8R4w8aN$h$21x0)-Ot1dmT&Wc;n~EiNnhhl!j0 zE;*od3M&&f1t)6*vo9+F3E@gSO&zUQu8GA)!U?^Il02tNs3I?rqAQKchOIJ;0nN5! zqiD#Gkv(ofoQo!_c!M3d0vZ`Q38k`lD0y}_c5=3XMp(bh0ie?lfZQ>efGF~@JkQYx7{&p$KdxEAH za3B#K@Hn2Hpa}HX@sU0mml8@>3gS9)j{H$Y0RiX;I^{6lbr+?awIQKZDVy(I*s{F? z!>-bUp;yrKF%+c=pvbP|IY$$E-<c>l(P}RyA6uMKIY9GvIQeS`Cg#NKDuk1}C zrpZU@!ciY^P%d2CB%k1$rYY|W9N);xo*48PFue^+6)VV#6E8Z3&XfC0AUlsBZ%En| zif{p;4oKk4a9gorg#=QKi$Jbr`W{r;R}Dd{NWY{xfUJO7Dv*BcSOjEz!O)7j zXwRw9cu&{#!fql69-z%S>SlL72n_y>oxq=Zcpiy2L)|Ei#15y#L%B}a>%?K2_<8*^ zOD_B%D{z}ad_^Pqt}}2C#K9Ay#d_)l53%fJH;ijj{Hcr!Rwz4ds8M1HxnwQQ2Ua$ zvBWZqaidXGA{a;Y{31em9nT63DEo_wr+KhdX_!EX)Zu{SrT-}6kna& z^}RHR$AqP}9)>m6#0TgOKuoPG6id@U2LyVWAV9HNrxnW#VC)cy8{x|hg#JUwoWO$6 z`?-2@$PPP~4(G#zkPM%mfVm1r#&&^4e6PcdydFlns>wj@yG(HzZXydspDzG)c7!nl&-q~$G%vB z##aaquISSWCw_c_8#oB*W?W_S*Ep?122)u^R|W)dtUo~P3cBL>AVu1Q@-HwP z=$Tla7kGIH9FRnS;`{@m`BX${snhXdA#mWJlNW&aj=X2tMX0b7=t3$e)^Hut`yz{hiE3ifO2Vd0$+D&0@Ov&Ox z9&>&E&1;{#7F=C%P66uv{PlpOnE4t~L*@exrt{-Su8+aL|!^fxbE zIo%1W{ZcvF$vHuX%ZLqenz(m19L^Be@Cs!46-F{zYCM1n3y(OnxSOp_-K(EUL;4k^ zU8OmHeyYrLe{e6QQCH+N+Wk0fGRz+r$hG2JfC6aSbEj>j?u+vlCx3SDHbO9N?i(LZ z%FJ%q_$Nuz$j1*>Tzf6xz=&yuCIz~Rj^#4yuNTcDeZW;h*aMT<^HwWL@PJ6P^*`4QZH zG2oD^Jvx|Nf;#Z zxoFLe>yUuNjqN~2z8T;Y3BIw4p}Yn`&~6zqf^vQXhgpB?t?fwzIj$=-A}43-gI-1n zfP)5;1}&1pB-HjM2ORPTyPtQiqwKxCYqWuJdwvaEBV}R;%2u(=j_%CI47qk9=e2I} zvHK0J7k}m;*)7FW*I-LW3cH}Bh>}Ep`8ANKP71mdc5WuZ;2rGWA)NIympc%TByhR6AgDdW8EiLi8=e||P5V4KtSFq->Z*%r@IgEj-xjp!!QgF_yWF0omIu58Y!f`Y_VOX%8*BHXHbylhmeeJ+ z#5thN)3?xRIt_`LVj?TSxRQ8{Bi8GBds1JALa*}(kog$QL^(lLX=Ish0txbSAv`K0 zSnN`O<4v!2QZB@7;@Anxdj%OiDi&S+xIE;}I?}}u#2L^2Sq89Zdc4$X$cpy;| zc;`m)5nCy2o@W3K3`E`aD2LB`1#1%=x1-LW(^w2@JG!#D+GYs_pJn;gB&bm~L9ZFF z5Y{>RPwd~=ApG|^bVAusjYoS%pYaDVdt)7m6~M~&tV^ZZT`QX8D@IPMnTgPzR)tck zo?%5(TW6F@wSXIj0$e9lmh+iP@PnV6OLLr6=^Nh*ivfA;#X$KT4!*NUG@)Y3Q-A5o zX&*!gH=)0k4$xrC8bu&1DUW++|;8BIk$)n%~>DC`~Qaqg3ICnl(9PBZlyO@ZXp zUJeMwbpcu&ii#AXoXh)8L=>vD zV$Vva977CwXNLugBm@V9u2f~v5)M7`KZ=EZ=L_~|I~&mfTsW_B?vq!4Sc0kLG^ks* zQ@zuQq=8QT^Nv@SJ;EI_LQij2OeZ8EX9zh~qj636KW z_Wqb%#5MlsKSkNA4Zj=alZ=s^GDT++htH$(#E|qZKUv&x@@LjiP__#F(Z|KZBY3Fz zM9_mk3qu3A2%17v*;JCuDI=M~xXfHP#fCT|vc_;YMG8I-xjVW=7Hg$jk9K%qC#_Om zBvVJnCt65FWeHl=?zxB*&Bq8< z0)YV8-EKR1JnmBF_>!tY{3|S9{@gEjgDd53TfU^pU$gQL*ZR9kbJd)dn6OI|h6YLI zfRK{i7#!$}U;2XH78l#iQIB4mF#P~A;VE-zovqTWr;FfYTR8brC=76@K_xIAmN819 zNu$0CN!OC+@y5S9k$$^IAo$_Ya#4iF59F(Y+| zW%U`-wRsSoDZ@o|asFXAu4>*HZZ*fR8P$(=&`hCBH1Ulfx6aKq$%ji} z1vs9hHJ(7RK-wmtx&UZL=V4RV>ZfxPx-QOJB9IQ$lH;g0k5ouPjR6b*hcDKH*p<`M zAnvP+*$D?>P%coQ9t`$n7qM_`w_2=4H`2h^$FZ=!JS=@d1z8stE&VyR&R1VJM^YQB zyX0f!6%uXbhVh5MYJBJbL4vkuSZUvi+;G)@XC>?HU%@tRzTWyQZ9vBx$eOz}53()& z!vF2eccFM4V^Tf0NqR8Zo4X@IIi1e;2TMU{>fRgNBp@VI zp$>`IXLoDl)?RL5fGF@@Xp-x!h@0tl0cck39?Fsw8oA7jLU(iGlN1>?9a|C0TAzO{}*w4O(RK2NX>Oq{86KGX2+C;g{iFoi>+mL zk^c-{M@5q4L8Nrsh*j)H5|YdNx1i!#kJyn5bat;esRDITqJNt5%AC%);*i7VSC286 z;5<1XZ=6AEqVR3y9i-O`h?2#_4l12+a3F9ydy_Q5*C9O+Eo%63&>b47HX?3lodH^` z=wTNfDnO*P27|$Y#V1t;2*FIy(B*JMub-|^kAQqCDBpziBq;qv;plzsb$$T6`=Hd0 z1kGfKdW0lH+J7`rFqJAH1VDsb75Vsq!am}}Dzh4|cLQdND#w#@Z+?EW{H@SRt|Q|d zSGyuvbpXA$xK0Nc5)t|$mVet{9Uw=!I9%!S!I^l8!YzTJiWpFrVPC{po*2iWhjX-D z2O(f-dM9+OLy7v_6IZX-C?Q3hDIvNKc}D%G@lk!Z$Bvf>cYJlOcs0$ zdk+YophQrBXzT+HpTFQF#ZDj~?J$>iC~DhaQ&o0$Qs^XMAd^YUZY?jQuu#A>f^7va zcDbW(MYa1pDlMIyXVeklylp#wm`3bALEE-XO&B^Nm?(W=qcnP{#v}L}%ahcE>N}wj zE_pCeytWJWy+U~}z(r_y>&!S!vs}kei1YZDrqB=Js}==jTC@jAH4I#*2uY&a=aWk# zA$;g$3DRS|>QY1P9@vPz##A)rb%@XM`dJ zNaU~!L|3^%u%iW{2u0ChF|u+SnZ6To)w(Dn%+4ucB0b=0!yZt1*K?rX`f3z8YamJE zXZ?Z3Ps81*BOy}8br@jU%id6*PsGSL;{+~(niSjPjHL-6f!UrTXEyzkoo0^qv!qpT!n4)stap(C_rG6-x~WwUH>IiSZe#QJFl>mQIvNkTXsAo`kkQ85AAoY{@XoaDezt zX90T)w3Y&G<}nARcnSsPJJ1myU7;TdhAMPsS`BOvhiB$nGF(HkZ@|zc^95zXCBF*r zdHH{gEvO*J2gW{r#9*^gy&6kj)IBc2)!l&kBH~(fjS)`f(x0t9Ga7gs)2lx*nx`)& ziFW~3aFVyN%-8x!D(58M(12|iLN_iL5S#!oGXbw(*|Tb*&-8=>Dg|mS06DcVSioNO zLb_?G-I_TSK+e_GocvvnUzBW2h6bP&2+^t7&

2_m@W`Q?D8f?Bs5TL%9cKhTk#t zgo#UMK^Pi0Uerz&uR%~}#LZ8q+}V8XP;`oz>G@=6XRy@27%AdXPQk#{TA>w8ioj^| zw1Pw_?WP@%)AEE`crWiLkb3l3M4@FJT>%&L3R$&4j%@pniN~2WK55R+hdc2?Uh!#@&1wJ%$y7S@c;!bM&;0zy44fRRYD@P95IcD*E=;n_aK{kYI8OTcG%Zr+flIPfU=j6}(A2rY26$gkm*yuG5 z#i`ZH!@;g_%+NG%eywNS={C`dnhT5@gea{Fs))ZmdW zXQlQ;7U&B&34>89Jee=as9!Yf&c*NQnf>PY1-KxA9ye_6Ohf62P`Wj8_Eu{Mz(5S@hsOVKkrxjI{|6X^{j+uY&$=s1 zBKvwIFaTwg=)X1~VP+j}SQmzNlt<<-Vvl*1eqF^sF%J#5&4sUr->fpPF>W~@OOL!i z{F!;?m6!iAF#Q1Xu2uguPhA%L%f6ezDP2J3g+8bPZ`k+`?%w5f(Hh59cSo@&vSD0>7Y$4^QS42h~F{ojD6SaS2nr zNT8_kiO-O%u#$o4SHk71%Xir%7oyDZE$Y}GUaSQLa>P)FPr%31>5roe>G!k8IUcUU zp0WlWxB>;$S58I91AQ{;FFzT+O&PS@3*S;tNWR#b|5*O~xkQ;m%}(D8o%(WdRz6qG z>!?hlAN_MPbJKgir=>U!?8II``APxYE%s+@x_i~SCh*)$Uezj}+y69e2Yrg|l&3ED z??dRxOuS-izI1tuX8>T!BksqDBp<8;U|(d+VG*ufz$(6s) zrT_8+rhwl@*V_AsOqogE`n)A$iKi962)U2H1^O*de5H@o-ZNT~b3J(_A3AssPM)l* zCaszT%diJ6dA9`(<%bE)(d>qv9*Wk7M2n?|lc42vx(%t`(D$`oCo>RGouDUf-31tQ zZub+rS`v3E!uyA8dS-6)&%@!6nO7p~RepVhqFbZh$a7|6W(h+Xt{`glwtI^h^Ipv9 z3YX^aCG*r_;SwW+-X24gD4h9`;6+Z!+xQMwNb&`7WTuq;WN`Zdgv?UXeM z_Yv8Ful52kV0^fYnm#>N(o2S^vEz-f1APu0DD;KcEczjXuEam~*h73j?#X#dhc~lQ z`a{t}9q(b2&0p$^XuEWz$fZjf54M_Jm6Do2Xdk-#EpN|%%Bn+-&*&3qy`Ox{Xu#7P<#kW{5fLST zc9_p}F4%gg1o?`6eU9F{bTo-IV*jSVWPf;((VL#6AL1F*5Y!s%)f-ISe}%avXs71| zsiImFelz&}Z|7P@T1(sECqC^nVV$w_Io17d$q_r3E|)YD!oLWHSF|gEKglc*J>ui% z=T3e$?O9k7r*yTc}+CuwiveuFkeDm@Oi2( zMi5vdP(OnP(pO4snM*2(AQZGa06+mh{Ek2JlgV|aGhYU$+TA6}a_*J9?{g+5=`)Rn z*N&L4(C*hNWiU9N(s(O`m5cI zYqH+TVif_^YlN(@GG&qa`Vmghp;w5brM!klsu!IAWKt(=bHVka?ec-y&l zw<&LWZ!Mj%UgGQogKy!I%tS2Na+hiC+ILT)E1czT#MJcsaNafNdTm&`=hI$W8|bq4 zocHX$!@s)n{DgwPs7taf&XRJM!^63|1E_#(zzCOBWi7}+LQbDmStTcfKR?6hCag7< znVaw2bT1WWkOaWbqRk#c_O8DTL?hT~bldS+ci06lkNEupn8K@A1O@zGvrO5rU@)4d z*-kjAp~{-nA3b}b36^?xu7?1`O4+&m96{xAom;-u%v4%QdP0H-&>&<1iieuxD>AH~ zV?T8aKaGB{N`o1%s#X}#xtf91n<=?dg+gAaO=nydA3ov_Elxew9t0p&HUOyD4!aLDesyDKDk)9T+0a*BGj zjd;*h-ii_`uat6&Z&n~-sGNjBkNagNDNe@)T!E$y-5n;$y*<>C&2%QyU&QE0f8^-* z{9>^^S+b;ft?oRQPV1C!ecJ?c)5>&w^$FuClU0Dp2cqP! zLU$eqKR-JViVN>oN*F#YXN4T3oZL9DZKJIo(<*OMZ?ggYgk(=T3_@|?{YnW#Wd=Wo zm<&4|@iS;?m)!{npBDr0v{`)) z19F{~;9Da;lXOyr6Xl|1tcq+H&AiE7HbDVFD65f=1CNWHEH1k~cKu{YM_}7}0dN~> z;^;xE880)(XZip+1}g%>w7mvnE>cximcoFLL^rjp&JYK70iuNAfwBn`D$^ApPJq(E z&|L+g4OUiJAxZBzTi&p+e<3*H${=hm5dDEnXDb2;Mu9u`-$*6DmDrOAJd8w2=QgwX!|-9af#$rZl!1x6s-#tOk@Q;Qb7@<^-7UzR&2WU!{A1 zhKk*Mq|}4{ca&Db@YxY!FD)|Ch4m{MXO7&9Pw|v{)zM54jZKey=K~-4k-KFT1{ZiJ ztrV#0l^}t*i$>1du~CI`@0z|R-aOSqJ+x-$(T=2kMs2@-^`*Oh>dHv9p8LL>{_C=a z%^z#qx4TF0!>e!zXi~@mQ2$}tg|-NrhnaCZkgv@XUUBSb<0=2%*Nxq5&(HUS0mUSO zgi_L`_Y*X1G}R*Ut{Ic6R`8^6ZS=EX&3uxCbNT>5^NsV`z*$C0$a5!&MkYp*c^fvMkI>aV`NaClzJjRN!quhD6ge?3Rle;0k%p7^yZ7bGqf6NN z)hU`BYW{+NA6}em8noSSNBd%9R9x8mC~Ws1uvoA!8skdW#f1jIPbT|Cr?X!I+!@a2 zqgc7$XS7;7p_t|wF(s+aFI2gy?6$xgNt_~5Bl889;tB=?roPT-O;x6r8RxyS z&YSxW^^?XR*K95$!htcr-f}2)m1%X5`~d~nHZ+2f-km@5CZ5Eh{m9rE*>XfgVA$Vn zF7zolu94SbRXT$et?|vIJ%y4C?h4OiU%iDgK>C}_{tedR-4FZt*3zFiH=LEVfPt2x z#ctAE!wIt}k4s>){gib#JOOkKPUuL7!f@LNjuNO}5HN z*@>5M%)Qf3{`26wo13=Qm})kz9(ar0JvFXzV}p%EmYu(i06i3;1*u4FCg&LBn>~@>?=(|6Z)!9gdJDMO;z*C`_Eh=C% zE*h5uLV8qQ_&RD6YxHc3D%P@_&a|Wi^`Og+NxU`s_-VuceUzRF;H+wtTu}6Ru|euY7_jh{pua!B78-5m5;>mc`Hwc|KOnS+CFYF;t3X>A?_3qut6Xx^fMa zxZu#=5$)yGncD+28+(7CVAok(?KypYpB`bKepIFYtQgnz7uPECd(H~-Er8}^aCdjl z>^mbyOruFU6a=Dm`PcK0zi*w~*23ljuI;1N-@JJC2{5}Hxe%DktZ=0bMku@073T#) zPBWCZTrL+FoYT391_p)Gbo!37>gg(!xmk_PYQ4s?SsRj37hKkD%%kpmaYtOQc0Y+m z+pD<0_*P!u0c1-Tiq^Ngtz6Jl)NE&Q1Pq1Me&_+Z*Yn78SO=Jma5QP>EkP)+Xm8uG zAVi96A5U~&a9-#qOc+w(G%51D*=<+0Fd9wKi8E0md%cav;V2PABbzF-A{T~CChJC( zFdNlP;e?6E-k>&T+!={(t|*+xNc4|B+Mcv^0^LvdPna-PPzu?NJPHQbsSgJDyu;us zp7O7S9)dKmmrqa74L%RtXIm{>T&Oy-MLFjoO}r(bIb31crUE_W``C)?99(lGO}o6$ z>v*)B2t!4Oy;LiaL&3e#GGB-T>Go<=)0^L@nxw*}BeRTFTI8_z;*Py&iDTL;N85c~ z^Da$2LC74AENzO02R+PXN)`|HPaze4+}SmEn&OxX;XS=4B`Hqhw@5w+i+NZ9Rz z`k+`1IjWdjXJ!@eu~REtYg%CwPEC0WTsC%>Ekf7x z++dLz;y~%HMQOzg={PUkU$m$3){kP`5hktwUhPC_iy+ z$DO#-Mc*jEVPjX_G@0mTRGdomTnL^ungOYD>Xh_)Rk@(y!X|a>Zx@yDI!cAtT@>Ve*zrQ%wF>o%TJF~g7i+jxH?22@kK0;;nEo*qjvE}{E#{Le%H{op2 z^<%lDOAI2k^_m1D9wP?DJ zC*_;nbAA4T(LyL*Vu<^~=Y`$mEO1ZtZrju18+1SZn*8T#gUk;)@!~>5#C*|pzOWKQ zY%l0IakRd}Z(Eu9u3KEhag2|;*#`dkpa25#+neGC>N0Z73hlPV#x67nm4~8{7v%{z zGtQf+*A4oTh8`)f48$9&?!YS9`E5oFDdN?qNZs2Ij2Lp%I=H?&Jg=5|eI1|R5j+oK zwANx7Mmj$kA``Lkv1eQFrl6kjd)FclsvK_?1>P^mtrFrbbv4w& z<_ja4DauFBvVPe+bW9`+i8{Zg=E1ew);@T$`$9};v@?GAKf7 zU-{B!w|GL6&s$GHj6adW2RbZ@-t`CClGc~Xw&9+?O)jLhP_e=wAehhYaE>l zkn<|}K~7v_*5uWBQp^o8zxYzndwceqV@mtqQ1wxU5* zrq>RC@o4sG+(;pv_nCgd6UGtwb|NCqVp9~7FVmP*)4B>2Zt2bbA!cK5ANHxhO4c%o z%)gVIEKfPxkY{7roYi{SgkqQ0Pn`$Pn?){(rv%!TZFmbt^Z=e{ITiyy=Obzu^?(S4 z5;68dsCn6IRgxNT8K?VG`^{5L7>%?Y27cs6(K6_2-7?jbR{qs_w$B0o{Lx20Z6@C- zUG1-EaGLAQ)k&QrN6>dX=#i&c*ra--xuhV}oh$FB4FpnMZwklf{}gE6zaQM>fcTjrZ|FU>!Y2f*{bxVO7!D3(RQ0y$D(iTp zYx6AYW>wo`sOzZ83hG?nVS1z56-4902OmDZH@?@-tvqwH(KG7zW(u=EZ&oU8#+z{2 z1L@Md$hOB;C2Pqu%;T33&_u|J8r3SbGAk2?=&mc49emdxC)y&q;;T8cJ(u9(1%8~p zC9j%gLHQm)Z?hDY(af_#wNdrSuImC1xZAud6O6IPa@@T;eqq3tr#H-&)iyiArnKbr z)LfUoy3Y;0?jBB7g1|uJH~W9--)(drUBe5zYZX z-#X52lQW8H7!zfO}l$h8H-Nlu?^bil(D;L8si2az9)QPOn@hwa` zj%nF)?7Pq*qGOz$zZL6)W|Uxg=KOHJ1=Tl;t?>-8OGdM!56=+iJzQ_zpfM@vHL7jX3rWkG;oH+LT>9_b}qLU?X|_% z?B3^A!vkL7)+2O5K=H(7-G~59syGN?A}2~Hh)}@Ob7vn3L$H_*ut@KapEB{eFBWOP zGqtM}Rb;xhBMiF^kE3BZ)Z?ByT}Ninp-IcOI*#Rb=+KHLocfL)#v76SlG#w;y zl#w&stQjEd3E%)Rpk*+K$#7i*QGt?yh9d-ebve7mkl9D6yz`aYO#vV;c}O=1&2eUG1<%*0CCb@PLlDNwNEvwl(^-*=)on?O(+$ z#O35xAdE(&z;PkeCKij}to*hEibiq(_2!U2P- zI><6OP8UHZ7V|x(jJ7i-jK;ov$7Ti~8hOX!G0r3b5>vw=OV;E^N#CRo$q#7BDM)S@ z>%0(OksHgBAR_(`R~~m3)))fstxrbPREc<5l1<+$R7L(pO**PcKE%7MA0F;iIDCQ; zq~{|~%A?!o(ub!24wfJNG&l{#fgSsq0Ywia(STNxd8i8^Ox`e_upLd81-Y#TBmB?70YuI)Q`+Y@P}NK7|TG5|ZEQyD68Da=*#CnpBeNx)dHR9%9Nn^t;FRA9Cq` zf5{VuPwd22YWa)z!=Into6O&HS<1#hsyAvfn@Xf9{3!Rc9@$uldnlfk!dymD3U*T97<8CrHFb^J~sY>rl^ zH4Z7lEKbY8sGO3Ls>JPE-D^;Cr)8UsD}L%C$lQ+v2Z#W^hRjx9Aij&Q&!HK8iBSHp zNARJLKP}keLFNgX$|9TMv3tAoRwQB57#q4H?s2=fKU3Ro;-pF*(knS}cxez!aX_z( zYGIS^idO7#VBKi!;-Wp<8vZW-#zA#g5NZ^cdJWCHs?NK*9`sT=G+Z$D&UqTyFtZk&aH=N(|+Wna|Q!f%LI6iF6EJ98^y%k*vkGp<)xcJ z=6AOjux-);W~0h>9V}6A5Q(h>kuUufYJZJSQ_l)^3-GJdh91)>jn`F;w%3$uqfORE zG)UC-Vz7OtM0H=&7*lD6dQDdF>qTPwO;{y%=b})L$vzjpyRGKJhNtI$KpUS@$0aa~ zf>AKTV;`-3#!2=qx%t3Frq-nCwOn~|Gul#Gy4a%e)Krcvd%j31kDCh(KYj7uZ$xo^^DwD6 z@0>E~?&6@%(n#Y9-J;2RE*~qZrVeNqUq+)pqkmmr)}^0|3Z4#VSqwr%2Gn5#5%mXk zbFaZhZ~rIpX&U$HEP|7&C}5R8n*Hb*3Jy~}=+X7D-?;Pm0)5smNIQtcF;R1`mC-a> zj83gOVj4H$|H?&DpBaWPtw-X3maEGS zAThlbsFq?Y&G0zj1m#IQfs}qf7ST#*R;d@kdFkh4exrYASIu2tQiZp!%;sqOrGCqo zudEe$*JnrIfO9~*lS9Cljh12t9leQt!I##cwUxEiXU?Qs4YM+;shPD#*D6@l->8nK ze&!3CH)zc-8c4NYZb~(f_HqsM>8r1PN;@dqhOG!Xo3m#>vl4`#56d0m@B(?GBH-?e zw)2j-^p<%|;jp9*ye^u*sFfpA&xRk=o8IXx$~%*@!6)X;ix(-QU({j+jUUF249*SD zB{Bot2@{rtFLKa_1Cl6s)d|T_ucgC+G$UBqp z@-NHBAG*`UoA?CzBft%lO;ZB4$&V42G$VVkXO5Sk0gHi6UNy^k6_;7n=?g=&(H${f zaEj)Ib*GEW-sT(VNzcl0Er>=_wi*;;VW??Om%&o_Ta9LnFvTb}Faq7gYdQ?LxR5N% zirf-5byc<92PU`lrrs}>L%ALDE1b4t!aH5DfpatuYB|Py`amXfKFwjye8oIQ|c%Q#;e8W=$DFan8K)peP^y5~SXCgCmdcqQiYJbFMbjkN|+f;A)zI|W_tD4q- z$U(T9NP>+s>6_i%o=8OOIU>d5mI9ioAK{C*@0kUl2_H-6{puK2yE|h}t_xD3)^j4J zd}b|bF_6KcL2MUJJSZVX744X-L3d?lfoe08vL;kI% z@9jZ0c19JHZBy@`zW&;0)X4hkj&bm=y>i)aKJk)e1lPV~UwkK>=a-))jzzbvTnMD| zRmpRnpI2#o$E>^HqH)^1McMYYTY_dbx9-r70R#NRUU|!!@c#0g9IOtn)#V8>0nPqe ze|aXNbJA}%zq~l_Jx}f(@(^R#qQyWj_NPmK(LG3Ncb~JXdA69mmU=oG(g|m~_x9&U z!mhD9JkKQ?9CN;Xb+dOz7^#$(HhB?^9OZ;PAEGTk4&w8qFKFbm4+z#U z6d%Y{WFFnve^n7Sd)Q2!3cvQXiPw)x*pyhI8&Xb?A&Lf>ZunBxoF&zd0t?hpy^Z^R z&{yDo7opS#yu@lbhN^hSIdf4$y}9@;SR%u%;9dWu3+sfN=j`#MCS+n;HQ>15f z2^Q>3(mbcl-fkxExvy`~15~9=Oxosl8>OM`j%q-^nQ3N}&Kj!E$Gwf2)ZTFuhR zCwEK5>~Y=LpHbf%0sjdA_D+@EGoC#`V`=73ojrpV^9(LUGz|rf>u493w%KXZ!HT@Z z*;=gCp0nUTzI^3(7hEroraNviX7n8to3R$xggN$;5ahr-ki z?k@)?_wlWutPu_Lff(f#7c~!#jZ;82Vi~J&$}5QkJeXd;za14_Du%t@keFCSZfPYA z5;1iwJ=?V$+j0d>vMkD@wlMUpy{o($ii<`Z0|y6%QVIa&xvu9T|JewE28q2tOXS^r z4I(O^_h9UXwl6jt(>wN0rB4GwRh`+j>N+iI28_1*VZ07Zzr*9Yb7Tdtm$4hGL#y@<1_8g78!prBSPN~Md!XPut`xIlW^B8Ah99~K~uy*9HsLyImUZ@_Nk}F zAtPgw_4_t$a|WHBRb`u&<$0cii{rb#7q|i2q-j4$(wGP3#VDDvzyLzfXZ_^frU@_4 z?!7Snuwv-3m zoL1b|Iz>3VLs(4xiYBdC^dKhSLWX_#NV##u;#U1QwMYgLu1%L>|bbR!K* z6xY;JF`$%-Rj=0{;TT!_R7kXf#-S>ARD>UOu-ylQ$D8{YR&8FQApVc4? z(FTi@w6n`;5m*@+p$`2}+Mf7@Gs5teSUHc=EDZGNlqkr|uq9_6y6|lvp2^aJs8IE1 zPTZk|s~qLZiyDbdq#WQKH1!mO_@%@BJ1lLhDfE^H zr1BmRroN6^`=Y#x3tVFD#|?Q%6p(iOw`S@ zl9Ig5b~j6^SKqdaOhi$+ql+WapS~NTj_U)aDY;)of?G2%q>m?6+gMh^P3VY_(#)GB z!n*sn$Xf2UtX09uBD7d-Gu`GCTe+T~sj$ozO>FJ>j=ZHQ7cFeqj{P|{lUCu(+C?|3 zI6ow5xwam`UNLKX!@RmU|om?IP zLd<(Z96P{zJIbBacodxaX1+yC+A6n1!-B)uMr_n>$N=hJ>(5o2uD*~H(m0P#ioKkOWJl{GkdzFxlcZLp8^<Bus zxeyt%sQPvxuFNTu3lgvq&g4HMy>P;fG&%z`R=mccyb8~kJ-bjoual~boJ{9B6GS7C zEy`XL`jL*%fTmB~PB+8cZ_+>}){=vBgUfV?RbmHTpbU<<_Wh_Q7*a}YU*p|mQ`HL% zTyjlFqtIQICp~{4v{b2`VY{C1`ck~N>iF3;s7@Qn>MYE3kK7Ee>VgIt{a{p!p9Jlu zBtP)Cd8*%*p}ozQY$wh0Y|C`ubd^ICH9MglIVnDW8vL;D^mk*q+6GYXD`9Z$P(?bx zCrYI{Wk~4Hh61ypVU$2^*IahUrMp?gcIKBW;dzjc4Mnva>59TCU15`^Th7NFBjdf7 z-f-X4k~MS#Ae4;qRM2GW@_sP#S7i422OOd&W}T%LYVOV2_{YY~p0vioXjC;{seC_V zGuqRhcCfid6YNPAWZ0;%+qPwHUC*iV1i{+p$;c?a8Y95=#+3$ShbAu zG%kD=kEA-UzEFx|Iy+U$OuxK06pIr0)>^4Q2)?yrD9|XPuoIdRp52KDtsoE6 zRFVm!_+(Xl&Sjl4EfCq4TXU(}V-VRxb7sx#5y)o47<7g|9%S+Lz+seZ`<8YrG18<~ z83!qhp?fPK)`Gv7c*>w;SOl4$hlLKiw~95sB-n_<7)^mmR-&O-Aa;6tk1qJA;^7Xh zH`g`sMXgT+-1pHM+_GJ%n}jeY(a#h?G-B)Bwra_A;AKHO?h2-i80CNn3Cd8jz3FA-p^V{i#Xt&5;>Y3_|knKkxM~)+;i^pq3Ooj+V+rcFRlcR7TU$ zurdP8DsXs-kK>w{TN_bJaB7naq74KFna6sl{x#7%y%#i$ z^R54NDEnQ(%x)FB9~8jF>%Bo(9h?euF&2L(pfkgi(i3D}b#6Fvgy2imu~Ls>(IKL) z)|e^o7RUotiwR0f7Yi>$;ulY?4;90d)gaa>=5Yirq!%GD>R-(_UT=Ch0V1k1 Date: Tue, 19 May 2026 15:04:25 -0600 Subject: [PATCH 8/8] Update json --- fonts/Vanilla icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts/Vanilla icons.json b/fonts/Vanilla icons.json index c2316595..29871f9a 100644 --- a/fonts/Vanilla icons.json +++ b/fonts/Vanilla icons.json @@ -1 +1 @@ -{"preferences":{"target":[[1779210310],[1779210311],[1779210312],[1779210313],[1779210314],[1779210315],[1779210316],[1779210317],[1779210318],[1779210319],[1779210320],[1779210321],[1779210322],[1779210323],[1779210324],[1779210325],[1779210326],[1779210327],[1779210328],[1779210329],[1779210330],[1779210331],[1779210332],[1779210333],[1779210334],[1779210335],[1779210336],[1779210337],[1779210338],[1779210339],[1779210340],[1779210341],[1779210342],[1779210343],[1779210344],[1779210345],[1779210346],[1779210347],[1779210348],[1779210349],[1779210350],[1779210351],[1779210352],[1779210353],[1779210354],[1779210355],[1779210356],[1779210357],[1779210358],[1779210359],[1779210360],[1779210361],[1779210362],[1779210363],[1779210364],[1779210365],[1779210366],[1779210367],[1779210368],[1779210369],[1779210370],[1779210371],[1779210372],[1779210373],[1779210374],[1779210375],[1779210376],[1779210377],[1779210378],[1779210379],[1779210380],[1779210381],[1779210382],[1779210383],[1779210384],[1779210385],[1779210386],[1779210387],[1779210388],[1779210389],[1779210390],[1779210391],[1779210392],[1779210393],[1779210394],[1779210395],[1779210396],[1779210397],[1779210398],[1779210399],[1779210400],[1779210401],[1779210402],[1779210403],[1779210404],[1779210405],[1779210406],[1779210407],[1779210408],[1779210409],[1779210410],[1779210411],[1779210412],[1779210413],[1779210414],[1779210415],[1779210416],[1779210417],[1779210418],[1779210419],[1779210420],[1779210421],[1779210422],[1779210423],[1779210424],[1779210425],[1779210426],[1779210427],[1779210428],[1779210429],[1779210430],[1779210431],[1779210432],[1779210433],[1779210434],[1779210435],[1779210436],[1779210437],[1779210438],[1779210439],[1779210440],[1779210441],[1779210442],[1779210443],[1779210444],[1779210445],[1779210446],[1779210447],[1779210448],[1779210449],[1779210450],[1779210451],[1779210452],[1779210453],[1779210454],[1779210455],[1779210456],[1779210457],[1779210458],[1779210459],[1779210460],[1779210461],[1779210462],[1779210463],[1779210464],[1779210465],[1779210466],[1779210467],[1779210468],[1779210469],[1779210470],[1779210471],[1779210472],[1779210473],[1779210474],[1779210475],[1779210476],[1779210477],[1779210478],[1779210479],[1779210480],[1779210481],[1779210482],[1779210483],[1779210484],[1779210485],[1779210486],[1779210487],[1779210488],[1779210489],[1779210490],[1779210491],[1779210492],[1779210493],[1779210494],[1779210495],[1779210496],[1779210497],[1779210498],[1779210499],[1779210500],[1779210501],[1779210502],[1779210503],[1779210504],[1779210505],[1779210506],[1779210507],[1779210508],[1779210509],[1779210510],[1779210511],[1779210512],[1779210513],[1779210514],[1779210515],[1779210516],[1779210517],[1779210518],[1779210519],[1779210520],[1779210521],[1779210522],[1779210523],[1779210524],[1779210525],[1779210526],[1779210527],[1779210528],[1779210529],[1779210530],[1779210531],[1779210532],[1779210533],[1779210534],[1779210535],[1779210536],[1779210537],[1779210538],[1779210539],[1779210540],[1779210541],[1779210542],[1779210543],[1779210544],[1779210545],[1779210546],[1779210547],[1779210548],[1779210549],[1779210550],[1779210551]],"panels":{"hidden":false,"panels":[{"tag":"ExportPanel","args":[]},{"tag":"MainPanel","args":[]},{"tag":"PropertiesPanel","args":[]},{"tag":"ViewPanel","args":[]},{"tag":"HistoryPanel","args":[]}]},"previewOptions":{"showEditorOptions":true,"showGlyphOptions":true,"mainSize":32,"gridSize":{"tag":"AutoGridSize","args":[16]},"addPadding":true,"circular":true,"sizes":[],"showPixels":false,"showGrid":true,"gridColor":{"tag":"AutomaticColor","args":[]}},"batchOptions":{"ligaResetOptions":{"keepCurrent":true,"extractCodes":false},"findReplace":{"query":"","replacement":""},"showRearrange":false,"showCollections":false,"showGlyphMetadata":false,"showAllMetadata":true,"limitSortingToTarget":false,"sortBy":{"tag":"SortByName","args":[]},"forceSetCodePoints":false,"glyphMetadataTab":{"tag":"ShowNames","args":[]},"listingOptions":{"toggleCharCodes":true,"toggleNames":true,"toggleTags":false,"toggleLigatures":false,"toggleNotes":false},"editOptions":{"count":1,"from":"","to":{"tag":"AllGlyphs","args":[]}},"showNameTransforms":false},"quickExport":{"format":{"tag":"Svg","args":[false]},"addTitle":false,"fixedSize":true,"addPalettes":false,"colorPrefix":"color","paletteClass":"palette","svgAs":"S","svgAttributesAs":"A","elmIndentationSize":2,"htmlEntity":false,"namePrefix":"","nameSuffix":"","base64Encoding":false,"reactHelpers":true,"prependNamesToIds":true},"textFormatting":{"noNewlines":false,"useSpaceForIndentation":2},"exportButton":{"tag":"d","args":[]},"importOptions":{"showImportSettings":true,"extractSymbols":true,"ignoreThinStrokes":false,"removeInvisible":false,"removeRedundantColors":true,"addToEnd":false,"defaultSize":16,"url":"","code":"","replaceByName":true},"toggles":[[6,false]],"vectorEditorPreferences":{"snapOptions":{"snapEnabled":true,"snapToGrid":true,"snapToGridMidpoints":false,"snapToShapes":true,"snapToLocked":false},"defaultAttributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"stroke":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"NoPaint","args":[]}]}]},"stroke-linecap":{"tag":"Value","args":[{"tag":"StrokeLineCap","args":[{"tag":"ButtCap","args":[]}]}]},"stroke-linejoin":{"tag":"Value","args":[{"tag":"StrokeLineJoin","args":[{"tag":"MiterJoin","args":[]}]}]},"stroke-width":{"tag":"Value","args":[{"tag":"Length","args":[1]}]}},"boundingBoxAnchor":{"alignX":{"tag":"Mid","args":[]},"alignY":{"tag":"Mid","args":[]},"offsetX":0,"offsetY":0},"viewBoxAnchor":{"alignX":{"tag":"Min","args":[]},"alignY":{"tag":"Min","args":[]}},"alignTo":{"tag":"1","args":[]},"showViewBox":true,"showDimensions":true,"showStyle":true,"aspectRatioLock":false,"aspectRatioLockViewBox":true,"pinContentToViewBox":false,"stickyDrawingTool":false,"embeddedScaling":true,"layersTab":{"tag":"0","args":[]},"propertiesTab":{"tag":"0","args":[]},"fillOrStroke":{"tag":"Fill","args":[]},"showTransformBox":false,"showCodeEditor":false,"nudgeAmount":0.1,"mRoundingPrecision":0.1,"defaultPointers":[],"polygonSides":3,"starPoints":5,"scrollPositions":{}},"libraryPreferences":{"disabledSets":[],"tool":{"tag":"Selection","args":[]},"showDeleted":false,"showSets":true,"showExtraSets":false,"showNames":false,"selectedPalettes":[]},"extras":{"markingIndex":0,"selectedPalette":0,"selectedPalettes":[],"okLch":false}},"historyDict":{"1779210310_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210310],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210310],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210311_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210311],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210311],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210312_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210312],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210312],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210313_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210313],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210313],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210314_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210314],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210314],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210315_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210315],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210315],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210316_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210316],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210316],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210317_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210317],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210317],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210318_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210318],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210318],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210319_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210319],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210319],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210320_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210320],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210320],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210321_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210321],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210321],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210322_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210322],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210322],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210323_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210323],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210323],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210324_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210324],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210324],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210325_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210325],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210325],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210326_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210326],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210326],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210327_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210327],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210327],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210328_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210328],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210328],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210329_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210329],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210329],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210330_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210330],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210330],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210331_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210331],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210331],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210332_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210332],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210332],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210333_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210333],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210333],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210334_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210334],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210334],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210335_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210335],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210335],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210336_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210336],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210336],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210337_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210337],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210337],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210338_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210338],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210338],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210339_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210339],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210339],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210340_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210340],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210340],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210341_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210341],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210341],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210342_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210342],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210342],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210343_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210343],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210343],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210344_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210344],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210344],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210345_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210345],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210345],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210346_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210346],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210346],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210347_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210347],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210347],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210348_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210348],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210348],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210349_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210349],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210349],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210350_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210350],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210350],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210351_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210351],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210351],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210352_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210352],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210352],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210353_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210353],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210353],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210354_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210354],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210354],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210355_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210355],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210355],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210356_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210356],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210356],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210357_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210357],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210357],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210358_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210358],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210358],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210359_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210359],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210359],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210360_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210360],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210360],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210361_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210361],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210361],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210362_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210362],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210362],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210363_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210363],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210363],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210364_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210364],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210364],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210365_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210365],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210365],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210366_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210366],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210366],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210367_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210367],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210367],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210368_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210368],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210368],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210369_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210369],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210369],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210370_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210370],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210370],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210371_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210371],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210371],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210372_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210372],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210372],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210373_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210373],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210373],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210374_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210374],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210374],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210375_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210375],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210375],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210376_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210376],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210376],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210377_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210377],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210377],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210378_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210378],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210378],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210379_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210379],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210379],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210380_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210380],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210380],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210381_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210381],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210381],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210382_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210382],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210382],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210383_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210383],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210383],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210384_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210384],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210384],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210385_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210385],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210385],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210386_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210386],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210386],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210387_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210387],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210387],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210388_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210388],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210388],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210389_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210389],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210389],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210390_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210390],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210390],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210391_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210391],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210391],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210392_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210392],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210392],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210393_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210393],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210393],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210394_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210394],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210394],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210395_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210395],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210395],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210396_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210396],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210396],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210397_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210397],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210397],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210398_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210398],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210398],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210399_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210399],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210399],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210400_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210400],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210400],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210401_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210401],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210401],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210402_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210402],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210402],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210403_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210403],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210403],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210404_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210404],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210404],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210405_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210405],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210405],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210406_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210406],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210406],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210407_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210407],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210407],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210408_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210408],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210408],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210409_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210409],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210409],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210410_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210410],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210410],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210411_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210411],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210411],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210412_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210412],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210412],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210413_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210413],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210413],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210414_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210414],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210414],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210415_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210415],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210415],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210416_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210416],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210416],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210417_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210417],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210417],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210418_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210418],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210418],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210419_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210419],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210419],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210420_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210420],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210420],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210421_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210421],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210421],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210422_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210422],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210422],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210423_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210423],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210423],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210424_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210424],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210424],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210425_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210425],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210425],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210426_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210426],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210426],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210427_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210427],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210427],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210428_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210428],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210428],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210429_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210429],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210429],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210430_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210430],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210430],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210431_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210431],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210431],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210432_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210432],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210432],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210433_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210433],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210433],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210434_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210434],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210434],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210435_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210435],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210435],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210436_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210436],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210436],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210437_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210437],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210437],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210438_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210438],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210438],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210439_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210439],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210439],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210440_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210440],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210440],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210441_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210441],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210441],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210442_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210442],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210442],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210443_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210443],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210443],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210444_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210444],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210444],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210445_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210445],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210445],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210446_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210446],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210446],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210447_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210447],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210447],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210448_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210448],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210448],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210449_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210449],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210449],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210450_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210450],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210450],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210451_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210451],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210451],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210452_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210452],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210452],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210453_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210453],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210453],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210454_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210454],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210454],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210455_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210455],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210455],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210456_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210456],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210456],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210457_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210457],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210457],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210458_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210458],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210458],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210459_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210459],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210459],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210460_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210460],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210460],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210461_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210461],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210461],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210462_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210462],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210462],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210463_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210463],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210463],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210464_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210464],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210464],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210465_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210465],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210465],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210466_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210466],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210466],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210467_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210467],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210467],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210468_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210468],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210468],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210469_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210469],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210469],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210470_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210470],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210470],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210471_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210471],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210471],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210472_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210472],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210472],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210473_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210473],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210473],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210474_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210474],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210474],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210475_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210475],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210475],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210476_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210476],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210476],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210477_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210477],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210477],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210478_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210478],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210478],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210479_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210479],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210479],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210480_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210480],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210480],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210481_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210481],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210481],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210482_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210482],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210482],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210483_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210483],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210483],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210484_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210484],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210484],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210485_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210485],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210485],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210486_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210486],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210486],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210487_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210487],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210487],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210488_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210488],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210488],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210489_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210489],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210489],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210490_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210490],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210490],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210491_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210491],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210491],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210492_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210492],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210492],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210493_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210493],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210493],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210494_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210494],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210494],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210495_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210495],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210495],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210496_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210496],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210496],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210497_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210497],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210497],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210498_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210498],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210498],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210499_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210499],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210499],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210500_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210500],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210500],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210501_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210501],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210501],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210502_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210502],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210502],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210503_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210503],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210503],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210504_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210504],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210504],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210505_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210505],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210505],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210506_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210506],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210506],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210507_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210507],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210507],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210508_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210508],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210508],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210509_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210509],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210509],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210510_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210510],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210510],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210511_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210511],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210511],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210512_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210512],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210512],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210513_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210513],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210513],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210514_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210514],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210514],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210515_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210515],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210515],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210516_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210516],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210516],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210517_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210517],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210517],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210518_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210518],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210518],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210519_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210519],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210519],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210520_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210520],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210520],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210521_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210521],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210521],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210522_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210522],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210522],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210523_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210523],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210523],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210524_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210524],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210524],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210525_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210525],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210525],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210526_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210526],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210526],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210527_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210527],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210527],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210528_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210528],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210528],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210529_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210529],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210529],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210530_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210530],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210530],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210531_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210531],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210531],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210532_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210532],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210532],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210533_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210533],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210533],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210534_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210534],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210534],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210535_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210535],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210535],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210536_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210536],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210536],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210537_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210537],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210537],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210538_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210538],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210538],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210539_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210539],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210539],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210540_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210540],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210540],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210541_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210541],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210541],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210542_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210542],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210542],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210543_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210543],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210543],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210544_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210544],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210544],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210545_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210545],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210545],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210546_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210546],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210546],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210547_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210547],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210547],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210548_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210548],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210548],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210549_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210549],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210549],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210550_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210550],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210550],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210551_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210551],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210551],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"main":{"path":[[0,7]],"branchPath":[[0,7]],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":{"tag":"AddGlyphMetadata","args":[{"byLibrary":false,"insertIndex":0,"newGlyphMetadata":[[[1779210310],{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648}],[[1779210311],{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649}],[[1779210312],{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650}],[[1779210313],{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651}],[[1779210314],{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652}],[[1779210315],{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653}],[[1779210316],{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654}],[[1779210317],{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655}],[[1779210318],{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656}],[[1779210319],{"name":"location","tags":["location"],"codePoint":59657}],[[1779210320],{"name":"medal","tags":["medal"],"codePoint":59658}],[[1779210321],{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659}],[[1779210322],{"name":"shield","tags":["shield"],"codePoint":59660}],[[1779210323],{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661}],[[1779210324],{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662}],[[1779210325],{"name":"text-document","tags":["text-document"],"codePoint":59663}],[[1779210326],{"name":"trophy","tags":["trophy"],"codePoint":59664}],[[1779210327],{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665}],[[1779210328],{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666}],[[1779210329],{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667}],[[1779210330],{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668}],[[1779210331],{"name":"bookmark","tags":["bookmark"],"codePoint":59669}],[[1779210332],{"name":"message","tags":["message"],"codePoint":59670}],[[1779210333],{"name":"mouse","tags":["mouse"],"codePoint":59671}],[[1779210334],{"name":"mobile","tags":["mobile"],"codePoint":59672}],[[1779210335],{"name":"desktop","tags":["desktop"],"codePoint":59673}],[[1779210336],{"name":"pencil","tags":["pencil"],"codePoint":59674}],[[1779210337],{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675}],[[1779210338],{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676}],[[1779210339],{"name":"person","tags":["person"],"codePoint":59677}],[[1779210340],{"name":"persons","tags":["persons"],"codePoint":59678}],[[1779210341],{"name":"profile","tags":["profile"],"codePoint":59679}],[[1779210342],{"name":"pin","tags":["pin"],"codePoint":59680}],[[1779210343],{"name":"map","tags":["map"],"codePoint":59681}],[[1779210344],{"name":"point","tags":["point"],"codePoint":59682}],[[1779210345],{"name":"star","tags":["star"],"codePoint":59683}],[[1779210346],{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684}],[[1779210347],{"name":"comments","tags":["comments"],"codePoint":59685}],[[1779210348],{"name":"comment","tags":["comment"],"codePoint":59686}],[[1779210349],{"name":"home","tags":["home"],"codePoint":59687}],[[1779210350],{"name":"popup","tags":["popup"],"codePoint":59688}],[[1779210351],{"name":"search","tags":["search"],"codePoint":59689}],[[1779210352],{"name":"printer","tags":["printer"],"codePoint":59690}],[[1779210353],{"name":"link","tags":["link"],"codePoint":59691}],[[1779210354],{"name":"flag","tags":["flag"],"codePoint":59692}],[[1779210355],{"name":"cog","tags":["cog"],"codePoint":59693}],[[1779210356],{"name":"tools","tags":["tools"],"codePoint":59694}],[[1779210357],{"name":"tag","tags":["tag"],"codePoint":59695}],[[1779210358],{"name":"camera","tags":["camera"],"codePoint":59696}],[[1779210359],{"name":"feedback","tags":["feedback"],"codePoint":59697}],[[1779210360],{"name":"book","tags":["book"],"codePoint":59698}],[[1779210361],{"name":"article","tags":["article"],"codePoint":59699}],[[1779210362],{"name":"eye","tags":["eye"],"codePoint":59700}],[[1779210363],{"name":"time","tags":["time"],"codePoint":59701}],[[1779210364],{"name":"microphone","tags":["microphone"],"codePoint":59702}],[[1779210365],{"name":"calendar","tags":["calendar"],"codePoint":59703}],[[1779210366],{"name":"timer","tags":["timer"],"codePoint":59704}],[[1779210367],{"name":"drag","tags":["drag"],"codePoint":59705}],[[1779210368],{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706}],[[1779210369],{"name":"checklist","tags":["checklist"],"codePoint":59707}],[[1779210370],{"name":"ticket","tags":["ticket"],"codePoint":59708}],[[1779210371],{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709}],[[1779210372],{"name":"line-graph","tags":["line-graph"],"codePoint":59710}],[[1779210373],{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711}],[[1779210374],{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712}],[[1779210375],{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713}],[[1779210376],{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714}],[[1779210377],{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715}],[[1779210378],{"name":"tick","tags":["tick"],"codePoint":59716}],[[1779210379],{"name":"cross","tags":["cross"],"codePoint":59717}],[[1779210380],{"name":"minus","tags":["minus"],"codePoint":59718}],[[1779210381],{"name":"plus","tags":["plus"],"codePoint":59719}],[[1779210382],{"name":"info","tags":["info"],"codePoint":59720}],[[1779210383],{"name":"question","tags":["question"],"codePoint":59721}],[[1779210384],{"name":"warning","tags":["warning"],"codePoint":59722}],[[1779210385],{"name":"list","tags":["list"],"codePoint":59723}],[[1779210386],{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724}],[[1779210387],{"name":"menu","tags":["menu"],"codePoint":59725}],[[1779210388],{"name":"grid","tags":["grid"],"codePoint":59726}],[[1779210389],{"name":"portrait","tags":["portrait"],"codePoint":59727}],[[1779210390],{"name":"screens","tags":["screens"],"codePoint":59728}],[[1779210391],{"name":"landscape","tags":["landscape"],"codePoint":59729}],[[1779210392],{"name":"images","tags":["images"],"codePoint":59730}],[[1779210393],{"name":"media","tags":["media"],"codePoint":59731}],[[1779210394],{"name":"folder","tags":["folder"],"codePoint":59732}],[[1779210395],{"name":"documents","tags":["documents"],"codePoint":59733}],[[1779210396],{"name":"delete","tags":["delete"],"codePoint":59734}],[[1779210397],{"name":"save","tags":["save"],"codePoint":59735}],[[1779210398],{"name":"download","tags":["download"],"codePoint":59736}],[[1779210399],{"name":"upload","tags":["upload"],"codePoint":59737}],[[1779210400],{"name":"expand","tags":["expand"],"codePoint":59738}],[[1779210401],{"name":"shrink","tags":["shrink"],"codePoint":59739}],[[1779210402],{"name":"volume","tags":["volume"],"codePoint":59740}],[[1779210403],{"name":"sound","tags":["sound"],"codePoint":59741}],[[1779210404],{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742}],[[1779210405],{"name":"controls-down","tags":["controls-down"],"codePoint":59743}],[[1779210406],{"name":"controls-left","tags":["controls-left"],"codePoint":59744}],[[1779210407],{"name":"controls-right","tags":["controls-right"],"codePoint":59745}],[[1779210408],{"name":"controls-up","tags":["controls-up"],"codePoint":59746}],[[1779210409],{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747}],[[1779210410],{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748}],[[1779210411],{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749}],[[1779210412],{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750}],[[1779210413],{"name":"dot","tags":["dot"],"codePoint":59751}],[[1779210414],{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752}],[[1779210415],{"name":"up-down","tags":["up-down"],"codePoint":59753}],[[1779210416],{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754}],[[1779210417],{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755}],[[1779210418],{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756}],[[1779210419],{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757}],[[1779210420],{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758}],[[1779210421],{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759}],[[1779210422],{"name":"language-1","tags":["language-1"],"codePoint":59760}],[[1779210423],{"name":"accessibility","tags":["accessibility"],"codePoint":59761}],[[1779210424],{"name":"globe","tags":["globe"],"codePoint":59762}],[[1779210425],{"name":"language-2","tags":["language-2"],"codePoint":59763}],[[1779210426],{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764}],[[1779210427],{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765}],[[1779210428],{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766}],[[1779210429],{"name":"alert","tags":["alert"],"codePoint":59767}],[[1779210430],{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768}],[[1779210431],{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769}],[[1779210432],{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770}],[[1779210433],{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771}],[[1779210434],{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772}],[[1779210435],{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773}],[[1779210436],{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774}],[[1779210437],{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775}],[[1779210438],{"name":"attachment","tags":["attachment"],"codePoint":59776}],[[1779210439],{"name":"block","tags":["block"],"codePoint":59777}],[[1779210440],{"name":"camera-off","tags":["camera-off"],"codePoint":59778}],[[1779210441],{"name":"camera-on","tags":["camera-on"],"codePoint":59779}],[[1779210442],{"name":"cloud","tags":["cloud"],"codePoint":59780}],[[1779210443],{"name":"compass","tags":["compass"],"codePoint":59781}],[[1779210444],{"name":"copy-file","tags":["copy-file"],"codePoint":59782}],[[1779210445],{"name":"copyright","tags":["copyright"],"codePoint":59783}],[[1779210446],{"name":"crop","tags":["crop"],"codePoint":59784}],[[1779210447],{"name":"devices","tags":["devices"],"codePoint":59785}],[[1779210448],{"name":"down-up","tags":["down-up"],"codePoint":59786}],[[1779210449],{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787}],[[1779210450],{"name":"exclamation","tags":["exclamation"],"codePoint":59788}],[[1779210451],{"name":"expand_1","tags":["expand_1"],"codePoint":59789}],[[1779210452],{"name":"extension","tags":["extension"],"codePoint":59790}],[[1779210453],{"name":"favourite","tags":["favourite"],"codePoint":59791}],[[1779210454],{"name":"google-translate","tags":["google-translate"],"codePoint":59792}],[[1779210455],{"name":"hand","tags":["hand"],"codePoint":59793}],[[1779210456],{"name":"lightning","tags":["lightning"],"codePoint":59794}],[[1779210457],{"name":"list-2","tags":["list-2"],"codePoint":59795}],[[1779210458],{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796}],[[1779210459],{"name":"move","tags":["move"],"codePoint":59797}],[[1779210460],{"name":"mute","tags":["mute"],"codePoint":59798}],[[1779210461],{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799}],[[1779210462],{"name":"question-circle","tags":["question-circle"],"codePoint":59800}],[[1779210463],{"name":"quote-close","tags":["quote-close"],"codePoint":59801}],[[1779210464],{"name":"quote-open","tags":["quote-open"],"codePoint":59802}],[[1779210465],{"name":"refresh","tags":["refresh"],"codePoint":59803}],[[1779210466],{"name":"send","tags":["send"],"codePoint":59804}],[[1779210467],{"name":"sound-down","tags":["sound-down"],"codePoint":59805}],[[1779210468],{"name":"sync","tags":["sync"],"codePoint":59806}],[[1779210469],{"name":"tablet","tags":["tablet"],"codePoint":59807}],[[1779210470],{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808}],[[1779210471],{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809}],[[1779210472],{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810}],[[1779210473],{"name":"timer-full","tags":["timer-full"],"codePoint":59811}],[[1779210474],{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812}],[[1779210475],{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813}],[[1779210476],{"name":"video-captions","tags":["video-captions"],"codePoint":59814}],[[1779210477],{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815}],[[1779210478],{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816}],[[1779210479],{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817}],[[1779210480],{"name":"video-loop","tags":["video-loop"],"codePoint":59818}],[[1779210481],{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819}],[[1779210482],{"name":"video-pause","tags":["video-pause"],"codePoint":59820}],[[1779210483],{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821}],[[1779210484],{"name":"video-play","tags":["video-play"],"codePoint":59822}],[[1779210485],{"name":"video-replay","tags":["video-replay"],"codePoint":59823}],[[1779210486],{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824}],[[1779210487],{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825}],[[1779210488],{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826}],[[1779210489],{"name":"video-stop","tags":["video-stop"],"codePoint":59827}],[[1779210490],{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828}],[[1779210491],{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829}],[[1779210492],{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830}],[[1779210493],{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831}],[[1779210494],{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832}],[[1779210495],{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833}],[[1779210496],{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834}],[[1779210497],{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835}],[[1779210498],{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836}],[[1779210499],{"name":"blogger","tags":["blogger"],"codePoint":59837}],[[1779210500],{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838}],[[1779210501],{"name":"deviantart","tags":["deviantart"],"codePoint":59839}],[[1779210502],{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840}],[[1779210503],{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841}],[[1779210504],{"name":"doc-word","tags":["doc-word"],"codePoint":59842}],[[1779210505],{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843}],[[1779210506],{"name":"facebook","tags":["facebook"],"codePoint":59844}],[[1779210507],{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845}],[[1779210508],{"name":"flickr","tags":["flickr"],"codePoint":59846}],[[1779210509],{"name":"github","tags":["github"],"codePoint":59847}],[[1779210510],{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848}],[[1779210511],{"name":"instagram","tags":["instagram"],"codePoint":59849}],[[1779210512],{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850}],[[1779210513],{"name":"linkedin","tags":["linkedin"],"codePoint":59851}],[[1779210514],{"name":"paypal","tags":["paypal"],"codePoint":59852}],[[1779210515],{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853}],[[1779210516],{"name":"pintrest","tags":["pintrest"],"codePoint":59854}],[[1779210517],{"name":"qq-2","tags":["qq-2"],"codePoint":59855}],[[1779210518],{"name":"qq","tags":["qq"],"codePoint":59856}],[[1779210519],{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857}],[[1779210520],{"name":"reddit","tags":["reddit"],"codePoint":59858}],[[1779210521],{"name":"rss-2","tags":["rss-2"],"codePoint":59859}],[[1779210522],{"name":"rss","tags":["rss"],"codePoint":59860}],[[1779210523],{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861}],[[1779210524],{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862}],[[1779210525],{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863}],[[1779210526],{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864}],[[1779210527],{"name":"steam-2","tags":["steam-2"],"codePoint":59865}],[[1779210528],{"name":"steam","tags":["steam"],"codePoint":59866}],[[1779210529],{"name":"trello-2","tags":["trello-2"],"codePoint":59867}],[[1779210530],{"name":"trello","tags":["trello"],"codePoint":59868}],[[1779210531],{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869}],[[1779210532],{"name":"tumblr","tags":["tumblr"],"codePoint":59870}],[[1779210533],{"name":"twitch","tags":["twitch"],"codePoint":59871}],[[1779210534],{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872}],[[1779210535],{"name":"twitter","tags":["twitter"],"codePoint":59873}],[[1779210536],{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874}],[[1779210537],{"name":"vimeo","tags":["vimeo"],"codePoint":59875}],[[1779210538],{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876}],[[1779210539],{"name":"wechat","tags":["wechat"],"codePoint":59877}],[[1779210540],{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878}],[[1779210541],{"name":"weibo","tags":["weibo"],"codePoint":59879}],[[1779210542],{"name":"xing-2","tags":["xing-2"],"codePoint":59880}],[[1779210543],{"name":"xing","tags":["xing"],"codePoint":59881}],[[1779210544],{"name":"youku-2","tags":["youku-2"],"codePoint":59882}],[[1779210545],{"name":"youku","tags":["youku"],"codePoint":59883}],[[1779210546],{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884}],[[1779210547],{"name":"youtube","tags":["youtube"],"codePoint":59885}],[[1779210548],{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886}],[[1779210549],{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887}],[[1779210550],{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888}],[[1779210551],{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889}]],"newMarks":[]}]}}},"next":[{"value":{"time":1779210348637,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemSvg","args":[null]},1,null]}]}]},"mDetail":"Exclude from Export"}},"next":[{"value":{"time":1779212662203,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"fontFamily",{"value":"vanilla"}]}]}]}}},"next":[{"value":{"time":1779212664330,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"addPalettes",false]}]}]}}},"next":[{"value":{"time":1779215524736,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"classPerGlyph",true]}]}]}}},"next":[{"value":{"time":1779216417272,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemCsh","args":[null]},1,false]}]}]},"mDetail":"Include in Export"}},"next":[{"value":{"time":1779216421979,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemCsh","args":[null]},0,null]}]}]},"mDetail":"Exclude from Export"}},"next":[]}]}]}]}]}]}],"link":{"o":{"1779210310_glyph":[0],"1779210311_glyph":[0],"1779210312_glyph":[0],"1779210313_glyph":[0],"1779210314_glyph":[0],"1779210315_glyph":[0],"1779210316_glyph":[0],"1779210317_glyph":[0],"1779210318_glyph":[0],"1779210319_glyph":[0],"1779210320_glyph":[0],"1779210321_glyph":[0],"1779210322_glyph":[0],"1779210323_glyph":[0],"1779210324_glyph":[0],"1779210325_glyph":[0],"1779210326_glyph":[0],"1779210327_glyph":[0],"1779210328_glyph":[0],"1779210329_glyph":[0],"1779210330_glyph":[0],"1779210331_glyph":[0],"1779210332_glyph":[0],"1779210333_glyph":[0],"1779210334_glyph":[0],"1779210335_glyph":[0],"1779210336_glyph":[0],"1779210337_glyph":[0],"1779210338_glyph":[0],"1779210339_glyph":[0],"1779210340_glyph":[0],"1779210341_glyph":[0],"1779210342_glyph":[0],"1779210343_glyph":[0],"1779210344_glyph":[0],"1779210345_glyph":[0],"1779210346_glyph":[0],"1779210347_glyph":[0],"1779210348_glyph":[0],"1779210349_glyph":[0],"1779210350_glyph":[0],"1779210351_glyph":[0],"1779210352_glyph":[0],"1779210353_glyph":[0],"1779210354_glyph":[0],"1779210355_glyph":[0],"1779210356_glyph":[0],"1779210357_glyph":[0],"1779210358_glyph":[0],"1779210359_glyph":[0],"1779210360_glyph":[0],"1779210361_glyph":[0],"1779210362_glyph":[0],"1779210363_glyph":[0],"1779210364_glyph":[0],"1779210365_glyph":[0],"1779210366_glyph":[0],"1779210367_glyph":[0],"1779210368_glyph":[0],"1779210369_glyph":[0],"1779210370_glyph":[0],"1779210371_glyph":[0],"1779210372_glyph":[0],"1779210373_glyph":[0],"1779210374_glyph":[0],"1779210375_glyph":[0],"1779210376_glyph":[0],"1779210377_glyph":[0],"1779210378_glyph":[0],"1779210379_glyph":[0],"1779210380_glyph":[0],"1779210381_glyph":[0],"1779210382_glyph":[0],"1779210383_glyph":[0],"1779210384_glyph":[0],"1779210385_glyph":[0],"1779210386_glyph":[0],"1779210387_glyph":[0],"1779210388_glyph":[0],"1779210389_glyph":[0],"1779210390_glyph":[0],"1779210391_glyph":[0],"1779210392_glyph":[0],"1779210393_glyph":[0],"1779210394_glyph":[0],"1779210395_glyph":[0],"1779210396_glyph":[0],"1779210397_glyph":[0],"1779210398_glyph":[0],"1779210399_glyph":[0],"1779210400_glyph":[0],"1779210401_glyph":[0],"1779210402_glyph":[0],"1779210403_glyph":[0],"1779210404_glyph":[0],"1779210405_glyph":[0],"1779210406_glyph":[0],"1779210407_glyph":[0],"1779210408_glyph":[0],"1779210409_glyph":[0],"1779210410_glyph":[0],"1779210411_glyph":[0],"1779210412_glyph":[0],"1779210413_glyph":[0],"1779210414_glyph":[0],"1779210415_glyph":[0],"1779210416_glyph":[0],"1779210417_glyph":[0],"1779210418_glyph":[0],"1779210419_glyph":[0],"1779210420_glyph":[0],"1779210421_glyph":[0],"1779210422_glyph":[0],"1779210423_glyph":[0],"1779210424_glyph":[0],"1779210425_glyph":[0],"1779210426_glyph":[0],"1779210427_glyph":[0],"1779210428_glyph":[0],"1779210429_glyph":[0],"1779210430_glyph":[0],"1779210431_glyph":[0],"1779210432_glyph":[0],"1779210433_glyph":[0],"1779210434_glyph":[0],"1779210435_glyph":[0],"1779210436_glyph":[0],"1779210437_glyph":[0],"1779210438_glyph":[0],"1779210439_glyph":[0],"1779210440_glyph":[0],"1779210441_glyph":[0],"1779210442_glyph":[0],"1779210443_glyph":[0],"1779210444_glyph":[0],"1779210445_glyph":[0],"1779210446_glyph":[0],"1779210447_glyph":[0],"1779210448_glyph":[0],"1779210449_glyph":[0],"1779210450_glyph":[0],"1779210451_glyph":[0],"1779210452_glyph":[0],"1779210453_glyph":[0],"1779210454_glyph":[0],"1779210455_glyph":[0],"1779210456_glyph":[0],"1779210457_glyph":[0],"1779210458_glyph":[0],"1779210459_glyph":[0],"1779210460_glyph":[0],"1779210461_glyph":[0],"1779210462_glyph":[0],"1779210463_glyph":[0],"1779210464_glyph":[0],"1779210465_glyph":[0],"1779210466_glyph":[0],"1779210467_glyph":[0],"1779210468_glyph":[0],"1779210469_glyph":[0],"1779210470_glyph":[0],"1779210471_glyph":[0],"1779210472_glyph":[0],"1779210473_glyph":[0],"1779210474_glyph":[0],"1779210475_glyph":[0],"1779210476_glyph":[0],"1779210477_glyph":[0],"1779210478_glyph":[0],"1779210479_glyph":[0],"1779210480_glyph":[0],"1779210481_glyph":[0],"1779210482_glyph":[0],"1779210483_glyph":[0],"1779210484_glyph":[0],"1779210485_glyph":[0],"1779210486_glyph":[0],"1779210487_glyph":[0],"1779210488_glyph":[0],"1779210489_glyph":[0],"1779210490_glyph":[0],"1779210491_glyph":[0],"1779210492_glyph":[0],"1779210493_glyph":[0],"1779210494_glyph":[0],"1779210495_glyph":[0],"1779210496_glyph":[0],"1779210497_glyph":[0],"1779210498_glyph":[0],"1779210499_glyph":[0],"1779210500_glyph":[0],"1779210501_glyph":[0],"1779210502_glyph":[0],"1779210503_glyph":[0],"1779210504_glyph":[0],"1779210505_glyph":[0],"1779210506_glyph":[0],"1779210507_glyph":[0],"1779210508_glyph":[0],"1779210509_glyph":[0],"1779210510_glyph":[0],"1779210511_glyph":[0],"1779210512_glyph":[0],"1779210513_glyph":[0],"1779210514_glyph":[0],"1779210515_glyph":[0],"1779210516_glyph":[0],"1779210517_glyph":[0],"1779210518_glyph":[0],"1779210519_glyph":[0],"1779210520_glyph":[0],"1779210521_glyph":[0],"1779210522_glyph":[0],"1779210523_glyph":[0],"1779210524_glyph":[0],"1779210525_glyph":[0],"1779210526_glyph":[0],"1779210527_glyph":[0],"1779210528_glyph":[0],"1779210529_glyph":[0],"1779210530_glyph":[0],"1779210531_glyph":[0],"1779210532_glyph":[0],"1779210533_glyph":[0],"1779210534_glyph":[0],"1779210535_glyph":[0],"1779210536_glyph":[0],"1779210537_glyph":[0],"1779210538_glyph":[0],"1779210539_glyph":[0],"1779210540_glyph":[0],"1779210541_glyph":[0],"1779210542_glyph":[0],"1779210543_glyph":[0],"1779210544_glyph":[0],"1779210545_glyph":[0],"1779210546_glyph":[0],"1779210547_glyph":[0],"1779210548_glyph":[0],"1779210549_glyph":[0],"1779210550_glyph":[0],"1779210551_glyph":[0]}}}]},"model":{"tag":"ScopeMaster","args":[{"lastKey":[],"orderedKeys":[],"collections":{"first":{"keys":[],"name":""},"index":0,"rest":[]},"glyphMetadataDict":[],"paletets":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"exportOptions":{"exportItems":{"csh":{"order":11,"item":{}},"elm":{"order":4,"item":{}},"favicon":{"order":10,"item":{}},"font":{"order":0,"mOpen":false,"item":{}},"librarySet":{"order":12,"item":{}},"png":{"order":9,"item":{}},"react":{"order":5,"item":{}},"svg":{"order":1,"mOpen":false,"item":{}},"symbolDefs":{"order":2,"item":{}},"tiles":{"order":7,"item":{}},"vue":{"order":6,"item":{}},"webComponent":{"order":3,"item":{}}},"glyphSubset":{"tag":"AllGlyphs","args":[]}},"extraLibraryUrls":[],"releases":[]}]},"modelPath":[],"syncedPath":[]}},"metadata":{"localKey":[1344868410,2],"guests":{},"synced":false,"permission":{"tag":"FullLocal","args":[]},"name":{"time":1779210315979,"value":"Vanilla icons"},"created":1779210308053,"modified":1779216421981,"colorIndex":{"time":1779210317156,"value":4}}} \ No newline at end of file +{"preferences":{"target":[[1779210310],[1779210311],[1779210312],[1779210313],[1779210314],[1779210315],[1779210316],[1779210317],[1779210318],[1779210319],[1779210320],[1779210321],[1779210322],[1779210323],[1779210324],[1779210325],[1779210326],[1779210327],[1779210328],[1779210329],[1779210330],[1779210331],[1779210332],[1779210333],[1779210334],[1779210335],[1779210336],[1779210337],[1779210338],[1779210339],[1779210340],[1779210341],[1779210342],[1779210343],[1779210344],[1779210345],[1779210346],[1779210347],[1779210348],[1779210349],[1779210350],[1779210351],[1779210352],[1779210353],[1779210354],[1779210355],[1779210356],[1779210357],[1779210358],[1779210359],[1779210360],[1779210361],[1779210362],[1779210363],[1779210364],[1779210365],[1779210366],[1779210367],[1779210368],[1779210369],[1779210370],[1779210371],[1779210372],[1779210373],[1779210374],[1779210375],[1779210376],[1779210377],[1779210378],[1779210379],[1779210380],[1779210381],[1779210382],[1779210383],[1779210384],[1779210385],[1779210386],[1779210387],[1779210388],[1779210389],[1779210390],[1779210391],[1779210392],[1779210393],[1779210394],[1779210395],[1779210396],[1779210397],[1779210398],[1779210399],[1779210400],[1779210401],[1779210402],[1779210403],[1779210404],[1779210405],[1779210406],[1779210407],[1779210408],[1779210409],[1779210410],[1779210411],[1779210412],[1779210413],[1779210414],[1779210415],[1779210416],[1779210417],[1779210418],[1779210419],[1779210420],[1779210421],[1779210422],[1779210423],[1779210424],[1779210425],[1779210426],[1779210427],[1779210428],[1779210429],[1779210430],[1779210431],[1779210432],[1779210433],[1779210434],[1779210435],[1779210436],[1779210437],[1779210438],[1779210439],[1779210440],[1779210441],[1779210442],[1779210443],[1779210444],[1779210445],[1779210446],[1779210447],[1779210448],[1779210449],[1779210450],[1779210451],[1779210452],[1779210453],[1779210454],[1779210455],[1779210456],[1779210457],[1779210458],[1779210459],[1779210460],[1779210461],[1779210462],[1779210463],[1779210464],[1779210465],[1779210466],[1779210467],[1779210468],[1779210469],[1779210470],[1779210471],[1779210472],[1779210473],[1779210474],[1779210475],[1779210476],[1779210477],[1779210478],[1779210479],[1779210480],[1779210481],[1779210482],[1779210483],[1779210484],[1779210485],[1779210486],[1779210487],[1779210488],[1779210489],[1779210490],[1779210491],[1779210492],[1779210493],[1779210494],[1779210495],[1779210496],[1779210497],[1779210498],[1779210499],[1779210500],[1779210501],[1779210502],[1779210503],[1779210504],[1779210505],[1779210506],[1779210507],[1779210508],[1779210509],[1779210510],[1779210511],[1779210512],[1779210513],[1779210514],[1779210515],[1779210516],[1779210517],[1779210518],[1779210519],[1779210520],[1779210521],[1779210522],[1779210523],[1779210524],[1779210525],[1779210526],[1779210527],[1779210528],[1779210529],[1779210530],[1779210531],[1779210532],[1779210533],[1779210534],[1779210535],[1779210536],[1779210537],[1779210538],[1779210539],[1779210540],[1779210541],[1779210542],[1779210543],[1779210544],[1779210545],[1779210546],[1779210547],[1779210548],[1779210549],[1779210550],[1779210551]],"panels":{"hidden":false,"panels":[{"tag":"ExportPanel","args":[]},{"tag":"MainPanel","args":[]},{"tag":"PropertiesPanel","args":[]},{"tag":"ViewPanel","args":[]},{"tag":"HistoryPanel","args":[]}]},"previewOptions":{"showEditorOptions":true,"showGlyphOptions":true,"mainSize":32,"gridSize":{"tag":"AutoGridSize","args":[16]},"addPadding":true,"circular":true,"sizes":[],"showPixels":false,"showGrid":true,"gridColor":{"tag":"AutomaticColor","args":[]}},"batchOptions":{"ligaResetOptions":{"keepCurrent":true,"extractCodes":false},"findReplace":{"query":"","replacement":""},"showRearrange":false,"showCollections":false,"showGlyphMetadata":false,"showAllMetadata":true,"limitSortingToTarget":false,"sortBy":{"tag":"SortByName","args":[]},"forceSetCodePoints":false,"glyphMetadataTab":{"tag":"ShowNames","args":[]},"listingOptions":{"toggleCharCodes":true,"toggleNames":true,"toggleTags":false,"toggleLigatures":false,"toggleNotes":false},"editOptions":{"count":1,"from":"","to":{"tag":"AllGlyphs","args":[]}},"showNameTransforms":false},"quickExport":{"format":{"tag":"Svg","args":[false]},"addTitle":false,"fixedSize":true,"addPalettes":false,"colorPrefix":"color","paletteClass":"palette","svgAs":"S","svgAttributesAs":"A","elmIndentationSize":2,"htmlEntity":false,"namePrefix":"","nameSuffix":"","base64Encoding":false,"reactHelpers":true,"prependNamesToIds":true},"textFormatting":{"noNewlines":false,"useSpaceForIndentation":2},"exportButton":{"tag":"d","args":[]},"importOptions":{"showImportSettings":false,"extractSymbols":true,"ignoreThinStrokes":false,"removeInvisible":false,"removeRedundantColors":true,"addToEnd":false,"defaultSize":16,"url":"","code":"","replaceByName":true},"toggles":[[6,false]],"vectorEditorPreferences":{"snapOptions":{"snapEnabled":true,"snapToGrid":true,"snapToGridMidpoints":false,"snapToShapes":true,"snapToLocked":false},"defaultAttributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"stroke":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"NoPaint","args":[]}]}]},"stroke-linecap":{"tag":"Value","args":[{"tag":"StrokeLineCap","args":[{"tag":"ButtCap","args":[]}]}]},"stroke-linejoin":{"tag":"Value","args":[{"tag":"StrokeLineJoin","args":[{"tag":"MiterJoin","args":[]}]}]},"stroke-width":{"tag":"Value","args":[{"tag":"Length","args":[1]}]}},"boundingBoxAnchor":{"alignX":{"tag":"Mid","args":[]},"alignY":{"tag":"Mid","args":[]},"offsetX":0,"offsetY":0},"viewBoxAnchor":{"alignX":{"tag":"Min","args":[]},"alignY":{"tag":"Min","args":[]}},"alignTo":{"tag":"1","args":[]},"showViewBox":true,"showDimensions":true,"showStyle":true,"aspectRatioLock":false,"aspectRatioLockViewBox":true,"pinContentToViewBox":false,"stickyDrawingTool":false,"embeddedScaling":true,"layersTab":{"tag":"0","args":[]},"propertiesTab":{"tag":"0","args":[]},"fillOrStroke":{"tag":"Fill","args":[]},"showTransformBox":false,"showCodeEditor":false,"nudgeAmount":0.1,"mRoundingPrecision":0.1,"defaultPointers":[],"polygonSides":3,"starPoints":5,"scrollPositions":{}},"libraryPreferences":{"disabledSets":[],"tool":{"tag":"Selection","args":[]},"showDeleted":false,"showSets":true,"showExtraSets":false,"showNames":false,"selectedPalettes":[]},"extras":{"markingIndex":0,"selectedPalette":0,"selectedPalettes":[],"okLch":false}},"historyDict":{"1779210310_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210310],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210310],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210311_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210311],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210311],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210312_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210312],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210312],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210313_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210313],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210313],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210314_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210314],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210314],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210315_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210315],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210315],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210316_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210316],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210316],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210317_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210317],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210317],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210318_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210318],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210318],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210319_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210319],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210319],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210320_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210320],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210320],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210321_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210321],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210321],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210322_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210322],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210322],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210323_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210323],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210323],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210324_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210324],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210324],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210325_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210325],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210325],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210326_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210326],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210326],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210327_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210327],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210327],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210328_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210328],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210328],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210329_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210329],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210329],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210330_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210330],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210330],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210331_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210331],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210331],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210332_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210332],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210332],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210333_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210333],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210333],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210334_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210334],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210334],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210335_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210335],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210335],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210336_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210336],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210336],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210337_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210337],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210337],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210338_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210338],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210338],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210339_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210339],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210339],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210340_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210340],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210340],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210341_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210341],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210341],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210342_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210342],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210342],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210343_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210343],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210343],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210344_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210344],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210344],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210345_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210345],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210345],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210346_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210346],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210346],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210347_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210347],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210347],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210348_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210348],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210348],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210349_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210349],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210349],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210350_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210350],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210350],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210351_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210351],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210351],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210352_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210352],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210352],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210353_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210353],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210353],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210354_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210354],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210354],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210355_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210355],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210355],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210356_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210356],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210356],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210357_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210357],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210357],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210358_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210358],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210358],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210359_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210359],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210359],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210360_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210360],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210360],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210361_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210361],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210361],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210362_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210362],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210362],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210363_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210363],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210363],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210364_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210364],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210364],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210365_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210365],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210365],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210366_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210366],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210366],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210367_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210367],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210367],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210368_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210368],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210368],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210369_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210369],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210369],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210370_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210370],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210370],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210371_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210371],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210371],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210372_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210372],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210372],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210373_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210373],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210373],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210374_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210374],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210374],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210375_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210375],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210375],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210376_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210376],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210376],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210377_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210377],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210377],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210378_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210378],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210378],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210379_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210379],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210379],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210380_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210380],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210380],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210381_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210381],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210381],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210382_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210382],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210382],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210383_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210383],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210383],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210384_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210384],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210384],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210385_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210385],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210385],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210386_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210386],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210386],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210387_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210387],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210387],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210388_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210388],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210388],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210389_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210389],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210389],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210390_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210390],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210390],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210391_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210391],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210391],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210392_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210392],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210392],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210393_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210393],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210393],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210394_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210394],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210394],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210395_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210395],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210395],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210396_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210396],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210396],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210397_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210397],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210397],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210398_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210398],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210398],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210399_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210399],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210399],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210400_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210400],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210400],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210401_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210401],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210401],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210402_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210402],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210402],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210403_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210403],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210403],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210404_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210404],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210404],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210405_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210405],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210405],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210406_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210406],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210406],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210407_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210407],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210407],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210408_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210408],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210408],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210409_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210409],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210409],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210410_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210410],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210410],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210411_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210411],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210411],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210412_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210412],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210412],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210413_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210413],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210413],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210414_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210414],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210414],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210415_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210415],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210415],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210416_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210416],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210416],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210417_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210417],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210417],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210418_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210418],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210418],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210419_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210419],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210419],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210420_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210420],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210420],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210421_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210421],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210421],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210422_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210422],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210422],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210423_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210423],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210423],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210424_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210424],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210424],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210425_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210425],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210425],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210426_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210426],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210426],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210427_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210427],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210427],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210428_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210428],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210428],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210429_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210429],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210429],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210430_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210430],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210430],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210431_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210431],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210431],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210432_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210432],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210432],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210433_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210433],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210433],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210434_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210434],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210434],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210435_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210435],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210435],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210436_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210436],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210436],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210437_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210437],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210437],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210438_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210438],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210438],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210439_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210439],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210439],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210440_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210440],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210440],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210441_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210441],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210441],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210442_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210442],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210442],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210443_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210443],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210443],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210444_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210444],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210444],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210445_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210445],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210445],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210446_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210446],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210446],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210447_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210447],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210447],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210448_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210448],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210448],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210449_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210449],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210449],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210450_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210450],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210450],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210451_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210451],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210451],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210452_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210452],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210452],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210453_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210453],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210453],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210454_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210454],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210454],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210455_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210455],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210455],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210456_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210456],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210456],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210457_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210457],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210457],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210458_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210458],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210458],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210459_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210459],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210459],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210460_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210460],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210460],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210461_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210461],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210461],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210462_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210462],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210462],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210463_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210463],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210463],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210464_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210464],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210464],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210465_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210465],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210465],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210466_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210466],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210466],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210467_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210467],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210467],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210468_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210468],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210468],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210469_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210469],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210469],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210470_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210470],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210470],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210471_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210471],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210471],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210472_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210472],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210472],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210473_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210473],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210473],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210474_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210474],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210474],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210475_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210475],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210475],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210476_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210476],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210476],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210477_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210477],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210477],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210478_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210478],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210478],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210479_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210479],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210479],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210480_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210480],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210480],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210481_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210481],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210481],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210482_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210482],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210482],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210483_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210483],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210483],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210484_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210484],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210484],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210485_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210485],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210485],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210486_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210486],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210486],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210487_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210487],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210487],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210488_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210488],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210488],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210489_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210489],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210489],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210490_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210490],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210490],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210491_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210491],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210491],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210492_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210492],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210492],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210493_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210493],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210493],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210494_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210494],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210494],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210495_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210495],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210495],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210496_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210496],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210496],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210497_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210497],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210497],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210498_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210498],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210498],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210499_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210499],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210499],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210500_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210500],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210500],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210501_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210501],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210501],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210502_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210502],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210502],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210503_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210503],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210503],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210504_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210504],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210504],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210505_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210505],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210505],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210506_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210506],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210506],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210507_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210507],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210507],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210508_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210508],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210508],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210509_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210509],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210509],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210510_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210510],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210510],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210511_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210511],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210511],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210512_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210512],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210512],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210513_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210513],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210513],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210514_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210514],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210514],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210515_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210515],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210515],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210516_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210516],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210516],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210517_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210517],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210517],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210518_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210518],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210518],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210519_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210519],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210519],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210520_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210520],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210520],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210521_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210521],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210521],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210522_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210522],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210522],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210523_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210523],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210523],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210524_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210524],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210524],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210525_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210525],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210525],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210526_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210526],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210526],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210527_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210527],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210527],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210528_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210528],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210528],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210529_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210529],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210529],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210530_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210530],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210530],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210531_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210531],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210531],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210532_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210532],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210532],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210533_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210533],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210533],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210534_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210534],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210534],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210535_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210535],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210535],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210536_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210536],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210536],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210537_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210537],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210537],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210538_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210538],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210538],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210539_glyph":{"path":[[0,2]],"branchPath":[[0,2]],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210539],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[{"value":{"time":1779224461131,"value":{"msg":[[1779210539],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"id":{"tag":"StringValue","args":["Layer_1"]},"version":{"tag":"StringValue","args":["1.1"]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]},"xmlns":{"tag":"StringValue","args":["http://www.w3.org/2000/svg"]}},"children":[{"tag":"Text","args":["\n "]},{"tag":"Comment","args":[" Generator: Adobe Illustrator 30.4.0, SVG Export Plug-In . SVG Version: 2.1.4 Build 226) "]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[385.417969,631.536072],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[385.417969,619.8800659999999],"c2":[386.391968,608.45105],"end":[388.26300100000003,597.32605]}]}]},{"tag":"LineTo","args":[{"point":[388.09600900000004,598.528076]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[419.83996700000006,415.74407900000006],"c2":[606.719971,358.40008500000005],"end":[709.631959,368.640076]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[672.4699720000001,226.67004400000002],"c2":[545.336976,123.61505200000002],"end":[394.133973,123.61505200000002]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[389.308961,123.61505200000002],"c2":[384.508973,123.72009400000002],"end":[379.73498600000005,123.92810100000003]}]}]},{"tag":"LineTo","args":[{"point":[380.4149790000001,123.90405300000003]}]},{"tag":"LineTo","args":[{"point":[380.41601700000007,123.90399200000003]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[200.70398100000006,121.34399400000004],"c2":[51.20001400000007,256.00000000000006],"end":[51.20001400000007,409.599976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[51.625002000000066,503.934998],"c2":[100.67096100000006,586.7210090000001],"end":[174.55200400000007,634.239991]}]}]},{"tag":"LineTo","args":[{"point":[175.61596900000006,634.880006]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[175.61596900000006,634.880006],"c2":[145.40796100000006,734.208009],"end":[145.91998500000005,737.28003]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[146.43200900000005,740.3520510000001],"c2":[152.57599100000004,742.912049],"end":[155.13598800000005,741.888001]}]}]},{"tag":"LineTo","args":[{"point":[263.6799940000001,675.8400270000001]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[293.8639540000001,688.5220340000001],"c2":[328.9469620000001,695.8910520000001],"end":[365.7509780000001,695.8910520000001]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[376.1489880000001,695.8910520000001],"c2":[386.4089980000001,695.303039],"end":[396.5000010000001,694.158081]}]}]},{"tag":"LineTo","args":[{"point":[395.2639780000001,694.272095]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[389.0200200000001,675.531067],"c2":[385.41797000000014,653.954102],"end":[385.417969,631.536072]}]}]}]},{"start":[511.973022,273.919983],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"LineTo","args":[{"point":[512,273.919983]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[535.637024,274.204956],"c2":[554.723022,293.290955],"end":[555.007996,316.90094]}]}]},{"tag":"LineTo","args":[{"point":[555.007996,316.927979]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[554.1569830000001,340.009949],"c2":[535.239991,358.399964],"end":[512.0269780000001,358.399964]}]}]},{"tag":"LineTo","args":[{"point":[512.0000000000001,358.399964]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[488.5300290000001,358.399964],"c2":[469.5040280000001,339.373963],"end":[469.5040280000001,315.903992]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[470.0709840000001,292.768982],"c2":[488.8209840000001,274.19799800000004],"end":[511.973022,273.919983]}]}]}]},{"start":[299.007996,316.927979],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[298.15698299999997,340.009949],"c2":[279.239991,358.399964],"end":[256.027039,358.399964]}]}]},{"tag":"LineTo","args":[{"point":[256,358.399964]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[232.530029,358.399964],"c2":[213.504028,339.373963],"end":[213.504028,315.903992]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[214.070984,292.768982],"c2":[232.820984,274.19799800000004],"end":[255.97302200000001,273.919983]}]}]},{"tag":"LineTo","args":[{"point":[256,273.919983]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[279.637024,274.204956],"c2":[298.723022,293.290955],"end":[299.007996,316.90094]}]}]},{"tag":"LineTo","args":[{"point":[299.007996,316.927979]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[972.825012,629.999023],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[972.825012,628.8668819999999],"c2":[972.815796,627.735778],"end":[972.798767,626.6074209999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[972.746765,493.0150749999999],"c2":[843.745727,390.65600499999994],"end":[693.76001,390.65600499999994]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[535.040039,390.65600499999994],"c2":[408.57604999999995,493.05596799999995],"end":[408.57604999999995,628.7360219999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[408.57604999999995,764.416076],"c2":[528.895996,873.472045],"end":[693.76001,874.4960319999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[734.8812869999999,873.6547229999999],"c2":[773.920716,865.7650749999999],"end":[810.0664059999999,852.0181879999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[812.819092,853.6934809999999],"c2":[889.9382929999999,900.5988759999999],"end":[894.4639889999999,900.0960079999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[898.0969849999999,899.6000359999998],"c2":[900.8989869999998,896.6220089999998],"end":[901.1190179999999,892.9490349999999]}]}]},{"tag":"LineTo","args":[{"point":[901.1199949999999,892.9280389999999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[901.1199949999999,889.856018],"c2":[875.5200189999999,814.5920399999999],"end":[875.5200189999999,814.5920399999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[934.606994,773.7240589999999],"c2":[972.8250119999999,706.3250719999999],"end":[972.825012,629.999023]}]}]}]},{"start":[589.343018,577.023987],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"LineTo","args":[{"point":[589.312012,577.023987]}]},{"tag":"LineTo","args":[{"point":[589.312012,575.487976]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[568.387024,575.487976],"c2":[551.424012,558.524963],"end":[551.424012,537.599976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[551.424012,516.674989],"c2":[568.387025,499.711976],"end":[589.312012,499.711976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[610.236999,499.711976],"c2":[627.200012,516.674989],"end":[627.200012,537.599976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[627.2200320000001,538.0579839999999],"c2":[627.2310180000001,538.595948],"end":[627.2310180000001,539.135987]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[627.2310180000001,560.060975],"c2":[610.268005,577.023987],"end":[589.343018,577.023987]}]}]}]},{"start":[794.146973,577.112976],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[793.276062,577.112976],"c2":[792.412842,577.079712],"end":[791.557251,577.021423]}]}]},{"tag":"LineTo","args":[{"point":[794.112,575.487976]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[773.187012,575.487976],"c2":[756.2239999999999,558.524963],"end":[756.2239999999999,537.599976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[756.2239999999999,516.674989],"c2":[773.187013,499.711976],"end":[794.112,499.711976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[815.036987,499.711976],"c2":[832,516.674989],"end":[832,537.599976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[832.021973,538.084961],"c2":[832.034973,538.652955],"end":[832.034973,539.224976]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[832.034973,560.149964],"c2":[815.07196,577.112976],"end":[794.146973,577.112976]}]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n"]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}],"mDetail":""}},"next":[],"link":{"i":[[0,8]]}}],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210539],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210540_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210540],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210540],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210541_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210541],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210541],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210542_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210542],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210542],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210543_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210543],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210543],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210544_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210544],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210544],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210545_glyph":{"path":[[0,2]],"branchPath":[[0,2]],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210545],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[{"value":{"time":1779224461133,"value":{"msg":[[1779210545],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"id":{"tag":"StringValue","args":["Layer_1"]},"version":{"tag":"StringValue","args":["1.1"]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]},"xmlns":{"tag":"StringValue","args":["http://www.w3.org/2000/svg"]}},"children":[{"tag":"Text","args":["\n "]},{"tag":"Comment","args":[" Generator: Adobe Illustrator 30.4.0, SVG Export Plug-In . SVG Version: 2.1.4 Build 226) "]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[260.246033,440.808044],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[260.246033,429.072082],"c2":[252.794983,419.076049],"end":[242.17700200000002,415.232055]}]}]},{"tag":"LineTo","args":[{"point":[242.30902100000003,415.305053]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[238.02099600000003,412.75005999999996],"c2":[233.00903300000002,411.282043],"end":[227.65502900000004,411.282043]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[214.04901100000004,411.282043],"c2":[202.65698200000003,420.758056],"end":[199.68103000000005,433.664062]}]}]},{"tag":"LineTo","args":[{"point":[153.60101300000005,543.232055]}]},{"tag":"LineTo","args":[{"point":[110.59301700000006,433.15203799999995]}]},{"tag":"LineTo","args":[{"point":[110.52398600000006,432.93902499999996]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[106.20599300000006,421.197997],"c2":[94.92199600000006,412.822997],"end":[81.68298300000006,412.822997]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[76.93402100000006,412.822997],"c2":[72.43701100000007,413.900023],"end":[68.60803200000007,415.744018]}]}]},{"tag":"LineTo","args":[{"point":[68.41998300000006,415.80499199999997]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[58.10803200000006,419.650024],"c2":[50.763977000000054,429.58697399999994],"end":[50.763977000000054,441.239013]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[50.763977000000054,445.763976],"c2":[51.871033000000054,450.031005],"end":[53.75903300000005,453.632018]}]}]},{"tag":"LineTo","args":[{"point":[122.87902800000006,614.400023]}]},{"tag":"LineTo","args":[{"point":[95.74298100000006,671.744017]}]},{"tag":"LineTo","args":[{"point":[95.81103500000006,671.624022]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[93.30700700000006,675.73297],"c2":[91.86499000000006,680.559996],"end":[91.86499000000006,685.7239979999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[91.86499000000006,697.324035],"c2":[99.14300500000006,707.2230209999999],"end":[109.56799300000006,711.1680289999999]}]}]},{"tag":"LineTo","args":[{"point":[109.56903100000005,711.1680899999999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[134.14502000000005,720.3840929999999],"c2":[144.89703400000005,706.5601189999999],"end":[153.60101300000005,690.6881099999999]}]}]},{"tag":"LineTo","args":[{"point":[257.01977500000004,453.64416499999993]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[259.07574400000004,449.82141099999996],"c2":[260.246032,445.45226999999994],"end":[260.246033,440.808044]}]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[591,437.093994],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[590.044006,437.093994],"c2":[589.101013,437.149048],"end":[588.286987,437.247009]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[571.903015,438.27099599999997],"c2":[562.174987,447.99902299999997],"end":[562.174987,465.91900599999997]}]}]},{"tag":"LineTo","args":[{"point":[562.174987,554.008056]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[561.906982,571.874084],"c2":[547.341003,586.275085],"end":[529.41101,586.275085]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[528.869994,586.275085],"c2":[528.332031,586.262085],"end":[527.872009,586.239074]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[497.15203800000006,586.751098],"c2":[492.54406700000004,564.735107],"end":[492.54406700000004,556.54309]}]}]},{"tag":"LineTo","args":[{"point":[492.54406700000004,468.479064]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[491.520568,450.568419],"c2":[483.33593700000006,441.353637],"end":[467.48010200000004,441.343993]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[467.2753900000001,441.33923200000004],"c2":[467.07073900000006,441.33709600000003],"end":[466.86505100000005,441.33709600000003]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[452.16107200000005,441.33709600000003],"c2":[440.24102800000003,453.25707900000003],"end":[440.24102800000003,467.96105800000004]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[440.24102800000003,468.68505700000003],"c2":[440.269043,469.40106000000003],"end":[440.32006900000005,470.01605100000006]}]}]},{"tag":"LineTo","args":[{"point":[440.32006900000005,558.0800770000001]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[440.32006900000005,568.830993],"c2":[438.78466900000006,624.1173080000001],"end":[527.335328,624.1278060000001]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[530.278687,624.4634990000001],"c2":[533.271302,624.6400130000001],"end":[536.305055,624.6400130000001]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[577.407045,624.6400130000001],"c2":[611.115053,592.986021],"end":[614.400026,552.4479960000001]}]}]},{"tag":"LineTo","args":[{"point":[614.911012,463.8709700000001]}]},{"tag":"LineTo","args":[{"point":[614.900026,463.98400700000013]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[615.007997,463.0570050000001],"c2":[615.064027,462.1140120000001],"end":[615.064027,461.15801800000014]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[615.064027,447.86797900000016],"c2":[604.289979,437.0939920000001],"end":[591,437.093994]}]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[785.920105,573.953003],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"LineTo","args":[{"point":[734.720093,529.408997]}]},{"tag":"LineTo","args":[{"point":[781.312073,488.960999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[781.312073,488.960999],"c2":[804.3468630000001,466.94989100000004],"end":[784.390442,447.495423]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[778.906189,442.72503700000004],"c2":[771.742676,439.837037],"end":[763.904053,439.837037]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[756.0510869999999,439.837037],"c2":[748.875061,442.735047],"end":[743.424073,447.489015]}]}]},{"tag":"LineTo","args":[{"point":[675.328065,512.001039]}]},{"tag":"LineTo","args":[{"point":[675.328065,463.873048]}]},{"tag":"LineTo","args":[{"point":[675.3110360000001,463.72601399999996]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[673.416016,450.30303999999995],"c2":[661.8820810000001,439.97802799999994],"end":[647.9360360000001,439.97802799999994]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[633.989991,439.97802799999994],"c2":[622.455994,450.30303999999995],"end":[620.5440070000001,463.87207099999995]}]}]},{"tag":"LineTo","args":[{"point":[620.5440070000001,599.552064]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[621.5679940000001,614.912049],"c2":[630.2720340000001,622.592042],"end":[648.1920170000001,622.592042]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[666.1120000000001,622.592042],"c2":[675.8400270000001,614.400086],"end":[675.8400270000001,599.552064]}]}]},{"tag":"LineTo","args":[{"point":[675.8400270000001,548.352052]}]},{"tag":"LineTo","args":[{"point":[751.6115110000001,614.396119]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[757.1442870000001,618.856629],"c2":[764.1792600000001,621.528016],"end":[771.8400270000001,621.528016]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[779.5249020000001,621.528016],"c2":[786.5808720000001,618.840638],"end":[792.061585,614.401917]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[795.664002,609.608704],"c2":[797.801087,603.651978],"end":[797.801087,597.194031]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[797.801087,587.666016],"c2":[793.154114,579.223999],"end":[785.920105,573.953003]}]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[972.290955,466.430908],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"LineTo","args":[{"point":[972.2809450000001,466.541931]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[972.3769530000001,465.64593499999995],"c2":[972.426941,464.73590099999996],"end":[972.426941,463.814941]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[972.426941,449.95892299999997],"c2":[961.1949460000001,438.726928],"end":[947.338928,438.726928]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[946.749939,438.726928],"c2":[946.165954,438.74688599999996],"end":[945.665954,438.782897]}]}]},{"tag":"LineTo","args":[{"point":[945.722961,438.78491099999997]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[945.3199460000001,438.76592899999997],"c2":[944.9149170000001,438.75591899999995],"end":[944.5079340000001,438.75591899999995]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[930.6519160000001,438.75591899999995],"c2":[919.419921,449.98797499999995],"end":[919.419921,463.84393199999994]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[919.419921,464.7549429999999],"c2":[919.468871,465.65496699999994],"end":[919.553893,466.43096799999995]}]}]},{"tag":"LineTo","args":[{"point":[919.553893,553.9829699999999]}]},{"tag":"LineTo","args":[{"point":[919.5509020000001,554.0539539999999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[918.765929,571.1709579999998],"c2":[904.639891,584.8079819999998],"end":[887.328917,584.8079819999998]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[886.4169300000001,584.8079819999998],"c2":[885.5129380000001,584.7699569999999],"end":[884.736937,584.7039779999998]}]}]},{"tag":"LineTo","args":[{"point":[884.868956,584.6929919999998]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[883.8139630000001,584.8010239999998],"c2":[882.744994,584.8560169999997],"end":[881.6619860000001,584.8560169999997]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[864.539977,584.8560169999997],"c2":[850.6359850000001,571.0770249999997],"end":[850.4320060000001,553.9840079999997]}]}]},{"tag":"LineTo","args":[{"point":[850.4320060000001,466.43200599999966]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[849.4080190000001,448.51202299999966],"c2":[843.2639760000001,438.78399599999966],"end":[825.3439930000001,438.78399599999966]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[807.4240100000001,438.78399599999966],"c2":[798.2080070000001,449.02404699999965],"end":[798.2080070000001,466.43200599999966]}]}]},{"tag":"LineTo","args":[{"point":[798.2080070000001,554.4960319999997]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[800.255981,598.5280139999996],"c2":[828.415954,623.6160879999996],"end":[885.2479850000001,622.5920399999997]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[942.0800160000001,621.5679919999997],"c2":[970.239989,598.5280139999996],"end":[972.7999870000001,553.9840079999997]}]}]},{"tag":"LineTo","args":[{"point":[972.290955,466.430908]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n "]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"Value","args":[{"tag":"Paths","args":[[{"start":[435.712036,526.847961],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[435.428039,474.4679560000001],"c2":[392.901001,432.11596600000007],"end":[340.481018,432.11596600000007]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[339.940063,432.11596600000007],"c2":[339.401062,432.12097100000005],"end":[338.863037,432.12896600000005]}]}]},{"tag":"LineTo","args":[{"point":[338.941284,432.12798900000007]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[338.63678,432.12396100000007],"c2":[338.277954,432.1219470000001],"end":[337.91900599999997,432.1219470000001]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[285.502014,432.1219470000001],"c2":[242.97601299999997,474.4709460000001],"end":[242.68798799999996,526.8199450000001]}]}]},{"tag":"LineTo","args":[{"point":[242.68798799999996,526.8469230000001]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[242.65301499999995,527.7979120000001],"c2":[242.63201899999996,528.9158930000001],"end":[242.63201899999996,530.037902]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[242.63201899999996,580.6539300000001],"c2":[283.664001,621.685912],"end":[334.28002899999996,621.685912]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[335.92004399999996,621.685912],"c2":[337.551025,621.642882],"end":[339.17004399999996,621.5579210000001]}]}]},{"tag":"LineTo","args":[{"point":[338.94403099999994,621.566893]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[341.14001499999995,621.757872],"c2":[343.6950079999999,621.867918],"end":[346.27600099999995,621.867918]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[395.76098599999995,621.867918],"c2":[435.87603799999994,581.752928],"end":[435.87603799999994,532.2679420000001]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[435.87603799999994,530.3609600000001],"c2":[435.81603999999993,528.4679540000001],"end":[435.6990359999999,526.59094]}]}]},{"tag":"LineTo","args":[{"point":[435.712036,526.847961]}]}]},{"start":[339.099976,578.550049],"endings":{"tag":"Connected","args":[]},"cmds":[{"tag":"LineTo","args":[{"point":[338.94397000000004,578.5590209999999]}]},{"tag":"LineTo","args":[{"point":[338.94403100000005,578.559998]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[314.66400200000004,576.481019],"c2":[295.74304200000006,556.258973],"end":[295.74304200000006,531.617981]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[295.74304200000006,530.118958],"c2":[295.81304900000003,528.635986],"end":[295.9500120000001,527.172974]}]}]},{"tag":"LineTo","args":[{"point":[295.93603500000006,527.3599859999999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[295.81304900000003,526.083985],"c2":[295.74304200000006,524.601014],"end":[295.74304200000006,523.1019899999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[295.74304200000006,498.4609989999999],"c2":[314.66302500000006,478.23895299999987],"end":[338.76904300000007,476.17199699999986]}]}]},{"tag":"LineTo","args":[{"point":[338.94403100000005,476.15997299999987]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[363.4870000000001,478.26299999999986],"c2":[382.6120000000001,498.7039789999999],"end":[382.6120000000001,523.6119989999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[382.6120000000001,524.9309689999999],"c2":[382.5580450000001,526.2379759999999],"end":[382.4530030000001,527.5300289999999]}]}]},{"tag":"LineTo","args":[{"point":[382.4639890000001,527.3600459999999]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[382.5850220000001,528.6240229999999],"c2":[382.6530150000001,530.0930169999999],"end":[382.6530150000001,531.5780639999999]}]}]},{"tag":"BezierCurveTo","args":[{"tag":"CParams","args":[{"c1":[382.6530150000001,556.398071],"c2":[363.4559940000001,576.7350459999999],"end":[339.099976,578.550049]}]}]}]}]]}]}},"children":[]}]},{"tag":"Text","args":["\n"]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}],"mDetail":""}},"next":[],"link":{"i":[[0,8]]}}],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210545],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210546_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210546],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210546],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210547_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210547],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210547],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210548_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210548],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210548],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210549_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210549],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210549],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210550_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210550],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210550],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210551_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210551],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210551],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"main":{"path":[[0,8]],"branchPath":[[0,8]],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":{"tag":"AddGlyphMetadata","args":[{"byLibrary":false,"insertIndex":0,"newGlyphMetadata":[[[1779210310],{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648}],[[1779210311],{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649}],[[1779210312],{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650}],[[1779210313],{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651}],[[1779210314],{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652}],[[1779210315],{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653}],[[1779210316],{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654}],[[1779210317],{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655}],[[1779210318],{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656}],[[1779210319],{"name":"location","tags":["location"],"codePoint":59657}],[[1779210320],{"name":"medal","tags":["medal"],"codePoint":59658}],[[1779210321],{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659}],[[1779210322],{"name":"shield","tags":["shield"],"codePoint":59660}],[[1779210323],{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661}],[[1779210324],{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662}],[[1779210325],{"name":"text-document","tags":["text-document"],"codePoint":59663}],[[1779210326],{"name":"trophy","tags":["trophy"],"codePoint":59664}],[[1779210327],{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665}],[[1779210328],{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666}],[[1779210329],{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667}],[[1779210330],{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668}],[[1779210331],{"name":"bookmark","tags":["bookmark"],"codePoint":59669}],[[1779210332],{"name":"message","tags":["message"],"codePoint":59670}],[[1779210333],{"name":"mouse","tags":["mouse"],"codePoint":59671}],[[1779210334],{"name":"mobile","tags":["mobile"],"codePoint":59672}],[[1779210335],{"name":"desktop","tags":["desktop"],"codePoint":59673}],[[1779210336],{"name":"pencil","tags":["pencil"],"codePoint":59674}],[[1779210337],{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675}],[[1779210338],{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676}],[[1779210339],{"name":"person","tags":["person"],"codePoint":59677}],[[1779210340],{"name":"persons","tags":["persons"],"codePoint":59678}],[[1779210341],{"name":"profile","tags":["profile"],"codePoint":59679}],[[1779210342],{"name":"pin","tags":["pin"],"codePoint":59680}],[[1779210343],{"name":"map","tags":["map"],"codePoint":59681}],[[1779210344],{"name":"point","tags":["point"],"codePoint":59682}],[[1779210345],{"name":"star","tags":["star"],"codePoint":59683}],[[1779210346],{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684}],[[1779210347],{"name":"comments","tags":["comments"],"codePoint":59685}],[[1779210348],{"name":"comment","tags":["comment"],"codePoint":59686}],[[1779210349],{"name":"home","tags":["home"],"codePoint":59687}],[[1779210350],{"name":"popup","tags":["popup"],"codePoint":59688}],[[1779210351],{"name":"search","tags":["search"],"codePoint":59689}],[[1779210352],{"name":"printer","tags":["printer"],"codePoint":59690}],[[1779210353],{"name":"link","tags":["link"],"codePoint":59691}],[[1779210354],{"name":"flag","tags":["flag"],"codePoint":59692}],[[1779210355],{"name":"cog","tags":["cog"],"codePoint":59693}],[[1779210356],{"name":"tools","tags":["tools"],"codePoint":59694}],[[1779210357],{"name":"tag","tags":["tag"],"codePoint":59695}],[[1779210358],{"name":"camera","tags":["camera"],"codePoint":59696}],[[1779210359],{"name":"feedback","tags":["feedback"],"codePoint":59697}],[[1779210360],{"name":"book","tags":["book"],"codePoint":59698}],[[1779210361],{"name":"article","tags":["article"],"codePoint":59699}],[[1779210362],{"name":"eye","tags":["eye"],"codePoint":59700}],[[1779210363],{"name":"time","tags":["time"],"codePoint":59701}],[[1779210364],{"name":"microphone","tags":["microphone"],"codePoint":59702}],[[1779210365],{"name":"calendar","tags":["calendar"],"codePoint":59703}],[[1779210366],{"name":"timer","tags":["timer"],"codePoint":59704}],[[1779210367],{"name":"drag","tags":["drag"],"codePoint":59705}],[[1779210368],{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706}],[[1779210369],{"name":"checklist","tags":["checklist"],"codePoint":59707}],[[1779210370],{"name":"ticket","tags":["ticket"],"codePoint":59708}],[[1779210371],{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709}],[[1779210372],{"name":"line-graph","tags":["line-graph"],"codePoint":59710}],[[1779210373],{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711}],[[1779210374],{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712}],[[1779210375],{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713}],[[1779210376],{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714}],[[1779210377],{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715}],[[1779210378],{"name":"tick","tags":["tick"],"codePoint":59716}],[[1779210379],{"name":"cross","tags":["cross"],"codePoint":59717}],[[1779210380],{"name":"minus","tags":["minus"],"codePoint":59718}],[[1779210381],{"name":"plus","tags":["plus"],"codePoint":59719}],[[1779210382],{"name":"info","tags":["info"],"codePoint":59720}],[[1779210383],{"name":"question","tags":["question"],"codePoint":59721}],[[1779210384],{"name":"warning","tags":["warning"],"codePoint":59722}],[[1779210385],{"name":"list","tags":["list"],"codePoint":59723}],[[1779210386],{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724}],[[1779210387],{"name":"menu","tags":["menu"],"codePoint":59725}],[[1779210388],{"name":"grid","tags":["grid"],"codePoint":59726}],[[1779210389],{"name":"portrait","tags":["portrait"],"codePoint":59727}],[[1779210390],{"name":"screens","tags":["screens"],"codePoint":59728}],[[1779210391],{"name":"landscape","tags":["landscape"],"codePoint":59729}],[[1779210392],{"name":"images","tags":["images"],"codePoint":59730}],[[1779210393],{"name":"media","tags":["media"],"codePoint":59731}],[[1779210394],{"name":"folder","tags":["folder"],"codePoint":59732}],[[1779210395],{"name":"documents","tags":["documents"],"codePoint":59733}],[[1779210396],{"name":"delete","tags":["delete"],"codePoint":59734}],[[1779210397],{"name":"save","tags":["save"],"codePoint":59735}],[[1779210398],{"name":"download","tags":["download"],"codePoint":59736}],[[1779210399],{"name":"upload","tags":["upload"],"codePoint":59737}],[[1779210400],{"name":"expand","tags":["expand"],"codePoint":59738}],[[1779210401],{"name":"shrink","tags":["shrink"],"codePoint":59739}],[[1779210402],{"name":"volume","tags":["volume"],"codePoint":59740}],[[1779210403],{"name":"sound","tags":["sound"],"codePoint":59741}],[[1779210404],{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742}],[[1779210405],{"name":"controls-down","tags":["controls-down"],"codePoint":59743}],[[1779210406],{"name":"controls-left","tags":["controls-left"],"codePoint":59744}],[[1779210407],{"name":"controls-right","tags":["controls-right"],"codePoint":59745}],[[1779210408],{"name":"controls-up","tags":["controls-up"],"codePoint":59746}],[[1779210409],{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747}],[[1779210410],{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748}],[[1779210411],{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749}],[[1779210412],{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750}],[[1779210413],{"name":"dot","tags":["dot"],"codePoint":59751}],[[1779210414],{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752}],[[1779210415],{"name":"up-down","tags":["up-down"],"codePoint":59753}],[[1779210416],{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754}],[[1779210417],{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755}],[[1779210418],{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756}],[[1779210419],{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757}],[[1779210420],{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758}],[[1779210421],{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759}],[[1779210422],{"name":"language-1","tags":["language-1"],"codePoint":59760}],[[1779210423],{"name":"accessibility","tags":["accessibility"],"codePoint":59761}],[[1779210424],{"name":"globe","tags":["globe"],"codePoint":59762}],[[1779210425],{"name":"language-2","tags":["language-2"],"codePoint":59763}],[[1779210426],{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764}],[[1779210427],{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765}],[[1779210428],{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766}],[[1779210429],{"name":"alert","tags":["alert"],"codePoint":59767}],[[1779210430],{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768}],[[1779210431],{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769}],[[1779210432],{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770}],[[1779210433],{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771}],[[1779210434],{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772}],[[1779210435],{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773}],[[1779210436],{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774}],[[1779210437],{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775}],[[1779210438],{"name":"attachment","tags":["attachment"],"codePoint":59776}],[[1779210439],{"name":"block","tags":["block"],"codePoint":59777}],[[1779210440],{"name":"camera-off","tags":["camera-off"],"codePoint":59778}],[[1779210441],{"name":"camera-on","tags":["camera-on"],"codePoint":59779}],[[1779210442],{"name":"cloud","tags":["cloud"],"codePoint":59780}],[[1779210443],{"name":"compass","tags":["compass"],"codePoint":59781}],[[1779210444],{"name":"copy-file","tags":["copy-file"],"codePoint":59782}],[[1779210445],{"name":"copyright","tags":["copyright"],"codePoint":59783}],[[1779210446],{"name":"crop","tags":["crop"],"codePoint":59784}],[[1779210447],{"name":"devices","tags":["devices"],"codePoint":59785}],[[1779210448],{"name":"down-up","tags":["down-up"],"codePoint":59786}],[[1779210449],{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787}],[[1779210450],{"name":"exclamation","tags":["exclamation"],"codePoint":59788}],[[1779210451],{"name":"expand_1","tags":["expand_1"],"codePoint":59789}],[[1779210452],{"name":"extension","tags":["extension"],"codePoint":59790}],[[1779210453],{"name":"favourite","tags":["favourite"],"codePoint":59791}],[[1779210454],{"name":"google-translate","tags":["google-translate"],"codePoint":59792}],[[1779210455],{"name":"hand","tags":["hand"],"codePoint":59793}],[[1779210456],{"name":"lightning","tags":["lightning"],"codePoint":59794}],[[1779210457],{"name":"list-2","tags":["list-2"],"codePoint":59795}],[[1779210458],{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796}],[[1779210459],{"name":"move","tags":["move"],"codePoint":59797}],[[1779210460],{"name":"mute","tags":["mute"],"codePoint":59798}],[[1779210461],{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799}],[[1779210462],{"name":"question-circle","tags":["question-circle"],"codePoint":59800}],[[1779210463],{"name":"quote-close","tags":["quote-close"],"codePoint":59801}],[[1779210464],{"name":"quote-open","tags":["quote-open"],"codePoint":59802}],[[1779210465],{"name":"refresh","tags":["refresh"],"codePoint":59803}],[[1779210466],{"name":"send","tags":["send"],"codePoint":59804}],[[1779210467],{"name":"sound-down","tags":["sound-down"],"codePoint":59805}],[[1779210468],{"name":"sync","tags":["sync"],"codePoint":59806}],[[1779210469],{"name":"tablet","tags":["tablet"],"codePoint":59807}],[[1779210470],{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808}],[[1779210471],{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809}],[[1779210472],{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810}],[[1779210473],{"name":"timer-full","tags":["timer-full"],"codePoint":59811}],[[1779210474],{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812}],[[1779210475],{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813}],[[1779210476],{"name":"video-captions","tags":["video-captions"],"codePoint":59814}],[[1779210477],{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815}],[[1779210478],{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816}],[[1779210479],{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817}],[[1779210480],{"name":"video-loop","tags":["video-loop"],"codePoint":59818}],[[1779210481],{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819}],[[1779210482],{"name":"video-pause","tags":["video-pause"],"codePoint":59820}],[[1779210483],{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821}],[[1779210484],{"name":"video-play","tags":["video-play"],"codePoint":59822}],[[1779210485],{"name":"video-replay","tags":["video-replay"],"codePoint":59823}],[[1779210486],{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824}],[[1779210487],{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825}],[[1779210488],{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826}],[[1779210489],{"name":"video-stop","tags":["video-stop"],"codePoint":59827}],[[1779210490],{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828}],[[1779210491],{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829}],[[1779210492],{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830}],[[1779210493],{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831}],[[1779210494],{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832}],[[1779210495],{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833}],[[1779210496],{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834}],[[1779210497],{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835}],[[1779210498],{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836}],[[1779210499],{"name":"blogger","tags":["blogger"],"codePoint":59837}],[[1779210500],{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838}],[[1779210501],{"name":"deviantart","tags":["deviantart"],"codePoint":59839}],[[1779210502],{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840}],[[1779210503],{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841}],[[1779210504],{"name":"doc-word","tags":["doc-word"],"codePoint":59842}],[[1779210505],{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843}],[[1779210506],{"name":"facebook","tags":["facebook"],"codePoint":59844}],[[1779210507],{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845}],[[1779210508],{"name":"flickr","tags":["flickr"],"codePoint":59846}],[[1779210509],{"name":"github","tags":["github"],"codePoint":59847}],[[1779210510],{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848}],[[1779210511],{"name":"instagram","tags":["instagram"],"codePoint":59849}],[[1779210512],{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850}],[[1779210513],{"name":"linkedin","tags":["linkedin"],"codePoint":59851}],[[1779210514],{"name":"paypal","tags":["paypal"],"codePoint":59852}],[[1779210515],{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853}],[[1779210516],{"name":"pintrest","tags":["pintrest"],"codePoint":59854}],[[1779210517],{"name":"qq-2","tags":["qq-2"],"codePoint":59855}],[[1779210518],{"name":"qq","tags":["qq"],"codePoint":59856}],[[1779210519],{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857}],[[1779210520],{"name":"reddit","tags":["reddit"],"codePoint":59858}],[[1779210521],{"name":"rss-2","tags":["rss-2"],"codePoint":59859}],[[1779210522],{"name":"rss","tags":["rss"],"codePoint":59860}],[[1779210523],{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861}],[[1779210524],{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862}],[[1779210525],{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863}],[[1779210526],{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864}],[[1779210527],{"name":"steam-2","tags":["steam-2"],"codePoint":59865}],[[1779210528],{"name":"steam","tags":["steam"],"codePoint":59866}],[[1779210529],{"name":"trello-2","tags":["trello-2"],"codePoint":59867}],[[1779210530],{"name":"trello","tags":["trello"],"codePoint":59868}],[[1779210531],{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869}],[[1779210532],{"name":"tumblr","tags":["tumblr"],"codePoint":59870}],[[1779210533],{"name":"twitch","tags":["twitch"],"codePoint":59871}],[[1779210534],{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872}],[[1779210535],{"name":"twitter","tags":["twitter"],"codePoint":59873}],[[1779210536],{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874}],[[1779210537],{"name":"vimeo","tags":["vimeo"],"codePoint":59875}],[[1779210538],{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876}],[[1779210539],{"name":"wechat","tags":["wechat"],"codePoint":59877}],[[1779210540],{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878}],[[1779210541],{"name":"weibo","tags":["weibo"],"codePoint":59879}],[[1779210542],{"name":"xing-2","tags":["xing-2"],"codePoint":59880}],[[1779210543],{"name":"xing","tags":["xing"],"codePoint":59881}],[[1779210544],{"name":"youku-2","tags":["youku-2"],"codePoint":59882}],[[1779210545],{"name":"youku","tags":["youku"],"codePoint":59883}],[[1779210546],{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884}],[[1779210547],{"name":"youtube","tags":["youtube"],"codePoint":59885}],[[1779210548],{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886}],[[1779210549],{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887}],[[1779210550],{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888}],[[1779210551],{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889}]],"newMarks":[]}]}}},"next":[{"value":{"time":1779210348637,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemSvg","args":[null]},1,null]}]}]},"mDetail":"Exclude from Export"}},"next":[{"value":{"time":1779212662203,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"fontFamily",{"value":"vanilla"}]}]}]}}},"next":[{"value":{"time":1779212664330,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"addPalettes",false]}]}]}}},"next":[{"value":{"time":1779215524736,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"classPerGlyph",true]}]}]}}},"next":[{"value":{"time":1779216417272,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemCsh","args":[null]},1,false]}]}]},"mDetail":"Include in Export"}},"next":[{"value":{"time":1779216421979,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemCsh","args":[null]},0,null]}]}]},"mDetail":"Exclude from Export"}},"next":[{"value":{"time":1779224461133,"value":{"msg":{"tag":"AddGlyphMetadata","args":[{"byLibrary":false,"insertIndex":0,"newGlyphMetadata":[],"newMarks":[],"replacedGlyphNames":["wechat","youku"]}]}}},"next":[],"link":{"o":{"1779210539_glyph":[[0,2]],"1779210545_glyph":[[0,2]]}}}]}]}]}]}]}]}],"link":{"o":{"1779210310_glyph":[0],"1779210311_glyph":[0],"1779210312_glyph":[0],"1779210313_glyph":[0],"1779210314_glyph":[0],"1779210315_glyph":[0],"1779210316_glyph":[0],"1779210317_glyph":[0],"1779210318_glyph":[0],"1779210319_glyph":[0],"1779210320_glyph":[0],"1779210321_glyph":[0],"1779210322_glyph":[0],"1779210323_glyph":[0],"1779210324_glyph":[0],"1779210325_glyph":[0],"1779210326_glyph":[0],"1779210327_glyph":[0],"1779210328_glyph":[0],"1779210329_glyph":[0],"1779210330_glyph":[0],"1779210331_glyph":[0],"1779210332_glyph":[0],"1779210333_glyph":[0],"1779210334_glyph":[0],"1779210335_glyph":[0],"1779210336_glyph":[0],"1779210337_glyph":[0],"1779210338_glyph":[0],"1779210339_glyph":[0],"1779210340_glyph":[0],"1779210341_glyph":[0],"1779210342_glyph":[0],"1779210343_glyph":[0],"1779210344_glyph":[0],"1779210345_glyph":[0],"1779210346_glyph":[0],"1779210347_glyph":[0],"1779210348_glyph":[0],"1779210349_glyph":[0],"1779210350_glyph":[0],"1779210351_glyph":[0],"1779210352_glyph":[0],"1779210353_glyph":[0],"1779210354_glyph":[0],"1779210355_glyph":[0],"1779210356_glyph":[0],"1779210357_glyph":[0],"1779210358_glyph":[0],"1779210359_glyph":[0],"1779210360_glyph":[0],"1779210361_glyph":[0],"1779210362_glyph":[0],"1779210363_glyph":[0],"1779210364_glyph":[0],"1779210365_glyph":[0],"1779210366_glyph":[0],"1779210367_glyph":[0],"1779210368_glyph":[0],"1779210369_glyph":[0],"1779210370_glyph":[0],"1779210371_glyph":[0],"1779210372_glyph":[0],"1779210373_glyph":[0],"1779210374_glyph":[0],"1779210375_glyph":[0],"1779210376_glyph":[0],"1779210377_glyph":[0],"1779210378_glyph":[0],"1779210379_glyph":[0],"1779210380_glyph":[0],"1779210381_glyph":[0],"1779210382_glyph":[0],"1779210383_glyph":[0],"1779210384_glyph":[0],"1779210385_glyph":[0],"1779210386_glyph":[0],"1779210387_glyph":[0],"1779210388_glyph":[0],"1779210389_glyph":[0],"1779210390_glyph":[0],"1779210391_glyph":[0],"1779210392_glyph":[0],"1779210393_glyph":[0],"1779210394_glyph":[0],"1779210395_glyph":[0],"1779210396_glyph":[0],"1779210397_glyph":[0],"1779210398_glyph":[0],"1779210399_glyph":[0],"1779210400_glyph":[0],"1779210401_glyph":[0],"1779210402_glyph":[0],"1779210403_glyph":[0],"1779210404_glyph":[0],"1779210405_glyph":[0],"1779210406_glyph":[0],"1779210407_glyph":[0],"1779210408_glyph":[0],"1779210409_glyph":[0],"1779210410_glyph":[0],"1779210411_glyph":[0],"1779210412_glyph":[0],"1779210413_glyph":[0],"1779210414_glyph":[0],"1779210415_glyph":[0],"1779210416_glyph":[0],"1779210417_glyph":[0],"1779210418_glyph":[0],"1779210419_glyph":[0],"1779210420_glyph":[0],"1779210421_glyph":[0],"1779210422_glyph":[0],"1779210423_glyph":[0],"1779210424_glyph":[0],"1779210425_glyph":[0],"1779210426_glyph":[0],"1779210427_glyph":[0],"1779210428_glyph":[0],"1779210429_glyph":[0],"1779210430_glyph":[0],"1779210431_glyph":[0],"1779210432_glyph":[0],"1779210433_glyph":[0],"1779210434_glyph":[0],"1779210435_glyph":[0],"1779210436_glyph":[0],"1779210437_glyph":[0],"1779210438_glyph":[0],"1779210439_glyph":[0],"1779210440_glyph":[0],"1779210441_glyph":[0],"1779210442_glyph":[0],"1779210443_glyph":[0],"1779210444_glyph":[0],"1779210445_glyph":[0],"1779210446_glyph":[0],"1779210447_glyph":[0],"1779210448_glyph":[0],"1779210449_glyph":[0],"1779210450_glyph":[0],"1779210451_glyph":[0],"1779210452_glyph":[0],"1779210453_glyph":[0],"1779210454_glyph":[0],"1779210455_glyph":[0],"1779210456_glyph":[0],"1779210457_glyph":[0],"1779210458_glyph":[0],"1779210459_glyph":[0],"1779210460_glyph":[0],"1779210461_glyph":[0],"1779210462_glyph":[0],"1779210463_glyph":[0],"1779210464_glyph":[0],"1779210465_glyph":[0],"1779210466_glyph":[0],"1779210467_glyph":[0],"1779210468_glyph":[0],"1779210469_glyph":[0],"1779210470_glyph":[0],"1779210471_glyph":[0],"1779210472_glyph":[0],"1779210473_glyph":[0],"1779210474_glyph":[0],"1779210475_glyph":[0],"1779210476_glyph":[0],"1779210477_glyph":[0],"1779210478_glyph":[0],"1779210479_glyph":[0],"1779210480_glyph":[0],"1779210481_glyph":[0],"1779210482_glyph":[0],"1779210483_glyph":[0],"1779210484_glyph":[0],"1779210485_glyph":[0],"1779210486_glyph":[0],"1779210487_glyph":[0],"1779210488_glyph":[0],"1779210489_glyph":[0],"1779210490_glyph":[0],"1779210491_glyph":[0],"1779210492_glyph":[0],"1779210493_glyph":[0],"1779210494_glyph":[0],"1779210495_glyph":[0],"1779210496_glyph":[0],"1779210497_glyph":[0],"1779210498_glyph":[0],"1779210499_glyph":[0],"1779210500_glyph":[0],"1779210501_glyph":[0],"1779210502_glyph":[0],"1779210503_glyph":[0],"1779210504_glyph":[0],"1779210505_glyph":[0],"1779210506_glyph":[0],"1779210507_glyph":[0],"1779210508_glyph":[0],"1779210509_glyph":[0],"1779210510_glyph":[0],"1779210511_glyph":[0],"1779210512_glyph":[0],"1779210513_glyph":[0],"1779210514_glyph":[0],"1779210515_glyph":[0],"1779210516_glyph":[0],"1779210517_glyph":[0],"1779210518_glyph":[0],"1779210519_glyph":[0],"1779210520_glyph":[0],"1779210521_glyph":[0],"1779210522_glyph":[0],"1779210523_glyph":[0],"1779210524_glyph":[0],"1779210525_glyph":[0],"1779210526_glyph":[0],"1779210527_glyph":[0],"1779210528_glyph":[0],"1779210529_glyph":[0],"1779210530_glyph":[0],"1779210531_glyph":[0],"1779210532_glyph":[0],"1779210533_glyph":[0],"1779210534_glyph":[0],"1779210535_glyph":[0],"1779210536_glyph":[0],"1779210537_glyph":[0],"1779210538_glyph":[0],"1779210539_glyph":[0],"1779210540_glyph":[0],"1779210541_glyph":[0],"1779210542_glyph":[0],"1779210543_glyph":[0],"1779210544_glyph":[0],"1779210545_glyph":[0],"1779210546_glyph":[0],"1779210547_glyph":[0],"1779210548_glyph":[0],"1779210549_glyph":[0],"1779210550_glyph":[0],"1779210551_glyph":[0]}}}]},"model":{"tag":"ScopeMaster","args":[{"lastKey":[],"orderedKeys":[],"collections":{"first":{"keys":[],"name":""},"index":0,"rest":[]},"glyphMetadataDict":[],"paletets":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"exportOptions":{"exportItems":{"csh":{"order":11,"item":{}},"elm":{"order":4,"item":{}},"favicon":{"order":10,"item":{}},"font":{"order":0,"mOpen":false,"item":{}},"librarySet":{"order":12,"item":{}},"png":{"order":9,"item":{}},"react":{"order":5,"item":{}},"svg":{"order":1,"mOpen":false,"item":{}},"symbolDefs":{"order":2,"item":{}},"tiles":{"order":7,"item":{}},"vue":{"order":6,"item":{}},"webComponent":{"order":3,"item":{}}},"glyphSubset":{"tag":"AllGlyphs","args":[]}},"extraLibraryUrls":[],"releases":[]}]},"modelPath":[],"syncedPath":[]}},"metadata":{"localKey":[1344868410,2],"guests":{},"synced":false,"permission":{"tag":"FullLocal","args":[]},"name":{"time":1779210315979,"value":"Vanilla icons"},"created":1779210308053,"modified":1779224461134,"colorIndex":{"time":1779210317156,"value":4}}} \ No newline at end of file

t37AIe|-7M?=HAr9!+=LV$A3}C^lm)t_gGOCn3mzc_N?fZ+VB-QOgH8gxNvc zcAIi6;#jsN436U|7Y|Q+zNZzIHlPDvhyMqVjHC=J>W3)&jDk35aC3UUj8!O8%y&*BNirmsl z8YE)sSbDZ=Ikx2rnq*m&M{Qx~S$kJ`H53<(I0g<53Z)bP%5z=MMgFr90u2&-f0oF* z`5Hu2KJUTU4Q*d+Hl}y%pGuzwgsM8TYt?mH)C?GH_rrJ{n0|-Hb?3+mUN2)eR*4dJ zj8t(NrHMFjX~t*TpDi-}Vn&3%ABxU>TVRu-I40q)SwLb%7J{aTgE&g(V{(l5`0P_p zjYCGpBl&Pn50^E)y#|NAaJDTBX+hrlN`xtRe*XX|o{DXDzbmb)O6nIcW*!7iR7b;M50@4l%WWwS zx;d@5ox9?grr6LOd!kP6zhX&-bN;3cDJ8@kn)kOL;Ra^N$TF7op zmME^NrD8xS7pq>cKf*Dx_NkC)1&wdnn1`!)h%nfeX9nN2Zy@9Jd?!j3Em)~2;Ly~0C>}JjZ4W0-{Dwns1iS^L=nY!lYYa-S9*;3&u z@2gx`et`ssgQ)|5ynr%ZpaRiK^1NJjSzgr(0=n<-MpkIXmA*lS_)&~or<+Z?8$PQ+ z7@`dpDQRby(;~1kGD02tp|m~m3ulDkEwOSQr&$>2(qrFPY)Sw#*Z#f-LT_-$960`{)w7m7Fg zmxC5*TqZ=x3Y3O3eP=Jlt{#WOhV*EPXGF~ z08zH={NBt+SiX>sK`83u3nInn>Hzq4$BZY1X46ZtG2%0&Z!US5%aF(3ST_rgADjF5FsE@YM7MZga37+!nqOsD$1uKKGPPeqH4)uF6oLqRrS3t?|s9 za6&3y12(qv>yX4IY2$Hgsg9XKx%#EQMk6bhZKNp)q9_a-d}^7UnUSpM|KTlzXgaw( z0)&|NhB$VB^>&mytMMo}_04>Xn6y=HiG~G-)8&8xc}68q!iO`_WGr!0L`E?I44S)j z$X&N|-g!%gznKR21+NE~(Wngs6!54og(YEh&ew>mvM)CP8?F2* z0Y!^z;y3+DSWcsdu$7cRETLC1@K*#j^(wb+u{ovQ*m%BmTJ|a-8}AGqqUy;yAC6}J z%yS_!W>NL+LR^_sCKn`NBb>>9Mtb3d8)Od|oG289ABGbtZ^L zB3qQbDD)#8p#e>wx}9!@x!6o z8o1<|kVc`qDo=X;KxnB_JHvK8-}R+Z}U{YEkk>oFWF9-=h>F&!09T7C~9^>J91Kd{xtYu-|6qhaUZ20$no<*A^_*5&h8l$m~cZzvWsqEXv(w5_#Le-M0Y$55bAL}4d1B|N(m4_ZMU zrl}+oM)Aq2_?*i+Wm+JzFSq7WwZ|Z`hvv+h*&~q6hB4?2e>}+I>w&{4+4e2%SYo6} ztuhW$7(@3~LaYUUG4Yf^$*>4AKMxBXc5fAHd`YkohcTK0ldMETuR!ed_8wjEQN_a@ zT5qmv;)`0J2)OT~HMnKFQa1@A=f^cH9+A8Oa@8eP|0q_u-q- zy8PV;mrMYh)n!F|=?ph|)7fy|-HQ%{A=w|k#v8%60iUuvtk=Z9phu9+A*-Y`Y3O^f zW)Ktg{gbxfBs3r&sY7^q3i?x%;F}{es2GIg-+$igU#wSTh(RqWcpNR2i|m${+Nq4D zqhVzvu6;G!urI<_UyU&M++Y=>OjO|T5+BDkF}F6Nmf+MT7epHf3^I@PQ2lG7cX}^q z80TC6>rnQ)f|=babU!G7i`RRDusS#u=wdAXPC#ddDWxaKyz1O=tn@qGLK9N fn+nlF5bYo!Mqxx?e1lZo7Yd>k3>v2aLEP&#vTewR literal 18964 zcmV(*K;FN1Pew9NR8&s@07?`93IG5A0DH&)07=LI0RR9100000000000000000000 z00001HUcCB1_odSf;a$F2OvK~Mn*D$?I{C;b`c005_=;9xorT<%+{v00YyWm1&u-nGodq;FfN7PasWMp9S#qYAggjUx(vE8!Tv1!LW zMn`DulicBP&OWuI21Q<~6lz$YMGC$>UeQ^x6~>IwF)5iDuv_W$v(M&lW2XjF&3ek2 zAg2;?ChW!?@H}zD_piKw5(uJ%i>!z<%XBvyj6Xd8U(@=26#dR%;&~In2d;XL3n{zG zK%&6AZvaaQ0a~)1cG^m|3#bXve=S?|Kh2K1TVKZ&AXapY_67m$_6C8xVN_layioI8 zqx_|_zDT?8AA|~$L!RA_OE^GgnPppI3%jKj+aAz6B#3|_&aQIQuhRMOpKbov%-oNk z{kJtz@U5FBq*SnybTCLtuP|o-TTQ{(8c#$(J4IP6by1V7Yj5WcXEw*zX8nm*Ib67} z+Rx6KNJc!W5C^(nRW*%-2r(biRrBghkw5?DEZhGzt0$b%MVvC{$X-#!qH##Io8~9b z|9^xu1G^la3J^k zga|=V=AvoJUxaG(cYn9mYu)Qi{$B1!l;pXWAt&}|u1?82`2uy|3h)mJEks;4c&+fi zOXI_Ti9%xHNBqXK^`P5L^d;O;6r#H(nhA~&9R1bCkw-!b>ryRSRPA^SLX=|lLvdps zlr+w~wUoxD4jEOcf~*rQ)y<+&5sj3xLviC&C~2&}wN$)ax0caT2~zyarMw-I<;o-) zEw$bTZPr-LB8yArn7u5H$W3}dp;@XxDrcM;9`P~6KEHJ`Vg?egJpK1;opersWTXhcHYB54l!W4* zB;9MOseZNNQZyAHib;De#X$R8oM^#+aoOOTG>BdlFO%pcFG*KOpOuMaYsdt$jXF+! zDvy?LlVf?m{CW9@3aMg`;%lWzxlnn(@&)A&sw~xu>SXm=^-#pph@Ob|BkhrEA`e7< zqM4?7DasW!E&6zjCT3@BdF;m6vmghYq|NkU`YY{f?Z3LW^|SRa8nO-bhU13oMqu1) zl9&vpGLzS|)O0BB-ngI4i_Q0%uf$v8n-XLRQxlFQyqz#<`KP7BGGzI~8e^@nZn9pp z>1|hSZ`r=F{bSeI&Gs~Vp}oq!)PBo8YM*q#k>>C?t|!uo#}eO3YE2QPB&JMBxtuCV zwWpS)wx;e#J&}4k^~KbWn8RsQT0`3Yv>(!|((iMYJA=+a7vVZx+g-0_z>H&=_h;#| zva{N<6S6z94`rWmXSol#f64LYwB{Vn&CFe$`*vPlUPs=8`K9?^7i=jwQ}AjbQMeUu zDLhd4O5spZauF(;Q?#aNYtfTMZx`>MvUn=Jn~%f(lKH5@6YtsLdGtn8`KpT4ik-Kw z+)1ijTg6T{&G`Lc{mjwrcX!E}6}9^hx@MnfbTsN3_qRUpM9n?bt(fm$unSoKBV%40 z><*t@S~}VtzqIVw3!hE@^76n}AC+IPeD)j1-b%i6=z~V*zc}x5{(a+eA5}h$ClT~` zUa!--bnA~(IVZ8uP}b>>Yv6)Pg8yVOt;o8RrCF^Qfwlauq7}8b!L_?`Zf^P!F>aqX{;=YT_;F(!1#AO0Wn<$d9re&c-Lbev9V?C3=04#px>qr=j zp>egkfL*I65%ec#`v5RID=*LhqCh={gys8QI9yKR#q}Tl=_i(O9p12M?oSndGyc)h z3rC+DKa#QW-?me(zbDH!u0*XB-vkNjzJ0|I7EE?)?1W?>H3%y^qm5g=0a4zn0@sy7|u?qgHUcy@#jU zKmXtlgLihH-T$KS$lbRufAoILJ>-pi-T>33U+kI*MHsr+lC zudn&xFMt2nFYKD;?D1NcfBcJ%URFDlm5OC-GBcUQ2zeq65_BRnUeA=^`F9s1Wl1dW z+xPyIKf}NG&3BOAsG+7QrPQ(J3Hnc888@!I%YChqN!COib$90;H-a_@;Q#=|^={^9 z5!e13s(phSpJ5IcWwkpspoK>x0z?+iA_x+Vw^A%IPxI9HNQb|b5Ae~~|B%cr7pO%r zNXK}>V!;WeQ&^d>Y2H>lSiEODh>`p7ByDKCxh)PGz74&Il02tPs3I?r)`MKn@Ln0l zfM#RgC>k;6e3H{vMg2Y6re^Aj@m{ zCTjUjTC_aNmNQp`CL_bJ7YL&<+FH@d7sfyO!bzutl$_K}?W9pO%6cL3kE-_J)seMV z-mE*a?x0uI?8vGkt7=xK!CB!gumi}hfKb*JT9Tfu5ThWGiCbjJc-{K5~4cYSRF=~dFTs1c&xch6{UocFUP@NS%V z`#4CLdJm0Ho%MhSs|U}`mM-u;Q=j%M-fRtzKilt8V17SBSbU%$UV=~zT_E?F#q2wR zydjYbif{p;4oKk4a9gqBg9K8Ii$HG3wu6X}j~Rkifrh^oB@2Tb0XYE+VW8>ha{;hR ziwNx){JHB?XuPK@x?wvJgaFWQ(}UByp9GfwCO6`bK0b>iSf>GW#A1h0;-Oq8><)35 zCVpQ3%;~$lhZeX`Aq92#wIhFiDod~UtUnrsa|u*IIoca_Koj8hXDB_|<46+S(LbqF zdWMa3lFsXY_K@yK{zpmZdh|lq#xZ6#={E50>#m6g?gSUaI`Shq=uP;2(48=5u$vGW z>Q(-tZ7d1d$<)y(Dp?#TIh$RSVzF3baCXjxgz?6w&ikY)aJ^ne&wIN-JAs=JqV{yz z3!^~s3bvhGH<2LUPh`k>BUa~JipAkKK6NGli1Pzu3Jdgj1daH(MV*lbqJKW~gLwHa9f8wlUJQWo_A0L|Z^v(rK9nb)~21|dHW z1RXNPSET-UCJo{-kx=^@Sd%6mqQ(PBwLdHprj9`fw1^-;soKXyA_EvcL{ejgavOp7 ziBFxtg1}uic6`JxyX!}b;rlm3XUJcS+j{^faq@xvw~sSL`W%1>Mf3SNa*&^oK`lY5 zr&3PMv-zoIVJxg1d{2Ot*El2RLsHIadA)Ymzb%Z~5%IC&^Vwzn0PjsWpBS8XH9d9S z1CcBy0p3FqEC@XKzYcF9yAD6Z9=*AF&k@ZTt(jS;a6e8JMBwQ`-;LJYWHuP zAIhy3P01PpJ^;0>C;`yOc$e)T60gYJZ#fgIl9WusVkNj?+01G{)lzT(A^f3Z4+QZ_ z+=7kg*>e`1u|^BvQ&zF#lBzf#Dvl>|T~+PFfcZX2_fAD_;&}WnII~%?4^-x+KX6<0 z^Q*7xC_CY8>K~vs4{t%En06obxB5m*ip10kut<)tX^l zp!Fdhfy#AVd^DgF6w5lHpoJh%vpH}9L19=B{+!Le14NvE1iFc?L_!b}nT0+FgT9_h zDDVO=4}pD>2tY18Aet}5Dh+i;f;d>*jj&S?fP{vEXW2!FaAUDsIFlwO5@vt`K}4{C z3M()I2~N!w;#ue@S&0`YA#4(*Lfi_71TXRDObk8gY6c%R2||#Qo?Hn4=|bU759LHX z2TkSbnr1(XU7%A@jFK}gdM*W77)(KZS(N^fdShm$6Y=%;V@jFhXV|joQIcF+N$lf<*U~nKN-X%1S(X4oFi6q z(pJ>M#Zw+~)Y?#U-fP)Y*xj@Jlg_X!e=RnTd=-$Agh3*oiq*WN z4hcxy*bd~Z*F&5p!8cYhl-D2#Iv^L$q=$bQkFfs6uI)*?uEZr8a^;m!)>fKN7;}Ep{msc`l7cpcotud;1W&f#A)5CympTAo#|WK!+x909VDn}#G!F{`u&dV&!$PSAD*^j|YR1)NrM~?X>kRU%7RzSoG7rPYT zQqzrwLWH7uTNSRz`+Wu_=krjAM5?+Y+>4Qw;3AUNLMI%Uv?99eMIF82p=4XYhc~i! zy;+2L-VAVPAUjZxa`?PgxVFG?TjvTpUBw{(x|QGMpP&_do8`}dmrH&@uNgnX_j=|k zxgKl8_g!NrmLHL8UF-5*SLlh`i%6^hR}N%7L%Kh!x>HeZq*TXDgn_gw%%JXNR(C3^ zjC|G!xM3(D>VuRR$W(&o&N-Lj9IMg?4ur*k0v=?b{1yj4ED}wqnDW#YH9z=4gm5SD zw$cT6-P|K9b7F1}5-)Hn(6m zpysj$MQ(E-GZFPT@z76<-c9m(GA=h(0foKeJgy_q|NIEm<^i`_Nfb#%>)xhPmOd>` z`}q`8UB#r5z6z=P4`>Q0kv= z{rl8*?vN32IM5rKvxXk6AocvOrwjcq4-C)T5VQZl>M68%`$X)TuR zE$osT=}}60T!b~-R?$jDkFb-Not9M%@QI^rKCujBVOOx(vg_=VL|N7nIigM-R;S&n zwROf>+G1B}myk-v5c!DLEtu8kKL*)IRi(&Fd^8%7ICo1wz08{ut>-l*PZK?7%3f5~ ze3##lM%W;WiL`qgD3-}2JcdErOI1Q0`{Ws#^2WTQk?*g5U-B$*ikev9{=cuogTCsL zlWeH_jUZjYWT~iBQdZ#bbz+_vQk472A$9luTnPnbtI|JTC!8L`LxpF9F8Hbp4d5bZ z3Q=*XB$*S2GKaB2T{lGsI3=>iU@$>4kpP7ohD8=@g!&daJg||WQeFg&XXh7M2qSVn zeJ+HuNQUFen~gaC(46Bb5$AkLX;X-M9VG#dvQ#TSiH9&%#9<*Pz>pX-QunZ|K0`#ILL1$D74X#N z-DpV}?x;KS55sX)^UiRqxmm_l{b&cx6v~8&mw9sQ+@dD?;S#O@B@kD50mTAwn}GTP zpa&Wk`&wJ~VINvY;f7euAZp2RRGUXCM4`q22EfA?>p}dJ)6*ax>5JKk2*aRUpkO^1 zJeFO>%Hh3gr*_;(1H(Uwh4qzTRI3D87k5ngA8egJcHtaJZ9LX0A0w|YNLRk+{UNX# z?>Rt_pkFjXMc58>JiW01thfFjw(;RR&7VgHHoS|Zc}HcCf6Ax-A7Hs#$Xgh@8WAE5 zq{In{?)lxQD;D}^d&6;8m>(V++ozZFgTsSc)qO4rXB)q^IoYTMWaHL7H>X$VS8P^* z?i3vU2gloj0UjHd-`jtTZcX;)?ubCA9rUQ5XNMMXJ>4$=&AsJANfbjpmzY!NmTuzEtdMt(30q9+|I*65l2QHNf0nS(pqX-J zP(X_P*?A=Z5?pBiqK}$VOA-=Nb5obXg26>|6UxHE)K-AS)-v13A%_oAktBH#Dcv?= z6}ypy6qVh_OL}$eM=nx<&VdytELayM`ll%^jp>X_PC0#L`51!<&Qk=WjWc$^m=*ew z;2>HvFcOPkQE1Lx`K~p#nro-(V3x zuy}-J0)m;Kq08|At)DKeM?g9ily5?M5`>;8BDAl)&JTchAC%frg1HP)&yZw@{AUvd zQ>hX{07S@Fv3J`);9qY zQFK_0oWe%7?L%C(#w#Pt&Y>`o9&p*P2h@Jo@}Q=#Tw*31Wa#>K{O86GBYLsUhZwmQ zVYF$4BcX^(bTQSqj5{E=QhJ;zbc64ee_qc=I9|3!udCxr$h|1@PCd^&5m&6s(L!6H zgp%xq+F;gQ^mtt=di&Z5-4LqC(nU{E6cS6|3n(Si^_BMU>g>u@gAgteWW`#DLa%p_ zWdwi&V>^Z~246pV`{LCOgBsPK*dd2Q1-96UIaqk}g+m~C#G zjh}56%f0>hN)8KKFYdkf>7rU}(@OE54(Jz7vv7ZV1~JNmiiddR22A7q-_Wo8Daj5n z|8#HliB7foD58n+8LCm4JkFIqlt_>>%?d38ZGkc%gXe6?u#n{he$!dt-U6+qK%05Y zfhnFsi}M|5#79?X=YuAhrj4tKP2%vhkxnvPP1rY}X=tRNOgQu_hwqecF>+LeIX*D_ zlSd4;FtOERRGap=gdb}I%(oIALhCT`WKQ|-)n`T%UqIVqpBT;Kqe$XifDfGE9W3*; zeum09$u~4$2Zqp%3kC%L0hpP9*RKLuHPL5!LIITm`3eBKXSz4AS3LtaEw@<^-2voW zUCqhg_4r9Ch94M!Rv?rGu|2PEI=$qYJQ!y%rct<`NGRO3>-??3WAaB8KoA%&uTn3T zZ-ZZD#NDO$-F^7>k!Y3J@sVU1ph5bpk2>7VRfxOtRcslzk-+HpCV@mL4KRRR^gb^y z@8vxUG(LGQpwP08u7C@Ag`C+PTRIC7hi7U-Lu*QN z4AT@(9pTUVha8IF)@Ka?9EfH8(D*-|2fk2cV1+{m&01 z%pAlu>%!2E^2q!}Y?zl~hNSb&Cvj*0XGgy}{-YVsxaIup#G^Bg{As=`f8$S_p6?;= zOGTymW;O3$_T3Cl@hN0p=!0tU!D}0E?;h`n>K#wt8@+?Vvpfri0!;cHBV@eVEcQ_Q z!m)^m`T~mbrYGYL_mrqgQb(c48RV3N-FJP&>I9MKfiU$#L;pPzAu!Zt@@ZzzVxdri zHPQ{g(C|-(Bm~E|8i2x{3HZW3F%U!JBVrTyaD;QhdJW6XERkU~hNiW}ChbK#lgX*C*oh1u8aap!ZB7s(oPke@Cg^w&u zzY;EAk)JmRImmN-iz@bq7i&Sjea29QPry$$HT@)7(e!clIm5$M*i*j1N1ISkedRL)ISAD|fx_rv$q6Ou2s=HKLZo=fC8)a>-lFj9Xl&dS%?88&Lu=-2<;%-r;z z?`dg+|Lw$HKthE8cZ>ZQ``&GN-uP~`o>#T!o8R4sL!eKwdvO2a-~j}#U5{66Yl;>( zcoG1%bb%H^ZqnPm^TXF&x>-F8M~wF$hpnJSuMW%ychcjA5c>u3>>!jX;92=@(W zePjW!nx_Avor&&;epioq{EZXrSqLW?MA%I`S>Fl;M_D{3&M)e-C4fLkT=B_sbSGfj zRQ}eLabk+w%$#us6`W|O{0}KdYQ)xjR<5DG43GQ|tc`g`ZGT2BKVS;@HMDM?u*c-N z6|cWyN?77)#s9{6fWHcAHdoKp=j!N1ElPn^Rq~;O_u%Bwx^~jqQ3zQMB2B? zp+$(@5Tc%t-XmHpJ)8u6PN&-?Yz=*1>vghS0o4h5;$gS|gU;jsyuATK5ur9HKqFfH5prZ~>enz&t`TPv?jv$tPk{mur!%60nm;~l z^Gkur)$n$N6XjqO5?zSRLQlGAEos_kAK~M;FNH$k&8(FFWVB<$qder{BkgTGUz+b% zh!g3K_VpWn4&1r^5w;O$el(Nb6%k%-oclwV!Cp3hgJhJpkuoWMhJ$fQh1*PFSj}Ga$RttVcB2pX?2_yy-3CaWI8E9301dp4b?axc6g|Ox{D;w2 zD5?2<_L0lq^1;Zxzg8i~XY^B8`ylxVqv)5oz^lIXBO*!w?J%F|S~PgDL@2kfuVv$I zKa(Vl4V=R>+dnPRyR&inUY+x3~pL^ZDoQrtULXw zKX#a)%J{ok4G%u?`b~PJS=;8DY3wO86{C@lmEY&;BpL- zTTLROtS~8kZ_k3+jNyY%+~`nf*0-`BtD8ZSeNwww&<;U=gh zu)XC0DBuS^^hbU&xz2Rv%kBr9cfXcb3$NsT?{|Kb5!0v}f7ZD<5LT-4p-owTyU^n6 zByyLuyTOa&WSJnegDiAHaD^2boKr0#0k=viB{(n9SGyb6WWANcFaT-{kk=IY1cX{* zA>fH_8d(JUqZ&sJ0z5s(SaUsCr)4-ryRs>f zH{~vm^se0pYV>L8X!FzS=kEK}iuL0jRTBv-cqR zPD5W5&rW05j`!)~4Bs}Sb`VS^8S4TCe5Y9^E<(`FPSXkd;G~99YlVLFe)qu z1Rz!_+{}*=R36vn@}*{`A|>ew2_is)kOe3nt4}s1*fz{rx?%9M*a_Auole!Z!hkkw z9ae9qIX}XPfn?gzVUK^^7JBg%2i`RQ&-E%05`{nCKSPdOb z$rTUL`Ya2pwFnyGks#za)}#}+gXP#%o<(0zbWp6Gw_kp68`Q*)yI!k0`KZ67Ci~jM z7bz<;Su^J96i;*Os$(W%OG3P=CG8f%l&F!qWbCz+Cw8H?#`LJyvdN}4EeW*I0`NbIlIsEikE2TnQTVNAy4+0`Izt7T3zP2Ar(=uWG`_4#+h>*3 zaXkoBa-ya$p!BhiY<=UMzSU_S>*81Cc#cpft=Y|Z_xRBkXGmQ(aaud=25tEJ90>49 zUm1NR!*s}_Eck)t$3UJ|lrT`Hum)nX>~qA=pwEB;PCyKS9s>;Y zT;j?jEmTDRT%;!;l_zC4;*%C(>3oYcoPTf%x zTZmdT5y*0U9cH^RuK8^uMFD5{6G2VwJSa zoHnewo7>rNKfc6E?sv|nf@rLL=O%#YkXv(P!mLusWzRj&jI#&MLmar0Ic%DrtC zAA4_mJGIlM(uHkF{fyf5)#VqC`>87{)#e9%e#PZI9X5X+>c2Vf%zbzj4gpOHQvm8e zOuNt)Ve>FEZU^$Uc_Nq=o7;HGzuy@^Ia{-{BVj;sizcm{ET{JqG;B20B2L$WQR!tE z^{pNKC|C=hB;lMsK+qg^UK_Y7NE)9zNpxg+B$?;QYYQa=G=)S`@B$yrG4t0@QD3uE z>yMExQIBs+djV^X$9(ho{22eW*Gj0+0`wCQlz%Cj&-&#jUv$Se(9z$p^>c`Dm$J)> zY{-ihV^>eIAy5o2jgU9}Ero+i5CTo0x3PDlkKrq7@xIb%>gFEDI!+hqdufzW9d<|H zYF~eCePv%knOg~0m%38p`~XN*`QcE*$*Xn$`gORDm0z8r?2zYV9*bX_sT$PjZ~E4a z#;7>Aj#1d@i!q;bEQ)cZ>&9FKP$$EB&1oN(fN}=2*(g@-_ZijcL5S2ABdIJk_z0;S z$*+)9aGOcNEH?QzMmm(bVPD$;PSKROMKet|6k@rnT)&z!SQaN)WxULgN<94ho>-Rg zA7RF%65bb>n8Yb!>*d+`LR_FrV2X5^q}3|a9^;m`pLf^nyfVI&G1gVgJtWvQme=PU zr0zAX7Sgn&2A3Ne&jg=qntEeTk}%aUvWJ#5hy?6a&lz)V0@gDc$IXt$U`6YF9jVWw zD9aCp=W(puMpo zdItMC(xEW)9gN=L9qps>>7^+xDR74N^H>9#j)2=kvP;s~?5jwHgtXIcZy@mwBeI@~ zOojxsZVGi~L8MpSWb@8E{jZ6C7pRVe>9HWki0O z(X>ui7WN0eFk37qB1L5x29Ug{%>cOf!8a_w8CoB67A%2#5mKT*AV0r4X`hIfHYPUC zv?D7#4c*ZF@B1y*C2xCgR%JsGe%%;B0ndj*ZekcT>CI?&1^E^n{&uuiRPOPB8TdyMryYN}D2zB&ik` z=MHwBg&`%XW66@y^u#+N@nRe`g}r^pm4Wt$b|Yw~M|PK_A~&}}5)&6C52?scRQybg z`Sh4PjT_8tw<|iQBH7mJ2M#4W4m+OcD8Q4rr=Wnb6!OO_{CONQ_KF<1dwrPH0ka;( zSy_^kw^0IPo;-;a?Y5J70nu-}ZKoM~U#(G`jLFt|A{*Guawx(_u(5zYbwt_=vzSXsR z+A%r99=)iO`qN@mRbMb5;wG*t^7Vk`qJQu3$m}^ohD@SyIuHb+RrzN(Eq&)Ixub>6 zUR>E{jX!^W#aCdq5xF=}ms;Uc?T=7)t1GT6L~QBk`hBBZqH{*)CK?kIP1DJnujvjP-(S+mEo9#v}XuA9N zvp52VmW&^IfIjMt02hd1CA3ODaAD?&VZ{aC_JM<8wi6eY^g03zIz;|r3VTlL5 z4SR$!7LvqU0h;=5(>4_7Q(nbpWaZ$QhAe5b9;@QvYAg)h)Am9wMV<;?h!*)=EM%uT z!;0SghMjRLY^HOIXsJb>_60n!=MAxDs%N<0V-;(Y)DwhUePn7w)Ex9b{#Hp6;Px#@ zwQsS9=0RPo*&995x?=K@b+L{{FNml$eZ)`L~|K_%J&V3z_k<*X?w= z{c>0_x0&2BK4Pa1kW6d2zbwa{AN% zG6uJ2EB{W>9ezhdl{-de?E`hYwc0xcwno?1?E`o0PL@5r0Lw<%;4GQyMpT?ibX^FZ z^;!q%vU@jpz0%IKaAA|W@pn=SucK6W!5ib3;y;Ii$n*qdMLu5~z@i&74ITRix-*;E zhj_$n#-Z4OatE4OzhOPkI}Xg)Z|v_Nd_5i&onkHD4KQ;Xs^rTv?cnnLY(Kp?gb05U zYy5_BUil`#LSS=g{V~T3KaIyU?hoF_X4F5xNcmp(Twh_^U^|p5$)x<2XZdon=Xj)g zw;gHm4VoW+P5yKBL$(HOeQmBHV!r6QRb)vf`8Sx}dbYaDuQ|;(;Rfe%9OI+*+S0%O zsDU2w+nZ8|(KTFY?$!aj&A2TFq4H4F@}fN9W~TZmb=yHtvM?_dmV@L-r`@+ocK)Oh zM^gIOcES^8215p%HBNR8hu3w|FRn`y0-BdV0a|Nu3?rSN6w7j~dE}{y{$%vLH&M8I zMg>7tgKm3vu4gaLJLPz@sPG5ml=VPzyy^_Ju=&hLVN(0dE;demvyO>`!5{Q1Djsg% zF^?foo)~7J(IPT_466K8p*d2RF_TU;J{c4t{HJ{BbH}|2a_Rmgn1~BcN{7Y9>=6^K zH2HJ8nl2#hqR^(z@tXf@zY}&#CD3B?^r3!sDnQQfQ~Ot7)Y##x1pL!EpB^g$q+%zl z!?iezi(l17KE-NE!*%GjOYP8(Q+&Xe$GeKF&G2^g%WYKVyI{8D^#8ueHo|wUyd7>sxTT^ zHw^s9kD^7;*1Bb?DXsjiS$50`fA>M>xy|G|rK|lZ?Yk|W9>8GsWR(zS+7-uJcj(thsT)2vl5bKe4%&Jz9pQT{cUKh`Z&17 z0r4w!ey#V^GLH}}{MR_hUvO|BqpG(}S6i1NJ2lU;cGhWn40IKBvVuC-cbeYp915bb z_r3Sm9Zw#2Q}@(fZ}g0z%1mbd=gmr`^>`O16_D-7i)?>nb|fu&x;c0q0ZojosMcAh zR%T_w5HH&_t>7E}DA6X-rmy7G_FM-SFYx2+EsYtP1?77Hz0K0vNixq0)kf7PyRHj7 z;B9kRE*N2##i)I6^lG0jPHvhFt7*1`O-K95iMcL){eYW#)jl0B1%ZLcZ}$JvH?GZm zv4{@~Nun_mUpj}Ja5Fl}#F_^NXA3>%?B&7!;!E?{DtRCbxoDc^sURC8E$KQ}M>_u* zZ1CRMywuMTfLcE((>@#knly*C3Vk#_Z`UsUd%)JX{ZIR|8gaZv9CO4~cf7C&tet4Zz3llCGq1hjN&v* ziHW_?oo^ncr+CUyIUj^U?8l^}PGp6SZ(-7MOv{$O@56OOMmRlxE7k|isDtI1^UeGQ zG`(Kzjc15mGMXJ7x9(-sk-x@P;4;bSRRQGNd^CmaiU#@oR&sJ3kTkL`uAcmMcr4%c zFrvdiqd_mKp6_@^c*a||Z@-bhQ*uz6eZEtSjSq6d4gP$J~^p@E5U zcLr$SjKi0hF@H&)qmDf&=5o}+Q`ahc-rXEoYjr=l9Gvhbx1XQ`0*YrhG(7?|=|~Vl zMNStJ2q@r%nSG3eAy`ZYSfq8xPnr1K=ZnNIStuVKidRj*CO><}}gVkl%K|G}1|T z);JS$bi2P;>4%~YUdJdpdjte~v3e4Buus3!ImoiSL{~tI=d&Xw4EHlCj7C+HZBZQ% zjmExsgj0!tO|E9hn>F)gG7^j+^Etga1(_vdofi@*W@&j7tc2g=(?#~&9D(mn{(ab) zC=oA9XV>=%Rgr&Ela8^FPVpY=r>A=rPM>82>G{la(&+ZN^ts7{>C#Z6^fZ)u*s-4- zQ1n2u9Z`YH103zisiz=s|WPk z_>gYUjoVqT>~;%bqsl$cy14IhHdhq?7xNj6JM-#ihac~1Ubm*%12p~ZaiFPa`R~J{ zsPe2M45^f#lG1Iq_oEZv(iWSrX0ay-PTVzVv74stP3*;9f-HSm9zisf2gx9-qCNu# zcE4E(Lh0i#PjtJV@VULWeD z5oGh1y!D6xzJ^?}<5;h!g8(?GWe9>E7UXO&bn7w*{eJ zDd`u`vVH5a{pz$gyGSZ(JGgKViE0!5^1Vkx^CrI{^hYkLOuNX>6w(&VkdpStxEz(H zLp*0xo;qzrJx#u!Glo9yakfKZkvD=;1X(ahM$v@7!2MTEd~E@@G}R6|yzSh6j25jY z#_dyBx>1(Fb95;W^{qvSxv`b~Th5z@gUs)4uVUFw1DK6o*LAQ&CxcjQC5U|LFVXt9 z`B`eed;K<0s8t8%-4SU%uxhqS)1l3Fi8f=Hi3f?ps!Y4u&Q!9gBEt)AUZ{gaZq+8L zay$0c@VuLUCfc&C<}F-c=RKgZ=aoqb45J`cO5xfAT=KeiTOGKAHb3Pgcig_|9>~<{ z)V+o)&#!aFJ4zQz)JaR_$TFVD6N&`;2Jxo%s$hQE4?1$?u1jPJcga=h;UC0HMS38l zNd}u4I>?TEkr_N?9t{8d*}hAlG{5~HNt(xAdiL>=BHf_*#@)I>okuqYvZ5+|(!m$f zouAOCsk3vD!+SO@<}o) z)DCJ|o%@YD&!3{l`cvW#B63XB(^_RTjTWO*tB#n)P58fZk<_>|PgGQGKrj1=MDHU2 z2cJdQ5N}Qk%L?31?Kc*4UH8S!NG#|q^;-=(rq=+qQfeJJ76*)xpTjXu>Gxt0tHkDX zcoB>je0uKhbcz0{x$9I_c^h*tSa+t)og5HnC6qcsvlNI!0M zc`-6FyC*DBSNTIWB@1?p+ol$}j_ngeSk<)tQ%=IeM0_@OW^c6*yCU&X(ICc?mI9io zAK@Fg@0kUliT0)Qezk@(w;9M^IVR=W6`7)aXBoT#!gYBJjzKqbU1t2YxZi0 zih?M@igwH;SAk7RsN7!$L(P)M)cGDeL%kWnX7nz7;tf?IaOTKGU+V|>s~kea48LSSk)#Wj91Ks_#{vKP7nR|bw@y~hTqmNYgj064D6aaI-Z>gdq#P5k&8B1vuA2~t9w@%N}H!_RDf$r zcXlTYo=b_dZP@c6+VkTezRo&X39pK+9asH1ut_x+&H!2K>lsSkKbQ8!Lk>2I&U0Y#Ks%U^}t zWv(^9?Jswst*{=|pkgn#ZQ*!%xI9>#j#jxa8;|?P&z4sQ@^eLz-@Vt91~{ZUUfdro ztJCyMJn(n#_GJP>mziJq&)4odnb=9oK54$L2tC8S_LHw!p|Vae(kida`~4`J#8WO9 zy<)Y+Lf74I2!^=WwKN+Y+zbD2*Yj$>5|G^gpGEiFGQmaTu4vy_%!bp!v_FM|w;K~9 z)6PM8%;855UR3m+K54s7c=(yO@lWW+CyZe}BbfPwL>~WL5t_89Hh%f#ByfEEvXVNb zQ)pk?1RqVL{LQY8(>stJn+2SDXNaf;feL58Px!C5r@xGch+0NbOlG8-fRL-$ypemQ z6dem^WRPKhOz%+&mVRbKs5Bh;s*V`QxOPk2i;)B#t7t zuoL&OM+XTbx~%E z+r|fh(dc&QSLL%#*m$1NL}7&^QGXs11rJhgj`ZrSk6wsT)s5do{N%oszeFjN+Ky55 zx8qF8or+nM6qhpXIf+;}x{6hLs}p#?eSh`qLxO-%3T0&o;lyl!)76x_8Mqi~{1htA z1kS4ph1JUw*ViJVr$dV!r|UEF-u&B9i#734XUv#Vmwq7@w#rP_Jo>NDR#!H~PK>7w zjWplus^e-#rj%d%^sAo3WpQIsx!)?rZCKx+>_r5 z#X}>BfrEoWDFuM?T-S4vLw;hQL1ORE5_vaYgNVxKJs7*8?TgFC71IZo;?Dv?@1WVX zswyoi`V9AbVY~@Uzs2LabEE~UR#(aj(6 z?4~J>Nw{kkkXVt0plRhGj?%@*Imi3_{1Y3;AtPgw_4_tyG6tQV(`%cS<$0cii{rb# z7q|i2q-j4$(wGP3#W0yN#{fdm3w~^GQ{Ic$rOr)Z&Vjt=r7$MuDj`WymSVYtq8ds_ z8B?N#yQR;c=s3?La$65qiIttBdf=x)l#&q;D8Dve`)y@7+ZKkb5FdU)aSD|`oI;{f z$>mOVrE^tD{o)a3LEuDnG%S0#G-z3FLwV56X~fOk6>CNl19#+!hWPjuOET;(9N&;q zLcFGVe+v?>;bby$uE1?nJ^!QeJY!&_)9ZA5yQ5-?zI)}n;}P)pT+h|3n=~1H2G#QI z2bwiM4fCySMneMZ8Rs8fqPmnVzo$t{*V3>=@yq}feM-4l^;Z26)|EpqhQ%sue9Oi> zT*X6#!F3$hE=Vmo)^u`~*aci$dE6Wrzr>s0pC_f3zsMvRF`*kcSwVMdp7O-8hSaw! z5QF79mgg$tV{GmCu6(ObS#{8ATb&(iYB#iFC(#b)F9sjxP9AsRDxTdZlyaJ6Sv0)6bTUcJiLeh2QxKB-Pmk}i z_~{G5L=Xt`JRW~uncz948*7T>j>Imd*FPkccYr95sg!wM(k5x?J-GxZ9&F9`-VC~w zvYXm9lx7`r2q|W?NzHG&>ZRb8y|R?O*}ojLNb^)a4l8g1x&AS3El_83y+_14R&5b7 zXfV&)loSp2Wdl6(nB)7gACnMyk<;7R4iII1={M(w@Ax(rwsKrY97wpfYa)|RhTjFs zr&*T{aZ~TgrQmgxd4~>V9<=2h&>|*k=UGWf-ekXxfyW3aR96U9>fjgWW2X}RRq$utW8HkC?Pk?uo_) zN7GfGK6yq*9*6g@aZ-uIO%YkZ46vuAD~G-37xss*Z|3=v;DO**A!an{g^MEUyCiS3 zj(d{Uf}9T6=1XBo7@hMrai{Fb*MK8dzC}RMU|R|;*YbDK=rL?2B@j#KEe!k>fla-| z?b~clsdv}ZHBZZ4C1lO9;X_nCS!aXc)Sr4TM8+(tzFmkbbIQ)S6VM?}<&cY$aK5Ug z(J7#D;x!KC7A#+N?LzsyL#i@zGM(#85DhRX?uNNvr-n?dCABvM z7pabQVh3KJ434<={ir7xQp&($?IYw;)e8+=vVT~k&|Q@$J%1pyRH>cedY$nia#9V;5YT=6SYdI&iwmA&Q!v z(2krGpFb#ifAPVOV3*nlQ12^Y@Z3;EI>0ANC6hM9bmd@RHZ+cMsDJ;9mR!1KtuPnp*j_&{paBw`w6Zf#Bd%1*fB~A;IvYG|*$W*2iGP*%8 z6Nx@DX2;oq#fEgrH?eHb#8KKVwk2i6xM&QU<@~>f1>huJD8GW2j>5RoATn)jj){tS z4AoLiSqbENL?X%s3IymUkl`o7v-F)$#q&qsumi2UnFyL#x)IcA(eg~EX07V(zABk- zu2C(hN>Q!F|7DZxCuzIrdcsld3V>D1C{N?UXYoj?^XdzwIHt2xrOfp66T^vLjCkDk z9Bpf@)NdEPv3V%a*@Unani8Jfi3hD957Sgqz7g40P22vWt{UeF_C{kNy%h$LJus)% z)EgbcU;3Bl78mU7Bc?$Ydli-^pcUj#H z%YXll>OZnoXP7;D0bGJtn|u(hp~oOw*a)@1D|V-Mf`)Ov^bduy-xbX4R9ilZ9Nu~^X zL85I>k5Co%KtJlEDLO)(=tD0d+C_a#^NNO?$wXTp@>zLe8LNFg68#m#pf0rKf^@V; za`+Wz)y8@RTY(jyfZ_GA;yzihD(sF?3qf>(fLMSLf$@df`$9pqgF)jOAd0sp-$&Zi From 1a24631d3d9cb21f2277fa90feae20936432b8be Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 19 May 2026 12:35:57 -0600 Subject: [PATCH 3/8] Correct config filenames --- fonts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fonts/README.md b/fonts/README.md index 94b806b7..51efe22b 100644 --- a/fonts/README.md +++ b/fonts/README.md @@ -16,11 +16,11 @@ The `vanilla` icon font is generated via [IcoMoon](https://icomoon.io). It is re Use this when adding, removing, or modifying icons in the shared `vanilla` font used across all projects. 1. Go to [icomoon.io](https://icomoon.io) and open the app. -2. Import `icomoon-project.json` from the project selection screen. +2. Import `Vanilla icons.json` from the project selection screen. 3. Add, remove, or modify icons as needed. 4. Export the font package (the zip download). 5. Replace `vanilla.woff` and `vanilla.woff2` with the new files from the `fonts/` folder in the zip. -6. Replace `icomoon-export.json` with the `.icomoon.json` file from the zip root. +6. Replace `vanilla-icons.icomoon.json` with the version from the zip root. 7. Update `icons.less` if any icon class names or unicode values have changed. Do not manually edit the font files or JSON files. From 1b86d14707970d49329c378f65eaa7bc5b98286b Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 19 May 2026 12:51:33 -0600 Subject: [PATCH 4/8] Update --- fonts/Vanilla icons.json | 2 +- fonts/vanilla.woff | Bin 31760 -> 31760 bytes fonts/vanilla.woff2 | Bin 18996 -> 18996 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts/Vanilla icons.json b/fonts/Vanilla icons.json index 18f1811d..c2316595 100644 --- a/fonts/Vanilla icons.json +++ b/fonts/Vanilla icons.json @@ -1 +1 @@ -{"preferences":{"target":[[1779210310],[1779210311],[1779210312],[1779210313],[1779210314],[1779210315],[1779210316],[1779210317],[1779210318],[1779210319],[1779210320],[1779210321],[1779210322],[1779210323],[1779210324],[1779210325],[1779210326],[1779210327],[1779210328],[1779210329],[1779210330],[1779210331],[1779210332],[1779210333],[1779210334],[1779210335],[1779210336],[1779210337],[1779210338],[1779210339],[1779210340],[1779210341],[1779210342],[1779210343],[1779210344],[1779210345],[1779210346],[1779210347],[1779210348],[1779210349],[1779210350],[1779210351],[1779210352],[1779210353],[1779210354],[1779210355],[1779210356],[1779210357],[1779210358],[1779210359],[1779210360],[1779210361],[1779210362],[1779210363],[1779210364],[1779210365],[1779210366],[1779210367],[1779210368],[1779210369],[1779210370],[1779210371],[1779210372],[1779210373],[1779210374],[1779210375],[1779210376],[1779210377],[1779210378],[1779210379],[1779210380],[1779210381],[1779210382],[1779210383],[1779210384],[1779210385],[1779210386],[1779210387],[1779210388],[1779210389],[1779210390],[1779210391],[1779210392],[1779210393],[1779210394],[1779210395],[1779210396],[1779210397],[1779210398],[1779210399],[1779210400],[1779210401],[1779210402],[1779210403],[1779210404],[1779210405],[1779210406],[1779210407],[1779210408],[1779210409],[1779210410],[1779210411],[1779210412],[1779210413],[1779210414],[1779210415],[1779210416],[1779210417],[1779210418],[1779210419],[1779210420],[1779210421],[1779210422],[1779210423],[1779210424],[1779210425],[1779210426],[1779210427],[1779210428],[1779210429],[1779210430],[1779210431],[1779210432],[1779210433],[1779210434],[1779210435],[1779210436],[1779210437],[1779210438],[1779210439],[1779210440],[1779210441],[1779210442],[1779210443],[1779210444],[1779210445],[1779210446],[1779210447],[1779210448],[1779210449],[1779210450],[1779210451],[1779210452],[1779210453],[1779210454],[1779210455],[1779210456],[1779210457],[1779210458],[1779210459],[1779210460],[1779210461],[1779210462],[1779210463],[1779210464],[1779210465],[1779210466],[1779210467],[1779210468],[1779210469],[1779210470],[1779210471],[1779210472],[1779210473],[1779210474],[1779210475],[1779210476],[1779210477],[1779210478],[1779210479],[1779210480],[1779210481],[1779210482],[1779210483],[1779210484],[1779210485],[1779210486],[1779210487],[1779210488],[1779210489],[1779210490],[1779210491],[1779210492],[1779210493],[1779210494],[1779210495],[1779210496],[1779210497],[1779210498],[1779210499],[1779210500],[1779210501],[1779210502],[1779210503],[1779210504],[1779210505],[1779210506],[1779210507],[1779210508],[1779210509],[1779210510],[1779210511],[1779210512],[1779210513],[1779210514],[1779210515],[1779210516],[1779210517],[1779210518],[1779210519],[1779210520],[1779210521],[1779210522],[1779210523],[1779210524],[1779210525],[1779210526],[1779210527],[1779210528],[1779210529],[1779210530],[1779210531],[1779210532],[1779210533],[1779210534],[1779210535],[1779210536],[1779210537],[1779210538],[1779210539],[1779210540],[1779210541],[1779210542],[1779210543],[1779210544],[1779210545],[1779210546],[1779210547],[1779210548],[1779210549],[1779210550],[1779210551]],"panels":{"hidden":false,"panels":[{"tag":"ExportPanel","args":[]},{"tag":"MainPanel","args":[]},{"tag":"PropertiesPanel","args":[]},{"tag":"ViewPanel","args":[]},{"tag":"HistoryPanel","args":[]}]},"previewOptions":{"showEditorOptions":true,"showGlyphOptions":true,"mainSize":32,"gridSize":{"tag":"AutoGridSize","args":[16]},"addPadding":true,"circular":true,"sizes":[],"showPixels":false,"showGrid":true,"gridColor":{"tag":"AutomaticColor","args":[]}},"batchOptions":{"ligaResetOptions":{"keepCurrent":true,"extractCodes":false},"findReplace":{"query":"","replacement":""},"showRearrange":false,"showCollections":false,"showGlyphMetadata":false,"showAllMetadata":true,"limitSortingToTarget":false,"sortBy":{"tag":"SortByName","args":[]},"forceSetCodePoints":false,"glyphMetadataTab":{"tag":"ShowNames","args":[]},"listingOptions":{"toggleCharCodes":true,"toggleNames":true,"toggleTags":false,"toggleLigatures":false,"toggleNotes":false},"editOptions":{"count":1,"from":"","to":{"tag":"AllGlyphs","args":[]}},"showNameTransforms":false},"quickExport":{"format":{"tag":"Svg","args":[false]},"addTitle":false,"fixedSize":true,"addPalettes":false,"colorPrefix":"color","paletteClass":"palette","svgAs":"S","svgAttributesAs":"A","elmIndentationSize":2,"htmlEntity":false,"namePrefix":"","nameSuffix":"","base64Encoding":false,"reactHelpers":true,"prependNamesToIds":true},"textFormatting":{"noNewlines":false,"useSpaceForIndentation":2},"exportButton":{"tag":"d","args":[]},"importOptions":{"showImportSettings":false,"extractSymbols":true,"ignoreThinStrokes":false,"removeInvisible":false,"removeRedundantColors":true,"addToEnd":false,"defaultSize":16,"url":"","code":"","replaceByName":false},"toggles":[[6,false]],"vectorEditorPreferences":{"snapOptions":{"snapEnabled":true,"snapToGrid":true,"snapToGridMidpoints":false,"snapToShapes":true,"snapToLocked":false},"defaultAttributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"stroke":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"NoPaint","args":[]}]}]},"stroke-linecap":{"tag":"Value","args":[{"tag":"StrokeLineCap","args":[{"tag":"ButtCap","args":[]}]}]},"stroke-linejoin":{"tag":"Value","args":[{"tag":"StrokeLineJoin","args":[{"tag":"MiterJoin","args":[]}]}]},"stroke-width":{"tag":"Value","args":[{"tag":"Length","args":[1]}]}},"boundingBoxAnchor":{"alignX":{"tag":"Mid","args":[]},"alignY":{"tag":"Mid","args":[]},"offsetX":0,"offsetY":0},"viewBoxAnchor":{"alignX":{"tag":"Min","args":[]},"alignY":{"tag":"Min","args":[]}},"alignTo":{"tag":"1","args":[]},"showViewBox":true,"showDimensions":true,"showStyle":true,"aspectRatioLock":false,"aspectRatioLockViewBox":true,"pinContentToViewBox":false,"stickyDrawingTool":false,"embeddedScaling":true,"layersTab":{"tag":"0","args":[]},"propertiesTab":{"tag":"0","args":[]},"fillOrStroke":{"tag":"Fill","args":[]},"showTransformBox":false,"showCodeEditor":false,"nudgeAmount":0.1,"mRoundingPrecision":0.1,"defaultPointers":[],"polygonSides":3,"starPoints":5,"scrollPositions":{}},"libraryPreferences":{"disabledSets":[],"tool":{"tag":"Selection","args":[]},"showDeleted":false,"showSets":true,"showExtraSets":false,"showNames":false,"selectedPalettes":[]},"extras":{"markingIndex":0,"selectedPalette":0,"selectedPalettes":[],"okLch":false}},"historyDict":{"1779210310_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210310],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210310],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210311_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210311],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210311],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210312_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210312],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210312],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210313_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210313],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210313],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210314_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210314],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210314],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210315_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210315],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210315],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210316_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210316],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210316],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210317_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210317],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210317],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210318_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210318],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210318],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210319_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210319],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210319],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210320_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210320],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210320],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210321_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210321],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210321],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210322_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210322],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210322],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210323_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210323],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210323],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210324_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210324],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210324],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210325_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210325],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210325],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210326_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210326],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210326],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210327_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210327],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210327],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210328_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210328],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210328],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210329_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210329],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210329],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210330_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210330],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210330],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210331_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210331],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210331],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210332_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210332],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210332],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210333_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210333],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210333],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210334_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210334],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210334],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210335_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210335],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210335],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210336_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210336],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210336],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210337_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210337],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210337],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210338_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210338],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210338],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210339_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210339],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210339],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210340_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210340],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210340],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210341_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210341],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210341],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210342_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210342],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210342],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210343_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210343],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210343],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210344_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210344],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210344],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210345_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210345],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210345],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210346_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210346],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210346],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210347_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210347],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210347],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210348_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210348],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210348],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210349_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210349],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210349],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210350_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210350],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210350],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210351_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210351],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210351],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210352_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210352],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210352],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210353_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210353],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210353],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210354_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210354],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210354],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210355_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210355],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210355],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210356_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210356],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210356],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210357_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210357],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210357],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210358_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210358],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210358],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210359_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210359],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210359],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210360_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210360],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210360],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210361_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210361],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210361],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210362_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210362],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210362],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210363_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210363],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210363],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210364_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210364],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210364],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210365_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210365],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210365],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210366_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210366],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210366],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210367_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210367],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210367],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210368_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210368],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210368],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210369_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210369],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210369],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210370_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210370],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210370],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210371_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210371],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210371],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210372_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210372],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210372],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210373_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210373],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210373],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210374_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210374],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210374],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210375_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210375],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210375],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210376_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210376],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210376],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210377_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210377],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210377],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210378_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210378],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210378],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210379_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210379],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210379],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210380_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210380],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210380],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210381_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210381],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210381],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210382_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210382],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210382],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210383_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210383],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210383],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210384_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210384],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210384],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210385_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210385],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210385],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210386_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210386],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210386],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210387_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210387],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210387],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210388_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210388],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210388],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210389_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210389],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210389],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210390_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210390],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210390],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210391_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210391],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210391],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210392_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210392],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210392],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210393_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210393],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210393],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210394_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210394],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210394],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210395_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210395],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210395],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210396_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210396],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210396],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210397_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210397],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210397],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210398_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210398],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210398],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210399_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210399],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210399],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210400_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210400],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210400],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210401_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210401],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210401],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210402_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210402],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210402],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210403_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210403],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210403],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210404_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210404],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210404],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210405_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210405],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210405],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210406_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210406],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210406],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210407_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210407],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210407],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210408_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210408],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210408],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210409_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210409],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210409],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210410_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210410],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210410],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210411_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210411],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210411],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210412_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210412],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210412],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210413_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210413],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210413],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210414_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210414],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210414],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210415_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210415],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210415],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210416_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210416],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210416],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210417_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210417],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210417],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210418_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210418],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210418],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210419_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210419],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210419],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210420_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210420],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210420],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210421_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210421],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210421],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210422_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210422],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210422],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210423_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210423],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210423],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210424_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210424],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210424],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210425_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210425],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210425],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210426_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210426],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210426],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210427_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210427],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210427],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210428_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210428],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210428],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210429_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210429],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210429],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210430_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210430],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210430],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210431_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210431],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210431],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210432_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210432],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210432],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210433_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210433],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210433],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210434_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210434],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210434],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210435_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210435],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210435],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210436_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210436],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210436],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210437_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210437],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210437],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210438_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210438],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210438],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210439_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210439],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210439],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210440_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210440],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210440],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210441_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210441],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210441],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210442_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210442],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210442],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210443_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210443],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210443],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210444_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210444],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210444],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210445_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210445],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210445],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210446_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210446],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210446],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210447_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210447],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210447],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210448_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210448],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210448],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210449_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210449],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210449],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210450_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210450],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210450],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210451_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210451],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210451],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210452_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210452],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210452],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210453_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210453],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210453],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210454_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210454],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210454],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210455_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210455],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210455],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210456_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210456],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210456],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210457_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210457],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210457],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210458_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210458],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210458],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210459_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210459],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210459],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210460_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210460],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210460],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210461_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210461],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210461],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210462_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210462],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210462],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210463_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210463],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210463],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210464_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210464],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210464],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210465_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210465],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210465],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210466_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210466],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210466],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210467_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210467],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210467],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210468_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210468],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210468],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210469_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210469],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210469],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210470_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210470],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210470],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210471_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210471],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210471],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210472_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210472],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210472],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210473_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210473],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210473],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210474_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210474],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210474],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210475_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210475],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210475],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210476_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210476],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210476],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210477_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210477],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210477],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210478_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210478],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210478],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210479_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210479],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210479],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210480_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210480],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210480],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210481_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210481],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210481],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210482_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210482],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210482],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210483_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210483],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210483],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210484_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210484],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210484],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210485_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210485],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210485],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210486_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210486],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210486],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210487_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210487],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210487],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210488_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210488],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210488],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210489_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210489],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210489],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210490_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210490],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210490],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210491_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210491],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210491],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210492_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210492],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210492],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210493_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210493],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210493],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210494_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210494],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210494],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210495_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210495],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210495],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210496_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210496],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210496],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210497_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210497],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210497],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210498_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210498],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210498],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210499_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210499],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210499],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210500_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210500],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210500],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210501_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210501],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210501],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210502_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210502],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210502],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210503_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210503],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210503],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210504_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210504],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210504],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210505_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210505],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210505],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210506_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210506],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210506],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210507_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210507],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210507],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210508_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210508],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210508],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210509_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210509],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210509],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210510_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210510],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210510],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210511_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210511],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210511],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210512_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210512],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210512],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210513_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210513],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210513],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210514_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210514],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210514],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210515_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210515],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210515],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210516_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210516],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210516],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210517_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210517],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210517],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210518_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210518],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210518],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210519_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210519],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210519],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210520_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210520],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210520],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210521_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210521],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210521],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210522_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210522],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210522],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210523_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210523],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210523],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210524_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210524],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210524],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210525_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210525],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210525],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210526_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210526],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210526],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210527_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210527],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210527],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210528_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210528],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210528],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210529_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210529],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210529],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210530_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210530],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210530],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210531_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210531],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210531],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210532_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210532],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210532],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210533_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210533],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210533],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210534_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210534],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210534],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210535_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210535],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210535],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210536_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210536],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210536],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210537_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210537],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210537],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210538_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210538],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210538],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210539_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210539],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210539],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210540_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210540],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210540],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210541_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210541],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210541],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210542_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210542],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210542],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210543_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210543],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210543],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210544_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210544],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210544],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210545_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210545],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210545],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210546_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210546],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210546],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210547_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210547],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210547],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210548_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210548],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210548],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210549_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210549],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210549],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210550_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210550],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210550],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210551_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210551],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210551],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"main":{"path":[[0,5]],"branchPath":[[0,5]],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":{"tag":"AddGlyphMetadata","args":[{"byLibrary":false,"insertIndex":0,"newGlyphMetadata":[[[1779210310],{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648}],[[1779210311],{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649}],[[1779210312],{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650}],[[1779210313],{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651}],[[1779210314],{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652}],[[1779210315],{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653}],[[1779210316],{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654}],[[1779210317],{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655}],[[1779210318],{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656}],[[1779210319],{"name":"location","tags":["location"],"codePoint":59657}],[[1779210320],{"name":"medal","tags":["medal"],"codePoint":59658}],[[1779210321],{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659}],[[1779210322],{"name":"shield","tags":["shield"],"codePoint":59660}],[[1779210323],{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661}],[[1779210324],{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662}],[[1779210325],{"name":"text-document","tags":["text-document"],"codePoint":59663}],[[1779210326],{"name":"trophy","tags":["trophy"],"codePoint":59664}],[[1779210327],{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665}],[[1779210328],{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666}],[[1779210329],{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667}],[[1779210330],{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668}],[[1779210331],{"name":"bookmark","tags":["bookmark"],"codePoint":59669}],[[1779210332],{"name":"message","tags":["message"],"codePoint":59670}],[[1779210333],{"name":"mouse","tags":["mouse"],"codePoint":59671}],[[1779210334],{"name":"mobile","tags":["mobile"],"codePoint":59672}],[[1779210335],{"name":"desktop","tags":["desktop"],"codePoint":59673}],[[1779210336],{"name":"pencil","tags":["pencil"],"codePoint":59674}],[[1779210337],{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675}],[[1779210338],{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676}],[[1779210339],{"name":"person","tags":["person"],"codePoint":59677}],[[1779210340],{"name":"persons","tags":["persons"],"codePoint":59678}],[[1779210341],{"name":"profile","tags":["profile"],"codePoint":59679}],[[1779210342],{"name":"pin","tags":["pin"],"codePoint":59680}],[[1779210343],{"name":"map","tags":["map"],"codePoint":59681}],[[1779210344],{"name":"point","tags":["point"],"codePoint":59682}],[[1779210345],{"name":"star","tags":["star"],"codePoint":59683}],[[1779210346],{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684}],[[1779210347],{"name":"comments","tags":["comments"],"codePoint":59685}],[[1779210348],{"name":"comment","tags":["comment"],"codePoint":59686}],[[1779210349],{"name":"home","tags":["home"],"codePoint":59687}],[[1779210350],{"name":"popup","tags":["popup"],"codePoint":59688}],[[1779210351],{"name":"search","tags":["search"],"codePoint":59689}],[[1779210352],{"name":"printer","tags":["printer"],"codePoint":59690}],[[1779210353],{"name":"link","tags":["link"],"codePoint":59691}],[[1779210354],{"name":"flag","tags":["flag"],"codePoint":59692}],[[1779210355],{"name":"cog","tags":["cog"],"codePoint":59693}],[[1779210356],{"name":"tools","tags":["tools"],"codePoint":59694}],[[1779210357],{"name":"tag","tags":["tag"],"codePoint":59695}],[[1779210358],{"name":"camera","tags":["camera"],"codePoint":59696}],[[1779210359],{"name":"feedback","tags":["feedback"],"codePoint":59697}],[[1779210360],{"name":"book","tags":["book"],"codePoint":59698}],[[1779210361],{"name":"article","tags":["article"],"codePoint":59699}],[[1779210362],{"name":"eye","tags":["eye"],"codePoint":59700}],[[1779210363],{"name":"time","tags":["time"],"codePoint":59701}],[[1779210364],{"name":"microphone","tags":["microphone"],"codePoint":59702}],[[1779210365],{"name":"calendar","tags":["calendar"],"codePoint":59703}],[[1779210366],{"name":"timer","tags":["timer"],"codePoint":59704}],[[1779210367],{"name":"drag","tags":["drag"],"codePoint":59705}],[[1779210368],{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706}],[[1779210369],{"name":"checklist","tags":["checklist"],"codePoint":59707}],[[1779210370],{"name":"ticket","tags":["ticket"],"codePoint":59708}],[[1779210371],{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709}],[[1779210372],{"name":"line-graph","tags":["line-graph"],"codePoint":59710}],[[1779210373],{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711}],[[1779210374],{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712}],[[1779210375],{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713}],[[1779210376],{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714}],[[1779210377],{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715}],[[1779210378],{"name":"tick","tags":["tick"],"codePoint":59716}],[[1779210379],{"name":"cross","tags":["cross"],"codePoint":59717}],[[1779210380],{"name":"minus","tags":["minus"],"codePoint":59718}],[[1779210381],{"name":"plus","tags":["plus"],"codePoint":59719}],[[1779210382],{"name":"info","tags":["info"],"codePoint":59720}],[[1779210383],{"name":"question","tags":["question"],"codePoint":59721}],[[1779210384],{"name":"warning","tags":["warning"],"codePoint":59722}],[[1779210385],{"name":"list","tags":["list"],"codePoint":59723}],[[1779210386],{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724}],[[1779210387],{"name":"menu","tags":["menu"],"codePoint":59725}],[[1779210388],{"name":"grid","tags":["grid"],"codePoint":59726}],[[1779210389],{"name":"portrait","tags":["portrait"],"codePoint":59727}],[[1779210390],{"name":"screens","tags":["screens"],"codePoint":59728}],[[1779210391],{"name":"landscape","tags":["landscape"],"codePoint":59729}],[[1779210392],{"name":"images","tags":["images"],"codePoint":59730}],[[1779210393],{"name":"media","tags":["media"],"codePoint":59731}],[[1779210394],{"name":"folder","tags":["folder"],"codePoint":59732}],[[1779210395],{"name":"documents","tags":["documents"],"codePoint":59733}],[[1779210396],{"name":"delete","tags":["delete"],"codePoint":59734}],[[1779210397],{"name":"save","tags":["save"],"codePoint":59735}],[[1779210398],{"name":"download","tags":["download"],"codePoint":59736}],[[1779210399],{"name":"upload","tags":["upload"],"codePoint":59737}],[[1779210400],{"name":"expand","tags":["expand"],"codePoint":59738}],[[1779210401],{"name":"shrink","tags":["shrink"],"codePoint":59739}],[[1779210402],{"name":"volume","tags":["volume"],"codePoint":59740}],[[1779210403],{"name":"sound","tags":["sound"],"codePoint":59741}],[[1779210404],{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742}],[[1779210405],{"name":"controls-down","tags":["controls-down"],"codePoint":59743}],[[1779210406],{"name":"controls-left","tags":["controls-left"],"codePoint":59744}],[[1779210407],{"name":"controls-right","tags":["controls-right"],"codePoint":59745}],[[1779210408],{"name":"controls-up","tags":["controls-up"],"codePoint":59746}],[[1779210409],{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747}],[[1779210410],{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748}],[[1779210411],{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749}],[[1779210412],{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750}],[[1779210413],{"name":"dot","tags":["dot"],"codePoint":59751}],[[1779210414],{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752}],[[1779210415],{"name":"up-down","tags":["up-down"],"codePoint":59753}],[[1779210416],{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754}],[[1779210417],{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755}],[[1779210418],{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756}],[[1779210419],{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757}],[[1779210420],{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758}],[[1779210421],{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759}],[[1779210422],{"name":"language-1","tags":["language-1"],"codePoint":59760}],[[1779210423],{"name":"accessibility","tags":["accessibility"],"codePoint":59761}],[[1779210424],{"name":"globe","tags":["globe"],"codePoint":59762}],[[1779210425],{"name":"language-2","tags":["language-2"],"codePoint":59763}],[[1779210426],{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764}],[[1779210427],{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765}],[[1779210428],{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766}],[[1779210429],{"name":"alert","tags":["alert"],"codePoint":59767}],[[1779210430],{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768}],[[1779210431],{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769}],[[1779210432],{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770}],[[1779210433],{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771}],[[1779210434],{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772}],[[1779210435],{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773}],[[1779210436],{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774}],[[1779210437],{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775}],[[1779210438],{"name":"attachment","tags":["attachment"],"codePoint":59776}],[[1779210439],{"name":"block","tags":["block"],"codePoint":59777}],[[1779210440],{"name":"camera-off","tags":["camera-off"],"codePoint":59778}],[[1779210441],{"name":"camera-on","tags":["camera-on"],"codePoint":59779}],[[1779210442],{"name":"cloud","tags":["cloud"],"codePoint":59780}],[[1779210443],{"name":"compass","tags":["compass"],"codePoint":59781}],[[1779210444],{"name":"copy-file","tags":["copy-file"],"codePoint":59782}],[[1779210445],{"name":"copyright","tags":["copyright"],"codePoint":59783}],[[1779210446],{"name":"crop","tags":["crop"],"codePoint":59784}],[[1779210447],{"name":"devices","tags":["devices"],"codePoint":59785}],[[1779210448],{"name":"down-up","tags":["down-up"],"codePoint":59786}],[[1779210449],{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787}],[[1779210450],{"name":"exclamation","tags":["exclamation"],"codePoint":59788}],[[1779210451],{"name":"expand_1","tags":["expand_1"],"codePoint":59789}],[[1779210452],{"name":"extension","tags":["extension"],"codePoint":59790}],[[1779210453],{"name":"favourite","tags":["favourite"],"codePoint":59791}],[[1779210454],{"name":"google-translate","tags":["google-translate"],"codePoint":59792}],[[1779210455],{"name":"hand","tags":["hand"],"codePoint":59793}],[[1779210456],{"name":"lightning","tags":["lightning"],"codePoint":59794}],[[1779210457],{"name":"list-2","tags":["list-2"],"codePoint":59795}],[[1779210458],{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796}],[[1779210459],{"name":"move","tags":["move"],"codePoint":59797}],[[1779210460],{"name":"mute","tags":["mute"],"codePoint":59798}],[[1779210461],{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799}],[[1779210462],{"name":"question-circle","tags":["question-circle"],"codePoint":59800}],[[1779210463],{"name":"quote-close","tags":["quote-close"],"codePoint":59801}],[[1779210464],{"name":"quote-open","tags":["quote-open"],"codePoint":59802}],[[1779210465],{"name":"refresh","tags":["refresh"],"codePoint":59803}],[[1779210466],{"name":"send","tags":["send"],"codePoint":59804}],[[1779210467],{"name":"sound-down","tags":["sound-down"],"codePoint":59805}],[[1779210468],{"name":"sync","tags":["sync"],"codePoint":59806}],[[1779210469],{"name":"tablet","tags":["tablet"],"codePoint":59807}],[[1779210470],{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808}],[[1779210471],{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809}],[[1779210472],{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810}],[[1779210473],{"name":"timer-full","tags":["timer-full"],"codePoint":59811}],[[1779210474],{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812}],[[1779210475],{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813}],[[1779210476],{"name":"video-captions","tags":["video-captions"],"codePoint":59814}],[[1779210477],{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815}],[[1779210478],{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816}],[[1779210479],{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817}],[[1779210480],{"name":"video-loop","tags":["video-loop"],"codePoint":59818}],[[1779210481],{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819}],[[1779210482],{"name":"video-pause","tags":["video-pause"],"codePoint":59820}],[[1779210483],{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821}],[[1779210484],{"name":"video-play","tags":["video-play"],"codePoint":59822}],[[1779210485],{"name":"video-replay","tags":["video-replay"],"codePoint":59823}],[[1779210486],{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824}],[[1779210487],{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825}],[[1779210488],{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826}],[[1779210489],{"name":"video-stop","tags":["video-stop"],"codePoint":59827}],[[1779210490],{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828}],[[1779210491],{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829}],[[1779210492],{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830}],[[1779210493],{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831}],[[1779210494],{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832}],[[1779210495],{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833}],[[1779210496],{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834}],[[1779210497],{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835}],[[1779210498],{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836}],[[1779210499],{"name":"blogger","tags":["blogger"],"codePoint":59837}],[[1779210500],{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838}],[[1779210501],{"name":"deviantart","tags":["deviantart"],"codePoint":59839}],[[1779210502],{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840}],[[1779210503],{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841}],[[1779210504],{"name":"doc-word","tags":["doc-word"],"codePoint":59842}],[[1779210505],{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843}],[[1779210506],{"name":"facebook","tags":["facebook"],"codePoint":59844}],[[1779210507],{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845}],[[1779210508],{"name":"flickr","tags":["flickr"],"codePoint":59846}],[[1779210509],{"name":"github","tags":["github"],"codePoint":59847}],[[1779210510],{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848}],[[1779210511],{"name":"instagram","tags":["instagram"],"codePoint":59849}],[[1779210512],{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850}],[[1779210513],{"name":"linkedin","tags":["linkedin"],"codePoint":59851}],[[1779210514],{"name":"paypal","tags":["paypal"],"codePoint":59852}],[[1779210515],{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853}],[[1779210516],{"name":"pintrest","tags":["pintrest"],"codePoint":59854}],[[1779210517],{"name":"qq-2","tags":["qq-2"],"codePoint":59855}],[[1779210518],{"name":"qq","tags":["qq"],"codePoint":59856}],[[1779210519],{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857}],[[1779210520],{"name":"reddit","tags":["reddit"],"codePoint":59858}],[[1779210521],{"name":"rss-2","tags":["rss-2"],"codePoint":59859}],[[1779210522],{"name":"rss","tags":["rss"],"codePoint":59860}],[[1779210523],{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861}],[[1779210524],{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862}],[[1779210525],{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863}],[[1779210526],{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864}],[[1779210527],{"name":"steam-2","tags":["steam-2"],"codePoint":59865}],[[1779210528],{"name":"steam","tags":["steam"],"codePoint":59866}],[[1779210529],{"name":"trello-2","tags":["trello-2"],"codePoint":59867}],[[1779210530],{"name":"trello","tags":["trello"],"codePoint":59868}],[[1779210531],{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869}],[[1779210532],{"name":"tumblr","tags":["tumblr"],"codePoint":59870}],[[1779210533],{"name":"twitch","tags":["twitch"],"codePoint":59871}],[[1779210534],{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872}],[[1779210535],{"name":"twitter","tags":["twitter"],"codePoint":59873}],[[1779210536],{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874}],[[1779210537],{"name":"vimeo","tags":["vimeo"],"codePoint":59875}],[[1779210538],{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876}],[[1779210539],{"name":"wechat","tags":["wechat"],"codePoint":59877}],[[1779210540],{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878}],[[1779210541],{"name":"weibo","tags":["weibo"],"codePoint":59879}],[[1779210542],{"name":"xing-2","tags":["xing-2"],"codePoint":59880}],[[1779210543],{"name":"xing","tags":["xing"],"codePoint":59881}],[[1779210544],{"name":"youku-2","tags":["youku-2"],"codePoint":59882}],[[1779210545],{"name":"youku","tags":["youku"],"codePoint":59883}],[[1779210546],{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884}],[[1779210547],{"name":"youtube","tags":["youtube"],"codePoint":59885}],[[1779210548],{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886}],[[1779210549],{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887}],[[1779210550],{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888}],[[1779210551],{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889}]],"newMarks":[]}]}}},"next":[{"value":{"time":1779210348637,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemSvg","args":[null]},1,null]}]}]},"mDetail":"Exclude from Export"}},"next":[{"value":{"time":1779212662203,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"fontFamily",{"value":"vanilla"}]}]}]}}},"next":[{"value":{"time":1779212664330,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"addPalettes",false]}]}]}}},"next":[{"value":{"time":1779215524736,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"classPerGlyph",true]}]}]}}},"next":[]}]}]}]}],"link":{"o":{"1779210310_glyph":[0],"1779210311_glyph":[0],"1779210312_glyph":[0],"1779210313_glyph":[0],"1779210314_glyph":[0],"1779210315_glyph":[0],"1779210316_glyph":[0],"1779210317_glyph":[0],"1779210318_glyph":[0],"1779210319_glyph":[0],"1779210320_glyph":[0],"1779210321_glyph":[0],"1779210322_glyph":[0],"1779210323_glyph":[0],"1779210324_glyph":[0],"1779210325_glyph":[0],"1779210326_glyph":[0],"1779210327_glyph":[0],"1779210328_glyph":[0],"1779210329_glyph":[0],"1779210330_glyph":[0],"1779210331_glyph":[0],"1779210332_glyph":[0],"1779210333_glyph":[0],"1779210334_glyph":[0],"1779210335_glyph":[0],"1779210336_glyph":[0],"1779210337_glyph":[0],"1779210338_glyph":[0],"1779210339_glyph":[0],"1779210340_glyph":[0],"1779210341_glyph":[0],"1779210342_glyph":[0],"1779210343_glyph":[0],"1779210344_glyph":[0],"1779210345_glyph":[0],"1779210346_glyph":[0],"1779210347_glyph":[0],"1779210348_glyph":[0],"1779210349_glyph":[0],"1779210350_glyph":[0],"1779210351_glyph":[0],"1779210352_glyph":[0],"1779210353_glyph":[0],"1779210354_glyph":[0],"1779210355_glyph":[0],"1779210356_glyph":[0],"1779210357_glyph":[0],"1779210358_glyph":[0],"1779210359_glyph":[0],"1779210360_glyph":[0],"1779210361_glyph":[0],"1779210362_glyph":[0],"1779210363_glyph":[0],"1779210364_glyph":[0],"1779210365_glyph":[0],"1779210366_glyph":[0],"1779210367_glyph":[0],"1779210368_glyph":[0],"1779210369_glyph":[0],"1779210370_glyph":[0],"1779210371_glyph":[0],"1779210372_glyph":[0],"1779210373_glyph":[0],"1779210374_glyph":[0],"1779210375_glyph":[0],"1779210376_glyph":[0],"1779210377_glyph":[0],"1779210378_glyph":[0],"1779210379_glyph":[0],"1779210380_glyph":[0],"1779210381_glyph":[0],"1779210382_glyph":[0],"1779210383_glyph":[0],"1779210384_glyph":[0],"1779210385_glyph":[0],"1779210386_glyph":[0],"1779210387_glyph":[0],"1779210388_glyph":[0],"1779210389_glyph":[0],"1779210390_glyph":[0],"1779210391_glyph":[0],"1779210392_glyph":[0],"1779210393_glyph":[0],"1779210394_glyph":[0],"1779210395_glyph":[0],"1779210396_glyph":[0],"1779210397_glyph":[0],"1779210398_glyph":[0],"1779210399_glyph":[0],"1779210400_glyph":[0],"1779210401_glyph":[0],"1779210402_glyph":[0],"1779210403_glyph":[0],"1779210404_glyph":[0],"1779210405_glyph":[0],"1779210406_glyph":[0],"1779210407_glyph":[0],"1779210408_glyph":[0],"1779210409_glyph":[0],"1779210410_glyph":[0],"1779210411_glyph":[0],"1779210412_glyph":[0],"1779210413_glyph":[0],"1779210414_glyph":[0],"1779210415_glyph":[0],"1779210416_glyph":[0],"1779210417_glyph":[0],"1779210418_glyph":[0],"1779210419_glyph":[0],"1779210420_glyph":[0],"1779210421_glyph":[0],"1779210422_glyph":[0],"1779210423_glyph":[0],"1779210424_glyph":[0],"1779210425_glyph":[0],"1779210426_glyph":[0],"1779210427_glyph":[0],"1779210428_glyph":[0],"1779210429_glyph":[0],"1779210430_glyph":[0],"1779210431_glyph":[0],"1779210432_glyph":[0],"1779210433_glyph":[0],"1779210434_glyph":[0],"1779210435_glyph":[0],"1779210436_glyph":[0],"1779210437_glyph":[0],"1779210438_glyph":[0],"1779210439_glyph":[0],"1779210440_glyph":[0],"1779210441_glyph":[0],"1779210442_glyph":[0],"1779210443_glyph":[0],"1779210444_glyph":[0],"1779210445_glyph":[0],"1779210446_glyph":[0],"1779210447_glyph":[0],"1779210448_glyph":[0],"1779210449_glyph":[0],"1779210450_glyph":[0],"1779210451_glyph":[0],"1779210452_glyph":[0],"1779210453_glyph":[0],"1779210454_glyph":[0],"1779210455_glyph":[0],"1779210456_glyph":[0],"1779210457_glyph":[0],"1779210458_glyph":[0],"1779210459_glyph":[0],"1779210460_glyph":[0],"1779210461_glyph":[0],"1779210462_glyph":[0],"1779210463_glyph":[0],"1779210464_glyph":[0],"1779210465_glyph":[0],"1779210466_glyph":[0],"1779210467_glyph":[0],"1779210468_glyph":[0],"1779210469_glyph":[0],"1779210470_glyph":[0],"1779210471_glyph":[0],"1779210472_glyph":[0],"1779210473_glyph":[0],"1779210474_glyph":[0],"1779210475_glyph":[0],"1779210476_glyph":[0],"1779210477_glyph":[0],"1779210478_glyph":[0],"1779210479_glyph":[0],"1779210480_glyph":[0],"1779210481_glyph":[0],"1779210482_glyph":[0],"1779210483_glyph":[0],"1779210484_glyph":[0],"1779210485_glyph":[0],"1779210486_glyph":[0],"1779210487_glyph":[0],"1779210488_glyph":[0],"1779210489_glyph":[0],"1779210490_glyph":[0],"1779210491_glyph":[0],"1779210492_glyph":[0],"1779210493_glyph":[0],"1779210494_glyph":[0],"1779210495_glyph":[0],"1779210496_glyph":[0],"1779210497_glyph":[0],"1779210498_glyph":[0],"1779210499_glyph":[0],"1779210500_glyph":[0],"1779210501_glyph":[0],"1779210502_glyph":[0],"1779210503_glyph":[0],"1779210504_glyph":[0],"1779210505_glyph":[0],"1779210506_glyph":[0],"1779210507_glyph":[0],"1779210508_glyph":[0],"1779210509_glyph":[0],"1779210510_glyph":[0],"1779210511_glyph":[0],"1779210512_glyph":[0],"1779210513_glyph":[0],"1779210514_glyph":[0],"1779210515_glyph":[0],"1779210516_glyph":[0],"1779210517_glyph":[0],"1779210518_glyph":[0],"1779210519_glyph":[0],"1779210520_glyph":[0],"1779210521_glyph":[0],"1779210522_glyph":[0],"1779210523_glyph":[0],"1779210524_glyph":[0],"1779210525_glyph":[0],"1779210526_glyph":[0],"1779210527_glyph":[0],"1779210528_glyph":[0],"1779210529_glyph":[0],"1779210530_glyph":[0],"1779210531_glyph":[0],"1779210532_glyph":[0],"1779210533_glyph":[0],"1779210534_glyph":[0],"1779210535_glyph":[0],"1779210536_glyph":[0],"1779210537_glyph":[0],"1779210538_glyph":[0],"1779210539_glyph":[0],"1779210540_glyph":[0],"1779210541_glyph":[0],"1779210542_glyph":[0],"1779210543_glyph":[0],"1779210544_glyph":[0],"1779210545_glyph":[0],"1779210546_glyph":[0],"1779210547_glyph":[0],"1779210548_glyph":[0],"1779210549_glyph":[0],"1779210550_glyph":[0],"1779210551_glyph":[0]}}}]},"model":{"tag":"ScopeMaster","args":[{"lastKey":[],"orderedKeys":[],"collections":{"first":{"keys":[],"name":""},"index":0,"rest":[]},"glyphMetadataDict":[],"paletets":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"exportOptions":{"exportItems":{"csh":{"order":11,"item":{}},"elm":{"order":4,"item":{}},"favicon":{"order":10,"item":{}},"font":{"order":0,"mOpen":false,"item":{}},"librarySet":{"order":12,"item":{}},"png":{"order":9,"item":{}},"react":{"order":5,"item":{}},"svg":{"order":1,"mOpen":false,"item":{}},"symbolDefs":{"order":2,"item":{}},"tiles":{"order":7,"item":{}},"vue":{"order":6,"item":{}},"webComponent":{"order":3,"item":{}}},"glyphSubset":{"tag":"AllGlyphs","args":[]}},"extraLibraryUrls":[],"releases":[]}]},"modelPath":[],"syncedPath":[]}},"metadata":{"localKey":[1344868410,2],"guests":{},"synced":false,"permission":{"tag":"FullLocal","args":[]},"name":{"time":1779210315979,"value":"Vanilla icons"},"created":1779210308053,"modified":1779215524742,"colorIndex":{"time":1779210317156,"value":4}}} \ No newline at end of file +{"preferences":{"target":[[1779210310],[1779210311],[1779210312],[1779210313],[1779210314],[1779210315],[1779210316],[1779210317],[1779210318],[1779210319],[1779210320],[1779210321],[1779210322],[1779210323],[1779210324],[1779210325],[1779210326],[1779210327],[1779210328],[1779210329],[1779210330],[1779210331],[1779210332],[1779210333],[1779210334],[1779210335],[1779210336],[1779210337],[1779210338],[1779210339],[1779210340],[1779210341],[1779210342],[1779210343],[1779210344],[1779210345],[1779210346],[1779210347],[1779210348],[1779210349],[1779210350],[1779210351],[1779210352],[1779210353],[1779210354],[1779210355],[1779210356],[1779210357],[1779210358],[1779210359],[1779210360],[1779210361],[1779210362],[1779210363],[1779210364],[1779210365],[1779210366],[1779210367],[1779210368],[1779210369],[1779210370],[1779210371],[1779210372],[1779210373],[1779210374],[1779210375],[1779210376],[1779210377],[1779210378],[1779210379],[1779210380],[1779210381],[1779210382],[1779210383],[1779210384],[1779210385],[1779210386],[1779210387],[1779210388],[1779210389],[1779210390],[1779210391],[1779210392],[1779210393],[1779210394],[1779210395],[1779210396],[1779210397],[1779210398],[1779210399],[1779210400],[1779210401],[1779210402],[1779210403],[1779210404],[1779210405],[1779210406],[1779210407],[1779210408],[1779210409],[1779210410],[1779210411],[1779210412],[1779210413],[1779210414],[1779210415],[1779210416],[1779210417],[1779210418],[1779210419],[1779210420],[1779210421],[1779210422],[1779210423],[1779210424],[1779210425],[1779210426],[1779210427],[1779210428],[1779210429],[1779210430],[1779210431],[1779210432],[1779210433],[1779210434],[1779210435],[1779210436],[1779210437],[1779210438],[1779210439],[1779210440],[1779210441],[1779210442],[1779210443],[1779210444],[1779210445],[1779210446],[1779210447],[1779210448],[1779210449],[1779210450],[1779210451],[1779210452],[1779210453],[1779210454],[1779210455],[1779210456],[1779210457],[1779210458],[1779210459],[1779210460],[1779210461],[1779210462],[1779210463],[1779210464],[1779210465],[1779210466],[1779210467],[1779210468],[1779210469],[1779210470],[1779210471],[1779210472],[1779210473],[1779210474],[1779210475],[1779210476],[1779210477],[1779210478],[1779210479],[1779210480],[1779210481],[1779210482],[1779210483],[1779210484],[1779210485],[1779210486],[1779210487],[1779210488],[1779210489],[1779210490],[1779210491],[1779210492],[1779210493],[1779210494],[1779210495],[1779210496],[1779210497],[1779210498],[1779210499],[1779210500],[1779210501],[1779210502],[1779210503],[1779210504],[1779210505],[1779210506],[1779210507],[1779210508],[1779210509],[1779210510],[1779210511],[1779210512],[1779210513],[1779210514],[1779210515],[1779210516],[1779210517],[1779210518],[1779210519],[1779210520],[1779210521],[1779210522],[1779210523],[1779210524],[1779210525],[1779210526],[1779210527],[1779210528],[1779210529],[1779210530],[1779210531],[1779210532],[1779210533],[1779210534],[1779210535],[1779210536],[1779210537],[1779210538],[1779210539],[1779210540],[1779210541],[1779210542],[1779210543],[1779210544],[1779210545],[1779210546],[1779210547],[1779210548],[1779210549],[1779210550],[1779210551]],"panels":{"hidden":false,"panels":[{"tag":"ExportPanel","args":[]},{"tag":"MainPanel","args":[]},{"tag":"PropertiesPanel","args":[]},{"tag":"ViewPanel","args":[]},{"tag":"HistoryPanel","args":[]}]},"previewOptions":{"showEditorOptions":true,"showGlyphOptions":true,"mainSize":32,"gridSize":{"tag":"AutoGridSize","args":[16]},"addPadding":true,"circular":true,"sizes":[],"showPixels":false,"showGrid":true,"gridColor":{"tag":"AutomaticColor","args":[]}},"batchOptions":{"ligaResetOptions":{"keepCurrent":true,"extractCodes":false},"findReplace":{"query":"","replacement":""},"showRearrange":false,"showCollections":false,"showGlyphMetadata":false,"showAllMetadata":true,"limitSortingToTarget":false,"sortBy":{"tag":"SortByName","args":[]},"forceSetCodePoints":false,"glyphMetadataTab":{"tag":"ShowNames","args":[]},"listingOptions":{"toggleCharCodes":true,"toggleNames":true,"toggleTags":false,"toggleLigatures":false,"toggleNotes":false},"editOptions":{"count":1,"from":"","to":{"tag":"AllGlyphs","args":[]}},"showNameTransforms":false},"quickExport":{"format":{"tag":"Svg","args":[false]},"addTitle":false,"fixedSize":true,"addPalettes":false,"colorPrefix":"color","paletteClass":"palette","svgAs":"S","svgAttributesAs":"A","elmIndentationSize":2,"htmlEntity":false,"namePrefix":"","nameSuffix":"","base64Encoding":false,"reactHelpers":true,"prependNamesToIds":true},"textFormatting":{"noNewlines":false,"useSpaceForIndentation":2},"exportButton":{"tag":"d","args":[]},"importOptions":{"showImportSettings":true,"extractSymbols":true,"ignoreThinStrokes":false,"removeInvisible":false,"removeRedundantColors":true,"addToEnd":false,"defaultSize":16,"url":"","code":"","replaceByName":true},"toggles":[[6,false]],"vectorEditorPreferences":{"snapOptions":{"snapEnabled":true,"snapToGrid":true,"snapToGridMidpoints":false,"snapToShapes":true,"snapToLocked":false},"defaultAttributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"stroke":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"NoPaint","args":[]}]}]},"stroke-linecap":{"tag":"Value","args":[{"tag":"StrokeLineCap","args":[{"tag":"ButtCap","args":[]}]}]},"stroke-linejoin":{"tag":"Value","args":[{"tag":"StrokeLineJoin","args":[{"tag":"MiterJoin","args":[]}]}]},"stroke-width":{"tag":"Value","args":[{"tag":"Length","args":[1]}]}},"boundingBoxAnchor":{"alignX":{"tag":"Mid","args":[]},"alignY":{"tag":"Mid","args":[]},"offsetX":0,"offsetY":0},"viewBoxAnchor":{"alignX":{"tag":"Min","args":[]},"alignY":{"tag":"Min","args":[]}},"alignTo":{"tag":"1","args":[]},"showViewBox":true,"showDimensions":true,"showStyle":true,"aspectRatioLock":false,"aspectRatioLockViewBox":true,"pinContentToViewBox":false,"stickyDrawingTool":false,"embeddedScaling":true,"layersTab":{"tag":"0","args":[]},"propertiesTab":{"tag":"0","args":[]},"fillOrStroke":{"tag":"Fill","args":[]},"showTransformBox":false,"showCodeEditor":false,"nudgeAmount":0.1,"mRoundingPrecision":0.1,"defaultPointers":[],"polygonSides":3,"starPoints":5,"scrollPositions":{}},"libraryPreferences":{"disabledSets":[],"tool":{"tag":"Selection","args":[]},"showDeleted":false,"showSets":true,"showExtraSets":false,"showNames":false,"selectedPalettes":[]},"extras":{"markingIndex":0,"selectedPalette":0,"selectedPalettes":[],"okLch":false}},"historyDict":{"1779210310_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210310],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM614.4 307.2h-204.8v204.8h-128l230.4 230.4 230.4-230.4h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210310],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210311_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210311],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l-230.4 230.4 230.4 230.4v-128h204.8v-204.8h-204.8z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210311],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210312_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210312],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 409.6h-204.8v204.8h204.8v128l230.4-230.4-230.4-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210312],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210313_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210313],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 901.12c-214.905 0-389.12-174.215-389.12-389.12s174.215-389.12 389.12-389.12c214.905 0 389.12 174.215 389.12 389.12v0c0 214.905-174.215 389.12-389.12 389.12v0zM512 281.6l230.4 230.4h-128v204.8h-204.8v-204.8h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210313],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210314_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210314],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640.512 445.44l-128.512 117.76-128.512-117.76c-4.652-4.652-11.078-7.529-18.176-7.529-14.196 0-25.705 11.508-25.705 25.705 0 7.098 2.877 13.524 7.529 18.176l0 0 146.432 143.36c4.722 4.706 11.237 7.616 18.432 7.616s13.71-2.91 18.433-7.617l-0.001 0.001 146.432-143.36c4.652-4.652 7.529-11.078 7.529-18.176 0-14.196-11.508-25.705-25.705-25.705-7.098 0-13.524 2.877-18.176 7.529l0-0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210314],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210315_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210315],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M578.56 347.136c-4.64-4.677-11.070-7.572-18.176-7.572s-13.536 2.895-18.174 7.571l-0.002 0.002-143.872 146.432c-4.475 4.824-7.221 11.307-7.221 18.432s2.746 13.608 7.236 18.449l-0.016-0.017 143.872 146.432c4.64 4.677 11.070 7.572 18.176 7.572s13.536-2.895 18.174-7.571l0.002-0.002c4.706-4.722 7.616-11.237 7.616-18.432s-2.91-13.71-7.617-18.433l0.001 0.001-117.76-128 117.76-128.512c4.677-4.64 7.572-11.070 7.572-18.176s-2.895-13.536-7.571-18.174l-0.002-0.002zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210315],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210316_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210316],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 512l-117.76-128.512c-4.652-4.652-7.529-11.078-7.529-18.176 0-14.196 11.508-25.705 25.705-25.705 7.098 0 13.524 2.877 18.176 7.529l0 0 143.872 146.432c4.475 4.824 7.221 11.307 7.221 18.432s-2.746 13.608-7.236 18.449l0.016-0.017-143.872 146.432c-4.64 4.677-11.070 7.572-18.176 7.572s-13.536-2.895-18.174-7.571l-0.002-0.002c-4.706-4.722-7.616-11.237-7.616-18.432s2.91-13.71 7.617-18.433l-0.001 0.001zM512 20.48c271.459 0 491.52 220.061 491.52 491.52s-220.061 491.52-491.52 491.52c-271.459 0-491.52-220.061-491.52-491.52h-0c0-271.459 220.061-491.52 491.52-491.52v-0zM512 942.080c236.109-0.004 427.512-191.41 427.512-427.52 0-236.113-191.407-427.52-427.52-427.52-235.213 0-426.060 189.951-427.512 424.822l-0.001 0.138c0 236.113 191.407 427.52 427.52 427.52v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210316],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210317_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210317],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M530.432 398.336c-4.824-4.475-11.307-7.221-18.432-7.221s-13.608 2.746-18.449 7.236l0.017-0.016-146.432 143.872c-4.652 4.652-7.529 11.078-7.529 18.176 0 14.196 11.508 25.705 25.705 25.705 7.098 0 13.524-2.877 18.176-7.529l0-0 128.512-117.76 128.512 117.76c4.652 4.652 11.078 7.529 18.176 7.529 14.196 0 25.705-11.508 25.705-25.705 0-7.098-2.877-13.524-7.529-18.176l0 0zM512 20.48c-271.459 0-491.52 220.061-491.52 491.52s220.061 491.52 491.52 491.52c271.459 0 491.52-220.061 491.52-491.52v0c0-271.459-220.061-491.52-491.52-491.52v-0zM512 942.080c-236.109-0.004-427.512-191.41-427.512-427.52 0-236.113 191.407-427.52 427.52-427.52 235.213 0 426.060 189.951 427.512 424.822l0.001 0.138c0 236.113-191.407 427.52-427.52 427.52h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210317],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210318_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210318],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 725.504h-84.992v-256h84.992zM554.496 384h-84.992v-85.504h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210318],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210319_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210319],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 192 256 468.992 256 468.992s256-276.992 256-468.992zM426.496 341.504c-0.001-0.152-0.002-0.332-0.002-0.512 0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504c0 47.222-38.281 85.503-85.502 85.504l-0 0c-0 0-0.001 0-0.002 0-47.043 0-85.212-37.99-85.502-84.964l-0-0.028zM213.504 853.504v84.992h596.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210319],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210320_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210320],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M834.048 424.448l-40.448-51.2 20.992-61.44-54.784-33.28v-65.024l-62.976-12.288-23.040-60.416-64 12.8-41.984-51.2-55.808 31.232-55.808-31.232-41.984 51.2-62.976-12.288-23.040 60.416-62.976 12.288v65.024l-55.808 33.28 20.992 61.44-40.448 51.2 40.448 51.2-20.992 61.44 54.784 33.28v65.024l62.976 12.288 23.040 60.416 62.976-9.728 41.984 51.2 56.832-33.28 55.808 31.232 41.984-51.2 62.976 9.728 23.040-60.416 62.976-12.288v-65.024l54.784-33.28-20.992-61.44z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.712 747.008l-49.664 57.344-66.048-36.864-66.048 36.864-49.664-57.344-69.632 10.752v163.84l185.344-58.368 185.344 58.368v-163.84l-69.632-10.752z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210320],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210321_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210321],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M859.648 452.608l-44.032-54.784 22.528-66.56-59.392-36.864v-70.144l-68.608-13.824-25.088-65.536-70.656 8.704-45.568-51.2-60.928 34.304-59.392-34.304-46.080 51.2-68.608-8.704-26.624 65.536-66.56 13.824v70.144l-59.904 36.864 24.064 66.56-46.080 54.784 46.080 54.784-22.528 67.072 59.904 36.352v70.656l65.024 13.312 25.088 66.048 68.608-10.752 46.080 51.2 61.952-33.28 60.928 33.792 45.568-51.2 68.608 10.752 25.088-66.048 68.608-13.312v-70.656l59.392-36.352-22.528-67.072zM508.928 736.256c-156.654-0-283.648-126.994-283.648-283.648s126.994-283.648 283.648-283.648c156.654 0 283.648 126.994 283.648 283.648v0c0 156.654-126.994 283.648-283.648 283.648l-0 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M390.656 782.848l-76.288 12.288-27.648-73.216-75.776-15.36-1.024-42.496-82.432 82.944 128.512 46.080 46.080 128.512 111.616-111.616-23.040-27.136z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M807.424 706.56l-75.776 15.36-28.16 73.216-75.776-12.288-22.528 26.112 112.64 112.64 48.128-130.56 130.56-48.128-88.064-88.576-1.024 52.224z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210321],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210322_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210322],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 42.496l-384 171.008v256c-0.001 0.419-0.002 0.914-0.002 1.409 0 240.982 160.39 444.502 380.242 509.635l3.759 0.956c223.613-66.089 384.002-269.609 384.002-510.591 0-0.496-0.001-0.991-0.002-1.487l0 0.077v-256zM426.496 725.504l-170.496-171.008 59.904-59.904 110.592 110.080 281.6-281.088 59.904 60.416z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210322],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210323_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210323],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M348.672 368.128c-23.040 14.336 61.44 217.6 81.92 250.368 11.025 17.722 30.395 29.344 52.48 29.344 34.021 0 61.6-27.579 61.6-61.6 0-11.936-3.395-23.079-9.272-32.517l0.151 0.261c-19.968-33.28-163.84-199.68-186.88-185.856zM331.776 145.92c45.081-16.188 97.096-25.546 151.296-25.546s106.215 9.358 154.517 26.546l-3.221-1c3.506 2.36 7.824 3.766 12.47 3.766 12.442 0 22.528-10.086 22.528-22.528 0-4.646-1.407-8.964-3.817-12.551l0.051 0.081-17.408-43.52c-8.785-16.172-23.15-28.375-40.454-34.157l-0.506-0.147c-37.378-9.045-80.291-14.233-124.416-14.233s-87.037 5.187-128.162 14.986l3.746-0.753c-17.81 5.929-32.175 18.132-40.773 33.928l-0.187 0.376c-3.072 7.168-10.24 25.088-17.408 43.52-2.659 3.652-4.254 8.227-4.254 13.175 0 12.442 10.086 22.528 22.528 22.528 5.076 0 9.761-1.679 13.528-4.512l-0.058 0.042zM948.736 186.368c-9.728-11.776-19.968-23.552-31.232-34.816s-22.528-21.504-34.304-31.232c-6.235-4.833-14.169-7.747-22.784-7.747s-16.549 2.914-22.87 7.811l0.086-0.064-84.48 87.040c22.035 15.982 41.439 32.788 59.3 51.106l0.092 0.094c18.067 18.090 34.851 37.472 50.198 57.992l1.002 1.4 83.968-84.48c5.797-6.345 9.348-14.827 9.348-24.139 0-8.764-3.146-16.793-8.37-23.020l0.045 0.055zM483.328 171.52c-229.044-0-414.72 185.676-414.72 414.72s185.676 414.72 414.72 414.72c229.044 0 414.72-185.676 414.72-414.72v0c-0.291-228.926-185.794-414.429-414.692-414.72l-0.028-0zM483.328 898.56c-172.49 0-312.32-139.83-312.32-312.32s139.83-312.32 312.32-312.32c172.49 0 312.32 139.83 312.32 312.32v0c0 172.49-139.83 312.32-312.32 312.32v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210323],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210324_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210324],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 85.504h-341.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512zM682.496 768h-340.992v-85.504h340.992zM682.496 597.504h-340.992v-85.504h340.992zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210324],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210325_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210325],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504c-46.94 0-84.992 38.052-84.992 84.992v0 683.008c0 46.94 38.052 84.992 84.992 84.992v0h512c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-512l-256-256zM554.496 384v-234.496l235.008 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210325],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210326_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210326],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-84.992v-85.504h-427.008v85.504h-84.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v43.008c0.295 108.272 81.527 197.481 186.365 210.329l1.027 0.103c27.405 64.353 83.736 111.733 152.209 126.218l1.391 0.246v132.096h-170.496v85.504h427.008v-85.504h-171.008v-132.096c69.785-14.901 126.049-62.217 153.068-125.073l0.532-1.391c106.085-12.71 187.576-102.004 187.904-210.398l0-0.034v-43.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM298.496 460.8c-49.391-18.298-84.123-64.632-84.991-119.191l-0.001-0.105v-43.008h84.992zM810.496 340.48c-0.423 55.075-35.287 101.899-84.099 120.030l-0.893 0.29v-162.304h84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210326],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210327_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210327],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 512h171.008l-341.504 341.504-341.504-341.504h171.008v-341.504h340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210327],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210328_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210328],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496v171.008l-341.504-341.504 341.504-341.504v171.008h341.504v340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210328],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210329_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210329],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504v-171.008l341.504 341.504-341.504 341.504v-171.008h-341.504v-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210329],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210330_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210330],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 512h-171.008l341.504-341.504 341.504 341.504h-171.008v341.504h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210330],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210331_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210331],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-46.72 0.29-84.482 38.23-84.482 84.99 0 0.181 0.001 0.361 0.002 0.541l-0-0.028v682.496l297.984-128 298.496 128v-682.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210331],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210332_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210332],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M81.408 270.848l384 204.8c12.794 6.481 27.894 10.277 43.88 10.277 0.954 0 1.904-0.014 2.851-0.040l-0.139 0.003c0.808 0.024 1.758 0.037 2.712 0.037 15.986 0 31.086-3.796 44.447-10.536l-0.566 0.259 384-204.8c24.576-13.312 48.64-55.296 2.56-55.296h-866.304c-46.080-0.512-22.528 40.448 2.56 55.296zM951.808 373.248l-394.24 204.8c-12.184 6.835-26.739 10.86-42.235 10.86-1.533 0-3.056-0.039-4.57-0.117l0.212 0.009c-1.269 0.067-2.754 0.105-4.248 0.105-15.36 0-29.779-4.026-42.26-11.080l0.429 0.223c-17.92-8.704-366.592-190.976-394.752-204.8-18.944-10.752-18.944 1.536-18.944 10.752v375.808c3.758 26.628 24.572 47.442 50.882 51.163l0.318 0.037h819.2c26.628-3.758 47.442-24.572 51.163-50.882l0.037-0.318v-375.296c0-9.728 0-22.016-19.968-11.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210332],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210333_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210333],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-129.109 0.291-233.694 104.875-233.984 233.956l-0 0.028v351.232c0 129.226 104.758 233.984 233.984 233.984s233.984-104.758 233.984-233.984v0-351.232c-0.291-129.109-104.875-233.694-233.956-233.984l-0.028-0zM563.2 385.024c1.623 4.773 2.56 10.271 2.56 15.987 0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2c0-5.717 0.937-11.214 2.665-16.348l-0.105 0.361v-77.824c6.927-20.621 26.080-35.213 48.64-35.213s41.713 14.591 48.535 34.852l0.105 0.361z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210333],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210334_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210334],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 43.008h-427.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-768c0-46.94-38.052-84.992-84.992-84.992v-0zM725.504 811.008h-427.008v-597.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210334],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210335_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210335],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 85.504h-768c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h298.496v85.504h-84.992v84.992h340.992v-84.992h-84.992v-85.504h298.496c47.223 0 85.504-38.281 85.504-85.504v0-512c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM896 682.496h-768v-512h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210335],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210336_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210336],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 736.256v159.744h159.744l472.064-472.064-159.744-159.744zM883.712 300.544c7.544-7.815 12.192-18.469 12.192-30.208s-4.648-22.393-12.204-30.221l0.012 0.013-102.4-99.84c-7.815-7.544-18.469-12.192-30.208-12.192s-22.393 4.648-30.221 12.204l0.013-0.012-75.264 78.336 159.744 159.744z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210336],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210337_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210337],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 853.504c106.496-149.504 256-217.6 469.504-217.6v174.592l298.496-298.496-298.496-298.496v170.496c-299.008 42.496-427.008 256-469.504 469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210337],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210338_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210338],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384v-170.496l-298.496 298.496 298.496 298.496v-174.592c213.504 0 363.008 68.096 469.504 217.6-42.496-213.504-170.496-427.008-469.504-469.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210338],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210339_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210339],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 512c0.152 0 0.331 0.001 0.511 0.001 94.445 0 171.008-76.563 171.008-171.008s-76.563-171.008-171.008-171.008c-94.445 0-171.008 76.563-171.008 171.008 0 0.18 0 0.359 0.001 0.539l-0-0.028c0 94.162 76.334 170.496 170.496 170.496v0zM512 597.504c-114.176 0-341.504 56.832-341.504 170.496v85.504h683.008v-85.504c0-113.664-227.328-170.496-341.504-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210339],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210340_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210340],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M711.168 560.128c57.889 33.928 96.759 94.841 99.318 165.021l0.010 0.355v128h171.008v-128c0-93.184-152.576-148.48-270.336-165.376z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 341.504c0 94.162-76.334 170.496-170.496 170.496s-170.496-76.334-170.496-170.496c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 512c90.333-5.1 161.654-79.597 161.654-170.752s-71.321-165.652-161.205-170.732l-0.45-0.020c-20.503 0.533-39.967 4.241-58.159 10.647l1.327-0.407c35.237 43.498 56.571 99.514 56.571 160.512s-21.334 117.014-56.948 160.992l0.377-0.48c16.883 6.253 36.382 9.984 56.719 10.239l0.113 0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 554.496c-114.176 0-341.504 59.904-341.504 171.008v128h683.008v-128c0-111.104-227.328-171.008-341.504-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210340],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210341_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210341],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504v596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0zM640 384c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM256 725.504c0-85.504 170.496-132.608 256-132.608s256 47.104 256 132.608v42.496h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210341],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210342_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210342],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 102.4c-141.385 0-256 114.615-256 256v0c0 244.224 256 563.2 256 563.2s256-318.976 256-563.2c0-141.385-114.615-256-256-256v0zM512 499.712c-76.348 0-138.24-61.892-138.24-138.24s61.892-138.24 138.24-138.24c76.348 0 138.24 61.892 138.24 138.24v0c0 76.348-61.892 138.24-138.24 138.24h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210342],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210343_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210343],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 128h-6.656l-227.84 89.6-256-89.6-240.64 80.896c-8.916 2.719-15.301 10.846-15.36 20.473l-0 0.007v645.12c-0.004 0.154-0.006 0.336-0.006 0.518 0 11.594 9.398 20.992 20.992 20.992 0.182 0 0.364-0.002 0.545-0.007l-0.027 0.001h6.656l227.84-89.6 256 89.6 240.64-80.896c8.823-2.858 15.132-10.903 15.36-20.454l0-0.026v-645.12c0.004-0.154 0.006-0.336 0.006-0.518 0-11.594-9.398-20.992-20.992-20.992-0.182 0-0.364 0.002-0.545 0.007l0.027-0.001zM640 810.496l-256-90.112v-506.88l256 89.6z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210343],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210344_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210344],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c-94.162 0-170.496 76.334-170.496 170.496s76.334 170.496 170.496 170.496c94.162 0 170.496-76.334 170.496-170.496v0c0-94.162-76.334-170.496-170.496-170.496v0zM893.44 469.504c-20.332-178.416-160.528-318.612-337.18-338.78l-1.764-0.164v-88.064h-84.992v88.064c-178.416 20.332-318.612 160.528-338.78 337.18l-0.164 1.764h-88.064v84.992h88.064c20.332 178.416 160.528 318.612 337.18 338.78l1.764 0.164v88.064h84.992v-88.064c178.416-20.332 318.612-160.528 338.78-337.18l0.164-1.764h88.064v-84.992zM512 810.496c-164.855 0-298.496-133.641-298.496-298.496s133.641-298.496 298.496-298.496c164.855 0 298.496 133.641 298.496 298.496v0c0 164.855-133.641 298.496-298.496 298.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210344],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210345_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210345],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 736.768l263.68 159.232-70.144-300.032 232.96-201.728-307.2-26.112-119.296-282.624-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210345],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210346_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210346],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 394.24l-307.2-26.624-119.296-282.112-119.808 282.624-307.2 26.112 232.96 201.728-69.632 300.032 263.68-159.232 263.68 159.232-69.632-300.032zM512 656.896l-160.256 97.28 42.496-182.784-141.824-122.88 186.88-16.384 72.704-172.032 73.216 172.544 186.88 16.384-141.824 122.88 42.496 182.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210346],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210347_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210347],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 256h-85.504v384h-554.496v85.504c0 23.47 19.026 42.496 42.496 42.496v-0h469.504l170.496 170.496v-640c0-23.47-19.026-42.496-42.496-42.496v0zM725.504 512v-384c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-554.496-0c-23.47 0-42.496 19.026-42.496 42.496v0 597.504l170.496-171.008h426.496c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210347],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210348_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210348],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 85.504h-683.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v768l170.496-170.496h597.504c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0zM256 384h512v85.504h-512zM597.504 597.504h-341.504v-85.504h341.504zM768 341.504h-512v-85.504h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210348],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210349_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210349],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 853.504v-256h171.008v256h212.992v-341.504h128l-426.496-384-426.496 384h128v341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210349],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210350_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210350],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 213.504h-85.504v682.496c0 47.223 38.281 85.504 85.504 85.504v0h682.496v-85.504h-682.496zM896 42.496h-597.504c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-597.504c0-47.223-38.281-85.504-85.504-85.504v-0zM896 725.504h-597.504v-597.504h597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210350],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210351_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210351],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M661.504 597.504h-33.792l-13.312-11.776c41.4-48.12 66.608-111.204 66.608-180.176 0-152.978-124.014-276.992-276.992-276.992s-276.992 124.014-276.992 276.992c0 152.978 124.014 276.992 276.992 276.992 68.972 0 132.056-25.209 180.541-66.915l-0.365 0.307 11.776 11.776v33.792l212.992 212.48 63.488-63.488zM405.504 597.504c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.152 0.001 0.332 0.001 0.513 0 105.756-85.732 191.488-191.488 191.488-0.18 0-0.36-0-0.541-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210351],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210352_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210352],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 341.504h-596.992c-0.152-0.001-0.333-0.001-0.513-0.001-70.41 0-127.488 57.078-127.488 127.488 0 0.18 0 0.361 0.001 0.541l-0-0.028v256h170.496v170.496h512v-170.496h170.496v-256c0.001-0.152 0.001-0.333 0.001-0.513 0-70.41-57.078-127.488-127.488-127.488-0.18 0-0.361 0-0.541 0.001l0.028-0zM682.496 810.496h-340.992v-212.992h340.992zM810.496 512c-23.47 0-42.496-19.026-42.496-42.496v-0c-0.002-0.151-0.003-0.33-0.003-0.509 0-23.753 19.255-43.008 43.008-43.008s43.008 19.255 43.008 43.008c0 23.753-19.255 43.008-43.008 43.008-0.179 0-0.358-0.001-0.536-0.003l0.027 0zM768 128h-512v170.496h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210352],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210353_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210353],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 512c0-72.955 59.141-132.096 132.096-132.096v0h171.008v-81.408h-171.008c-117.915 0-213.504 95.589-213.504 213.504s95.589 213.504 213.504 213.504v0h171.008v-81.408h-171.008c-72.955 0-132.096-59.141-132.096-132.096v0zM341.504 554.496h340.992v-84.992h-340.992zM725.504 298.496h-171.008v81.408h171.008c72.955 0 132.096 59.141 132.096 132.096s-59.141 132.096-132.096 132.096v0h-171.008v81.408h171.008c117.915 0 213.504-95.589 213.504-213.504s-95.589-213.504-213.504-213.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210353],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210354_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210354],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 256l-16.896-85.504h-384v725.504h84.992v-298.496h239.104l16.896 84.992h299.008v-426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210354],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210355_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210355],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 551.936c0.38-5.969 0.597-12.943 0.597-19.968s-0.217-13.999-0.644-20.916l0.047 0.948c0.001-0.199 0.001-0.434 0.001-0.67 0-13.862-1.117-27.463-3.267-40.718l0.194 1.452 86.528-67.584c4.668-3.878 7.618-9.685 7.618-16.18 0-3.637-0.925-7.059-2.553-10.042l0.055 0.11-81.92-141.312c-3.502-6.559-10.302-10.948-18.126-10.948-2.497 0-4.891 0.447-7.104 1.265l0.142-0.046-102.4 40.96c-19.981-15.305-42.733-28.688-67.043-39.141l-2.077-0.795-14.848-108.544c-1.545-9.913-10.021-17.409-20.248-17.409-0.081 0-0.163 0-0.244 0.001l0.012-0h-163.84c-0.201-0.007-0.438-0.011-0.675-0.011-10.129 0-18.497 7.543-19.794 17.318l-0.011 0.102-15.36 108.544c-26.39 11.095-49.157 24.491-69.831 40.464l0.711-0.528-102.4-40.96c-2.132-0.777-4.593-1.227-7.159-1.227-7.791 0-14.615 4.144-18.387 10.347l-0.054 0.095-80.384 141.824c-1.757 2.913-2.796 6.431-2.796 10.191 0 6.479 3.086 12.237 7.868 15.885l0.049 0.036 86.528 67.584c-2.119 12.006-3.33 25.83-3.33 39.936s1.211 27.93 3.535 41.372l-0.205-1.436-87.040 67.584c-4.668 3.878-7.618 9.685-7.618 16.18 0 3.637 0.925 7.059 2.553 10.042l-0.055-0.11 81.92 141.312c3.502 6.559 10.302 10.948 18.126 10.948 2.497 0 4.891-0.447 7.104-1.265l-0.142 0.046 102.4-40.96c19.981 15.305 42.733 28.688 67.043 39.141l2.077 0.795 14.848 108.544c1.759 9.883 10.237 17.305 20.469 17.408l0.011 0h163.84c0.185 0.006 0.401 0.010 0.619 0.010 10.027 0 18.283-7.586 19.341-17.331l0.008-0.086 15.36-108.544c26.39-11.095 49.157-24.491 69.831-40.464l-0.711 0.528 102.4 40.96c2.126 0.795 4.584 1.254 7.148 1.254 7.925 0 14.824-4.392 18.397-10.874l0.055-0.108 81.92-141.312c1.661-2.85 2.642-6.274 2.642-9.926 0-6.635-3.237-12.515-8.217-16.146l-0.057-0.040zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210355],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210356_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210356],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M968.704 810.496l-388.608-388.096c11.732-29.314 18.537-63.293 18.537-98.861 0-76.646-31.598-145.912-82.478-195.482l-0.059-0.057c-50.682-50.233-120.459-81.272-197.486-81.272-42.784 0-83.331 9.576-119.615 26.702l1.71-0.726 183.296 183.296-128 128-187.904-183.296c-17.085 34.752-27.078 75.641-27.078 118.865 0 77.021 31.729 146.63 82.829 196.472l0.057 0.055c49.627 50.939 118.893 82.537 195.539 82.537 35.568 0 69.547-6.805 100.706-19.183l-1.845 0.646 388.096 388.608c7.623 7.757 18.226 12.564 29.952 12.564s22.329-4.807 29.946-12.558l0.006-0.006 97.792-98.304c10.23-7.003 16.855-18.621 16.855-31.787 0-11.092-4.703-21.086-12.224-28.096l-0.023-0.021z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210356],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210357_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210357],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 494.080l-384-384c-15.194-15.186-36.179-24.578-59.358-24.578-0.192 0-0.383 0.001-0.575 0.002l0.029-0h-299.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v299.008c-0 0.1-0.001 0.218-0.001 0.337 0 23.5 9.595 44.758 25.081 60.072l0.008 0.008 384 384c15.443 15.295 36.698 24.745 60.16 24.745s44.717-9.45 60.167-24.751l-0.007 0.007 298.496-299.52c15.489-15.164 25.091-36.287 25.091-59.653 0-0.268-0.001-0.536-0.004-0.804l0 0.041c-0.17-23.415-9.726-44.565-25.087-59.903l-0.001-0.001zM234.496 298.496c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210357],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210358_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210358],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6v0c0-84.831-68.769-153.6-153.6-153.6v0zM921.6 256h-122.88c-18.398-1.009-33.839-12.666-40.338-28.874l-0.11-0.31-31.744-95.232c-6.502-16.598-22.004-28.311-40.345-29.18l-0.103-0.004h-348.16c-18.444 0.873-33.946 12.586-40.341 28.875l-0.107 0.309-31.744 95.232c-6.609 16.518-22.050 28.175-40.33 29.179l-0.118 0.005h-122.88c-56.554 0-102.4 45.846-102.4 102.4v0 460.8c0 56.554 45.846 102.4 102.4 102.4v0h819.2c56.554 0 102.4-45.846 102.4-102.4v0-460.8c0-56.554-45.846-102.4-102.4-102.4v0zM512 819.2c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0zM885.76 430.080c-19.794 0-35.84-16.046-35.84-35.84s16.046-35.84 35.84-35.84c19.794 0 35.84 16.046 35.84 35.84l0-0c-0 19.794-16.046 35.84-35.84 35.84h0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210358],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210359_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210359],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 563.2v171.008l298.496 161.792 298.496-162.816v-169.984l-298.496 162.304zM512 128l-469.504 256 469.504 256 384-209.408v294.912h85.504v-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210359],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210360_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210360],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 85.504h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v683.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-683.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM256 170.496h213.504v341.504l-107.008-64-106.496 64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210360],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210361_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210361],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M819.2 51.2h-614.4c-56.554 0-102.4 45.846-102.4 102.4v0 716.8c0 56.554 45.846 102.4 102.4 102.4v0h614.4c56.554 0 102.4-45.846 102.4-102.4v0-716.8c0-56.554-45.846-102.4-102.4-102.4v0zM819.2 870.4h-614.4v-716.8h614.4zM563.2 614.4h-256v51.2h256zM716.8 409.6h-204.8v51.2h204.8zM512 358.4h204.8v-102.4h-204.8zM460.8 256h-153.6v204.8h153.6zM409.6 512h-102.4v51.2h102.4zM460.8 563.2h256v-51.2h-256zM716.8 716.8h-409.6v51.2h409.6zM614.4 665.6h102.4v-51.2h-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210361],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210362_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210362],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 192c-212.168 0.119-393.713 131.104-468.298 316.605l-1.206 3.395c75.618 189.061 257.248 320.188 469.504 320.188s393.886-131.126 468.302-316.791l1.202-3.397c-75.666-188.962-257.245-320-469.43-320-0.026 0-0.052 0-0.078 0l0.004-0zM512 725.504c-117.915 0-213.504-95.589-213.504-213.504s95.589-213.504 213.504-213.504c117.915 0 213.504 95.589 213.504 213.504v0c0 117.915-95.589 213.504-213.504 213.504v0zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210362],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210363_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210363],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M533.504 298.496h-64v256l223.744 134.656 32.256-51.2-192-113.664z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210363],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210364_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210364],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 597.504c0 0 0.001 0 0.001 0 70.41 0 127.488-57.078 127.488-127.488 0-0.18-0-0.36-0.001-0.54l0 0.028v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256c-0 0-0 0.001-0 0.001 0 70.692 57.308 128 128 128 0.18 0 0.36-0 0.54-0.001l-0.028 0zM738.304 469.504c-2.274 120.686-100.643 217.649-221.659 217.649-1.633 0-3.263-0.018-4.887-0.053l0.243 0.004c-1.383 0.031-3.012 0.049-4.645 0.049-121.016 0-219.386-96.963-221.656-217.436l-0.003-0.212h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c142.975-20.426 252.227-140.26 255.992-286.337l0.008-0.383z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210364],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210365_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210365],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-42.496v-85.504h-85.504v85.504h-340.992v-85.504h-85.504v85.504h-42.496c-0-0-0.001-0-0.002-0-46.94 0-84.992 38.052-84.992 84.992 0 0.18 0.001 0.36 0.002 0.54l-0-0.028v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 810.496h-596.992v-468.992h596.992zM298.496 426.496h213.504v213.504h-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210365],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210366_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210366],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 42.496h-256v85.504h256zM469.504 597.504h84.992v-256h-84.992zM812.032 315.392l58.368-59.392c-18.013-22.515-36.957-42.595-57.405-61.040l-0.451-0.4-60.928 61.44c-65.052-52.304-148.648-83.949-239.635-83.949-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384 0-90.987-31.645-174.584-84.53-240.383l0.581 0.748zM512 853.504c-0.152 0-0.332 0-0.512 0-165.138 0-299.008-133.87-299.008-299.008s133.87-299.008 299.008-299.008c165.137 0 299.008 133.87 299.008 299.007l0 0c0 0.152 0 0.332 0 0.512 0 164.855-133.641 298.496-298.496 298.496-0 0-0-0-0.001-0l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210366],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210367_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210367],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M389.632 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017-326.656 293.888 326.656 293.888c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017c8.778-7.906 14.273-19.311 14.273-32s-5.495-24.094-14.235-31.966l-0.039-0.034-253.44-229.888 256-229.888c8.050-7.824 13.045-18.755 13.045-30.853 0-13.307-6.043-25.202-15.534-33.091l-0.070-0.057zM696.832 218.112c-7.94-8.311-19.111-13.478-31.488-13.478s-23.548 5.167-31.472 13.462l-0.016 0.017c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034 253.952 229.888-252.416 229.888c-8.778 7.906-14.273 19.311-14.273 32s5.495 24.094 14.235 31.966l0.039 0.034c7.94 8.311 19.111 13.478 31.488 13.478s23.548-5.167 31.472-13.462l0.016-0.017 325.632-293.888z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210367],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210368_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210368],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M443.904 876.032c-1.029-0.163-2.216-0.256-3.425-0.256-12.725 0-23.040 10.315-23.040 23.040s10.315 23.040 23.040 23.040c1.209 0 2.396-0.093 3.554-0.272l-0.129 0.016h136.192c1.029 0.163 2.216 0.256 3.425 0.256 12.725 0 23.040-10.315 23.040-23.040s-10.315-23.040-23.040-23.040c-1.209 0-2.396 0.093-3.554 0.272l0.129-0.016zM398.336 784.896c-12.725 0-23.040 10.315-23.040 23.040h0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-12.725-10.315-23.040-23.040-23.040v0zM398.336 694.272c-0.152-0.004-0.332-0.006-0.512-0.006-12.442 0-22.528 10.086-22.528 22.528 0 0.002 0 0.004 0 0.006l-0-0v22.528c-0 12.725 10.315 23.040 23.040 23.040h227.328c12.725 0 23.040-10.315 23.040-23.040v0-22.528c0-0.002 0-0.004 0-0.006 0-12.442-10.086-22.528-22.528-22.528-0.18 0-0.36 0.002-0.539 0.006l0.027-0zM239.104 364.032c0.154 85.082 41.79 160.407 105.756 206.848l0.74 0.512 39.936 99.328h251.392l41.472-99.328c64.036-46.459 105.472-120.685 106.494-204.639l0.002-0.161c-1.702-146.305-120.7-264.252-267.247-264.252-1.986 0-3.968 0.022-5.943 0.065l0.294-0.005c-1.694-0.039-3.689-0.061-5.69-0.061-145.647 0-264.083 116.503-267.201 261.402l-0.005 0.291z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210368],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210369_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210369],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 128h-178.176c-17.931-50.124-65.013-85.342-120.32-85.342s-102.389 35.218-120.042 84.452l-0.278 0.89h-178.176c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-596.992c0-47.223-38.281-85.504-85.504-85.504h0zM512 128c0.151-0.002 0.33-0.003 0.509-0.003 23.753 0 43.008 19.255 43.008 43.008s-19.255 43.008-43.008 43.008c-23.753 0-43.008-19.255-43.008-43.008 0-0.179 0.001-0.358 0.003-0.536l-0 0.027c0-23.47 19.026-42.496 42.496-42.496v0zM597.504 725.504h-299.008v-85.504h299.008zM725.504 554.496h-427.008v-84.992h427.008zM725.504 384h-427.008v-85.504h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210369],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210370_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210370],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 512c-0-0-0-0.001-0-0.002 0-47.043 37.99-85.212 84.964-85.502l0.028-0v-170.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-683.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v170.496c47.223 0 85.504 38.281 85.504 85.504s-38.281 85.504-85.504 85.504v0 170.496c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-170.496c-47.002-0.29-84.992-38.46-84.992-85.502 0-0.001 0-0.001 0-0.002l-0 0zM665.6 716.8l-153.6-98.304-153.6 98.304 46.080-175.616-139.264-115.2 180.736-10.24 66.048-168.448 65.536 168.448 181.248 10.752-140.8 115.2z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210370],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210371_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210371],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 384l85.504 85.504c98.293-98.232 234.052-158.986 384-158.986s285.706 60.754 384.002 158.988l-0.002-0.002 85.504-85.504c-120.335-119.767-286.273-193.806-469.504-193.806s-349.169 74.039-469.53 193.832l0.026-0.025zM384 725.504l128 128 128-128c-32.669-32.951-77.952-53.351-128-53.351s-95.331 20.4-127.987 53.339l-0.013 0.013zM213.504 554.496l84.992 85.504c54.656-54.607 130.136-88.378 213.504-88.378s158.848 33.772 213.506 88.381l-0.002-0.002 84.992-85.504c-76.477-76.206-181.984-123.321-298.496-123.321s-222.019 47.116-298.508 123.333l0.012-0.012z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210371],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210372_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210372],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M149.504 788.992l256-256 170.496 170.496 362.496-409.6-59.904-58.88-302.592 339.968-170.496-170.496-320 320.512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210372],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210373_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210373],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 85.504v852.992c-215.963-24.389-382.256-206.022-382.256-426.496s166.294-402.108 380.296-426.316l1.961-0.18zM556.032 85.504v383.488h382.464c-20.722-202.566-180.022-362.217-380.606-383.329l-1.858-0.159zM556.032 555.008v383.488c202.532-21.075 361.938-180.833 382.316-381.683l0.148-1.805z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210373],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210374_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210374],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 392.704h128v417.792h-128zM452.096 213.504h119.808v596.992h-119.808zM691.2 554.496h119.296v256h-119.296z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210374],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210375_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210375],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 597.504c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M836.096 751.104c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210375],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210376_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210376],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0 85.504h-42.496c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM512 725.504c-47.223 0-85.504-38.281-85.504-85.504s38.281-85.504 85.504-85.504c47.223 0 85.504 38.281 85.504 85.504v0c0 47.223-38.281 85.504-85.504 85.504v0zM644.096 341.504h-264.192v-85.504c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210376],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210377_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210377],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 725.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM768 341.504h-42.496v-85.504c0-117.915-95.589-213.504-213.504-213.504s-213.504 95.589-213.504 213.504v0h81.408c0-72.955 59.141-132.096 132.096-132.096s132.096 59.141 132.096 132.096v0 85.504h-388.096c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l512 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM768 853.504h-512v-427.008h512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210377],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210378_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210378],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M384 690.176l-179.2-178.176-59.392 59.904 238.592 238.592 512-512-59.904-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210378],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210379_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210379],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 273.408l-59.904-59.904-238.592 238.592-238.592-238.592-59.904 59.904 238.592 238.592-238.592 238.592 59.904 59.904 238.592-238.592 238.592 238.592 59.904-59.904-238.592-238.592z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210379],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210380_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210380],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-596.992v-84.992h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210380],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210381_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210381],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 554.496h-256v256h-84.992v-256h-256v-84.992h256v-256h84.992v256h256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210381],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210382_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210382],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M629.248 219.648c0 64.754-52.494 117.248-117.248 117.248s-117.248-52.494-117.248-117.248c0-64.754 52.494-117.248 117.248-117.248s117.248 52.494 117.248 117.248z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M482.816 394.752h-88.064v58.88h29.696v467.968h175.104v-526.848h-116.736z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210382],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210383_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210383],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M721.408 114.176c-57.728-39.604-129.104-63.249-206.004-63.249-4.979 0-9.934 0.099-14.864 0.295l0.708-0.022c-2.947-0.101-6.41-0.159-9.887-0.159-59 0-114.115 16.632-160.913 45.464l1.328-0.761c-71.103 49.629-117.039 131.053-117.039 223.207 0 4.511 0.11 8.996 0.328 13.453l-0.024-0.628h169.472c0.225-34.877 10.702-67.262 28.563-94.347l-0.403 0.651c18.658-27.409 49.713-45.174 84.917-45.174 3.995 0 7.936 0.229 11.812 0.674l-0.473-0.044c3.896-0.496 8.403-0.779 12.977-0.779 32.544 0 61.742 14.322 81.637 37.007l0.106 0.124c16.318 22.185 26.114 50.045 26.114 80.194 0 0.247-0.001 0.494-0.002 0.74l0-0.038c-1.922 27.17-12.439 51.569-28.816 70.83l0.144-0.174c-9.246 13.685-20.463 25.227-33.392 34.542l-0.4 0.274c-49.745 31.942-92.993 66.892-132.098 105.986l0.002-0.002c-17.099 29.273-27.195 64.447-27.195 101.978 0 8.993 0.58 17.85 1.703 26.536l-0.108-1.026c0 4.096 0 12.8 16.384 12.8h131.584c0.463 0.053 0.999 0.083 1.542 0.083 7.767 0 14.091-6.176 14.329-13.885l0.001-0.022c0.459-16.225 3.047-31.667 7.493-46.3l-0.325 1.244c11.339-25.318 28.866-46.134 50.707-61.12l0.493-0.32 46.592-31.744c33.688-24.074 63.067-50.69 89.102-80.317l0.498-0.579c26.586-35.252 42.692-79.715 43.008-127.926l0-0.074c0.202-3.5 0.317-7.594 0.317-11.714 0-72.045-35.178-135.874-89.295-175.247l-0.622-0.431zM498.688 763.904c-1.837-0.118-3.983-0.184-6.144-0.184-56.554 0-102.4 45.846-102.4 102.4 0 0.065 0 0.13 0 0.195l-0-0.010c-0.066 1.375-0.104 2.987-0.104 4.608 0 56.554 45.846 102.4 102.4 102.4 0.037 0 0.073-0 0.11-0l-0.006 0c2.145 0.16 4.646 0.251 7.168 0.251 56.554 0 102.4-45.846 102.4-102.4 0-0.088-0-0.177-0-0.265l0 0.014c0.066-1.377 0.104-2.991 0.104-4.614 0-56.554-45.846-102.4-102.4-102.4-0.397 0-0.793 0.002-1.188 0.007l0.060-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210383],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210384_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210384],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M998.912 894.976l-456.192-800.256c-6.192-10.757-17.624-17.882-30.72-17.882s-24.527 7.126-30.629 17.711l-0.091 0.171-456.192 800.256c-2.885 5.005-4.587 11.008-4.587 17.408s1.702 12.403 4.678 17.58l-0.091-0.172c6.443 10.425 17.767 17.295 30.704 17.408l0.016 0h912.384c12.953-0.113 24.277-6.983 30.63-17.252l0.090-0.156c2.885-5.005 4.587-11.008 4.587-17.408s-1.702-12.403-4.678-17.58l0.091 0.172zM568.32 843.776h-112.64v-102.4h112.64zM568.32 664.576h-112.64v-306.176h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210384],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210385_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210385],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM170.496 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.287-35.23-28.77-63.713-63.973-64l-0.027-0zM298.496 810.496h597.504v-84.992h-597.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 213.504v84.992h597.504v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210385],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210386_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210386],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 426.496h-512v85.504h512zM597.504 256h-512v85.504h512zM768 597.504v-171.008h-85.504v171.008h-170.496v84.992h170.496v171.008h85.504v-171.008h170.496v-84.992zM85.504 682.496h340.992v-84.992h-340.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210386],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210387_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210387],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h768v-85.504h-768zM128 554.496h768v-84.992h-768zM128 256v85.504h768v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210387],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210388_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210388],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 341.504h171.008v-171.008h-171.008zM426.496 853.504h171.008v-171.008h-171.008zM170.496 853.504h171.008v-171.008h-171.008zM170.496 597.504h171.008v-171.008h-171.008zM426.496 597.504h171.008v-171.008h-171.008zM682.496 170.496v171.008h171.008v-171.008zM426.496 341.504h171.008v-171.008h-171.008zM682.496 597.504h171.008v-171.008h-171.008zM682.496 853.504h171.008v-171.008h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210388],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210389_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210389],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-427.008c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v596.992c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h427.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-596.992c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM725.504 810.496h-427.008v-596.992h427.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210389],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210390_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210390],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M993.28 379.392l-378.88-101.888-69.12-248.832c-4.603-17.038-19.922-29.369-38.12-29.369-4.688 0-9.184 0.818-13.355 2.319l0.275-0.086-463.36 124.416c-18.246 4.168-31.655 20.258-31.655 39.481 0 3.064 0.341 6.048 0.986 8.917l-0.051-0.27 166.4 617.472c5 16.75 20.268 28.752 38.338 28.752 4.604 0 9.027-0.779 13.142-2.213l-0.28 0.085 185.344-51.2-25.6 93.696c-0.634 2.701-0.998 5.802-0.998 8.987 0 18.973 12.9 34.934 30.408 39.588l0.286 0.065 412.16 114.688c3.797 1.32 8.174 2.083 12.729 2.083 18.241 0 33.626-12.23 38.402-28.937l0.069-0.282 153.6-568.832c0.732-2.86 1.153-6.144 1.153-9.526 0-19.201-13.551-35.238-31.612-39.067l-0.261-0.046zM83.456 185.856l400.896-107.008 148.48 553.472-400.896 107.52zM802.816 945.152l-349.184-95.232 27.648-102.4 199.68-51.2c17.803-4.048 30.892-19.74 30.892-38.49 0-3.423-0.436-6.745-1.256-9.912l0.060 0.274-77.312-289.792 307.2 83.456z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210390],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210391_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210391],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 213.504h-596.992c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v427.008c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l596.992 0c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-427.008c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l0-0zM810.496 725.504h-596.992v-427.008h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210391],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210392_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210392],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M938.496 682.496v-512c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-512c-0-0-0.001-0-0.002-0-47.043 0-85.212 37.99-85.502 84.964l-0 0.028v512c0 47.223 38.281 85.504 85.504 85.504v0h512c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0zM469.504 512l86.528 115.712 126.464-158.208 171.008 212.992h-512zM85.504 256v597.504c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h597.504v-84.992h-597.504v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210392],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210393_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210393],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M745.984 219.648h-467.968c-0-0-0.001-0-0.001-0-96.81 0-175.324 78.334-175.615 175.076l-0 0.028v234.496c0.291 96.77 78.805 175.104 175.615 175.104 0 0 0-0 0.001-0l467.968-0c0 0 0.001 0 0.001 0 96.81 0 175.324-78.334 175.615-175.076l0-0.028v-234.496c-0.291-96.77-78.805-175.104-175.615-175.104-0 0-0 0-0.001 0l-0 0zM453.632 629.248v-234.496l175.616 117.248z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210393],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210394_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210394],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 170.496h-256c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h683.008c47.002-0.29 84.992-38.46 84.992-85.502 0-0.001-0-0.001-0-0.002l0 0v-426.496c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0h-341.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210394],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210395_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210395],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 256h-85.504v597.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l768 0v-84.992h-768zM938.496 170.496h-340.992l-85.504-84.992h-256c-46.94 0-84.992 38.052-84.992 84.992v0 512c-0 0-0 0.001-0 0.002 0 47.043 37.99 85.212 84.964 85.502l0.028 0h682.496c47.223 0 85.504-38.281 85.504-85.504v0-426.496c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210395],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210396_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210396],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496c0 47.223 38.281 85.504 85.504 85.504v0h340.992c47.223 0 85.504-38.281 85.504-85.504v0-512h-512zM810.496 170.496h-148.992l-43.008-42.496h-212.992l-43.008 42.496h-148.992v85.504h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210396],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210397_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210397],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 128h-512c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-512zM512 810.496c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0.001 0.152 0.001 0.333 0.001 0.513 0 70.41-57.078 127.488-127.488 127.488-0.18 0-0.361-0-0.541-0.001l0.028 0zM640 384h-426.496v-170.496h426.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210397],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210398_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210398],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 853.504v-85.504h-596.992v85.504zM810.496 426.496h-170.496v-256h-256v256h-170.496l298.496 299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210398],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210399_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210399],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 170.496v85.504h596.992v-85.504zM213.504 597.504h170.496v256h256v-256h170.496l-298.496-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210399],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210400_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210400],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M594.432 108.032l122.368 99.84-153.6 150.528 102.4 102.4 150.016-153.6 102.4 125.44v-324.608zM358.4 563.2l-150.528 153.6-102.4-124.416v322.56h322.56l-120.832-99.84 153.6-149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210400],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210401_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210401],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M209.92 721.92l-158.72 148.48 102.4 102.4 148.48-158.72 102.4 107.52v-302.080h-302.080zM972.8 153.6l-102.4-102.4-148.48 158.72-102.4-107.52v302.080h302.080l-107.52-102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210401],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210402_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210402],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M916.992 279.040c-1.415-0.733-3.089-1.163-4.864-1.163s-3.449 0.43-4.924 1.191l0.060-0.028-799.744 448.512c-3.008 1.693-5.007 4.866-5.007 8.506 0 0.983 0.146 1.932 0.417 2.827l-0.018-0.069c0.965 4.137 4.621 7.171 8.986 7.171 0.081 0 0.161-0.001 0.242-0.003l-0.012 0h799.744c5.373-0 9.728-4.355 9.728-9.728l-0 0v-448.512c-0.127-3.572-1.899-6.706-4.577-8.682l-0.031-0.022z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210402],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210403_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210403],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504zM704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v343.552c63.602-31.883 106.496-96.57 106.496-171.275 0-0.086-0-0.173-0-0.259l0 0.014zM597.504 137.728v88.064c123.963 38.346 212.459 151.943 212.459 286.208s-88.496 247.862-210.34 285.642l-2.118 0.566v88.064c172.023-40.477 298.114-192.649 298.114-374.272s-126.091-333.795-295.509-373.754l-2.604-0.518z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210403],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210404_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210404],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 512c0-0.036 0-0.079 0-0.122 0-74.881-42.867-139.751-105.4-171.407l-1.097-0.503v94.208l102.4 102.4c1.572-6.633 3.012-14.994 3.994-23.495l0.102-1.081zM810.496 512c0 0.071 0 0.155 0 0.239 0 40.618-8.476 79.256-23.756 114.242l0.716-1.84 64.512 64.512c27.731-51.194 44.032-112.077 44.032-176.767 0-0.135-0-0.271-0-0.406l0 0.021c-0.043-181.725-126.311-333.945-295.896-373.757l-2.6-0.515v88.064c124.187 38.16 212.917 151.812 212.992 286.199l0 0.009zM182.272 128l-54.272 54.272 201.728 201.728h-201.728v256h170.496l213.504 213.504v-287.232l181.248 181.248c-27.12 22.026-58.983 39.498-93.685 50.629l-2.059 0.571v87.040c60.564-14.139 113.436-41.035 157.815-77.82l-0.631 0.508 87.040 87.552 54.272-54.272-384-384zM512 170.496l-89.088 89.6 89.088 89.088z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210404],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210405_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210405],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M165.376 263.168l-75.776 75.264 422.4 422.4 422.4-422.4-75.776-75.264-346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210405],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210406_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210406],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M760.832 165.376l-75.264-75.776-422.4 422.4 422.4 422.4 75.264-75.776-346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210406],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210407_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210407],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M263.168 858.624l75.264 75.776 422.4-422.4-422.4-422.4-75.264 75.776 346.624 346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210407],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210408_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210408],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M858.624 760.832l75.776-75.264-422.4-422.4-422.4 422.4 75.776 75.264 346.624-346.624z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210408],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210409_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210409],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 426.496l213.504 213.504 213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210409],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210410_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210410],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 298.496l-213.504 213.504 213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210410],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210411_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210411],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 725.504l213.504-213.504-213.504-213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210411],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210412_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210412],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 597.504l-213.504-213.504-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210412],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210413_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210413],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210413],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210414_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210414],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM768 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504h-0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210414],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210415_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210415],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 248.832l135.168 135.168 60.416-59.904-195.584-196.096-196.096 196.096 60.928 59.904zM512 775.168l-135.168-135.168-60.416 59.904 195.584 196.096 196.096-196.096-60.928-59.904z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210415],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210416_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210416],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 366.592l-59.904 59.904 256 256 256-256-59.904-59.904-196.096 196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210416],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210417_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210417],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M657.408 315.904l-59.904-59.904-256 256 256 256 59.904-59.904-196.608-196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210417],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210418_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210418],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M366.592 708.096l59.904 59.904 256-256-256-256-59.904 59.904 196.608 196.096z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210418],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210419_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210419],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M708.096 657.408l59.904-59.904-256-256-256 256 59.904 59.904 196.096-196.608z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210419],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210420_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210420],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210420],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210421_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210421],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 896c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210421],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210422_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210422],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M548.864 643.072l-108.032-107.008c70.735-77.677 125.379-171.347 157.82-274.84l1.412-5.224h125.44v-85.504h-299.008v-84.992h-84.992v84.992h-299.008v85.504h476.672c-31.417 88.323-77.394 164.304-135.7 228.951l0.532-0.599c-37.704-41.394-70.434-88.345-96.608-139.221l-1.696-3.627h-85.504c34.067 74.627 76.604 138.798 127.562 195.219l-0.586-0.659-217.088 214.016 60.416 60.416 213.504-212.992 132.608 132.608zM789.504 426.496h-85.504l-192 512h85.504l47.616-128h204.8l48.128 128h85.504zM677.376 725.504l69.12-184.832 69.12 184.832z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210422],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210423_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210423],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c47.222 0.001 85.502 38.282 85.502 85.504s-38.281 85.504-85.504 85.504c-47.223 0-85.504-38.281-85.504-85.504 0-0.18 0.001-0.36 0.002-0.54l-0 0.028c0.29-47.002 38.46-84.992 85.502-84.992 0.001 0 0.001 0 0.002 0l-0-0zM896 384h-256v554.496h-85.504v-256h-84.992v256h-85.504v-554.496h-256v-85.504h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210423],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210424_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210424],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 850.432c-169.191-20.4-299.043-163.102-299.043-336.132 0-27.886 3.373-54.984 9.732-80.908l-0.481 2.32 204.8 204.8v42.496c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0zM763.904 741.888c-11.39-34.739-43.52-59.387-81.407-59.392l-42.497-0v-128c0-23.47-19.026-42.496-42.496-42.496h-256v-85.504h84.992c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-85.504h84.992c0 0 0.001 0 0.002 0 47.043 0 85.212-37.99 85.502-84.964l0-0.028v-17.408c126.284 51.524 213.661 173.375 213.661 315.634 0 88.893-34.117 169.817-89.971 230.393l0.214-0.235z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210424],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210425_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210425],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM807.936 341.504h-126.464c-14.727-58.373-34.896-109.5-60.644-157.172l1.764 3.572c79.273 28.236 143.491 82.339 183.951 151.958l0.881 1.642zM512 172.544c34.006 48.486 61.741 104.581 80.28 164.709l1.128 4.251h-162.816c19.788-64.376 47.511-120.458 82.713-170.936l-1.305 1.976zM181.76 597.504c-6.773-25.547-10.857-54.956-11.261-85.253l-0.003-0.251c0.407-30.548 4.491-59.957 11.829-88.051l-0.565 2.547h144.384c-3.671 25.483-5.896 55.115-6.142 85.217l-0.002 0.287c0.248 30.389 2.473 60.021 6.553 89.056l-0.409-3.552zM216.576 682.496h125.952c14.627 58.346 34.803 109.481 60.622 157.113l-1.742-3.513c-79.452-27.896-143.776-82.1-183.958-151.952l-0.874-1.648zM342.528 341.504h-125.952c41.056-71.5 105.38-125.704 182.455-152.87l2.377-0.73c-23.984 44.1-44.153 95.227-57.87 148.935l-1.010 4.665zM512 853.504c-33.897-48.502-61.62-104.584-80.259-164.662l-1.149-4.298h162.816c-19.997 63.618-47.69 118.989-82.698 168.851l1.29-1.939zM611.84 597.504h-199.68c-4.088-25.593-6.502-55.202-6.655-85.347l-0.001-0.157c0.132-30.284 2.547-59.894 7.082-88.802l-0.426 3.298h202.24c2.728 21.205 4.285 45.736 4.285 70.63 0 5.23-0.069 10.444-0.205 15.641l0.016-0.767c0.115 4.348 0.181 9.468 0.181 14.604 0 24.988-1.554 49.614-4.57 73.785l0.294-2.885zM622.592 834.56c23.984-44.1 44.153-95.227 57.87-148.935l1.010-4.665h125.952c-41.2 71.38-105.47 125.533-182.444 152.861l-2.388 0.739zM697.856 597.504c3.671-25.483 5.896-55.115 6.142-85.217l0.002-0.287c-0.248-30.389-2.473-60.021-6.553-89.056l0.409 3.552h144.384c6.808 25.558 10.895 54.97 11.262 85.277l0.002 0.227c-0.369 30.534-4.456 59.946-11.827 88.028l0.563-2.524z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210425],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210426_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210426],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256v512h512v-512z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210426],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210427_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210427],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M0 0v1024h1024v-1024zM896 896h-768v-768h768z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210427],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210428_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210428],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 256c-104.887 27.036-225.298 42.556-349.334 42.556-4.627 0-9.249-0.022-13.866-0.065l0.704 0.005c-3.911 0.038-8.534 0.060-13.162 0.060-124.035 0-244.446-15.519-359.396-44.722l10.061 2.166-21.504 85.504c73.75 19.686 161.018 34.739 250.46 42.128l5.54 0.368v554.496h85.504v-256h84.992v256h85.504v-554.496c94.982-7.757 182.25-22.81 266.686-44.867l-10.686 2.371zM512 256c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210428],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210429_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210429],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 972.8c52.312 0 94.72-42.408 94.72-94.72v0h-189.44c0 52.312 42.408 94.72 94.72 94.72v0zM795.648 689.152v-236.032c0-145.92-78.848-266.752-212.992-299.52v-31.744c-0-39.022-31.634-70.656-70.656-70.656s-70.656 31.634-70.656 70.656v0 31.744c-134.144 32.768-212.992 153.6-212.992 299.52v236.032l-94.208 94.72v47.104h755.712v-47.104z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210429],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210430_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210430],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 170.496v519.68l-238.592-238.592-60.416 60.416 341.504 341.504 341.504-341.504-60.416-59.904-238.592 238.080v-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210430],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210431_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210431],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M853.504 469.504h-519.68l238.592-238.592-60.416-60.416-341.504 341.504 341.504 341.504 59.904-60.416-238.080-238.592h519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210431],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210432_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210432],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 554.496h519.68l-238.592 238.592 60.416 60.416 341.504-341.504-341.504-341.504-59.904 60.416 238.080 238.592h-519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210432],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210433_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210433],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 853.504v-519.68l238.592 238.592 60.416-60.416-341.504-341.504-341.504 341.504 60.416 59.904 238.592-238.080v519.68z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210433],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210434_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210434],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M554.496 683.008v-512h-84.992v512h-128l170.496 170.496 170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210434],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210435_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210435],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M340.992 554.496h512v-84.992h-512v-128l-170.496 170.496 170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210435],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210436_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210436],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M683.008 469.504h-512v84.992h512v128l170.496-170.496-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210436],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210437_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210437],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 340.992v512h84.992v-512h128l-170.496-170.496-170.496 170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210437],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210438_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210438],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M704 256v490.496c0.163 2.795 0.256 6.063 0.256 9.354 0 94.445-76.563 171.008-171.008 171.008s-171.008-76.563-171.008-171.008c0-3.29 0.093-6.559 0.276-9.803l-0.020 0.45v-532.992c-0.163-2.213-0.256-4.794-0.256-7.397 0-59.099 47.909-107.008 107.008-107.008s107.008 47.909 107.008 107.008c0 2.603-0.093 5.184-0.276 7.741l0.020-0.343v448c0 23.47-19.026 42.496-42.496 42.496l-0-0c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-405.504h-64v405.504c3.986 55.829 50.256 99.611 106.752 99.611s102.766-43.782 106.732-99.267l0.020-0.343v-448c0.163-2.795 0.256-6.063 0.256-9.354 0-94.445-76.563-171.008-171.008-171.008s-171.008 76.563-171.008 171.008c0 3.29 0.093 6.559 0.276 9.803l-0.020-0.45v532.992c-0.163 3.274-0.256 7.109-0.256 10.966 0 129.791 105.217 235.008 235.008 235.008s235.008-105.217 235.008-235.008c0-3.857-0.093-7.693-0.277-11.504l0.021 0.538v-490.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210438],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210439_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210439],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM170.496 512c0-188.607 152.897-341.504 341.504-341.504v0c0.095-0 0.206-0 0.318-0 79.058 0 151.766 27.19 209.282 72.73l-0.704-0.538-478.208 478.208c-45.002-56.812-72.192-129.52-72.192-208.578 0-0.112 0-0.224 0-0.336l-0 0.018zM512 853.504c-0.095 0-0.206 0-0.318 0-79.058 0-151.766-27.19-209.282-72.73l0.704 0.538 478.208-478.208c45.002 56.812 72.192 129.52 72.192 208.578 0 0.112-0 0.224-0 0.336l0-0.018c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210439],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210440_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210440],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 277.504l-170.496 170.496v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-263.68-0 477.184 477.184zM139.264 85.504l-53.76 53.76 116.224 116.736h-31.232c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c8.666-0.22 16.626-3.064 23.164-7.764l-0.124 0.084 136.192 135.68 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210440],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210441_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210441],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 448v-149.504c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-512-0c-23.47 0-42.496 19.026-42.496 42.496v0 427.008c0.285 23.354 19.142 42.211 42.469 42.496l0.027 0h512c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-149.504l170.496 170.496v-468.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210441],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210442_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210442],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M825.856 428.544c-29.624-148.28-158.748-258.454-313.604-258.454-122.924 0-229.633 69.421-283.062 171.197l-0.838 1.753c-135.516 7.543-242.549 119.272-242.549 256 0 141.591 114.782 256.373 256.373 256.373 4.863 0 9.694-0.135 14.49-0.403l-0.666 0.030h554.496c2.29 0.088 4.979 0.139 7.68 0.139 117.426 0 212.619-95.193 212.619-212.619 0-114.725-90.864-208.228-204.553-212.469l-0.386-0.011z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210442],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210443_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210443],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 464.896c-26.015 0-47.104 21.089-47.104 47.104s21.089 47.104 47.104 47.104c26.015 0 47.104-21.089 47.104-47.104v0c0-26.015-21.089-47.104-47.104-47.104v0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM605.696 605.184l-349.696 162.816 162.304-349.184 349.696-162.816z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210443],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210444_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210444],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M682.496 42.496h-512c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v597.504h84.992v-597.504h512zM640 213.504l256 256v426.496c0 47.223-38.281 85.504-85.504 85.504h-469.504c-0 0-0.001 0-0.002 0-46.94 0-84.992-38.052-84.992-84.992 0-0.18 0.001-0.36 0.002-0.54l-0 0.028v-597.504c-0-0-0-0.001-0-0.002 0-46.94 38.052-84.992 84.992-84.992 0.18 0 0.36 0.001 0.54 0.002l-0.028-0zM597.504 512h234.496l-234.496-234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210444],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210445_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210445],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M506.88 390.144c38.466 0.856 69.355 32.103 69.632 70.629l0 0.027h76.288c-0.073-75.444-61.249-136.576-136.704-136.576-3.604 0-7.175 0.139-10.708 0.413l0.468-0.029c-96.256 0-164.352 59.392-164.352 193.536 0 82.432 39.424 180.736 163.84 180.736 2.606 0.175 5.649 0.275 8.715 0.275 72.119 0 131.339-55.226 137.678-125.694l0.039-0.533h-76.288c-2.149 34.45-30.615 61.576-65.416 61.576-1.483 0-2.955-0.049-4.414-0.146l0.198 0.011c-55.808 0-79.36-45.056-79.36-116.224 0-123.392 54.784-127.488 80.384-128zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c-0.58 188.373-153.13 340.923-341.448 341.504l-0.056 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210445],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210446_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210446],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 640h84.992v-341.504c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-341.504v84.992h341.504zM298.496 725.504v-683.008h-84.992v171.008h-171.008v84.992h171.008v427.008c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h427.008v171.008h84.992v-171.008h171.008v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210446],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210447_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210447],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 256h768v-85.504h-768c-47.002 0.29-84.992 38.46-84.992 85.502 0 0.001 0 0.001 0 0.002l-0-0v469.504h-85.504v128h597.504v-128h-427.008zM981.504 341.504h-256c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v426.496c0.285 23.637 19.371 42.723 42.981 43.008l0.027 0h256c23.531-0.289 42.496-19.432 42.496-43.005 0-0.001-0-0.002-0-0.003l0 0v-426.496c0-23.47-19.026-42.496-42.496-42.496v0zM938.496 725.504h-170.496v-299.008h170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210447],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210448_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210448],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M315.904 793.088l60.928 60.416 135.168-136.704 135.168 135.68 60.416-60.416-195.584-194.56zM708.096 229.888l-60.928-59.392-135.168 136.704-135.168-136.704-60.928 60.416 196.096 195.584z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210448],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210449_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210449],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 341.504c47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-47.223 0-85.504 38.281-85.504 85.504v0c0 47.223 38.281 85.504 85.504 85.504v0zM512 426.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0zM512 682.496c-47.223 0-85.504 38.281-85.504 85.504s38.281 85.504 85.504 85.504c47.223 0 85.504-38.281 85.504-85.504v0c0-47.223-38.281-85.504-85.504-85.504v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210449],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210450_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210450],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M597.504 810.496c0 47.223-38.281 85.504-85.504 85.504s-85.504-38.281-85.504-85.504c0-47.223 38.281-85.504 85.504-85.504s85.504 38.281 85.504 85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 128h171.008v512h-171.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210450],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210451_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210451],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 810.496h-596.992v-596.992h298.496v-85.504h-298.496c-47.223 0-85.504 38.281-85.504 85.504v0 596.992c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v0-298.496h-85.504zM597.504 128v85.504h153.6l-419.84 419.328 59.904 59.904 419.328-419.328v153.6h85.504v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210451],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210452_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210452],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M874.496 469.504h-64v-171.008c-0.289-46.823-38.169-84.704-84.965-84.992l-0.027-0h-171.008v-64c0-58.816-47.68-106.496-106.496-106.496s-106.496 47.68-106.496 106.496v0 64h-171.008c-46.823 0.289-84.704 38.169-84.992 84.965l-0 0.027v162.304h64c63.623 0 115.2 51.577 115.2 115.2s-51.577 115.2-115.2 115.2v0h-64v162.304c0.289 46.823 38.169 84.704 84.965 84.992l0.027 0h162.304v-64c0-63.623 51.577-115.2 115.2-115.2s115.2 51.577 115.2 115.2v0 64h162.304c46.823-0.289 84.704-38.169 84.992-84.965l0-0.027v-171.008h64c58.816 0 106.496-47.68 106.496-106.496s-47.68-106.496-106.496-106.496v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210452],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210453_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210453],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 910.848l-61.952-56.32c-219.648-199.168-364.544-330.752-364.544-492.032-0.006-0.611-0.009-1.334-0.009-2.057 0-128.377 104.071-232.448 232.448-232.448 0.723 0 1.446 0.003 2.167 0.010l-0.11-0.001c76.68 0.653 145.229 34.918 191.723 88.76l0.277 0.328c46.771-54.17 115.32-88.435 191.886-89.087l0.114-0.001c0.611-0.006 1.334-0.009 2.057-0.009 128.377 0 232.448 104.071 232.448 232.448 0 0.723-0.003 1.446-0.010 2.167l0.001-0.11c0 161.28-144.896 292.864-364.544 492.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210453],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210454_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210454],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-426.496l-43.008-128h-298.496c-47.223 0-85.504 38.281-85.504 85.504h-0v640c0 47.223 38.281 85.504 85.504 85.504v0h341.504l42.496 128h384c47.223 0 85.504-38.281 85.504-85.504v0-640c0-47.223-38.281-85.504-85.504-85.504v0zM298.496 682.496c-113.331-5.726-203.052-99.009-203.052-213.248s89.721-207.522 202.542-213.227l0.509-0.021c0.468-0.004 1.021-0.006 1.575-0.006 54.762 0 104.615 21.021 141.93 55.433l-0.144-0.132-56.832 54.272c-21.782-20.628-51.269-33.312-83.719-33.312-0.988 0-1.973 0.012-2.955 0.035l0.146-0.003c-72.090 4.544-128.838 64.125-128.838 136.96s56.748 132.415 128.441 136.94l0.397 0.020c2.569 0.2 5.563 0.315 8.584 0.315 59.631 0 108.865-44.516 116.282-102.129l0.062-0.586h-124.928v-73.216h199.68c3.254 12.848 5.122 27.597 5.122 42.782 0 0.259-0.001 0.519-0.002 0.778l0-0.040c0.232 3.576 0.364 7.754 0.364 11.962 0 108.584-88.024 196.608-196.608 196.608-3.009 0-6.003-0.068-8.979-0.201l0.423 0.015zM563.2 451.584h157.696c-20.249 57.256-50.044 106.507-87.885 148.342l0.333-0.374c-12.614-14.092-24.723-29.453-35.847-45.547l-1.017-1.557zM918.528 874.496c-0.285 23.637-19.371 42.723-42.981 43.008l-0.027 0h-278.016l84.992-107.008-44.032-132.096 132.096 132.096 39.424-38.912-140.8-138.752c45.387-49.878 80.508-109.966 101.481-176.339l0.919-3.373h81.408v-56.832h-193.024v-54.784h-54.784v54.784h-61.44l-54.784-161.792h385.536c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210454],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210455_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210455],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M981.504 234.496v619.008c-0.291 94.225-76.742 170.496-171.007 170.496-0 0-0-0-0.001-0l-311.296-0c-47.547-0.072-90.507-19.655-121.313-51.168l-0.031-0.032-335.36-339.968s51.2-51.2 55.808-51.2c8.835-7.822 20.48-12.648 33.249-12.8l0.031-0c9.628 0.272 18.586 2.896 26.395 7.315l-0.283-0.147 183.808 102.4v-507.904c0-35.346 28.654-64 64-64s64 28.654 64 64v0 299.008h42.496v-405.504c0-35.346 28.654-64 64-64s64 28.654 64 64v0 405.504h42.496v-363.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0 363.008h43.008v-235.008c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210455],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210456_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210456],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M473.088 570.368l-114.688 351.232 390.144-467.968h-197.632l117.248-351.232-390.144 467.968z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210456],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210457_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210457],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 554.496h85.504v-84.992h-85.504zM128 725.504h85.504v-85.504h-85.504zM128 384h85.504v-85.504h-85.504zM298.496 554.496h597.504v-84.992h-597.504zM298.496 725.504h597.504v-85.504h-597.504zM298.496 298.496v85.504h597.504v-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210457],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210458_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210458],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 469.504h-72.192c-0.248 31.702-7.006 61.761-18.999 88.996l0.567-1.444 51.2 51.2c24.036-39.66 38.583-87.421 39.421-138.517l0.003-0.235zM638.976 476.672c0-2.56 0-4.608 0-7.168v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 7.68zM182.272 128l-54.272 54.272 256 256v30.72c-0.003 0.305-0.004 0.665-0.004 1.025 0 70.41 57.078 127.488 127.488 127.488 0.181 0 0.363-0 0.544-0.001l-0.028 0c9.89-0.165 19.398-1.462 28.504-3.768l-0.856 0.184 70.656 71.68c-28.749 14.063-62.538 22.357-98.246 22.528l-0.058 0c-1.378 0.031-3.001 0.048-4.629 0.048-121.376 0-219.97-97.54-221.674-218.512l-0.002-0.161h-72.192c4.208 146.291 113.232 265.89 254.387 286.526l1.613 0.194v139.776h84.992v-139.776c41.704-6.354 79.155-20.203 112.498-40.199l-1.394 0.775 178.688 178.176 54.272-54.272z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210458],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210459_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210459],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 384h171.008v-128h128l-213.504-213.504-213.504 213.504h128zM384 426.496h-128v-128l-213.504 213.504 213.504 213.504v-128h128zM981.504 512l-213.504-213.504v128h-128v171.008h128v128zM597.504 640h-171.008v128h-128l213.504 213.504 213.504-213.504h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210459],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210460_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210460],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 384v256h171.008l212.992 213.504v-683.008l-212.992 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210460],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210461_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210461],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M128 768h256v-85.504h-256zM128 256v85.504h768v-85.504zM128 554.496h512v-84.992h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210461],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210462_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210462],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM554.496 810.496h-84.992v-84.992h84.992zM643.072 480.256l-38.4 38.912c-31.607 26.844-51.53 66.617-51.53 111.042 0 3.445 0.12 6.861 0.355 10.246l-0.025-0.456h-83.968v-21.504c0.427-47.163 19.937-89.687 51.171-120.292l0.029-0.028 51.2-54.272c15.782-14.963 25.601-36.080 25.601-59.49 0-0.146-0-0.291-0.001-0.436l0 0.022c0-47.223-38.281-85.504-85.504-85.504s-85.504 38.281-85.504 85.504v0h-84.992c0-94.162 76.334-170.496 170.496-170.496s170.496 76.334 170.496 170.496v0c-0.117 37.49-15.139 71.449-39.448 96.28l0.024-0.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210462],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210463_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210463],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M480.768 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M921.6 413.184c-0.582-104.183-85.173-188.415-189.437-188.415-104.625 0-189.44 84.815-189.44 189.44s84.815 189.44 189.44 189.44c0.179 0 0.358-0 0.537-0.001l-0.028 0h9.216c10.24 90.624-92.672 191.488-92.672 191.488 281.6-133.12 272.384-373.248 272.384-381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210463],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210464_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210464],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M543.232 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M102.4 610.816c0.582 104.183 85.173 188.415 189.437 188.415 104.625 0 189.44-84.815 189.44-189.44s-84.815-189.44-189.44-189.44c-0.179 0-0.358 0-0.537 0.001l0.028-0h-9.216c-10.24-90.624 92.672-191.488 92.672-191.488-281.6 133.12-272.384 373.248-272.384 381.952z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210464],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210465_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210465],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M753.152 270.848c-61.851-62.111-147.438-100.546-242.001-100.546-188.607 0-341.504 152.897-341.504 341.504s152.897 341.504 341.504 341.504c158.151 0 291.193-107.504 330.037-253.421l0.54-2.385h-88.576c-35.951 100.752-130.543 171.564-241.674 171.564-141.385 0-256-114.615-256-256s114.615-256 256-256c70.557 0 134.447 28.544 180.753 74.714l-0.006-0.006-137.728 137.728h299.008v-299.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210465],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210466_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210466],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M85.504 896l896-384-896-384v298.496l640 85.504-640 85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210466],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210467_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210467],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M789.504 512c0-0.055 0-0.121 0-0.187 0-74.994-43.111-139.919-105.902-171.344l-1.106-0.501v343.552c63.87-31.648 107.008-96.39 107.008-171.207 0-0.11-0-0.22-0-0.331l0 0.017zM213.504 384v256h170.496l213.504 213.504v-683.008l-213.504 213.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210467],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210468_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210468],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 170.496v-128l-170.496 171.008 170.496 170.496v-128c141.385 0 256 114.615 256 256v0c0 0.152 0.001 0.331 0.001 0.511 0 43.483-10.995 84.398-30.357 120.117l0.66-1.332 61.952 62.464c33.383-51.74 53.224-114.946 53.224-182.785 0-188.042-152.438-340.48-340.48-340.48-0.352 0-0.703 0.001-1.055 0.002l0.055-0zM512 768c-141.385 0-256-114.615-256-256v0c-0-0.152-0.001-0.331-0.001-0.511 0-43.483 10.995-84.398 30.357-120.117l-0.66 1.332-61.952-62.464c-33.383 51.74-53.224 114.946-53.224 182.785 0 188.042 152.438 340.48 340.48 340.48 0.352 0 0.703-0.001 1.055-0.002l-0.055 0v128l170.496-171.008-170.496-170.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210468],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210469_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210469],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M896 170.496h-768c-47.223 0-85.504 38.281-85.504 85.504h-0v512c0 47.223 38.281 85.504 85.504 85.504v0h768c0 0 0.001 0 0.002 0 46.94 0 84.992-38.052 84.992-84.992 0-0.18-0.001-0.36-0.002-0.54l0 0.028v-512c0-0 0-0.001 0-0.002 0-47.043-37.99-85.212-84.964-85.502l-0.028-0zM810.496 768h-596.992v-512h596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210469],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210470_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210470],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M640 128h-384c-0.104-0-0.227-0.001-0.35-0.001-34.721 0-64.58 20.82-77.772 50.658l-0.214 0.543-126.464 301.568c-4.805 9.063-7.936 19.703-8.691 30.993l-0.013 0.239v85.504c0.29 47.002 38.46 84.992 85.502 84.992 0.001 0 0.001-0 0.002-0l269.312 0-38.912 195.072v13.824c-0 0.073-0 0.16-0 0.247 0 17.569 7.254 33.445 18.93 44.794l0.015 0.014 45.056 45.056 281.088-281.6c15.453-15.281 25.038-36.468 25.088-59.895l0-0.009v-426.496c0-0.016 0-0.036 0-0.055 0-47.223-38.281-85.504-85.504-85.504-1.080 0-2.156 0.020-3.227 0.060l0.155-0.005zM810.496 128v512h171.008v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210470],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210471_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210471],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M42.496 896h171.008v-512h-171.008zM981.504 426.496c-0.29-47.002-38.46-84.992-85.502-84.992-0.001 0-0.001 0-0.002 0l-269.312-0 38.912-195.072v-13.824c0-0.073 0-0.16 0-0.247 0-17.569-7.254-33.445-18.93-44.794l-0.015-0.014-41.984-45.056-280.576 281.6c-15.782 14.963-25.601 36.080-25.601 59.49 0 0.146 0 0.291 0.001 0.436l-0-0.022v426.496c0 47.223 38.281 85.504 85.504 85.504v0h384c0.104 0 0.227 0.001 0.35 0.001 34.721 0 64.58-20.82 77.772-50.658l0.214-0.543 129.024-300.544c3.887-9.011 6.147-19.503 6.147-30.522 0-0.25-0.001-0.499-0.003-0.748l0 0.038z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210471],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210472_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210472],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256zM682.496 704v149.504h-340.992v-149.504l170.496-170.496zM512 490.496l-170.496-170.496v-149.504h340.992v149.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210472],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210473_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210473],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 85.504v256l170.496 170.496-170.496 170.496v256h512v-256l-170.496-170.496 170.496-169.984v-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210473],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210474_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210474],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 881.152l-788.48-788.48-51.2 51.2 58.368 55.808c-13.643 14.666-22.016 34.395-22.016 56.080 0 0.084 0 0.169 0 0.253l-0-0.013v512c0 47.223 38.281 85.504 85.504 85.504v0h589.824l77.824 77.824zM405.504 455.168l13.824 14.336h-13.824zM469.504 597.504c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.354-0.285-42.211-19.142-42.496-42.469l-0-0.027v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h35.84l64 64h-78.336v128h85.504v-21.504h64zM556.544 606.208l31.744 31.744c-15.969-3.413-28.331-15.775-31.696-31.475l-0.048-0.269z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M563.2 404.992c7.307-12.492 20.582-20.797 35.812-20.992l0.028-0h128c23.47 0 42.496 19.026 42.496 42.496v0 43.008h-65.536v-21.504h-85.504v12.8l92.672 92.16h56.832v43.008c-0.128 4.279-1.057 8.308-2.642 11.989l0.082-0.213 130.56 130.048v-481.792c0-47.223-38.281-85.504-85.504-85.504h-483.328z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210474],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210475_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210475],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM810.496 768h-596.992v-512h596.992zM298.496 640h128c0.001 0 0.002 0 0.003 0 23.573 0 42.716-18.965 43.005-42.469l0-0.027v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c-0.289-23.531-19.432-42.496-43.005-42.496-0.001 0-0.002 0-0.003 0l-128-0c-23.47 0-42.496 19.026-42.496 42.496v0 171.008c0 23.47 19.026 42.496 42.496 42.496v-0zM597.504 640h128c23.47 0 42.496-19.026 42.496-42.496l-0-0v-43.008h-64v21.504h-85.504v-128h85.504v21.504h64v-43.008c0-23.47-19.026-42.496-42.496-42.496h-128c-0.001-0-0.002-0-0.003-0-23.573 0-42.716 18.965-43.005 42.469l-0 0.027v171.008c0.289 23.531 19.432 42.496 43.005 42.496 0.001 0 0.002-0 0.003-0l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210475],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210476_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210476],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M810.496 170.496h-596.992c-47.223 0-85.504 38.281-85.504 85.504v0 512c0 47.223 38.281 85.504 85.504 85.504v0h596.992c47.223 0 85.504-38.281 85.504-85.504v-512c0-47.223-38.281-85.504-85.504-85.504h0zM469.504 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c-0.289 23.531-19.432 42.496-43.005 42.496-0.001 0-0.002-0-0.003-0l-128 0c-23.47 0-42.496-19.026-42.496-42.496v-171.008c0-23.47 19.026-42.496 42.496-42.496v0h128c0.001-0 0.002-0 0.003-0 23.573 0 42.716 18.965 43.005 42.469l0 0.027zM768 469.504h-64v-21.504h-85.504v128h85.504v-21.504h64v43.008c0 23.47-19.026 42.496-42.496 42.496l-0-0h-128c-0.001 0-0.002 0-0.003 0-23.573 0-42.716-18.965-43.005-42.469l-0-0.027v-171.008c0.289-23.531 19.432-42.496 43.005-42.496 0.001 0 0.002 0 0.003 0l128-0c23.47 0 42.496 19.026 42.496 42.496h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210476],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210477_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210477],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M213.504 682.496h128v128h84.992v-212.992h-212.992zM341.504 341.504h-128v84.992h212.992v-212.992h-84.992zM597.504 810.496h84.992v-128h128v-84.992h-212.992zM682.496 341.504v-128h-84.992v212.992h212.992v-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210477],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210478_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210478],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M170.496 768l363.008-256-363.008-256zM554.496 256v512l363.008-256z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210478],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210479_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210479],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 597.504h-84.992v212.992h212.992v-84.992h-128zM213.504 426.496h84.992v-128h128v-84.992h-212.992zM725.504 725.504h-128v84.992h212.992v-212.992h-84.992zM597.504 213.504v84.992h128v128h84.992v-212.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210479],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210480_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210480],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 298.496h427.008v128l170.496-170.496-170.496-170.496v128h-512v256h84.992zM725.504 725.504h-427.008v-128l-170.496 170.496 170.496 170.496v-128h512v-256h-84.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210480],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210481_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210481],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM469.504 682.496h-85.504v-340.992h85.504zM640 682.496h-85.504v-340.992h85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210481],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210482_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210482],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 810.496h170.496v-596.992h-170.496zM597.504 213.504v596.992h170.496v-596.992z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210482],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210483_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210483],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-235.547-190.949-426.496-426.496-426.496h0zM426.496 704v-384l256 192z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210483],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210484_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210484],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M341.504 213.504v596.992l468.992-298.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210484],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210485_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210485],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 213.504v-171.008l-213.504 213.504 213.504 213.504v-171.008c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0h-85.504c-0 0.152-0 0.332-0 0.512 0 188.607 152.897 341.504 341.504 341.504s341.504-152.897 341.504-341.504c0-188.607-152.896-341.504-341.503-341.504l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210485],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210486_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210486],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M469.504 768v-512l-363.008 256zM490.496 512l363.008 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210486],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210487_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210487],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h85.504v512h-85.504zM405.504 512l362.496 256v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210487],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210488_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210488],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 768l362.496-256-362.496-256zM682.496 256v512h85.504v-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210488],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210489_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210489],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 256h512v512h-512z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210489],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210490_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210490],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M256 725.504h128l85.504-171.008v-256h-256v256h128zM597.504 725.504h128l84.992-171.008v-256h-256v256h128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210490],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210491_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210491],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 298.496h-128l-85.504 171.008v256h256v-256h-128zM426.496 298.496h-128l-84.992 171.008v256h256v-256h-128z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210491],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210492_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210492],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 682.496c-62.484-0.101-117.051-33.9-146.51-84.19l-0.434-0.802h-71.68c35.34 87.884 119.869 148.797 218.624 148.797s183.284-60.914 218.062-147.218l0.562-1.579h-71.68c-29.814 51.157-84.413 84.992-146.915 84.992-0.010 0-0.021-0-0.031-0l0.001 0zM512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210492],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210493_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210493],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 704c0.23-0.001 0.502-0.002 0.775-0.002 30.66 0 59.366 8.37 83.956 22.948l-0.763-0.419 43.008-48.64c-35.238-23.74-78.646-37.894-125.36-37.894-0.568 0-1.136 0.002-1.703 0.006l0.087-0.001c-0.141-0-0.308-0-0.475-0-47.192 0-91.128 13.941-127.915 37.928l0.902-0.552 43.008 48.64c24.324-13.851 53.444-22.016 84.471-22.016 0.003 0 0.006 0 0.010 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210493],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210494_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210494],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 682.496c-0.54 0.006-1.179 0.010-1.818 0.010-30.077 0-58.243-8.181-82.394-22.439l0.756 0.413-43.52 51.2c36.137 23.71 80.421 37.819 128 37.819s91.863-14.109 128.897-38.371l-0.897 0.552c-41.472-46.592 0 0-43.008-51.2-23.326 13.878-51.432 22.081-81.454 22.081-1.604 0-3.203-0.023-4.796-0.070l0.234 0.005z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210494],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210495_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210495],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM512 597.504c-0.081-0-0.177-0-0.272-0-98.736 0-183.22 61.023-217.793 147.412l-0.558 1.58h71.68c29.807-51.186 84.421-85.043 146.944-85.043s117.137 33.857 146.51 84.237l0.434 0.806h71.68c-35.132-87.969-119.615-148.992-218.352-148.992-0.096 0-0.191 0-0.287 0l0.015-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210495],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210496_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210496],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M725.504 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M426.496 405.504c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM298.496 597.504c27.15 95.718 111.539 165.529 212.965 170.475l0.539 0.021c101.965-4.967 186.354-74.778 213.105-168.853l0.399-1.643z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210496],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210497_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210497],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 85.504c-235.547 0-426.496 190.949-426.496 426.496s190.949 426.496 426.496 426.496c235.547 0 426.496-190.949 426.496-426.496v0c0-0.152 0-0.332 0-0.512 0-235.264-190.72-425.984-425.984-425.984-0.18 0-0.36 0-0.54 0l0.028-0zM512 853.504c-188.607 0-341.504-152.897-341.504-341.504s152.897-341.504 341.504-341.504c188.607 0 341.504 152.897 341.504 341.504v-0c0 188.607-152.897 341.504-341.504 341.504h-0zM661.504 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v-0zM362.496 469.504c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v-0c0 35.346 28.654 64 64 64v0zM512 597.504c-98.641 0.104-183.010 61.097-217.554 147.412l-0.558 1.58h436.224c-35.102-87.895-119.471-148.888-218.099-148.992l-0.013-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210497],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210498_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210498],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M913.408 396.8h-51.2c-32.255-0.679-58.503-25.507-61.422-57.096l-0.018-0.248c-0.489-159.395-129.816-288.42-289.279-288.42-3.421 0-6.829 0.059-10.222 0.177l0.492-0.014h-153.6c-163.836 0.869-296.382 133.595-296.96 297.417l-0 0.055v326.656c0.581 164.415 133.999 297.474 298.494 297.474 0.361 0 0.721-0.001 1.082-0.002l-0.056 0h322.56c0.456 0.003 0.996 0.004 1.536 0.004 164.393 0 297.694-133.122 297.984-297.448l0-0.028v-210.944c0.004-0.283 0.007-0.617 0.007-0.952 0-34.339-25.805-62.651-59.082-66.601l-0.317-0.031zM339.456 281.6h172.544c1.63-0.163 3.522-0.256 5.437-0.256 31.953 0 57.856 25.903 57.856 57.856s-25.903 57.856-57.856 57.856c-1.914 0-3.807-0.093-5.673-0.275l0.237 0.019h-172.544c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019zM685.056 742.4h-345.6c-1.63 0.163-3.522 0.256-5.437 0.256-31.953 0-57.856-25.903-57.856-57.856s25.903-57.856 57.856-57.856c1.914 0 3.807 0.093 5.673 0.275l-0.237-0.019h345.6c29.527 2.869 52.419 27.561 52.419 57.6s-22.892 54.731-52.183 57.581l-0.237 0.019z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210498],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210499_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210499],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM857.6 634.368c-0.291 123.35-100.353 223.233-223.743 223.233-0.18 0-0.361-0-0.541-0.001l0.028 0h-242.176c-0.304 0.001-0.664 0.002-1.025 0.002-123.391 0-223.453-99.883-223.743-223.207l-0-0.028v-244.736c0.581-123.412 100.76-223.233 224.254-223.233 0.181 0 0.362 0 0.542 0.001l-0.028-0h113.152c1.984-0.065 4.317-0.102 6.658-0.102 119.57 0 216.562 96.669 217.086 216.116l0 0.050c2.373 23.797 21.959 42.321 46.012 43.006l0.068 0.002h38.4c25.51 3.172 45.057 24.718 45.057 50.83 0 0.13-0 0.26-0.001 0.39l0-0.020v158.208z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 627.2c-0.287 31.837-26.019 57.569-57.829 57.856l-0.027 0h-230.4c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h230.4c31.837 0.287 57.569 26.019 57.856 57.829l0 0.027z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 396.8c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027c0.287-31.837 26.019-57.569 57.829-57.856l0.027-0h115.2c31.732 0.29 57.344 26.081 57.344 57.854 0 0.001-0 0.002-0 0.002l0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210499],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210500_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210500],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM697.344 316.416l-114.176 226.304h114.176v157.184h-193.536l-60.416 119.296h-116.736v-102.4l117.248-232.96h-117.248v-157.184h196.608l61.44-121.856h112.64z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210500],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210501_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210501],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M790.016 218.624l-171.008 338.944h171.008v236.032h-290.304l-90.624 179.2h-175.104v-154.624l176.128-348.16h-176.128v-236.032h294.912l92.672-182.784h168.448v167.424z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210501],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210502_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210502],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M719.872 281.6h-121.856l-86.016 128-86.016-128h-121.856l145.92 218.112-164.864 242.688h226.816v-82.432h-45.056l45.056-67.584 102.4 150.016h126.464l-166.912-242.688 145.92-218.112z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210502],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210503_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210503],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M808.96 581.632c-19.057-12.039-42.248-19.183-67.108-19.183-4.857 0-9.651 0.273-14.366 0.804l0.578-0.053c-0.911-0.005-1.989-0.008-3.067-0.008-33.253 0-65.896 2.609-97.737 7.634l3.524-0.458c-17.119-9.206-31.895-19.572-45.303-31.447l0.247 0.215c-35.688-34.524-63.644-76.809-81.171-124.153l-0.749-2.311c1.367-3.834 2.444-8.333 3.038-12.984l0.034-0.328c9.117-44.642 14.335-95.952 14.336-148.481l-0 0.001c0.31-1.539 0.487-3.309 0.487-5.12s-0.177-3.581-0.516-5.292l0.028 0.172v-4.608c-4.351-13.876-16.792-23.892-31.668-24.573l-0.076-0.003h-13.824c-0.943-0.086-2.040-0.135-3.148-0.135-15.428 0-28.643 9.478-34.139 22.929l-0.089 0.246c-1.716 14.45-2.694 31.187-2.694 48.152 0 52.136 9.244 102.113 26.182 148.381l-0.96-2.997-5.632 13.312c-15.872 38.912-35.328 77.824-51.2 112.128v4.096c-18.432 36.352-35.328 66.56-51.2 92.672l-15.872 8.192-34.304 18.944c-43.709 19.109-78.030 52.933-97.309 95.077l-0.483 1.179c-0.653 2.106-1.029 4.528-1.029 7.037 0 7.97 3.794 15.053 9.673 19.544l0.060 0.044 15.36 7.68c5.98 2.908 13.009 4.608 20.435 4.608 0.016 0 0.031-0 0.047-0l-0.002 0c37.888 0 81.92-47.104 142.848-153.6 61.962-20.831 136.233-38.686 212.567-50.254l7.593-0.946c46.010 27.499 100.508 45.84 158.78 51.093l1.476 0.107c2.846 0.415 6.131 0.652 9.472 0.652s6.626-0.237 9.841-0.695l-0.369 0.043c7.666-2.016 14.054-6.573 18.364-12.698l0.068-0.102c5.532-9.585 8.796-21.081 8.796-33.339 0-4.323-0.406-8.552-1.182-12.65l0.066 0.421c-1.432-6.337-4.692-11.763-9.191-15.85l-0.025-0.022zM241.664 786.432c18.681-35.716 43.825-65.604 74.143-89.145l0.609-0.455 14.848-13.312c-21.669 40.943-51.965 74.679-88.655 99.743l-0.945 0.609zM481.792 230.912c12.288 0 18.944 30.72 19.968 59.392 0.060 1.455 0.094 3.164 0.094 4.88 0 21.833-5.533 42.374-15.273 60.298l0.331-0.665c-6.407-24.098-10.136-51.782-10.24-80.321l-0-0.063s0-43.52 5.12-43.52zM409.6 625.152c8.704-15.36 17.408-31.232 26.624-51.2 15.139-27.779 30.643-61.52 44.023-96.314l2.057-6.086c20.328 36.976 45.975 68.338 76.346 94.34l0.454 0.38c3.562 3.398 7.404 6.59 11.456 9.509l0.32 0.219c-62.239 13.451-116.159 30.374-167.89 51.546l6.61-2.394zM796.672 621.568c-6.105 2.275-13.16 3.592-20.521 3.592-0.346 0-0.69-0.003-1.035-0.009l0.052 0.001c-32.726-3.725-62.52-13.15-89.452-27.288l1.388 0.664h40.448c2.73-0.159 5.924-0.25 9.139-0.25 14.949 0 29.44 1.959 43.231 5.635l-1.17-0.265c22.016 5.632 22.016 16.896 18.432 19.456z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210503],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210504_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210504],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 364.544h38.4l-45.568 204.8-56.832-287.744h-97.792l-69.632 286.208-51.2-286.208h-102.4l102.4 460.8h98.816l68.608-272.384 61.44 272.384h92.16l116.736-460.8h-153.6z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M877.056 256c-24.819-32.604-50.488-61.52-78.15-88.396l-0.186-0.18c-27.434-27.469-56.664-53.128-87.505-76.792l-2.095-1.544c-21.816-20.272-49.988-33.976-81.213-37.817l-0.707-0.071h-446.464c-39.871 0-72.192 32.321-72.192 72.192v0 777.216c0 39.871 32.321 72.192 72.192 72.192l-0-0h662.528c39.871 0 72.192-32.321 72.192-72.192v-563.2c-3.911-31.851-17.824-59.894-38.451-81.461l0.051 0.053zM758.272 204.8c22.311 23.402 43.612 48.438 63.455 74.639l1.569 2.161h-138.752v-138.752c26.965 21.256 51.009 42.703 73.695 65.503l0.033 0.033zM857.6 897.024c0 7.918-6.418 14.336-14.336 14.336v0h-662.528c-7.918 0-14.336-6.418-14.336-14.336v0-773.632c-0-0.003-0-0.006-0-0.009 0-8.020 6.359-14.555 14.31-14.838l0.026-0.001h446.464v201.728c0 15.835 12.837 28.672 28.672 28.672v0h201.728z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210504],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210505_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210505],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h374.272v-403.456h-115.2v-114.688h115.2v-57.856c0.291-95.356 77.659-172.544 173.055-172.544 0 0 0 0 0.001 0l114.688 0v114.688h-114.688c-31.837 0.287-57.569 26.019-57.856 57.829l-0 0.027v57.856h172.544l-28.672 114.688h-143.872v403.456h259.072c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210505],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210506_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210506],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M598.528 224.256h143.872v-173.056h-143.872c-110.72 1.701-200.027 91.008-201.726 201.567l-0.002 0.161v86.016h-115.2v173.056h115.2v460.8h172.544v-460.8h144.384l28.672-173.056h-173.056v-86.016c0.288-15.896 13.242-28.672 29.18-28.672 0.002 0 0.003 0 0.005 0l-0-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210506],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210507_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210507],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM310.272 655.872c-79.238-0.291-143.36-64.593-143.36-143.871 0-79.458 64.414-143.872 143.872-143.872s143.871 64.413 143.872 143.871l0 0c0 0 0 0.001 0 0.001 0 79.458-64.414 143.872-143.872 143.872-0.18 0-0.36-0-0.54-0.001l0.028 0zM713.728 655.872c-79.458 0-143.872-64.414-143.872-143.872s64.414-143.872 143.872-143.872c79.458 0 143.872 64.414 143.872 143.872v-0c0 79.458-64.414 143.872-143.872 143.872v-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210507],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210508_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210508],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 512c-0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728v0c-111.411-0-201.728-90.317-201.728-201.728l0 0zM569.344 512c0-111.411 90.317-201.728 201.728-201.728s201.728 90.317 201.728 201.728c0 111.411-90.317 201.728-201.728 201.728l-0 0c-111.294-0.29-201.438-90.434-201.728-201.7l-0-0.028z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210508],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210509_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210509],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 62.464c-0.145-0-0.316-0-0.488-0-254.493 0-460.8 206.307-460.8 460.8 0 202.47 130.583 374.441 312.123 436.288l3.244 0.96c23.040 4.608 31.744-9.728 31.744-22.016s0-47.104 0-86.016c-128.512 28.16-153.6-54.272-153.6-54.272-8.865-28.463-26.962-51.872-50.722-67.293l-0.478-0.291c-41.984-28.16 3.072-27.648 3.072-27.648 30.28 4.186 55.722 21.86 70.41 46.656l0.246 0.448c16.907 30.675 49.032 51.111 85.931 51.111 17.726 0 34.351-4.716 48.688-12.963l-0.475 0.252c2.060-24.272 12.84-45.694 29.154-61.411l0.030-0.029c-102.4-11.776-209.92-51.2-209.92-227.84-0.011-0.752-0.018-1.64-0.018-2.529 0-46.767 18.122-89.301 47.727-120.964l-0.093 0.101c-6.551-17.023-10.346-36.717-10.346-57.298 0-22.55 4.556-44.036 12.797-63.588l-0.403 1.077s38.912-12.288 126.976 47.616c34.204-10.487 73.672-17.132 114.492-18.414l0.708-0.018c41.312 0.394 81.109 6.162 118.95 16.637l-3.238-0.765c89.088-59.904 126.464-45.056 126.464-45.056 8.831 19.754 13.974 42.811 13.974 67.068 0 19.813-3.431 38.824-9.731 56.472l0.365-1.173c29.211 31.708 47.121 74.218 47.121 120.911 0 0.872-0.006 1.743-0.019 2.612l0.001-0.132c0 177.152-107.52 216.064-210.432 227.328 19.521 19.699 31.584 46.818 31.584 76.754 0 3.080-0.128 6.13-0.378 9.145l0.026-0.395c0 61.44 0 111.104 0 126.464s8.192 26.624 31.744 22.016c189.065-60.301 323.599-234.39 323.599-439.9 0-254.493-206.307-460.8-460.8-460.8-3.246 0-6.483 0.034-9.713 0.1l0.482-0.008z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210509],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210510_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210510],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 400.896c-61.361 0-111.104 49.743-111.104 111.104s49.743 111.104 111.104 111.104c61.361 0 111.104-49.743 111.104-111.104v0c0-61.361-49.743-111.104-111.104-111.104v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M771.584 315.392c-5.714-14.879-14.255-27.534-25.049-37.851l-0.039-0.037c-10.354-10.833-23.009-19.374-37.188-24.85l-0.7-0.238c-18.399-6.942-39.664-11.054-61.861-11.263l-0.091-0.001c-34.816 0-45.568 0-134.656 0v0c-88.576 0-99.328 0-134.144 0-22.289 0.211-43.553 4.322-63.232 11.684l1.28-0.42c-15.029 5.78-27.838 14.311-38.383 25.070l-0.017 0.018c-10.844 10.422-19.26 23.289-24.366 37.719l-0.21 0.681c-7.197 18.204-11.493 39.279-11.775 61.323l-0.001 0.117c0 35.328 0 45.568 0 134.656s0 99.328 0 134.656c0.353 22.17 4.642 43.236 12.197 62.672l-0.421-1.232c5.662 14.991 14.020 27.794 24.58 38.404l-0.004-0.004c10.562 10.777 23.371 19.308 37.673 24.841l0.727 0.247c18.387 6.682 39.614 10.769 61.728 11.26l0.224 0.004c34.816 0 45.568 0 134.656 0s99.328 0 134.144 0c22.338-0.495 43.565-4.582 63.344-11.702l-1.392 0.438c15.029-5.78 27.838-14.311 38.383-25.070l0.017-0.018c10.441-10.674 18.78-23.454 24.314-37.637l0.262-0.763c7.172-18.362 11.465-39.61 11.775-61.822l0.001-0.13c0-34.816 0-45.568 0-134.144s0-99.328 0-134.656c-0.378-22.351-4.665-43.59-12.203-63.217l0.427 1.265zM512 683.008c-94.445 0-171.008-76.563-171.008-171.008s76.563-171.008 171.008-171.008c94.445 0 171.008 76.563 171.008 171.008v0c0 94.445-76.563 171.008-171.008 171.008v0zM690.176 375.808c-22.056 0-39.936-17.88-39.936-39.936s17.88-39.936 39.936-39.936c22.056 0 39.936 17.88 39.936 39.936v0c-0.849 21.385-18.391 38.4-39.906 38.4-0.010 0-0.021-0-0.031-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM842.752 649.216c-0.483 29.183-6.076 56.918-15.917 82.547l0.557-1.651c-8.891 23.024-21.942 42.656-38.381 58.861l-0.019 0.019c-16.11 16.636-35.78 29.721-57.791 38.039l-1.089 0.361c-23.977 9.234-51.704 14.822-80.667 15.357l-0.229 0.003c-35.328 0-46.592 0-137.216 0s-102.4 0-137.216 0c-29.2-0.592-56.92-6.174-82.588-15.924l1.692 0.564c-23.052-8.811-42.698-21.875-58.852-38.372l-0.028-0.028c-16.458-16.224-29.509-35.856-38.016-57.756l-0.384-1.124c-9.234-23.977-14.822-51.704-15.357-80.667l-0.003-0.229c0-35.328 0-46.592 0-137.216s0-102.4 0-137.216c0.592-29.2 6.174-56.92 15.924-82.588l-0.564 1.692c8.891-23.024 21.942-42.656 38.381-58.861l0.019-0.019c16.385-16.471 36.186-29.526 58.253-38.015l1.139-0.385c23.819-9.246 51.372-14.835 80.162-15.357l0.222-0.003c35.84 0 47.104 0 137.216 0v0c90.624 0 102.4 0 137.728 0 29.012 0.525 56.565 6.114 82.026 15.916l-1.642-0.556c23.159 9.011 42.936 22.045 59.401 38.409l-0.009-0.009c16.631 16.19 29.586 36.068 37.553 58.32l0.335 1.072c9.246 23.819 14.835 51.372 15.357 80.162l0.003 0.222c0 35.84 0 47.104 0 137.216s1.536 102.4 0 137.216z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210510],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210511_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210511],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 134.144c122.88 0 137.728 0 185.856 0 31.388 1.593 60.726 8.595 87.688 20.090l-1.672-0.634c39.981 15.515 71.013 46.548 86.179 85.51l0.349 1.018c9.939 25.37 15.752 54.741 15.872 85.454l0 0.050c0 48.64 2.56 62.976 2.56 186.368s0 137.728-2.56 185.856c-0.12 30.763-5.933 60.134-16.439 87.162l0.567-1.658c-15.457 39.994-46.26 71.131-84.999 86.68l-1.017 0.36c-25.371 9.821-54.723 15.621-85.398 15.871l-0.106 0.001c-51.2 2.56-63.488 3.072-186.368 3.072s-137.728 0-186.368-3.072c-30.771-0.18-60.133-5.987-87.182-16.443l1.678 0.571c-20.106-7.9-37.197-19.564-51.143-34.244l-0.057-0.060c-14.41-14.218-26.012-31.24-33.928-50.186l-0.376-1.014c-9.562-25.367-15.335-54.68-15.869-85.271l-0.003-0.233c0-51.2-2.56-63.488-2.56-186.368s0-137.728 2.56-186.368c-0.003-0.454-0.005-0.992-0.005-1.529 0-30.449 5.253-59.671 14.902-86.81l-0.562 1.811c7.9-20.106 19.564-37.197 34.244-51.143l0.060-0.057c14.485-15.089 32.068-27.083 51.74-34.975l0.996-0.353c25.37-9.678 54.7-15.464 85.329-15.87l0.175-0.002c48.128 0 62.976 0 185.856 0zM512 51.2c-125.44 0-141.312 0-190.464 2.56-40.316 0.854-78.556 8.668-113.917 22.283l2.301-0.779c-31.929 11.685-59.246 29.12-81.97 51.249l0.050-0.049c-22.079 22.506-39.512 49.656-50.692 79.841l-0.508 1.567c-12.581 33.207-20.369 71.587-21.493 111.634l-0.011 0.494c-4.096 51.2-4.096 67.072-4.096 192s0 140.8 2.56 189.952c1.074 40.53 8.868 78.917 22.302 114.539l-0.798-2.411c11.688 31.752 29.121 58.902 51.235 81.444l-0.035-0.036c22.674 22.080 49.991 39.515 80.337 50.69l1.583 0.51c33.395 14.57 72.158 23.968 112.849 26.078l0.815 0.034c51.2 0 65.024 2.56 189.952 2.56s140.8 0 189.952-2.56c40.485-0.801 78.909-8.62 114.433-22.283l-2.305 0.779c61.884-24.675 109.981-72.772 134.091-133.055l0.565-1.601c13.67-33.676 22.352-72.674 24.041-113.477l0.023-0.699c0-51.2 2.56-65.024 2.56-189.952s-2.56-141.312-2.56-190.464c-1.125-40.361-8.915-78.565-22.301-114.023l0.797 2.407c-11.288-32.058-28.785-59.447-51.204-81.924l0.004 0.004c-22.602-22.201-49.945-39.658-80.363-50.706l-1.557-0.494c-33.061-12.886-71.309-20.705-111.28-21.499l-0.336-0.005c-53.248-4.608-69.12-4.608-194.56-4.608z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 275.456c-130.922 0-237.055 106.134-237.055 237.056s106.134 237.056 237.056 237.056c130.922 0 237.056-106.134 237.056-237.056 0-0.18-0-0.36-0.001-0.54l0 0.028c0-0 0-0 0-0.001 0-130.64-105.904-236.544-236.544-236.544-0.18 0-0.36 0-0.54 0.001l0.028-0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6v0c0 84.831-68.769 153.6-153.6 153.6v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M813.568 265.728c0 30.539-24.757 55.296-55.296 55.296s-55.296-24.757-55.296-55.296v0c0-30.539 24.757-55.296 55.296-55.296s55.296 24.757 55.296 55.296v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210511],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210512_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210512],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 347.648h182.784v93.184c36.147-56.512 98.579-93.437 169.635-93.437 3.545 0 7.068 0.092 10.567 0.273l-0.49-0.020c192.512 0 227.84 119.296 227.84 274.944v317.44h-187.904v-281.088c0-67.072 0-153.6-98.816-153.6s-113.664 73.216-113.664 148.48v286.208h-189.952z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M51.2 347.648h197.632v592.384h-197.632z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M248.832 182.784c0 54.575-44.241 98.816-98.816 98.816s-98.816-44.241-98.816-98.816c0-54.575 44.241-98.816 98.816-98.816h-0c54.575 0 98.816 44.241 98.816 98.816v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210512],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210513_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210513],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM396.8 799.744h-115.2v-402.944h115.2zM338.944 338.944c-31.449-0.29-56.832-25.852-56.832-57.342 0-31.67 25.674-57.344 57.344-57.344s57.343 25.672 57.344 57.342l0 0c0 0.001 0 0.001 0 0.002 0 31.67-25.674 57.344-57.344 57.344-0.18 0-0.36-0.001-0.539-0.002l0.027 0zM799.744 799.744h-114.688v-230.4c0-31.953-25.903-57.856-57.856-57.856s-57.856 25.903-57.856 57.856v0 230.4h-114.688v-402.944h114.688v71.68c24.064-32.768 60.416-71.68 102.4-71.68 72.482 4.094 129.708 63.869 129.708 137.010 0 2.413-0.062 4.812-0.185 7.195l0.014-0.334z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210513],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210514_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210514],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M875.52 328.704c-43.008 190.976-175.616 291.84-385.024 291.84h-69.632l-51.2 307.2h-55.808l-3.072 19.456c-0.192 1.078-0.301 2.319-0.301 3.586 0 11.876 9.628 21.504 21.504 21.504 0.106 0 0.212-0.001 0.317-0.002l-0.016 0h148.992c17.698-0.252 32.318-13.112 35.296-29.989l0.032-0.219v-7.68l28.16-177.664v-9.728c2.815-17.225 17.589-30.211 35.395-30.211 0.156 0 0.313 0.001 0.468 0.003l-0.024-0h22.016c144.384 0 256-58.88 290.304-228.352 4.941-16.758 7.784-36.010 7.784-55.926 0-38.279-10.502-74.106-28.782-104.756l0.518 0.938z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M786.432 120.832c-42.496-48.64-120.832-69.632-218.624-69.632h-286.208c-0.010-0-0.021-0-0.032-0-20.271 0-37.103 14.725-40.382 34.063l-0.034 0.241-119.296 756.736c-0.224 1.232-0.352 2.65-0.352 4.099 0 13.29 10.774 24.064 24.064 24.064 0.124 0 0.247-0.001 0.37-0.003l-0.019 0h177.152l44.544-281.6v8.704c3.023-19.187 19.187-33.766 38.857-34.303l0.055-0.001h83.968c164.864 0 294.4-67.072 331.776-261.12 1.396-4.858 2.481-10.604 3.042-16.503l0.030-0.393c3.61-13.534 5.683-29.072 5.683-45.094 0-45.736-16.892-87.526-44.779-119.473l0.184 0.215z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210514],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210515_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210515],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.435 0.077-460.666 206.354-460.666 460.8 0 194.005 119.891 360.007 289.625 427.959l3.105 1.097c-3.17-19.851-4.982-42.738-4.982-66.048s1.811-46.198 5.301-68.529l-0.319 2.481 54.272-229.376c-7.826-18.398-12.375-39.799-12.375-62.262 0-1.871 0.032-3.736 0.094-5.592l-0.007 0.27c0-64 37.376-112.128 83.456-112.128 0.285-0.005 0.622-0.008 0.959-0.008 31.953 0 57.856 25.903 57.856 57.856 0 2.53-0.162 5.021-0.477 7.465l0.030-0.289c-9.301 58.41-22.665 110.128-40.325 159.81l1.925-6.21c-1.302 4.939-2.050 10.609-2.050 16.454 0 37.043 30.029 67.072 67.072 67.072 1.081 0 2.156-0.026 3.225-0.076l-0.151 0.006c81.92 0 144.896-86.528 144.896-210.944 0.083-2.049 0.13-4.454 0.13-6.871 0-100.383-81.377-181.76-181.76-181.76-3.107 0-6.196 0.078-9.265 0.232l0.431-0.017c-3.214-0.185-6.973-0.291-10.756-0.291-109.997 0-199.168 89.171-199.168 199.168 0 0.462 0.002 0.924 0.005 1.386l-0-0.071c0.719 38.565 13.476 74.015 34.656 102.903l-0.352-0.503c2.386 2.247 3.871 5.426 3.871 8.953 0 1.567-0.293 3.065-0.828 4.443l0.029-0.084-12.8 51.2c0 8.704-6.656 10.24-15.36 6.144-56.738-37.039-93.712-100.228-93.712-172.054 0-0.892 0.006-1.784 0.017-2.673l-0.001 0.135c0-142.848 105.984-279.040 304.64-279.040 3.985-0.21 8.652-0.329 13.346-0.329 148.081 0 268.406 118.836 270.811 266.343l0.003 0.226c0 158.72-102.4 286.72-239.104 286.72-1.544 0.069-3.355 0.109-5.174 0.109-41.883 0-78.872-20.954-101.055-52.95l-0.267-0.407-28.672 109.568c-14.7 46.045-33.992 86.068-57.997 122.727l1.165-1.895c40.628 12.991 87.363 20.479 135.846 20.479 254.493 0 460.8-206.307 460.8-460.8 0-254.191-205.818-460.311-459.895-460.799l-0.047-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210515],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210516_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210516],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 51.2c-254.493 0-460.8 206.307-460.8 460.8s206.307 460.8 460.8 460.8c254.493 0 460.8-206.307 460.8-460.8v0c0-254.493-206.307-460.8-460.8-460.8v0zM512 911.36c-42.255-0.167-82.922-6.706-121.173-18.705l2.901 0.785c19.979-29.481 37.268-63.304 50.197-99.208l1.003-3.192 25.088-95.232c19.245 28.016 51.11 46.153 87.21 46.153 1.381 0 2.755-0.027 4.123-0.079l-0.197 0.006c120.32 0 207.36-110.592 207.36-248.32-1.838-127.816-105.882-230.724-233.961-230.724-4.33 0-8.633 0.118-12.906 0.35l0.595-0.026c-173.568-2.048-266.24 113.664-266.24 239.104-0.029 1.196-0.045 2.605-0.045 4.017 0 62.323 31.906 117.193 80.275 149.169l0.666 0.414c7.68 3.584 11.776 0 13.824-5.12s7.68-32.768 10.752-45.568c0.903-1.627 1.434-3.567 1.434-5.632s-0.531-4.005-1.465-5.692l0.031 0.060c-18.553-25.086-29.696-56.631-29.696-90.779 0-0.125 0-0.251 0-0.376l-0 0.019c0.207-95.42 77.607-172.693 173.056-172.693 2.521 0 5.030 0.054 7.524 0.161l-0.356-0.012c2.623-0.156 5.691-0.245 8.779-0.245 87.093 0 157.696 70.603 157.696 157.696 0 1.706-0.027 3.407-0.081 5.1l0.006-0.247c0 108.032-54.272 183.296-125.44 183.296-0.651 0.026-1.415 0.041-2.183 0.041-32.236 0-58.368-26.132-58.368-58.368 0-4.922 0.609-9.701 1.756-14.267l-0.086 0.403c13.383-37.46 24.954-82.267 32.63-128.392l0.65-4.728c0.163-1.536 0.257-3.317 0.257-5.121 0-28.277-22.923-51.2-51.2-51.2-0.090 0-0.18 0-0.271 0.001l0.014-0c-39.936 0-72.192 41.472-72.192 97.28-0.006 0.514-0.010 1.122-0.010 1.73 0 20.834 4.336 40.655 12.154 58.61l-0.368-0.948s-40.448 166.912-47.616 197.12c-2.801 17.236-4.401 37.103-4.401 57.344s1.6 40.108 4.681 59.482l-0.28-2.138c-147.954-60.54-250.289-203.394-250.289-370.148 0-220.278 178.57-398.848 398.848-398.848s398.848 178.57 398.848 398.848c0 220.278-178.57 398.848-398.848 398.848-1.648 0-3.294-0.010-4.937-0.030l0.25 0.002z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210516],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210517_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210517],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM783.872 695.296c-7.168 0-12.8-5.12-25.088-19.456-6.383-7.922-12.631-16.779-18.308-26.023l-0.636-1.113c-5.952 33.162-24.675 61.11-50.791 79.094l-0.409 0.266c42.496 20.992 62.976 34.304 64 61.44 0 15.36-18.944 36.352-51.2 46.080-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-22.604-6.636-42.334-16.069-60.142-28.127l0.75 0.479c-17.759 12.533-38.346 22.666-60.444 29.307l-1.508 0.389c-19.514 5.235-41.918 8.242-65.024 8.242s-45.51-3.007-66.842-8.651l1.818 0.409c-32.768-9.728-51.2-30.72-51.2-46.080 0-27.136 21.504-40.448 64-61.44-26.694-18.087-45.486-46.113-51.099-78.651l-0.101-0.709c-6.313 10.358-12.561 19.214-19.331 27.633l0.387-0.497c-12.288 14.336-17.92 18.944-25.088 19.456-22.528 0-29.696-45.568-29.696-78.336 0.906-38.769 14.237-74.257 36.148-102.818l-0.308 0.418c8.704-12.8 18.432-21.504 27.136-34.816s0-12.288 0-30.72c0.669-15.79 6.347-30.136 15.473-41.619l-0.113 0.147c-0.048-1.765-0.076-3.842-0.076-5.925 0-34.988 7.765-68.163 21.664-97.896l-0.597 1.421c39.516-74.937 115.973-125.673 204.489-127.994l0.311-0.006c88.827 2.327 165.284 53.063 204.177 126.705l0.623 1.295c14.54 29.421 23.046 64.055 23.046 100.677 0 0.606-0.002 1.211-0.007 1.816l0.001-0.093c8.637 11.698 13.824 26.402 13.824 42.317 0 0.063-0 0.126-0 0.189l0-0.010c0 18.432 0 23.552 0 30.72 8.704 13.312 18.432 22.016 27.136 34.816 21.603 28.143 34.934 63.631 35.836 102.193l0.004 0.207c-1.536 29.696-8.704 74.752-31.232 75.264z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210517],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210518_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210518],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M931.328 657.408c-2.316-52.622-21.226-100.421-51.582-138.739l0.382 0.499c-11.776-17.92-25.088-30.208-36.864-48.128 0-9.728 0-17.408 0-43.008-0.215-21.914-7.281-42.136-19.153-58.675l0.209 0.307c0.019-1.294 0.029-2.822 0.029-4.352 0-51.135-11.918-99.486-33.127-142.428l0.842 1.885c-54.912-101.414-159.087-169.958-279.578-173.557l-0.486-0.011c-121.177 3.418-225.58 72.012-279.717 171.837l-0.859 1.731c-20.368 41.057-32.285 89.409-32.285 140.544 0 1.53 0.011 3.058 0.032 4.583l-0.003-0.231c-11.663 16.232-18.729 36.454-18.944 58.316l-0 0.052c-3.072 25.6 0 33.28 0 43.008-11.776 17.92-25.088 30.208-36.864 48.128-29.974 37.819-48.884 85.618-51.182 137.732l-0.018 0.508c0 45.568 9.728 107.52 40.448 108.544 9.728 0 17.92-7.68 34.816-27.136 8.625-10.794 17.391-22.98 25.547-35.597l1.077-1.779c7.662 45.664 32.772 84.368 68.104 109.736l0.504 0.344c-58.88 28.672-87.552 47.104-88.576 84.48 0 21.504 26.112 51.2 71.68 63.488 28.745 8.438 61.768 13.292 95.925 13.292 29.929 0 58.987-3.727 86.736-10.742l-2.436 0.522c32.776-9.494 61.385-23.494 86.911-41.561l-0.895 0.601c24.486 17.418 52.917 31.409 83.476 40.446l2.028 0.514c25.312 6.493 54.37 10.22 84.299 10.22 34.157 0 67.18-4.854 98.416-13.911l-2.492 0.619c45.568-13.312 70.144-41.984 71.68-63.488 0-37.376-29.696-55.808-88.576-84.48 35.836-25.712 60.946-64.416 68.47-109.091l0.138-0.989c9.233 14.396 17.999 26.582 27.332 38.296l-0.708-0.92c16.896 19.456 25.088 26.112 34.816 27.136 30.72-1.024 40.96-62.976 40.448-108.544z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210518],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210519_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210519],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M780.8 422.4c-0.136-0.002-0.297-0.002-0.458-0.002-17.633 0-32.844 10.364-39.876 25.333l-0.114 0.269c22.467 17.043 41.476 37.193 56.78 60.034l0.564 0.894c16.379-6.99 27.65-22.958 27.65-41.558 0-0.15-0.001-0.299-0.002-0.449l0 0.023c0-24.601-19.943-44.544-44.544-44.544h-0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M283.648 448c-7.145-15.238-22.357-25.602-39.99-25.602-0.161 0-0.322 0.001-0.483 0.003l0.024-0c-0.001-0-0.002-0-0.003-0-24.704 0-44.764 19.881-45.053 44.517l-0 0.027c0.055 18.836 11.529 34.978 27.861 41.872l0.299 0.112c15.717-23.845 34.751-44.020 56.725-60.484l0.619-0.444z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M512 430.592c-143.872 0-260.608 76.8-260.608 171.008s116.736 171.008 260.608 171.008 260.608-76.8 260.608-171.008-116.736-171.008-260.608-171.008zM332.8 556.544c0.002-24.882 20.173-45.053 45.056-45.053 24.884 0 45.056 20.172 45.056 45.056s-20.172 45.056-45.056 45.056c-0.18 0-0.36-0.001-0.539-0.003l0.027 0c-0.001 0-0.002 0-0.003 0-24.601 0-44.544-19.943-44.544-44.544 0-0.18 0.001-0.36 0.003-0.539l-0 0.027zM636.928 694.272c-34.4 25.896-77.845 41.473-124.928 41.473s-90.528-15.577-125.463-41.858l0.535 0.385c-6.078-4.92-9.932-12.381-9.932-20.742 0-6.317 2.2-12.121 5.876-16.686l-0.040 0.051c5.015-6.151 12.592-10.047 21.079-10.047 6.146 0 11.815 2.043 16.365 5.488l-0.068-0.049c25.254 18.945 57.12 30.338 91.648 30.338s66.395-11.393 92.047-30.624l-0.399 0.286c4.482-3.395 10.151-5.439 16.297-5.439 8.487 0 16.064 3.896 21.040 9.998l0.039 0.049c3.636 4.514 5.836 10.317 5.836 16.634 0 8.361-3.854 15.821-9.882 20.703l-0.050 0.039zM646.144 601.6c-24.884 0-45.056-20.172-45.056-45.056s20.172-45.056 45.056-45.056c24.884 0 45.056 20.172 45.056 45.056l-0-0c0.002 0.153 0.003 0.334 0.003 0.515 0 24.601-19.943 44.544-44.544 44.544-0.181 0-0.362-0.001-0.542-0.003l0.027 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M783.36 265.728c0 13.856-11.232 25.088-25.088 25.088s-25.088-11.232-25.088-25.088c0-13.856 11.232-25.088 25.088-25.088s25.088 11.232 25.088 25.088z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM819.2 549.376c5.391 15.246 8.568 32.83 8.704 51.137l0 0.063c0 123.904-140.8 223.744-313.856 223.744s-313.344-102.4-313.344-223.744c-0-0.109-0-0.239-0-0.369 0-18.18 2.998-35.66 8.528-51.971l-0.335 1.14c-32.465-13.998-54.866-45.547-55.295-82.377l-0.001-0.055c-0-0.008-0-0.018-0-0.027 0-49.485 40.115-89.6 89.6-89.6 33.518 0 62.737 18.404 78.104 45.659l0.232 0.448c46.141-24.892 100.443-40.96 158.133-44.49l1.099-0.054 72.704-163.328c4.232-9.437 13.545-15.891 24.365-15.891 2.629 0 5.169 0.381 7.568 1.091l-0.188-0.048 114.176 33.28c11.204-21.45 33.289-35.84 58.735-35.84 0.051 0 0.102 0 0.153 0l-0.008-0c0.122-0.001 0.265-0.001 0.409-0.001 37.326 0 67.584 30.258 67.584 67.584s-30.258 67.584-67.584 67.584c-29.441 0-54.484-18.824-63.752-45.094l-0.145-0.473-102.4-29.184-53.248 119.808c60.235 3.1 116.020 19.414 165.394 46.076l-2.066-1.020c15.599-27.703 44.818-46.107 78.336-46.107 49.485 0 89.6 40.115 89.6 89.6 0 0.010-0 0.019-0 0.029l0-0.001c0.002 0.247 0.004 0.539 0.004 0.831 0 35.711-20.656 66.598-50.671 81.364l-0.532 0.237z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210519],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210520_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210520],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M281.6 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM627.2 569.344c0.001-31.952 25.904-57.854 57.856-57.854s57.856 25.903 57.856 57.856c0 31.953-25.903 57.856-57.856 57.856-0.18 0-0.36-0.001-0.539-0.002l0.027 0c-0.001 0-0.001 0-0.002 0-31.67 0-57.344-25.674-57.344-57.344 0-0.18 0.001-0.36 0.002-0.539l-0 0.027zM629.76 692.736c5.538-3.998 12.462-6.395 19.946-6.395 18.946 0 34.304 15.358 34.304 34.304 0 10.294-4.534 19.529-11.715 25.817l-0.040 0.034c-44.118 33.248-99.851 53.249-160.256 53.249s-116.138-20.001-160.939-53.741l0.683 0.493c-7.95-6.339-13-16.023-13-26.887 0-8.054 2.775-15.459 7.422-21.312l-0.054 0.071c6.243-7.92 15.836-12.958 26.605-12.958 7.972 0 15.3 2.761 21.078 7.378l-0.068-0.052c32.946 23.566 73.837 38.007 118.053 38.908l0.219 0.004c44.275-0.81 85.019-15.271 118.376-39.335l-0.616 0.423zM972.8 454.144c0-0.045 0-0.099 0-0.153 0-63.623-51.577-115.2-115.2-115.2-43.201 0-80.848 23.78-100.565 58.964l-0.299 0.581c-60.801-32.972-132.507-53.927-208.72-57.807l-1.2-0.049 69.12-153.6 131.584 37.888c12.506 32.698 43.623 55.496 80.065 55.496 47.223 0 85.504-38.281 85.504-85.504s-38.281-85.504-85.504-85.504c-32.124 0-60.111 17.716-74.723 43.91l-0.222 0.434-146.432-41.984c-2.967-0.945-6.38-1.489-9.921-1.489-13.834 0-25.726 8.313-30.954 20.216l-0.085 0.217-93.184 209.92c-75.667 4.85-145.479 25.698-207.469 59.174l2.669-1.318c-20.069-35.567-57.609-59.191-100.668-59.191-63.623 0-115.2 51.577-115.2 115.2 0 46.683 27.768 86.881 67.688 104.977l0.724 0.294c-6.978 20.139-11.088 43.352-11.264 67.501l-0 0.083c0 159.232 180.736 287.744 403.456 287.744s403.456-128.512 403.456-287.744c-0.176-24.232-4.286-47.445-11.72-69.115l0.456 1.531c39.876-17.935 67.394-56.812 68.605-102.247l0.003-0.153zM828.928 162.816c17.814 0 32.256 14.442 32.256 32.256s-14.442 32.256-32.256 32.256h0c-17.814 0-32.256-14.442-32.256-32.256s14.442-32.256 32.256-32.256h0zM108.544 454.144c0.182-31.814 26.015-57.535 57.855-57.535 22.904 0 42.699 13.309 52.074 32.615l0.151 0.344c-29.077 21.709-53.555 47.653-73.021 77.193l-0.707 1.143c-21.414-8.889-36.225-29.579-36.352-53.744l-0-0.016zM512 846.848c-184.832 0-334.848-98.304-334.848-219.648s150.016-217.6 334.848-217.6 334.848 98.304 334.848 219.648-150.016 217.6-334.848 217.6zM879.104 507.904c-20.173-30.683-44.651-56.627-72.931-77.766l-0.797-0.57c9.459-19.834 29.349-33.295 52.384-33.295 31.953 0 57.856 25.903 57.856 57.856 0 24.267-14.94 45.044-36.124 53.636l-0.388 0.139z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210520],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210521_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210521],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM302.080 799.232c-43.263-0.001-78.334-35.073-78.334-78.336s35.072-78.336 78.336-78.336c43.264 0 78.336 35.072 78.336 78.336 0 0.18-0.001 0.36-0.002 0.54l0-0.028c0 0.001 0 0.001 0 0.002 0 42.981-34.843 77.824-77.824 77.824-0.18 0-0.36-0.001-0.54-0.002l0.028 0zM498.688 799.232c0-0.152 0-0.332 0-0.512 0-151.565-122.867-274.432-274.432-274.432-0 0-0 0-0.001 0l0-0v-112.128c0.456-0.002 0.996-0.003 1.536-0.003 214.443 0 388.318 173.696 388.608 388.072l0 0.028h-115.712zM698.88 799.232c-0.581-261.893-212.731-474.043-474.568-474.624l-0.056-0v-112.64c324.565 0.582 587.485 263.682 587.776 588.259l0 0.029h-113.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210521],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210522_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210522],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 727.040c-67.582 0-122.368 54.786-122.368 122.368s54.786 122.368 122.368 122.368c67.582 0 122.368-54.786 122.368-122.368h0c-0.289-67.465-54.903-122.078-122.34-122.368l-0.028-0zM51.2 364.544v176.64c1.87-0.030 4.078-0.046 6.29-0.046 117.48 0 223.853 47.557 300.917 124.469l-0.007-0.007c78.121 77.567 126.478 185.022 126.478 303.77 0 1.206-0.005 2.411-0.015 3.614l0.001-0.184h177.152c-0.29-335.995-272.733-608.259-608.768-608.259-0.72 0-1.44 0.001-2.16 0.004l0.112-0zM51.2 51.2v176.64c411.093 0.583 744.157 333.827 744.448 744.932l0 0.028h177.152c0-508.986-412.614-921.6-921.6-921.6v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210522],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210523_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210523],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M446.976 571.904c5.626 2.313 12.157 3.656 19.001 3.656 18.251 0 34.272-9.55 43.338-23.925l0.124-0.211c4.301-5.897 6.881-13.289 6.881-21.282 0-14.981-9.063-27.846-22.005-33.411l-0.236-0.090c-5.206-1.954-11.222-3.085-17.503-3.085-18.226 0-34.228 9.524-43.301 23.866l-0.124 0.21c-4.526 5.936-7.251 13.457-7.251 21.615 0 14.443 8.544 26.891 20.853 32.565l0.222 0.092z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M624.128 446.976c10.526 14.191 17.13 31.854 17.914 51.017l0.006 0.183c8.66 22.445 13.677 48.416 13.677 75.558 0 23.872-3.881 46.837-11.045 68.3l0.44-1.522c-4.069 12.844-15.883 21.989-29.833 21.989-3.428 0-6.726-0.552-9.812-1.572l0.221 0.063c-12.832-4.455-21.879-16.441-21.879-30.541 0-3.352 0.511-6.584 1.46-9.623l-0.061 0.228c2.854-8.311 5.019-18.030 6.092-28.075l0.052-0.597c-24.93 19.004-56.514 30.448-90.771 30.448-15.469 0-30.393-2.333-44.439-6.667l1.066 0.283c-42.834-12.894-73.5-51.984-73.5-98.237 0-15.631 3.502-30.445 9.765-43.698l-0.265 0.623c8.732-17.554 21.028-32.144 36.033-43.293l0.319-0.227c-117.248 23.552-201.216 98.816-193.024 182.784 8.704 89.088 125.952 150.528 262.144 137.216s239.104-96.768 230.4-185.856c-10.636-56.466-50.99-101.421-103.873-118.481l-1.087-0.303z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM498.176 797.696c-170.496 0-344.576-80.896-344.576-218.112 10.617-92.928 55.676-173.699 121.892-230.513l0.476-0.399c102.4-102.4 224.256-150.528 269.312-102.4 11.507 15.268 18.429 34.557 18.429 55.462 0 14.652-3.4 28.509-9.455 40.827l0.242-0.545c-6.656 20.992 19.456 9.216 19.456 9.216 83.968-34.816 156.672-36.864 183.296 0 6.621 11.817 10.521 25.933 10.521 40.96s-3.9 29.143-10.742 41.391l0.221-0.431c-6.144 15.36 0 17.408 13.312 20.992v0c53.43 10.556 94.076 54.33 99.794 108.517l0.046 0.539c0 104.96-148.992 234.496-372.224 234.496z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210523],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210524_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210524],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M844.8 435.712v0c-14.848-4.608-25.088-7.68-17.408-27.136 8.426-15.155 13.386-33.238 13.386-52.48s-4.96-37.325-13.671-53.041l0.285 0.561c-34.304-51.2-128-46.592-235.52 0 0 0-33.792 14.848-25.088-11.776 7.274-15.154 11.524-32.945 11.524-51.728 0-26.936-8.74-51.831-23.539-72.004l0.238 0.34c-58.368-59.904-213.504 0.512-346.624 133.632-99.328 99.328-157.184 205.312-157.184 296.448 0 174.592 224.256 281.088 443.392 281.088 286.72 0 478.208-166.912 478.208-299.52-5.881-71.868-58.39-129.945-126.96-144.203l-1.040-0.181zM508.928 563.2c-11.887 18.642-32.458 30.828-55.874 30.828-8.829 0-17.253-1.732-24.951-4.876l0.441 0.159c-16.701-7.171-28.185-23.476-28.185-42.463 0-10.44 3.472-20.069 9.324-27.796l-0.084 0.115c11.909-18.519 32.41-30.611 55.736-30.611 8.11 0 15.878 1.462 23.056 4.136l-0.456-0.149c17.564 6.94 29.763 23.768 29.763 43.446 0 10.216-3.288 19.665-8.864 27.344l0.093-0.135zM495.104 819.2c-175.104 17.408-326.144-61.952-337.408-176.64-10.24-106.496 98.304-203.776 248.32-232.96-19.662 14.525-35.67 32.823-47.186 53.924l-0.43 0.86c-9.073 17.281-14.397 37.757-14.397 59.476 0 60.199 40.903 110.845 96.433 125.662l0.908 0.206c16.73 5.235 35.966 8.251 55.907 8.251 44.24 0 85.014-14.844 117.611-39.823l-0.462 0.34c-1.619 13.944-4.498 26.597-8.579 38.697l0.387-1.321c-1.258 3.746-1.984 8.060-1.984 12.544 0 22.445 18.195 40.64 40.64 40.64 17.961 0 33.201-11.652 38.573-27.809l0.083-0.287c8.471-25.533 13.358-54.927 13.358-85.461 0-34.947-6.401-68.4-18.094-99.248l0.641 1.926c-0.557-26.008-9.109-49.914-23.286-69.477l0.246 0.357c68.771 21.14 120.501 77.641 134.451 147.756l0.205 1.236c11.264 114.688-121.344 221.696-295.936 241.152z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210524],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210525_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210525],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM209.408 685.056h-28.672l-14.336-86.528 14.336-86.528h28.672l14.848 86.528zM324.608 685.056h-28.672l-14.336-115.712 14.336-114.688h28.672l14.336 114.688zM439.808 685.056h-30.208l-12.8-173.056 12.8-173.056h28.672l16.384 173.056zM794.112 685.056h-271.36c-5.793-0.733-10.293-5.409-10.749-11.221l-0.003-0.043v-311.296c0-5.632 0-8.704 9.216-11.776 18.666-7.133 40.254-11.264 62.807-11.264 0.059 0 0.119 0 0.178 0l-0.009-0c89.863 0.158 163.649 68.785 171.979 156.488l0.053 0.696c11.191-4.728 24.192-7.537 37.833-7.68l0.055-0c51.154 3.811 91.214 46.251 91.214 98.048s-40.060 94.237-90.888 98.028l-0.326 0.020z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210525],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210526_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210526],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M854.016 485.376c-0.079-0-0.172-0-0.265-0-16.493 0-32.24 3.196-46.655 9.003l0.84-0.299c-10.969-103.742-97.991-183.873-203.728-183.873-1.817 0-3.629 0.024-5.435 0.071l0.267-0.006c-27.236 0.047-53.274 5.114-77.259 14.324l1.483-0.5c-8.704 3.072-11.264 6.656-11.264 13.312v362.496c-0 0.003-0 0.006-0 0.010 0 7.172 5.672 13.019 12.774 13.301l0.026 0.001h329.216c63.058 0 114.176-51.118 114.176-114.176s-51.118-114.176-114.176-114.176v0zM409.6 713.728h28.672l16.384-201.728-14.848-201.728h-30.208l-12.8 201.728zM323.072 713.728h-27.136l-14.336-146.432 14.336-141.824h28.672l14.336 143.872zM179.2 713.728h28.672l14.848-115.2-13.312-115.2h-28.672l-14.336 115.2zM65.536 655.872h28.672l14.336-57.344-14.336-57.856h-28.672l-14.336 57.856z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210526],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210527_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210527],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M324.608 803.84c41.458-0.512 74.87-34.239 74.87-75.771 0-25.82-12.914-48.624-32.635-62.305l-0.25-0.164-59.392-39.936c9.503-2.925 20.427-4.609 31.744-4.609 0.18 0 0.36 0 0.54 0.001l-0.028-0c66.97 0.062 121.236 54.365 121.236 121.344 0 67.016-54.328 121.344-121.344 121.344-65.216 0-118.415-51.447-121.227-115.97l-0.009-0.254 65.024 43.52c11.714 7.669 26.054 12.247 41.461 12.288l0.011 0zM819.2 51.2c84.831 0 153.6 68.769 153.6 153.6v0 614.4c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-182.784l109.056 72.704c-1.951 9.998-3.068 21.495-3.068 33.252 0 100.383 81.377 181.76 181.76 181.76 50.184 0 95.617-20.338 128.508-53.22l-0 0c33.315-32.804 53.956-78.398 53.956-128.812 0-11.112-1.003-21.99-2.923-32.549l0.167 1.104 223.744-198.656c97.243-15.584 170.647-98.88 170.647-199.319 0-111.411-90.317-201.728-201.728-201.728-100.44 0-183.735 73.404-199.166 169.493l-0.153 1.154-182.272 281.6c-30.585 1.666-58.767 10.581-83.287 25.043l0.855-0.467-196.096-133.12v-249.856c0-84.831 68.769-153.6 153.6-153.6v0zM857.6 310.272c-0.291-79.238-64.593-143.36-143.871-143.36-79.458 0-143.872 64.414-143.872 143.872s64.413 143.871 143.871 143.872l0 0c0 0 0.001 0 0.001 0 79.458 0 143.872-64.414 143.872-143.872 0-0.18-0-0.36-0.001-0.54l0 0.028zM627.2 310.272c0-47.788 38.74-86.528 86.528-86.528s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528v0c-47.788 0-86.528-38.74-86.528-86.528v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210527],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210528_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210528],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M685.056 307.2c0.001-47.787 38.74-86.526 86.528-86.526s86.528 38.74 86.528 86.528c0 47.788-38.74 86.528-86.528 86.528-0.18 0-0.36-0.001-0.54-0.002l0.028 0c-0 0-0.001 0-0.002 0-47.505 0-86.016-38.511-86.016-86.016 0-0.18 0.001-0.36 0.002-0.54l-0 0.028zM913.92 164.864c-36.501-36.475-86.912-59.034-142.592-59.034s-106.091 22.559-142.593 59.035l0.001-0.001c-29.989 29.666-50.523 68.835-56.711 112.616l-0.121 1.048-184.32 279.552c-26.48 1.039-51.166 7.732-73.203 18.896l1.011-0.464-141.824-112.128c-12.697-10.034-28.937-16.095-46.592-16.095-41.69 0-75.487 33.796-75.487 75.487 0 24.035 11.233 45.446 28.735 59.271l0.159 0.121 140.288 109.568c-3.501 13.333-5.511 28.64-5.511 44.417 0 100.383 81.377 181.76 181.76 181.76s181.76-81.377 181.76-181.76c0-10.991-0.975-21.753-2.845-32.206l0.163 1.101 223.744-200.704c98.586-14.075 173.543-97.936 173.543-199.304 0-55.779-22.696-106.257-59.357-142.702l-0.010-0.010zM396.8 859.136c-67.016 0-121.344-54.328-121.344-121.344v0 0l60.416 47.104c12.328 9.31 27.909 14.911 44.799 14.911 25.2 0 47.487-12.469 61.029-31.575l0.156-0.232c9.056-12.277 14.494-27.705 14.494-44.404 0-23.28-10.57-44.091-27.172-57.897l-0.123-0.099-57.344-45.056c7.159-2.604 15.617-4.748 24.349-6.053l0.739-0.091c67.016 0 121.344 54.328 121.344 121.344s-54.328 121.344-121.344 121.344v0zM771.072 449.536c-79.735-0.008-144.369-64.648-144.369-144.384 0-79.741 64.643-144.384 144.384-144.384s144.384 64.643 144.384 144.384c0 0.72-0.005 1.439-0.016 2.157l0.001-0.109c-0.58 79.017-64.77 142.849-143.868 142.849-0.181 0-0.362-0-0.544-0.001l0.028 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210528],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210529_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210529],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM454.656 742.4c-0.29 31.732-26.081 57.344-57.854 57.344-0.001 0-0.002-0-0.002-0l-115.2 0c-31.67 0-57.344-25.674-57.344-57.344h0v-460.8c-0-31.67 25.674-57.344 57.344-57.344l0 0h115.2c0.001-0 0.001-0 0.002-0 31.773 0 57.564 25.612 57.854 57.317l0 0.027zM799.744 569.344c0 0.001 0 0.001 0 0.002 0 31.773-25.612 57.564-57.317 57.854l-0.027 0h-115.2c-31.837-0.287-57.569-26.019-57.856-57.829l-0-0.027v-287.744c0.29-31.732 26.081-57.344 57.854-57.344 0.001 0 0.002 0 0.002 0l115.2-0c31.67-0 57.344 25.674 57.344 57.344l0 0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210529],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210530_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210530],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M143.36 51.2h184.32c50.899-0 92.16 41.261 92.16 92.16v737.28c0 50.899-41.261 92.16-92.16 92.16h-184.32c-50.899 0-92.16-41.261-92.16-92.16v-737.28c0-50.899 41.261-92.16 92.16-92.16z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M870.4 153.6v440.32h-163.84v-440.32h163.84zM880.64 51.2h-184.32c-50.782 0.289-91.871 41.378-92.16 92.132l-0 0.028v460.8c0.289 50.782 41.378 91.871 92.132 92.16l0.028 0h184.32c50.782-0.289 91.871-41.378 92.16-92.132l0-0.028v-460.8c-0.289-50.782-41.378-91.871-92.132-92.16l-0.028-0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210530],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210531_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210531],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM709.632 793.6c-20.85 10.178-45.376 19.28-70.874 25.986l-2.854 0.638c-20.712 4.886-44.492 7.688-68.928 7.688-0.788 0-1.575-0.003-2.361-0.009l0.12 0.001c-2.951 0.158-6.405 0.248-9.88 0.248-20.967 0-41.169-3.274-60.124-9.337l1.396 0.386c-22.078-6.995-41.185-17.668-57.602-31.443l0.258 0.211c-14.036-11.567-25.167-26.145-32.478-42.781l-0.29-0.739c-5.956-17.439-9.394-37.529-9.394-58.422 0-2.862 0.065-5.709 0.192-8.54l-0.014 0.402v-225.28h-86.528v-89.6c27.399-7.829 51.286-19.934 72.234-35.728l-0.554 0.4c17.661-14.849 32.103-32.889 42.559-53.307l0.449-0.965c11.223-23.59 19.031-50.995 21.931-79.848l0.085-1.048h90.624v146.432h147.456v113.664h-147.456v161.792c-0.503 6.139-0.789 13.288-0.789 20.504 0 17.006 1.591 33.641 4.633 49.763l-0.26-1.659c5.272 11.534 13.75 20.836 24.294 26.984l0.282 0.152c13.133 8.054 29.034 12.824 46.049 12.824 0.731 0 1.46-0.009 2.187-0.026l-0.108 0.002c35.918-0.907 68.967-12.461 96.309-31.607l-0.565 0.375v102.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210531],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210532_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210532],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M569.344 454.144v211.456c-0.692 8.791-1.087 19.035-1.087 29.372 0 24.725 2.258 48.923 6.58 72.398l-0.373-2.442c7.432 16.946 19.648 30.646 34.933 39.719l0.395 0.217c19.253 11.594 42.494 18.452 67.338 18.452 0.807 0 1.612-0.007 2.415-0.022l-0.121 0.002c2.812 0.152 6.104 0.238 9.416 0.238 41.764 0 80.319-13.737 111.394-36.94l-0.49 0.35v138.24c-30.163 14.893-65.339 27.558-102.070 36.19l-3.402 0.674c-29.799 7.166-64.011 11.276-99.183 11.276-1.131 0-2.261-0.004-3.39-0.013l0.173 0.001c-1.892 0.046-4.12 0.072-6.355 0.072-33.326 0-65.288-5.842-94.916-16.558l1.943 0.614c-31.929-10.605-59.527-26.309-83.316-46.386l0.372 0.306c-20.648-16.498-36.884-37.663-47.225-61.942l-0.391-1.034c-8.588-25.376-13.544-54.603-13.544-84.987 0-3.963 0.084-7.907 0.251-11.829l-0.019 0.56v-323.072h-124.416v-130.56c39.134-11.722 73.206-29.216 103.233-51.8l-0.833 0.6c25.454-21.602 46.261-47.807 61.301-77.434l0.651-1.414c16.751-34.165 28.224-73.927 32.153-115.882l0.103-1.366h148.48v230.4h230.4v173.056h-230.4z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210532],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210533_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210533],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M166.4 51.2l-86.528 143.872v662.528h230.4v115.2h115.2l115.2-115.2h144.384l259.072-259.072v-547.328zM828.928 540.672l-143.872 144.384h-144.384l-115.2 114.688v-114.688h-172.544v-518.656h576z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M627.2 281.6h86.528v230.4h-86.528z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M454.656 281.6h86.016v230.4h-86.016z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210533],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210534_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210534],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM870.4 289.792c-20.036 29.765-44.339 54.883-72.36 75.185l-0.856 0.591c0 6.656 0 12.8 0 19.456-0.116 230.936-187.352 418.101-418.304 418.101-83.644 0-161.554-24.55-226.918-66.838l1.638 0.993c11.776 0 23.040 0 35.328 0 0.089 0 0.194 0 0.298 0 68.973 0 132.406-23.719 182.588-63.445l-0.614 0.469c-63.94-1.755-117.645-43.672-136.912-101.352l-0.304-1.048c4.14 0.362 8.958 0.568 13.824 0.568s9.684-0.206 14.445-0.611l-0.621 0.042c0.517 0.007 1.128 0.011 1.74 0.011 13.235 0 26.032-1.874 38.141-5.371l-0.969 0.24c-67.605-14.059-117.688-73.106-117.76-143.864l-0-0.008c19.178 10.923 42.003 17.663 66.335 18.426l0.225 0.006c-38.936-26.372-64.462-69.998-65.533-119.646l-0.003-0.162c0.189-27.292 7.976-52.727 21.346-74.343l-0.354 0.615c72.871 89.072 180.615 147.256 302.084 153.558l1.020 0.042c-2.564-10.135-4.055-21.78-4.096-33.766l-0-0.026c-0.034-1.184-0.054-2.577-0.054-3.974 0-81.155 65.789-146.944 146.944-146.944 43.235 0 82.109 18.672 108.997 48.392l0.113 0.126c35.155-7.135 66.367-19.564 94.498-36.578l-1.314 0.738c-11.384 34.647-34.183 62.923-63.861 81.039l-0.651 0.369c30.29-3.255 58.013-10.669 83.812-21.712l-1.892 0.72z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210534],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210535_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210535],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 226.304c-31.601 14.307-68.26 24.757-106.684 29.508l-1.86 0.188c38.701-23.155 67.946-58.703 82.546-101.072l0.398-1.328c-34.481 20.852-74.639 36.677-117.436 45.175l-2.372 0.393c-34.616-36.604-83.52-59.387-137.745-59.387-103.723 0-187.976 83.359-189.421 186.739l-0.002 0.136c-0.004 0.449-0.007 0.981-0.007 1.512 0 14.738 1.87 29.039 5.385 42.678l-0.259-1.183c-157.564-7.865-296.18-82.817-388.862-196.656l-0.77-0.976c-16.080 27.254-25.58 60.050-25.58 95.066 0 65.287 33.026 122.861 83.284 156.925l0.665 0.425c-31.53-1.241-60.801-9.818-86.499-24.058l0.995 0.506c-0 0.051-0 0.112-0 0.173 0 91.747 65.576 168.179 152.415 184.98l1.185 0.191c-14.503 4.239-31.164 6.678-48.394 6.678-0.987 0-1.971-0.008-2.954-0.024l0.148 0.002c-0.148 0-0.322 0.001-0.497 0.001-12.489 0-24.716-1.118-36.588-3.259l1.246 0.186c25.139 75.497 94.379 129.298 176.433 131.068l0.207 0.004c-63.995 50.745-145.919 81.408-235.005 81.408-0.001 0-0.002-0-0.003-0l0 0c-4.61 0.232-10.010 0.364-15.44 0.364-10.608 0-21.098-0.504-31.448-1.49l1.32 0.102c81.828 53.296 181.964 84.992 289.503 84.992 0.102 0 0.204-0 0.306-0l-0.016 0c1.068 0.008 2.33 0.012 3.593 0.012 295.212 0 534.528-239.316 534.528-534.528 0-1.084-0.003-2.168-0.010-3.251l0.001 0.167c0-8.704 0-16.384 0-24.576 36.823-27.154 67.9-59.534 92.819-96.416l0.877-1.376z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210535],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210536_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210536],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM826.88 358.4c-3.072 64.512-48.64 153.6-136.192 266.24s-167.424 175.104-229.888 175.104c-38.912 0-71.68-35.328-98.304-107.008l-55.296-197.12c-19.968-71.68-41.472-107.52-64-107.52-19.618 8.244-36.522 18.741-51.476 31.461l0.276-0.229-31.232-40.448c33.28-28.672 65.536-57.856 95.232-86.528 27.323-28.12 61.962-48.991 100.847-59.545l1.553-0.359c51.2-4.608 83.456 30.72 95.744 106.496s22.016 132.608 27.136 153.6c14.848 67.584 31.232 102.4 51.2 102.4s34.816-22.016 62.976-66.048c20.979-29.005 36.497-63.413 44.243-100.67l0.301-1.73q6.144-56.832-44.544-56.832c-0.083-0-0.181-0-0.279-0-18.431 0-35.937 3.959-51.715 11.073l0.794-0.32q51.2-160.256 187.904-153.6c68.096 0 102.4 46.080 96.256 133.12z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210536],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210537_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210537],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 297.472q-6.144 135.168-187.904 368.64-188.416 244.224-317.952 244.224c-51.2 0-99.328-51.2-136.192-148.48l-74.752-272.896c-27.136-99.328-56.832-148.48-88.576-148.48-27.602 11.596-51.41 26.038-72.72 43.425l0.528-0.417-44.032-55.808c45.568-39.936 90.624-79.872 134.656-119.808 36.384-38.307 82.588-66.951 134.586-81.91l2.118-0.522c71.168-7.168 115.712 41.984 132.096 146.944 17.92 113.152 30.208 183.296 37.376 210.944 20.992 94.208 43.52 141.312 68.096 141.312s51.2-30.72 87.040-91.648c29.141-39.345 50.714-86.14 61.533-136.917l0.419-2.347c5.632-51.2-14.848-78.848-61.952-78.848-24.722 0.44-48.066 5.861-69.225 15.298l1.129-0.45c45.568-147.968 131.584-220.16 259.584-216.064 94.208 0 139.264 64 133.632 183.808z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210537],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210538_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210538],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM307.2 648.704l-92.672 53.76s-7.168 0-7.68-3.584 24.576-84.48 24.576-84.48c-61.976-40.45-102.372-109.456-102.4-187.9l-0-0.004c0-130.048 124.416-240.128 274.432-238.080 3.22-0.137 6.999-0.215 10.795-0.215 126.302 0 232.451 86.289 262.71 203.13l0.414 1.885c-86.528-8.704-242.176 38.4-267.776 190.976-1.683 9.064-2.646 19.493-2.646 30.147 0 18.298 2.84 35.932 8.102 52.486l-0.336-1.226c-5.322 0.423-11.523 0.665-17.779 0.665-32.352 0-63.197-6.453-91.317-18.142l1.577 0.581zM819.2 763.904s21.504 62.976 20.992 65.536c-0.211 3.134-2.562 5.66-5.594 6.139l-0.038 0.005c-3.584 0-70.144-40.448-70.144-40.448-29.276 11.641-63.183 18.56-98.658 18.943l-0.158 0.001c-137.216 0-237.568-93.184-237.568-204.8s103.424-199.68 237.568-199.68 232.448 85.504 232.448 196.608c0.012 0.787 0.019 1.716 0.019 2.646 0 64.387-32.652 121.148-82.3 154.629l-0.663 0.421z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M549.888 349.184c0 19.794-16.046 35.84-35.84 35.84s-35.84-16.046-35.84-35.84c0-19.794 16.046-35.84 35.84-35.84s35.84 16.046 35.84 35.84z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M576.512 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744v0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M298.496 313.856c-0.151-0.002-0.33-0.004-0.508-0.004-19.794 0-35.84 16.046-35.84 35.84s16.046 35.84 35.84 35.84c19.794 0 35.84-16.046 35.84-35.84 0-0.179-0.001-0.357-0.004-0.535l0 0.027c0-19.511-15.817-35.328-35.328-35.328v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M744.96 503.296c-0.152-0.003-0.332-0.004-0.512-0.004-17.249 0-31.232 13.983-31.232 31.232 0 0.001 0 0.003 0 0.004l-0-0c0 17.532 14.212 31.744 31.744 31.744h-0c0.001 0 0.003 0 0.004 0 17.249 0 31.232-13.983 31.232-31.232 0-0.18-0.002-0.36-0.005-0.539l0 0.027c0-17.249-13.983-31.232-31.232-31.232v0z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210538],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210539_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210539],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M380.416 123.904c-179.712-2.56-329.216 132.096-329.216 285.696 0.425 94.335 49.471 177.121 123.352 224.64l1.064 0.64s-30.208 99.328-29.696 102.4 6.656 5.632 9.216 4.608l108.544-66.048c30.184 12.682 65.267 20.051 102.071 20.051 10.398 0 20.658-0.588 30.749-1.733l-1.236 0.114c-6.244-18.741-9.846-40.318-9.846-62.736 0-11.656 0.974-23.085 2.845-34.21l-0.167 1.202c31.744-182.784 218.624-240.128 321.536-229.888-37.162-141.97-164.295-245.025-315.498-245.025-4.825 0-9.625 0.105-14.399 0.313l0.68-0.024zM256 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0zM512 358.4c-23.47 0-42.496-19.026-42.496-42.496v0c0.567-23.135 19.317-41.706 42.469-41.984l0.027-0c23.637 0.285 42.723 19.371 43.008 42.981l0 0.027c-0.851 23.082-19.768 41.472-42.981 41.472-0.010 0-0.019-0-0.029-0l0.002 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 626.688c0-133.632-129.024-236.032-279.040-236.032-158.72 0-285.184 102.4-285.184 238.080s120.32 244.736 285.184 245.76c41.985-0.859 81.808-9.049 118.588-23.336l-2.364 0.808s79.872 48.64 84.48 48.128c3.633-0.496 6.435-3.474 6.655-7.147l0.001-0.021c0-3.072-25.6-78.336-25.6-78.336 59.087-40.868 97.305-108.267 97.305-184.593 0-1.164-0.009-2.327-0.027-3.487l0.002 0.175zM589.312 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.020 0.458 0.031 0.996 0.031 1.536 0 20.925-16.963 37.888-37.888 37.888-0.011 0-0.022-0-0.033-0l0.002 0zM794.112 575.488c-20.925 0-37.888-16.963-37.888-37.888s16.963-37.888 37.888-37.888c20.925 0 37.888 16.963 37.888 37.888v-0c0.022 0.485 0.035 1.053 0.035 1.625 0 20.925-16.963 37.888-37.888 37.888-0.913 0-1.819-0.032-2.715-0.096l0.121 0.007z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210539],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210540_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210540],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM211.968 771.072c0 8.704-7.168 22.016-16.384 21.504v0c-8.192 0-14.336-12.288-14.848-20.992-0.305-6.241-0.478-13.555-0.478-20.909 0-101.734 33.227-195.708 89.42-271.661l-0.878 1.242c11.248-14.903 22.826-28.105 35.29-40.411l0.038-0.037c-2.919-7.215-4.612-15.582-4.612-24.345 0-0.261 0.002-0.522 0.005-0.782l-0 0.040c-0.010-0.436-0.015-0.95-0.015-1.465 0-38.457 31.175-69.632 69.632-69.632s69.632 31.175 69.632 69.632c0 38.457-31.175 69.632-69.632 69.632-17.459 0-33.417-6.425-45.638-17.040l0.086 0.073c-9.728 10.24-19.968 23.040-30.208 36.352-51.191 68.028-81.982 153.935-81.982 247.034 0 7.656 0.208 15.264 0.619 22.817l-0.046-1.052zM355.328 596.48c-15.131-1.225-29.083-3.765-42.517-7.542l1.557 0.374c-6.712-2.151-11.485-8.335-11.485-15.634 0-1.73 0.268-3.397 0.765-4.962l-0.032 0.116c1.973-6.679 8.052-11.47 15.249-11.47 1.685 0 3.308 0.262 4.831 0.749l-0.112-0.031c10.167 2.564 22.079 4.39 34.292 5.096l0.524 0.024c2.837 0.191 6.15 0.299 9.488 0.299 83.134 0 150.528-67.394 150.528-150.528s-67.394-150.528-150.528-150.528c-80.147 0-145.665 62.638-150.269 141.63l-0.019 0.407c-0.314 3.519-0.493 7.611-0.493 11.746 0 20.782 4.519 40.508 12.627 58.25l-0.359-0.876c1.621 2.498 2.584 5.552 2.584 8.832 0 9.049-7.335 16.384-16.384 16.384-7.639 0-14.058-5.228-15.871-12.302l-0.025-0.114c-9.379-21.268-14.838-46.067-14.838-72.14 0-100.949 81.835-182.784 182.784-182.784s182.784 81.835 182.784 182.784c0 100.949-81.835 182.784-182.784 182.784-5.049 0-10.050-0.205-14.996-0.606l0.65 0.042zM681.472 586.752c-54.162-2.972-96.956-47.616-96.956-102.255 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 18.793-5.062 36.403-13.898 51.541l0.262-0.486c-4.312 7.152-8.875 13.345-13.944 19.082l0.12-0.138c-1.655 1.599-3.913 2.585-6.4 2.585s-4.745-0.985-6.403-2.587l0.003 0.003c-1.727-1.596-2.805-3.872-2.805-6.4s1.078-4.804 2.799-6.395l0.006-0.005c3.978-4.639 7.547-9.841 10.525-15.408l0.227-0.464c6.778-11.929 10.774-26.206 10.774-41.416 0-46.94-38.052-84.992-84.992-84.992s-84.992 38.052-84.992 84.992c0 45.852 36.309 83.223 81.743 84.931l0.156 0.005c5.148 0.28 9.216 4.522 9.216 9.715 0 0.005-0 0.009-0 0.014l0-0.001c-0.731 4.421-4.526 7.751-9.099 7.751-0.402 0-0.799-0.026-1.187-0.076l0.046 0.005zM843.776 650.752c-1.543 3.055-4.658 5.114-8.253 5.114-1.079 0-2.114-0.185-3.076-0.526l0.064 0.020c-56.524-19.385-102.632-56.873-132.504-105.42l-0.616-1.076c-5.82-9.622-11.171-20.769-15.439-32.437l-0.433-1.355c-0.127 0.002-0.277 0.003-0.427 0.003-4.874 0-9.483-1.135-13.577-3.155l0.18 0.080c-12.761-5.19-21.593-17.495-21.593-31.862 0-18.946 15.358-34.304 34.304-34.304 6.041 0 11.718 1.562 16.648 4.304l-0.175-0.089c11.623 5.803 19.465 17.61 19.465 31.249 0 5.188-1.135 10.112-3.17 14.535l0.089-0.216c-2.995 6.345-7.761 11.441-13.66 14.763l-0.164 0.085c4.608 11.629 9.42 21.4 14.899 30.734l-0.563-1.038c28.392 45.449 70.875 79.814 121.251 97.3l1.629 0.492c3.62 1.298 6.162 4.7 6.162 8.695 0 1.104-0.194 2.163-0.55 3.145l0.020-0.064s-0.512 0.512-0.512 1.024z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210540],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210541_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210541],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M96.768 870.4c0 12.8-10.24 30.72-22.528 30.208h-2.56c-11.264 0-19.968-16.896-20.48-28.672-0.355-7.933-0.557-17.235-0.557-26.585 0-142.108 46.727-273.302 125.655-379.056l-1.194 1.673c16.516-20.274 33.26-38.478 51.020-55.635l0.18-0.173c-4.084-10.157-6.515-21.927-6.655-34.247l-0.001-0.057c-0.001-0.146-0.001-0.318-0.001-0.49 0-53.161 43.095-96.256 96.256-96.256s96.256 43.095 96.256 96.256c0 53.161-43.095 96.256-96.256 96.256-0.72 0-1.438-0.008-2.153-0.024l0.107 0.002c-0.139 0.001-0.304 0.001-0.469 0.001-24.002 0-45.919-8.927-62.611-23.643l0.104 0.090c-13.856 15.38-27.452 32.062-40.208 49.401l-1.264 1.799c-70.767 93.834-113.341 212.396-113.341 340.902 0 9.937 0.255 19.814 0.757 29.625l-0.056-1.375z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M294.912 628.736c-20.569-1.281-39.788-4.749-58.157-10.195l1.837 0.467c-9.219-3.152-15.729-11.74-15.729-21.849 0-2.248 0.322-4.42 0.922-6.474l-0.041 0.163c2.833-9.43 11.436-16.183 21.616-16.183 2.147 0 4.224 0.3 6.191 0.861l-0.159-0.039c13.661 4.405 29.533 7.502 45.939 8.667l0.653 0.037c3.538 0.215 7.674 0.337 11.839 0.337 114.805 0 207.872-93.067 207.872-207.872s-93.067-207.872-207.872-207.872c-110.002 0-200.048 85.444-207.389 193.584l-0.035 0.639c-0.212 3.541-0.332 7.682-0.332 11.85 0 31.117 6.721 60.665 18.792 87.27l-0.539-1.328c1.183 2.649 1.872 5.74 1.872 8.992 0 9.233-5.554 17.168-13.503 20.648l-0.145 0.057c-2.669 1.278-5.801 2.024-9.107 2.024-9.106 0-16.89-5.66-20.026-13.654l-0.050-0.146c-13.178-29.261-20.855-63.432-20.855-99.397 0-7.365 0.322-14.655 0.953-21.857l-0.066 0.934c8.887-132.434 118.488-236.493 252.393-236.493 139.688 0 252.928 113.24 252.928 252.928s-113.24 252.928-252.928 252.928c-5.937 0-11.826-0.205-17.661-0.607l0.788 0.044z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M746.496 614.4c-76.909-2.875-138.166-65.917-138.166-143.266 0-79.176 64.184-143.36 143.36-143.36s143.36 64.184 143.36 143.36c0 25.526-6.672 49.495-18.366 70.256l0.372-0.718c-5.82 10.076-12.085 18.787-19.11 26.818l0.166-0.194c-2.307 2.263-5.47 3.659-8.96 3.659s-6.653-1.396-8.962-3.661l0.002 0.002c-2.294-2.388-3.706-5.637-3.706-9.216s1.412-6.828 3.71-9.22l-0.004 0.004c5.959-6.2 11.074-13.276 15.119-21l0.241-0.504c9.354-16.502 14.867-36.245 14.867-57.276 0-65.037-52.723-117.76-117.76-117.76s-117.76 52.723-117.76 117.76c0 43.971 24.1 82.314 59.811 102.539l0.585 0.305c14.789 8.271 32.248 13.626 50.839 14.829l0.361 0.019c0.003-0 0.007-0 0.011-0 6.786 0 12.288 5.502 12.288 12.288 0 0.18-0.004 0.359-0.012 0.537l0.001-0.025c0.007 0.164 0.011 0.357 0.011 0.551 0 6.996-5.396 12.731-12.253 13.271l-0.046 0.003z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 704c-2.088 4.401-6.495 7.39-11.6 7.39-1.531 0-3-0.269-4.361-0.762l0.089 0.028c-78.52-26.936-142.649-78.8-184.49-145.984l-0.854-1.472c-7.908-13.134-15.476-28.472-21.782-44.448l-0.746-2.144c-6.933-0.336-13.398-1.999-19.258-4.74l0.314 0.132c-16.133-7.762-27.070-23.98-27.070-42.752 0-26.12 21.174-47.294 47.294-47.294 7.347 0 14.304 1.675 20.507 4.665l-0.283-0.123c17.671 6.887 29.965 23.77 29.965 43.524 0 18.382-10.645 34.277-26.106 41.858l-0.275 0.122c6.1 15.756 12.984 29.246 21.046 41.912l-0.566-0.952c39.001 63.222 97.861 110.975 167.752 135.013l2.232 0.667c4.915 2.031 8.31 6.787 8.31 12.337 0 1.446-0.231 2.838-0.657 4.142l0.027-0.094z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210541],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210542_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210542],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM332.8 650.752h-99.84c-0.027 0-0.060 0-0.092 0-5.362 0-10.061-2.843-12.671-7.103l-0.037-0.065c-1.204-2.224-1.912-4.87-1.912-7.68s0.708-5.456 1.954-7.767l-0.043 0.087 105.984-186.368-67.584-117.248c-2.479-2.855-3.989-6.609-3.989-10.715 0-2.424 0.526-4.725 1.471-6.795l-0.042 0.102c2.912-4.064 7.621-6.681 12.94-6.681 0.311 0 0.62 0.009 0.927 0.027l-0.042-0.002h101.376c12.548 0.365 23.237 7.957 28.079 18.743l0.081 0.201 68.096 121.344c-3.584 7.68-109.056 190.464-109.056 190.464-4.43 11.061-14.802 18.852-27.065 19.453l-0.071 0.003zM803.84 189.952l-220.672 388.608 140.8 256c1.206 2.307 1.914 5.039 1.914 7.936s-0.708 5.629-1.96 8.032l0.046-0.096c-2.727 3.771-7.114 6.196-12.067 6.196-0.438 0-0.872-0.019-1.301-0.056l0.056 0.004h-99.328c-12.548-0.365-23.237-7.957-28.079-18.743l-0.081-0.201s-141.312-258.048-141.312-259.072l223.744-393.216c4.295-10.863 14.514-18.496 26.57-18.942l0.054-0.002h102.4c0.193-0.009 0.419-0.014 0.647-0.014 5.235 0 9.859 2.619 12.632 6.619l0.033 0.051c1.344 2.19 2.14 4.842 2.14 7.68s-0.796 5.49-2.177 7.745l0.037-0.065z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210542],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210543_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210543],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M191.488 232.96c-0.413-0.029-0.894-0.045-1.38-0.045-6.998 0-13.196 3.424-17.010 8.688l-0.042 0.061c-1.785 2.837-2.844 6.287-2.844 9.984s1.059 7.147 2.891 10.063l-0.046-0.079 89.6 153.6-140.288 250.368c-1.59 2.886-2.526 6.326-2.526 9.984s0.936 7.098 2.581 10.093l-0.055-0.109c3.603 5.582 9.792 9.224 16.831 9.224 0.203 0 0.405-0.003 0.606-0.009l-0.030 0.001h133.12c16.235-0.881 29.883-11.091 35.741-25.327l0.099-0.273s138.24-244.224 143.36-256l-91.136-157.184c-6.42-14.665-20.68-24.787-37.338-25.087l-0.038-0.001z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M749.568 51.2c-16.423 0.316-30.328 10.76-35.752 25.331l-0.088 0.269s-286.208 507.392-295.424 524.288l188.416 346.112c6.378 14.793 20.615 25.070 37.31 25.598l0.066 0.002h132.608c0.419 0.031 0.907 0.049 1.399 0.049 6.841 0 12.879-3.44 16.477-8.685l0.044-0.068c1.828-2.91 2.913-6.448 2.913-10.24s-1.085-7.33-2.96-10.321l0.048 0.081-186.88-342.016s0 0 0 0l293.376-521.216c1.678-2.949 2.667-6.479 2.667-10.24s-0.989-7.291-2.721-10.344l0.054 0.104c-3.535-5.284-9.478-8.716-16.223-8.716-0.237 0-0.472 0.004-0.707 0.013l0.034-0.001z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210543],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210544_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210544],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M886.272 51.2h-748.544c-47.788 0-86.528 38.74-86.528 86.528v0 748.544c-0 47.788 38.74 86.528 86.528 86.528l0-0h748.544c47.788 0 86.528-38.74 86.528-86.528l-0-0v-748.544c0-47.788-38.74-86.528-86.528-86.528l-0 0zM178.688 647.168c-8.69-3.429-14.726-11.754-14.726-21.488 0-4.145 1.094-8.033 3.010-11.394l-0.060 0.113 22.528-51.2-57.344-129.024c-1.355-2.882-2.145-6.259-2.145-9.821 0-9.91 6.12-18.39 14.787-21.867l0.159-0.056c3.125-1.464 6.785-2.318 10.645-2.318 11.117 0 20.579 7.086 24.115 16.987l0.056 0.179 36.352 91.136 39.936-91.136c2.76-10.471 12.146-18.067 23.305-18.067 4.427 0 8.574 1.195 12.137 3.28l-0.114-0.062c8.766 3.217 14.908 11.491 14.908 21.2 0 3.858-0.97 7.489-2.679 10.664l0.059-0.12-89.088 196.096c-6.656 13.312-15.872 25.088-35.84 16.896zM368.64 572.928c-1.238 0.072-2.686 0.113-4.143 0.113-41.85 0-75.776-33.926-75.776-75.776 0-0.94 0.017-1.876 0.051-2.808l-0.004 0.135c3.424-41.55 37.989-73.974 80.128-73.974s76.704 32.424 80.109 73.684l0.019 0.29c0.082 1.304 0.128 2.827 0.128 4.361 0 41.002-33.238 74.24-74.24 74.24-2.208 0-4.393-0.096-6.552-0.285l0.28 0.020zM596.992 515.584c-2.528 33.83-30.597 60.319-64.854 60.319-2.586 0-5.136-0.151-7.643-0.444l0.305 0.029c-73.216 0-72.192-46.080-72.192-54.784v-72.704c-0.033-0.46-0.052-0.996-0.052-1.536 0-12.442 10.086-22.528 22.528-22.528 0.018 0 0.037 0 0.055 0l-0.003-0c13.312 0 19.968 7.68 20.48 22.528v73.216c0 6.144 3.584 24.576 29.184 24.064 0.46 0.028 0.998 0.044 1.54 0.044 14.822 0 26.869-11.884 27.132-26.643l0-0.025v-72.704c0-14.848 7.68-23.040 21.504-24.064 0.493-0.042 1.066-0.066 1.645-0.066 11.311 0 20.48 9.169 20.48 20.48 0 0.745-0.040 1.48-0.117 2.204l0.008-0.090zM743.936 566.784c-4.515 3.639-10.32 5.841-16.64 5.841s-12.125-2.202-16.691-5.881l0.051 0.040-62.976-51.2v41.472c0 12.288-8.192 18.944-23.040 18.944s-22.016-6.144-23.040-19.456v-113.664c0-12.725 10.315-23.040 23.040-23.040s23.040 10.315 23.040 23.040v-0 38.4l56.832-51.2c4.362-4.023 10.213-6.49 16.64-6.49s12.278 2.467 16.657 6.506l-0.017-0.015c16.896 15.872 0 33.792 0 33.792l-38.912 33.792 43.52 36.864c3.528 4.094 5.676 9.463 5.676 15.335 0 4.985-1.549 9.608-4.191 13.415l0.051-0.078zM893.44 519.168v0c0 36.352-25.088 55.808-72.192 56.32s-70.656-19.968-72.192-56.32v-74.24c0-14.848 7.68-23.552 22.528-23.552s19.968 8.704 20.992 23.552v72.704c2.652 13.61 14.479 23.741 28.672 23.741s26.020-10.132 28.642-23.557l0.030-0.184v-72.704c-0.163-1.006-0.256-2.166-0.256-3.348 0-12.159 9.857-22.016 22.016-22.016s22.016 9.857 22.016 22.016c0 1.182-0.093 2.341-0.272 3.473l0.016-0.125z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M404.48 497.664c0 23.187-16.046 41.984-35.84 41.984s-35.84-18.797-35.84-41.984c0-23.187 16.046-41.984 35.84-41.984s35.84 18.797 35.84 41.984z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210544],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210545_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210545],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M109.568 711.168c-10.425-3.945-17.703-13.844-17.703-25.444 0-5.164 1.442-9.991 3.946-14.1l-0.068 0.12 27.136-57.344-69.12-160.768c-1.888-3.601-2.995-7.868-2.995-12.393 0-11.652 7.344-21.589 17.656-25.434l0.188-0.061c3.829-1.844 8.326-2.921 13.075-2.921 13.239 0 24.523 8.375 28.841 20.116l0.069 0.213 43.008 110.080 46.080-109.568c2.976-12.906 14.368-22.382 27.974-22.382 5.354 0 10.366 1.468 14.654 4.023l-0.132-0.073c10.618 3.844 18.069 13.84 18.069 25.576 0 4.696-1.193 9.113-3.292 12.966l0.071-0.142-103.424 237.056c-8.704 15.872-19.456 29.696-44.032 20.48z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M614.4 552.448c-3.285 40.538-36.993 72.192-78.095 72.192-3.152 0-6.261-0.186-9.315-0.548l0.37 0.036c-88.576 0-87.040-55.296-87.040-66.048v-88.064c-0.051-0.615-0.079-1.331-0.079-2.055 0-14.704 11.92-26.624 26.624-26.624 0.208 0 0.415 0.002 0.622 0.007l-0.031-0.001c15.872 0 24.064 9.216 25.088 27.136v88.064c0 8.192 4.608 30.208 35.328 29.696 0.46 0.023 0.998 0.036 1.539 0.036 17.93 0 32.496-14.401 32.764-32.267l0-0.025v-88.064c0-17.92 9.728-27.648 26.112-28.672 0.814-0.098 1.757-0.153 2.713-0.153 13.29 0 24.064 10.774 24.064 24.064 0 0.956-0.056 1.899-0.164 2.826l0.011-0.113z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M792.064 614.4c-5.481 4.44-12.538 7.128-20.224 7.128s-14.743-2.688-20.284-7.175l0.060 0.047-75.776-66.048v51.2c0 14.848-9.728 23.040-27.648 23.040s-26.624-7.68-27.648-23.040v-135.68c1.912-13.569 13.446-23.894 27.392-23.894s25.48 10.325 27.375 23.748l0.017 0.147v48.128l68.096-64.512c5.451-4.754 12.627-7.652 20.48-7.652s15.029 2.898 20.517 7.684l-0.037-0.032c19.968 19.456-3.072 41.472-3.072 41.472l-46.592 40.448 51.2 44.544c7.234 5.271 11.881 13.713 11.881 23.241 0 6.489-2.155 12.474-5.789 17.279l0.052-0.072z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M972.8 553.984v0c-2.56 44.544-30.72 67.584-87.552 68.608s-84.992-24.064-87.040-68.096v-88.064c0-17.408 9.216-27.648 27.136-27.648s24.064 9.728 25.088 27.648v87.552c0.204 17.093 14.108 30.872 31.23 30.872 1.083 0 2.152-0.055 3.207-0.163l-0.132 0.011c0.776 0.066 1.68 0.104 2.592 0.104 17.311 0 31.437-13.637 32.222-30.754l0.003-0.071v-87.552c-0.085-0.776-0.134-1.676-0.134-2.587 0-13.856 11.232-25.088 25.088-25.088 0.407 0 0.812 0.010 1.215 0.029l-0.057-0.002c0.5-0.036 1.084-0.056 1.673-0.056 13.856 0 25.088 11.232 25.088 25.088 0 0.921-0.050 1.831-0.146 2.727l0.010-0.111z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M338.944 432.128c-0.305-0.004-0.665-0.006-1.025-0.006-52.417 0-94.943 42.349-95.231 94.698l-0 0.027c-0.035 0.951-0.056 2.069-0.056 3.191 0 50.616 41.032 91.648 91.648 91.648 1.64 0 3.271-0.043 4.89-0.128l-0.226 0.009c2.196 0.191 4.751 0.301 7.332 0.301 49.485 0 89.6-40.115 89.6-89.6 0-1.907-0.060-3.8-0.177-5.677l0.013 0.257c-0.284-52.38-42.811-94.732-95.231-94.732-0.541 0-1.080 0.005-1.618 0.013l0.081-0.001zM338.944 578.56c-24.28-2.079-43.201-22.301-43.201-46.942 0-1.499 0.070-2.982 0.207-4.445l-0.014 0.187c-0.123-1.276-0.193-2.759-0.193-4.258 0-24.641 18.92-44.863 43.026-46.93l0.175-0.012c24.543 2.103 43.668 22.544 43.668 47.452 0 1.319-0.054 2.626-0.159 3.918l0.011-0.17c0.121 1.264 0.189 2.733 0.189 4.218 0 24.82-19.197 45.157-43.553 46.972l-0.156 0.009z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210545],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210546_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210546],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M174.080 389.12v0-3.584h-36.864s-5.632 20.48-14.848 56.832l-8.192 30.72s-5.632-19.456-11.776-43.52-11.776-43.52-11.776-43.52h-39.424s0-5.12 22.528 74.752c3.584 11.264 9.216 27.136 11.776 35.328s5.632 16.384 7.68 22.528c0.669 4.078 1.051 8.779 1.051 13.568s-0.382 9.49-1.118 14.072l0.067-0.504c0 9.728 0 78.336 0 79.36 5.369 0.5 11.611 0.786 17.92 0.786s12.551-0.285 18.714-0.844l-0.794 0.058s0 0 0-3.072 0-11.264 0-48.128v-47.104l2.56-6.144c0-4.608 4.608-15.872 7.168-25.088s6.144-20.48 7.68-25.088c12.288-39.424 23.552-78.336 24.064-80.896v0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M354.304 445.952v0 0 133.632l-5.632 5.632c-5.632 5.632-10.24 8.192-14.848 7.168s-4.096 0-4.608-77.312v-69.12h-34.816v77.824c0 82.944 0 82.944 4.096 91.648 3.272 6.208 9.556 10.438 16.855 10.751l0.041 0.001c1.293 0.145 2.792 0.227 4.31 0.227 11.314 0 21.557-4.587 28.97-12.003l0-0 5.12-4.608v8.192c0 6.656 0 8.192 0 8.192h32.768v-180.224z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M268.8 481.28c-2.213-12.332-9.362-22.67-19.285-29.081l-0.171-0.103c-7.78-5.634-17.515-9.011-28.039-9.011-8.496 0-16.477 2.201-23.405 6.065l0.245-0.125c-11.908 5.973-20.604 16.853-23.498 29.915l-0.054 0.293c-0.137 0.77-0.215 1.656-0.215 2.56s0.078 1.79 0.228 2.652l-0.013-0.092c-0.608 7.206-0.955 15.594-0.955 24.064s0.347 16.858 1.027 25.153l-0.072-1.089c0 54.272 0 60.928 7.168 73.216 7.641 12.564 20.568 21.262 35.615 23.019l0.225 0.021c2.842 0.335 6.135 0.526 9.472 0.526s6.63-0.191 9.867-0.563l-0.395 0.037c12.425-4.257 22.451-12.789 28.539-23.801l0.133-0.263c2.051-3.996 3.651-8.63 4.559-13.508l0.049-0.316c0.473-8.184 0.743-17.756 0.743-27.392s-0.27-19.208-0.802-28.711l0.059 1.319c0.619-7.663 0.971-16.59 0.971-25.6s-0.353-17.936-1.045-26.768l0.074 1.168zM229.888 592.384c-1.735 0.769-3.759 1.217-5.888 1.217s-4.153-0.448-5.983-1.255l0.095 0.037c-4.187-1.812-7.352-5.313-8.675-9.619l-0.029-0.109c0-5.632 0-82.432 0-97.792 1.306-5.791 6.406-10.051 12.501-10.051 1.014 0 2 0.118 2.945 0.341l-0.087-0.017c5.632 0 8.192 5.12 9.728 12.288 0.829 7.678 1.302 16.584 1.302 25.6s-0.473 17.922-1.395 26.695l0.093-1.095c0 25.6 0 38.4 0 45.056-0.288 3.077-2.050 5.687-4.564 7.144l-0.044 0.024z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M876.544 520.192h16.384v-14.848c0-13.824 0-15.36 0-18.944-2.083-5.162-7.051-8.738-12.854-8.738-0.341 0-0.679 0.012-1.014 0.037l0.045-0.003c-0.244-0.014-0.53-0.022-0.818-0.022-7.403 0-13.584 5.238-15.037 12.21l-0.017 0.1c-0.48 4.3-0.754 9.286-0.754 14.336s0.274 10.036 0.807 14.943l-0.054-0.607s2.56 0 16.896 0z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M768 486.4c-1.803-3.961-5.727-6.666-10.283-6.666-0.165 0-0.329 0.004-0.493 0.011l0.023-0.001c-4.509 0.275-8.576 1.969-11.811 4.636l0.035-0.028h-3.072v106.496h3.072c2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c1.984-1.302 3.444-3.262 4.080-5.564l0.016-0.068c0.955-8.066 1.5-17.409 1.5-26.88s-0.545-18.814-1.605-28l0.105 1.12c1.023-7.687 1.606-16.575 1.606-25.6s-0.584-17.912-1.715-26.628l0.109 1.028z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M969.728 438.272c0.011-0.714 0.018-1.557 0.018-2.402 0-23.775-5.096-46.36-14.255-66.723l0.414 1.029c-8.369-19.393-26.414-33.168-47.885-35.308l-0.243-0.020c-16.896 0-80.896-4.608-139.776-6.144-21.774-0.611-47.4-0.959-73.107-0.959-77.166 0-153.599 3.137-229.178 9.29l9.933-0.651c-9.975 2.556-18.501 7.759-25.059 14.816l-0.029 0.032c-14.034 15.517-23.101 35.761-24.561 58.081l-0.015 0.287c-3.547 29.808-5.571 64.331-5.571 99.328s2.024 69.52 5.961 103.461l-0.39-4.133c0.974 22.633 8.702 43.288 21.202 60.201l-0.21-0.297c8.081 9.353 18.972 16.079 31.354 18.87l0.39 0.074c8.192 0 48.64 4.096 107.008 6.144h51.2c40.96 0 115.712 0 158.208 0 28.672 0 81.408-2.56 91.136-3.584h14.336c0.652 0.026 1.417 0.041 2.186 0.041 13.528 0 25.972-4.643 35.824-12.422l-0.122 0.093c14.241-13.087 24.059-30.789 27.076-50.722l0.060-0.478c4.892-29.903 7.687-64.369 7.687-99.488 0-1.024-0.002-2.047-0.007-3.070l0.001 0.157c0.051-3.286 0.080-7.163 0.080-11.047 0-26.221-1.331-52.132-3.929-77.668l0.264 3.21zM560.128 423.936h-18.944v204.8h-16.896c-2.54 0.447-5.464 0.702-8.448 0.702s-5.908-0.255-8.752-0.745l0.304 0.043s0-46.592 0-102.4v-102.4h-36.352v-31.744h110.080v31.232zM676.864 540.16v87.552h-30.208v-9.216c0-7.168 0-9.216 0-9.216-2.237 1.343-4.111 3.053-5.595 5.068l-0.037 0.052c-5.451 5.482-11.901 9.965-19.056 13.153l-0.4 0.159c-3.033 1.572-6.622 2.494-10.426 2.494-7.706 0-14.528-3.783-18.711-9.594l-0.047-0.068c-4.608-7.68-4.608-9.728-4.608-91.648v-75.776h30.208v71.168c-1.264 11.136-1.984 24.044-1.984 37.12s0.721 25.983 2.125 38.685l-0.14-1.565q3.072 5.632 10.752 3.072c3.584 0 5.632 0 10.752-7.168l6.144-6.656v-134.656h30.208v87.552zM796.16 614.4c-2.682 5.96-7.352 10.63-13.147 13.246l-0.165 0.066c-2.785 0.855-5.985 1.348-9.301 1.348-10 0-18.954-4.48-24.964-11.541l-0.038-0.046c-2.2-2.39-4.73-4.43-7.527-6.061l-0.153-0.083s0 2.56 0 7.68v8.192h-30.208v-235.008h30.208v38.4c0 20.992 0 38.4 0 38.4l6.656-8.192c5.906-6.567 14.151-10.928 23.413-11.766l0.139-0.010c15.36 0 24.576 6.656 28.672 24.576 0.892 9.664 1.4 20.901 1.4 32.256s-0.508 22.592-1.504 33.688l0.104-1.432c0 63.488 0 63.488-5.12 74.752zM921.6 580.096c0.216 2.53 0.339 5.475 0.339 8.448s-0.123 5.918-0.364 8.829l0.025-0.381c-4.019 15.236-15.903 26.95-30.94 30.659l-0.292 0.061c-4.086 1.269-8.784 1.999-13.652 1.999-17.822 0-33.358-9.791-41.52-24.288l-0.124-0.239c-5.12-10.752-5.632-12.8-5.632-65.024-0.673-8.048-1.056-17.419-1.056-26.88s0.384-18.832 1.136-28.099l-0.080 1.219c3.406-15.574 14.697-27.884 29.385-32.68l0.311-0.088c4.22-1.659 9.105-2.759 14.203-3.066l0.133-0.006c0.334-0.009 0.727-0.013 1.121-0.013 17.761 0 33.227 9.83 41.252 24.347l0.123 0.242c3.928 9.861 6.206 21.288 6.206 33.248 0 3.619-0.209 7.19-0.614 10.7l0.040-0.428v26.112h-61.952v18.432c0 24.576 0 32.256 7.68 36.352 2.61 1.958 5.903 3.136 9.472 3.136s6.862-1.178 9.513-3.166l-0.041 0.030c4.608-3.584 5.632-7.68 6.144-19.968v-11.264h29.184v11.776z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210546],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210547_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210547],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M963.584 327.68c-4.804-34.682-17.911-65.624-37.243-91.67l0.379 0.534c-23.634-23.714-56.081-38.631-92.011-39.421l-0.149-0.003c-129.024-9.216-322.56-9.216-322.56-9.216v0s-193.536 0-322.048 9.216c-36.245 0.766-68.864 15.682-92.675 39.427l0.003-0.003c-19.072 25.466-32.202 56.436-36.753 90.128l-0.111 1.008c-5.439 44.416-8.775 96.311-9.212 148.898l-0.004 0.606v69.632c0.423 52.987 3.76 104.704 9.858 155.571l-0.642-6.579c4.824 34.791 17.733 65.877 36.766 92.251l-0.414-0.603c27.207 24.032 63.019 38.881 102.288 39.423l0.112 0.001c73.728 7.168 313.344 9.216 313.344 9.216s193.536 0 322.56-9.728c36.095-0.176 68.688-15.030 92.142-38.893l0.018-0.019c18.99-25.667 32.103-56.788 36.747-90.608l0.117-1.040c5.312-44.465 8.468-96.22 8.703-148.664l0.001-0.328v-69.632c-0.441-53.193-3.777-105.088-9.86-156.141l0.644 6.637zM416.768 631.808v-259.072l248.832 130.048z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210547],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210548_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210548],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210548],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210549_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210549],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h360.448v597.504h-360.448v-597.504zM827.904 810.496h-185.344v-596.992h185.344v597.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 355.328v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.736 637.44l0-85.504h85.504l-0 85.504h-85.504z"]}},"children":[]}]},{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M692.224 494.592v-85.504h85.504v85.504h-85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210549],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210550_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210550],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM196.096 213.504h411.648v597.504h-411.648v-597.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210550],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"1779210551_glyph":{"path":[0],"branchPath":[0],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":[[1779210551],{"tag":"SetGlyph","args":[{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"fill":{"tag":"Value","args":[{"tag":"Paint","args":[{"tag":"CurrentColor","args":[]}]}]},"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":1024,"height":1024}]}]}},"children":[{"tag":"Element","args":[{"tagName":"path","attributes":{"d":{"tag":"StringValue","args":["M827.904 128h-631.808c-47.104 0-85.504 38.4-85.504 85.504v597.504c0 47.104 38.4 85.504 85.504 85.504h631.296c47.104 0 85.504-38.4 85.504-85.504v-597.504c0-47.104-38.4-85.504-85.504-85.504zM608.256 810.496h-412.16v-596.992h411.648v597.504zM835.072 616.448h-142.848v-85.504h142.848v85.504zM835.072 457.728h-142.848v-85.504h142.848v85.504zM835.072 298.496h-142.848v-85.504h142.848v85.504z"]}},"children":[]}]}]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]}]}},"next":[],"link":{"i":[0]}}]},"model":{"tag":"ScopeGlyph","args":[[1779210551],{"extras":null,"node":{"tag":"Element","args":[{"tagName":"svg","attributes":{"viewBox":{"tag":"Value","args":[{"tag":"ViewBox","args":[{"minX":0,"minY":0,"width":16,"height":16}]}]}},"children":[]}]},"palettes":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]}}]},"modelPath":[],"syncedPath":[]},"main":{"path":[[0,7]],"branchPath":[[0,7]],"node":{"value":{"time":1779210308053,"value":{"msg":"NewProject"}},"next":[{"value":{"time":1779210308053,"value":{"msg":{"tag":"AddGlyphMetadata","args":[{"byLibrary":false,"insertIndex":0,"newGlyphMetadata":[[[1779210310],{"name":"arrow-with-circle-down","tags":["arrow-with-circle-down"],"codePoint":59648}],[[1779210311],{"name":"arrow-with-circle-left","tags":["arrow-with-circle-left"],"codePoint":59649}],[[1779210312],{"name":"arrow-with-circle-right","tags":["arrow-with-circle-right"],"codePoint":59650}],[[1779210313],{"name":"arrow-with-circle-up","tags":["arrow-with-circle-up"],"codePoint":59651}],[[1779210314],{"name":"chevron-with-circle-down","tags":["chevron-with-circle-down"],"codePoint":59652}],[[1779210315],{"name":"chevron-with-circle-left","tags":["chevron-with-circle-left"],"codePoint":59653}],[[1779210316],{"name":"chevron-with-circle-right","tags":["chevron-with-circle-right"],"codePoint":59654}],[[1779210317],{"name":"chevron-with-circle-up","tags":["chevron-with-circle-up"],"codePoint":59655}],[[1779210318],{"name":"info-with-circle","tags":["info-with-circle"],"codePoint":59656}],[[1779210319],{"name":"location","tags":["location"],"codePoint":59657}],[[1779210320],{"name":"medal","tags":["medal"],"codePoint":59658}],[[1779210321],{"name":"price-ribbon","tags":["price-ribbon"],"codePoint":59659}],[[1779210322],{"name":"shield","tags":["shield"],"codePoint":59660}],[[1779210323],{"name":"stopwatch","tags":["stopwatch"],"codePoint":59661}],[[1779210324],{"name":"text-document-inverted","tags":["text-document-inverted"],"codePoint":59662}],[[1779210325],{"name":"text-document","tags":["text-document"],"codePoint":59663}],[[1779210326],{"name":"trophy","tags":["trophy"],"codePoint":59664}],[[1779210327],{"name":"arrow-down","tags":["arrow-down"],"codePoint":59665}],[[1779210328],{"name":"arrow-left","tags":["arrow-left"],"codePoint":59666}],[[1779210329],{"name":"arrow-right","tags":["arrow-right"],"codePoint":59667}],[[1779210330],{"name":"arrow-up","tags":["arrow-up"],"codePoint":59668}],[[1779210331],{"name":"bookmark","tags":["bookmark"],"codePoint":59669}],[[1779210332],{"name":"message","tags":["message"],"codePoint":59670}],[[1779210333],{"name":"mouse","tags":["mouse"],"codePoint":59671}],[[1779210334],{"name":"mobile","tags":["mobile"],"codePoint":59672}],[[1779210335],{"name":"desktop","tags":["desktop"],"codePoint":59673}],[[1779210336],{"name":"pencil","tags":["pencil"],"codePoint":59674}],[[1779210337],{"name":"forward-arrow","tags":["forward-arrow"],"codePoint":59675}],[[1779210338],{"name":"backwards-arrow","tags":["backwards-arrow"],"codePoint":59676}],[[1779210339],{"name":"person","tags":["person"],"codePoint":59677}],[[1779210340],{"name":"persons","tags":["persons"],"codePoint":59678}],[[1779210341],{"name":"profile","tags":["profile"],"codePoint":59679}],[[1779210342],{"name":"pin","tags":["pin"],"codePoint":59680}],[[1779210343],{"name":"map","tags":["map"],"codePoint":59681}],[[1779210344],{"name":"point","tags":["point"],"codePoint":59682}],[[1779210345],{"name":"star","tags":["star"],"codePoint":59683}],[[1779210346],{"name":"star-hollow","tags":["star-hollow"],"codePoint":59684}],[[1779210347],{"name":"comments","tags":["comments"],"codePoint":59685}],[[1779210348],{"name":"comment","tags":["comment"],"codePoint":59686}],[[1779210349],{"name":"home","tags":["home"],"codePoint":59687}],[[1779210350],{"name":"popup","tags":["popup"],"codePoint":59688}],[[1779210351],{"name":"search","tags":["search"],"codePoint":59689}],[[1779210352],{"name":"printer","tags":["printer"],"codePoint":59690}],[[1779210353],{"name":"link","tags":["link"],"codePoint":59691}],[[1779210354],{"name":"flag","tags":["flag"],"codePoint":59692}],[[1779210355],{"name":"cog","tags":["cog"],"codePoint":59693}],[[1779210356],{"name":"tools","tags":["tools"],"codePoint":59694}],[[1779210357],{"name":"tag","tags":["tag"],"codePoint":59695}],[[1779210358],{"name":"camera","tags":["camera"],"codePoint":59696}],[[1779210359],{"name":"feedback","tags":["feedback"],"codePoint":59697}],[[1779210360],{"name":"book","tags":["book"],"codePoint":59698}],[[1779210361],{"name":"article","tags":["article"],"codePoint":59699}],[[1779210362],{"name":"eye","tags":["eye"],"codePoint":59700}],[[1779210363],{"name":"time","tags":["time"],"codePoint":59701}],[[1779210364],{"name":"microphone","tags":["microphone"],"codePoint":59702}],[[1779210365],{"name":"calendar","tags":["calendar"],"codePoint":59703}],[[1779210366],{"name":"timer","tags":["timer"],"codePoint":59704}],[[1779210367],{"name":"drag","tags":["drag"],"codePoint":59705}],[[1779210368],{"name":"light-bulb","tags":["light-bulb"],"codePoint":59706}],[[1779210369],{"name":"checklist","tags":["checklist"],"codePoint":59707}],[[1779210370],{"name":"ticket","tags":["ticket"],"codePoint":59708}],[[1779210371],{"name":"wi-fi","tags":["wi-fi"],"codePoint":59709}],[[1779210372],{"name":"line-graph","tags":["line-graph"],"codePoint":59710}],[[1779210373],{"name":"pie-chart","tags":["pie-chart"],"codePoint":59711}],[[1779210374],{"name":"bar-graph","tags":["bar-graph"],"codePoint":59712}],[[1779210375],{"name":"scatter-graph","tags":["scatter-graph"],"codePoint":59713}],[[1779210376],{"name":"padlock-locked","tags":["padlock-locked"],"codePoint":59714}],[[1779210377],{"name":"padlock-unlocked","tags":["padlock-unlocked"],"codePoint":59715}],[[1779210378],{"name":"tick","tags":["tick"],"codePoint":59716}],[[1779210379],{"name":"cross","tags":["cross"],"codePoint":59717}],[[1779210380],{"name":"minus","tags":["minus"],"codePoint":59718}],[[1779210381],{"name":"plus","tags":["plus"],"codePoint":59719}],[[1779210382],{"name":"info","tags":["info"],"codePoint":59720}],[[1779210383],{"name":"question","tags":["question"],"codePoint":59721}],[[1779210384],{"name":"warning","tags":["warning"],"codePoint":59722}],[[1779210385],{"name":"list","tags":["list"],"codePoint":59723}],[[1779210386],{"name":"add-to-list","tags":["add-to-list"],"codePoint":59724}],[[1779210387],{"name":"menu","tags":["menu"],"codePoint":59725}],[[1779210388],{"name":"grid","tags":["grid"],"codePoint":59726}],[[1779210389],{"name":"portrait","tags":["portrait"],"codePoint":59727}],[[1779210390],{"name":"screens","tags":["screens"],"codePoint":59728}],[[1779210391],{"name":"landscape","tags":["landscape"],"codePoint":59729}],[[1779210392],{"name":"images","tags":["images"],"codePoint":59730}],[[1779210393],{"name":"media","tags":["media"],"codePoint":59731}],[[1779210394],{"name":"folder","tags":["folder"],"codePoint":59732}],[[1779210395],{"name":"documents","tags":["documents"],"codePoint":59733}],[[1779210396],{"name":"delete","tags":["delete"],"codePoint":59734}],[[1779210397],{"name":"save","tags":["save"],"codePoint":59735}],[[1779210398],{"name":"download","tags":["download"],"codePoint":59736}],[[1779210399],{"name":"upload","tags":["upload"],"codePoint":59737}],[[1779210400],{"name":"expand","tags":["expand"],"codePoint":59738}],[[1779210401],{"name":"shrink","tags":["shrink"],"codePoint":59739}],[[1779210402],{"name":"volume","tags":["volume"],"codePoint":59740}],[[1779210403],{"name":"sound","tags":["sound"],"codePoint":59741}],[[1779210404],{"name":"sound-mute","tags":["sound-mute"],"codePoint":59742}],[[1779210405],{"name":"controls-down","tags":["controls-down"],"codePoint":59743}],[[1779210406],{"name":"controls-left","tags":["controls-left"],"codePoint":59744}],[[1779210407],{"name":"controls-right","tags":["controls-right"],"codePoint":59745}],[[1779210408],{"name":"controls-up","tags":["controls-up"],"codePoint":59746}],[[1779210409],{"name":"triangle-down","tags":["triangle-down"],"codePoint":59747}],[[1779210410],{"name":"triangle-left","tags":["triangle-left"],"codePoint":59748}],[[1779210411],{"name":"triangle-right","tags":["triangle-right"],"codePoint":59749}],[[1779210412],{"name":"triangle-up","tags":["triangle-up"],"codePoint":59750}],[[1779210413],{"name":"dot","tags":["dot"],"codePoint":59751}],[[1779210414],{"name":"ellipsis","tags":["ellipsis"],"codePoint":59752}],[[1779210415],{"name":"up-down","tags":["up-down"],"codePoint":59753}],[[1779210416],{"name":"controls-small-down","tags":["controls-small-down"],"codePoint":59754}],[[1779210417],{"name":"controls-small-left","tags":["controls-small-left"],"codePoint":59755}],[[1779210418],{"name":"controls-small-right","tags":["controls-small-right"],"codePoint":59756}],[[1779210419],{"name":"controls-small-up","tags":["controls-small-up"],"codePoint":59757}],[[1779210420],{"name":"radio-checked","tags":["radio-checked"],"codePoint":59758}],[[1779210421],{"name":"radio-unchecked","tags":["radio-unchecked"],"codePoint":59759}],[[1779210422],{"name":"language-1","tags":["language-1"],"codePoint":59760}],[[1779210423],{"name":"accessibility","tags":["accessibility"],"codePoint":59761}],[[1779210424],{"name":"globe","tags":["globe"],"codePoint":59762}],[[1779210425],{"name":"language-2","tags":["language-2"],"codePoint":59763}],[[1779210426],{"name":"checkbox-checked","tags":["checkbox-checked"],"codePoint":59764}],[[1779210427],{"name":"checkbox-unchecked","tags":["checkbox-unchecked"],"codePoint":59765}],[[1779210428],{"name":"accessibility-2","tags":["accessibility-2"],"codePoint":59766}],[[1779210429],{"name":"alert","tags":["alert"],"codePoint":59767}],[[1779210430],{"name":"arrow-down-2","tags":["arrow-down-2"],"codePoint":59768}],[[1779210431],{"name":"arrow-left-2","tags":["arrow-left-2"],"codePoint":59769}],[[1779210432],{"name":"arrow-right-2","tags":["arrow-right-2"],"codePoint":59770}],[[1779210433],{"name":"arrow-up-2","tags":["arrow-up-2"],"codePoint":59771}],[[1779210434],{"name":"arrow-down-3","tags":["arrow-down-3"],"codePoint":59772}],[[1779210435],{"name":"arrow-left-3","tags":["arrow-left-3"],"codePoint":59773}],[[1779210436],{"name":"arrow-right-3","tags":["arrow-right-3"],"codePoint":59774}],[[1779210437],{"name":"arrow-up-3","tags":["arrow-up-3"],"codePoint":59775}],[[1779210438],{"name":"attachment","tags":["attachment"],"codePoint":59776}],[[1779210439],{"name":"block","tags":["block"],"codePoint":59777}],[[1779210440],{"name":"camera-off","tags":["camera-off"],"codePoint":59778}],[[1779210441],{"name":"camera-on","tags":["camera-on"],"codePoint":59779}],[[1779210442],{"name":"cloud","tags":["cloud"],"codePoint":59780}],[[1779210443],{"name":"compass","tags":["compass"],"codePoint":59781}],[[1779210444],{"name":"copy-file","tags":["copy-file"],"codePoint":59782}],[[1779210445],{"name":"copyright","tags":["copyright"],"codePoint":59783}],[[1779210446],{"name":"crop","tags":["crop"],"codePoint":59784}],[[1779210447],{"name":"devices","tags":["devices"],"codePoint":59785}],[[1779210448],{"name":"down-up","tags":["down-up"],"codePoint":59786}],[[1779210449],{"name":"ellipsis-vertical","tags":["ellipsis-vertical"],"codePoint":59787}],[[1779210450],{"name":"exclamation","tags":["exclamation"],"codePoint":59788}],[[1779210451],{"name":"expand_1","tags":["expand_1"],"codePoint":59789}],[[1779210452],{"name":"extension","tags":["extension"],"codePoint":59790}],[[1779210453],{"name":"favourite","tags":["favourite"],"codePoint":59791}],[[1779210454],{"name":"google-translate","tags":["google-translate"],"codePoint":59792}],[[1779210455],{"name":"hand","tags":["hand"],"codePoint":59793}],[[1779210456],{"name":"lightning","tags":["lightning"],"codePoint":59794}],[[1779210457],{"name":"list-2","tags":["list-2"],"codePoint":59795}],[[1779210458],{"name":"microphone-off","tags":["microphone-off"],"codePoint":59796}],[[1779210459],{"name":"move","tags":["move"],"codePoint":59797}],[[1779210460],{"name":"mute","tags":["mute"],"codePoint":59798}],[[1779210461],{"name":"ordered-list","tags":["ordered-list"],"codePoint":59799}],[[1779210462],{"name":"question-circle","tags":["question-circle"],"codePoint":59800}],[[1779210463],{"name":"quote-close","tags":["quote-close"],"codePoint":59801}],[[1779210464],{"name":"quote-open","tags":["quote-open"],"codePoint":59802}],[[1779210465],{"name":"refresh","tags":["refresh"],"codePoint":59803}],[[1779210466],{"name":"send","tags":["send"],"codePoint":59804}],[[1779210467],{"name":"sound-down","tags":["sound-down"],"codePoint":59805}],[[1779210468],{"name":"sync","tags":["sync"],"codePoint":59806}],[[1779210469],{"name":"tablet","tags":["tablet"],"codePoint":59807}],[[1779210470],{"name":"thumb-down","tags":["thumb-down"],"codePoint":59808}],[[1779210471],{"name":"thumb-up","tags":["thumb-up"],"codePoint":59809}],[[1779210472],{"name":"timer-empty","tags":["timer-empty"],"codePoint":59810}],[[1779210473],{"name":"timer-full","tags":["timer-full"],"codePoint":59811}],[[1779210474],{"name":"video-captions-off-2","tags":["video-captions-off-2"],"codePoint":59812}],[[1779210475],{"name":"video-captions-off","tags":["video-captions-off"],"codePoint":59813}],[[1779210476],{"name":"video-captions","tags":["video-captions"],"codePoint":59814}],[[1779210477],{"name":"video-exit-fullscreen","tags":["video-exit-fullscreen"],"codePoint":59815}],[[1779210478],{"name":"video-fast-forward","tags":["video-fast-forward"],"codePoint":59816}],[[1779210479],{"name":"video-fullscreen","tags":["video-fullscreen"],"codePoint":59817}],[[1779210480],{"name":"video-loop","tags":["video-loop"],"codePoint":59818}],[[1779210481],{"name":"video-pause-circle","tags":["video-pause-circle"],"codePoint":59819}],[[1779210482],{"name":"video-pause","tags":["video-pause"],"codePoint":59820}],[[1779210483],{"name":"video-play-circle","tags":["video-play-circle"],"codePoint":59821}],[[1779210484],{"name":"video-play","tags":["video-play"],"codePoint":59822}],[[1779210485],{"name":"video-replay","tags":["video-replay"],"codePoint":59823}],[[1779210486],{"name":"video-rewind","tags":["video-rewind"],"codePoint":59824}],[[1779210487],{"name":"video-skip-back","tags":["video-skip-back"],"codePoint":59825}],[[1779210488],{"name":"video-skip-forward","tags":["video-skip-forward"],"codePoint":59826}],[[1779210489],{"name":"video-stop","tags":["video-stop"],"codePoint":59827}],[[1779210490],{"name":"quote-close-2","tags":["quote-close-2"],"codePoint":59828}],[[1779210491],{"name":"quote-open-2","tags":["quote-open-2"],"codePoint":59829}],[[1779210492],{"name":"emotion-happy","tags":["emotion-happy"],"codePoint":59830}],[[1779210493],{"name":"emotion-not-ok","tags":["emotion-not-ok"],"codePoint":59831}],[[1779210494],{"name":"emotion-ok","tags":["emotion-ok"],"codePoint":59832}],[[1779210495],{"name":"emotion-sad","tags":["emotion-sad"],"codePoint":59833}],[[1779210496],{"name":"emotion-very-happy","tags":["emotion-very-happy"],"codePoint":59834}],[[1779210497],{"name":"emotion-very-unhappy","tags":["emotion-very-unhappy"],"codePoint":59835}],[[1779210498],{"name":"blogger-2","tags":["blogger-2"],"codePoint":59836}],[[1779210499],{"name":"blogger","tags":["blogger"],"codePoint":59837}],[[1779210500],{"name":"deviantart-2","tags":["deviantart-2"],"codePoint":59838}],[[1779210501],{"name":"deviantart","tags":["deviantart"],"codePoint":59839}],[[1779210502],{"name":"doc-excel","tags":["doc-excel"],"codePoint":59840}],[[1779210503],{"name":"doc-pdf","tags":["doc-pdf"],"codePoint":59841}],[[1779210504],{"name":"doc-word","tags":["doc-word"],"codePoint":59842}],[[1779210505],{"name":"facebook-2","tags":["facebook-2"],"codePoint":59843}],[[1779210506],{"name":"facebook","tags":["facebook"],"codePoint":59844}],[[1779210507],{"name":"flickr-2","tags":["flickr-2"],"codePoint":59845}],[[1779210508],{"name":"flickr","tags":["flickr"],"codePoint":59846}],[[1779210509],{"name":"github","tags":["github"],"codePoint":59847}],[[1779210510],{"name":"instagram-2","tags":["instagram-2"],"codePoint":59848}],[[1779210511],{"name":"instagram","tags":["instagram"],"codePoint":59849}],[[1779210512],{"name":"linkedin-2","tags":["linkedin-2"],"codePoint":59850}],[[1779210513],{"name":"linkedin","tags":["linkedin"],"codePoint":59851}],[[1779210514],{"name":"paypal","tags":["paypal"],"codePoint":59852}],[[1779210515],{"name":"pintrest-2","tags":["pintrest-2"],"codePoint":59853}],[[1779210516],{"name":"pintrest","tags":["pintrest"],"codePoint":59854}],[[1779210517],{"name":"qq-2","tags":["qq-2"],"codePoint":59855}],[[1779210518],{"name":"qq","tags":["qq"],"codePoint":59856}],[[1779210519],{"name":"reddit-2","tags":["reddit-2"],"codePoint":59857}],[[1779210520],{"name":"reddit","tags":["reddit"],"codePoint":59858}],[[1779210521],{"name":"rss-2","tags":["rss-2"],"codePoint":59859}],[[1779210522],{"name":"rss","tags":["rss"],"codePoint":59860}],[[1779210523],{"name":"sina-weibo-2","tags":["sina-weibo-2"],"codePoint":59861}],[[1779210524],{"name":"sina-weibo","tags":["sina-weibo"],"codePoint":59862}],[[1779210525],{"name":"soundcloud-2","tags":["soundcloud-2"],"codePoint":59863}],[[1779210526],{"name":"soundcloud","tags":["soundcloud"],"codePoint":59864}],[[1779210527],{"name":"steam-2","tags":["steam-2"],"codePoint":59865}],[[1779210528],{"name":"steam","tags":["steam"],"codePoint":59866}],[[1779210529],{"name":"trello-2","tags":["trello-2"],"codePoint":59867}],[[1779210530],{"name":"trello","tags":["trello"],"codePoint":59868}],[[1779210531],{"name":"tumbler-2","tags":["tumbler-2"],"codePoint":59869}],[[1779210532],{"name":"tumblr","tags":["tumblr"],"codePoint":59870}],[[1779210533],{"name":"twitch","tags":["twitch"],"codePoint":59871}],[[1779210534],{"name":"twitter-2","tags":["twitter-2"],"codePoint":59872}],[[1779210535],{"name":"twitter","tags":["twitter"],"codePoint":59873}],[[1779210536],{"name":"vimeo-2","tags":["vimeo-2"],"codePoint":59874}],[[1779210537],{"name":"vimeo","tags":["vimeo"],"codePoint":59875}],[[1779210538],{"name":"wechat-2","tags":["wechat-2"],"codePoint":59876}],[[1779210539],{"name":"wechat","tags":["wechat"],"codePoint":59877}],[[1779210540],{"name":"weibo-2","tags":["weibo-2"],"codePoint":59878}],[[1779210541],{"name":"weibo","tags":["weibo"],"codePoint":59879}],[[1779210542],{"name":"xing-2","tags":["xing-2"],"codePoint":59880}],[[1779210543],{"name":"xing","tags":["xing"],"codePoint":59881}],[[1779210544],{"name":"youku-2","tags":["youku-2"],"codePoint":59882}],[[1779210545],{"name":"youku","tags":["youku"],"codePoint":59883}],[[1779210546],{"name":"youtube-2","tags":["youtube-2"],"codePoint":59884}],[[1779210547],{"name":"youtube","tags":["youtube"],"codePoint":59885}],[[1779210548],{"name":"sidebar-01","tags":["sidebar-01"],"codePoint":59886}],[[1779210549],{"name":"sidebar-02","tags":["sidebar-02"],"codePoint":59887}],[[1779210550],{"name":"sidebar-03","tags":["sidebar-03"],"codePoint":59888}],[[1779210551],{"name":"sidebar-04","tags":["sidebar-04"],"codePoint":59889}]],"newMarks":[]}]}}},"next":[{"value":{"time":1779210348637,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemSvg","args":[null]},1,null]}]}]},"mDetail":"Exclude from Export"}},"next":[{"value":{"time":1779212662203,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"fontFamily",{"value":"vanilla"}]}]}]}}},"next":[{"value":{"time":1779212664330,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"addPalettes",false]}]}]}}},"next":[{"value":{"time":1779215524736,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetField","args":[true,{"tag":"ItemFont","args":[null]},"classPerGlyph",true]}]}]}}},"next":[{"value":{"time":1779216417272,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemCsh","args":[null]},1,false]}]}]},"mDetail":"Include in Export"}},"next":[{"value":{"time":1779216421979,"value":{"msg":{"tag":"ChangeExportOptions","args":[{"tag":"ExportItemsMsg","args":[{"tag":"SetOrder","args":[{"tag":"ItemCsh","args":[null]},0,null]}]}]},"mDetail":"Exclude from Export"}},"next":[]}]}]}]}]}]}],"link":{"o":{"1779210310_glyph":[0],"1779210311_glyph":[0],"1779210312_glyph":[0],"1779210313_glyph":[0],"1779210314_glyph":[0],"1779210315_glyph":[0],"1779210316_glyph":[0],"1779210317_glyph":[0],"1779210318_glyph":[0],"1779210319_glyph":[0],"1779210320_glyph":[0],"1779210321_glyph":[0],"1779210322_glyph":[0],"1779210323_glyph":[0],"1779210324_glyph":[0],"1779210325_glyph":[0],"1779210326_glyph":[0],"1779210327_glyph":[0],"1779210328_glyph":[0],"1779210329_glyph":[0],"1779210330_glyph":[0],"1779210331_glyph":[0],"1779210332_glyph":[0],"1779210333_glyph":[0],"1779210334_glyph":[0],"1779210335_glyph":[0],"1779210336_glyph":[0],"1779210337_glyph":[0],"1779210338_glyph":[0],"1779210339_glyph":[0],"1779210340_glyph":[0],"1779210341_glyph":[0],"1779210342_glyph":[0],"1779210343_glyph":[0],"1779210344_glyph":[0],"1779210345_glyph":[0],"1779210346_glyph":[0],"1779210347_glyph":[0],"1779210348_glyph":[0],"1779210349_glyph":[0],"1779210350_glyph":[0],"1779210351_glyph":[0],"1779210352_glyph":[0],"1779210353_glyph":[0],"1779210354_glyph":[0],"1779210355_glyph":[0],"1779210356_glyph":[0],"1779210357_glyph":[0],"1779210358_glyph":[0],"1779210359_glyph":[0],"1779210360_glyph":[0],"1779210361_glyph":[0],"1779210362_glyph":[0],"1779210363_glyph":[0],"1779210364_glyph":[0],"1779210365_glyph":[0],"1779210366_glyph":[0],"1779210367_glyph":[0],"1779210368_glyph":[0],"1779210369_glyph":[0],"1779210370_glyph":[0],"1779210371_glyph":[0],"1779210372_glyph":[0],"1779210373_glyph":[0],"1779210374_glyph":[0],"1779210375_glyph":[0],"1779210376_glyph":[0],"1779210377_glyph":[0],"1779210378_glyph":[0],"1779210379_glyph":[0],"1779210380_glyph":[0],"1779210381_glyph":[0],"1779210382_glyph":[0],"1779210383_glyph":[0],"1779210384_glyph":[0],"1779210385_glyph":[0],"1779210386_glyph":[0],"1779210387_glyph":[0],"1779210388_glyph":[0],"1779210389_glyph":[0],"1779210390_glyph":[0],"1779210391_glyph":[0],"1779210392_glyph":[0],"1779210393_glyph":[0],"1779210394_glyph":[0],"1779210395_glyph":[0],"1779210396_glyph":[0],"1779210397_glyph":[0],"1779210398_glyph":[0],"1779210399_glyph":[0],"1779210400_glyph":[0],"1779210401_glyph":[0],"1779210402_glyph":[0],"1779210403_glyph":[0],"1779210404_glyph":[0],"1779210405_glyph":[0],"1779210406_glyph":[0],"1779210407_glyph":[0],"1779210408_glyph":[0],"1779210409_glyph":[0],"1779210410_glyph":[0],"1779210411_glyph":[0],"1779210412_glyph":[0],"1779210413_glyph":[0],"1779210414_glyph":[0],"1779210415_glyph":[0],"1779210416_glyph":[0],"1779210417_glyph":[0],"1779210418_glyph":[0],"1779210419_glyph":[0],"1779210420_glyph":[0],"1779210421_glyph":[0],"1779210422_glyph":[0],"1779210423_glyph":[0],"1779210424_glyph":[0],"1779210425_glyph":[0],"1779210426_glyph":[0],"1779210427_glyph":[0],"1779210428_glyph":[0],"1779210429_glyph":[0],"1779210430_glyph":[0],"1779210431_glyph":[0],"1779210432_glyph":[0],"1779210433_glyph":[0],"1779210434_glyph":[0],"1779210435_glyph":[0],"1779210436_glyph":[0],"1779210437_glyph":[0],"1779210438_glyph":[0],"1779210439_glyph":[0],"1779210440_glyph":[0],"1779210441_glyph":[0],"1779210442_glyph":[0],"1779210443_glyph":[0],"1779210444_glyph":[0],"1779210445_glyph":[0],"1779210446_glyph":[0],"1779210447_glyph":[0],"1779210448_glyph":[0],"1779210449_glyph":[0],"1779210450_glyph":[0],"1779210451_glyph":[0],"1779210452_glyph":[0],"1779210453_glyph":[0],"1779210454_glyph":[0],"1779210455_glyph":[0],"1779210456_glyph":[0],"1779210457_glyph":[0],"1779210458_glyph":[0],"1779210459_glyph":[0],"1779210460_glyph":[0],"1779210461_glyph":[0],"1779210462_glyph":[0],"1779210463_glyph":[0],"1779210464_glyph":[0],"1779210465_glyph":[0],"1779210466_glyph":[0],"1779210467_glyph":[0],"1779210468_glyph":[0],"1779210469_glyph":[0],"1779210470_glyph":[0],"1779210471_glyph":[0],"1779210472_glyph":[0],"1779210473_glyph":[0],"1779210474_glyph":[0],"1779210475_glyph":[0],"1779210476_glyph":[0],"1779210477_glyph":[0],"1779210478_glyph":[0],"1779210479_glyph":[0],"1779210480_glyph":[0],"1779210481_glyph":[0],"1779210482_glyph":[0],"1779210483_glyph":[0],"1779210484_glyph":[0],"1779210485_glyph":[0],"1779210486_glyph":[0],"1779210487_glyph":[0],"1779210488_glyph":[0],"1779210489_glyph":[0],"1779210490_glyph":[0],"1779210491_glyph":[0],"1779210492_glyph":[0],"1779210493_glyph":[0],"1779210494_glyph":[0],"1779210495_glyph":[0],"1779210496_glyph":[0],"1779210497_glyph":[0],"1779210498_glyph":[0],"1779210499_glyph":[0],"1779210500_glyph":[0],"1779210501_glyph":[0],"1779210502_glyph":[0],"1779210503_glyph":[0],"1779210504_glyph":[0],"1779210505_glyph":[0],"1779210506_glyph":[0],"1779210507_glyph":[0],"1779210508_glyph":[0],"1779210509_glyph":[0],"1779210510_glyph":[0],"1779210511_glyph":[0],"1779210512_glyph":[0],"1779210513_glyph":[0],"1779210514_glyph":[0],"1779210515_glyph":[0],"1779210516_glyph":[0],"1779210517_glyph":[0],"1779210518_glyph":[0],"1779210519_glyph":[0],"1779210520_glyph":[0],"1779210521_glyph":[0],"1779210522_glyph":[0],"1779210523_glyph":[0],"1779210524_glyph":[0],"1779210525_glyph":[0],"1779210526_glyph":[0],"1779210527_glyph":[0],"1779210528_glyph":[0],"1779210529_glyph":[0],"1779210530_glyph":[0],"1779210531_glyph":[0],"1779210532_glyph":[0],"1779210533_glyph":[0],"1779210534_glyph":[0],"1779210535_glyph":[0],"1779210536_glyph":[0],"1779210537_glyph":[0],"1779210538_glyph":[0],"1779210539_glyph":[0],"1779210540_glyph":[0],"1779210541_glyph":[0],"1779210542_glyph":[0],"1779210543_glyph":[0],"1779210544_glyph":[0],"1779210545_glyph":[0],"1779210546_glyph":[0],"1779210547_glyph":[0],"1779210548_glyph":[0],"1779210549_glyph":[0],"1779210550_glyph":[0],"1779210551_glyph":[0]}}}]},"model":{"tag":"ScopeMaster","args":[{"lastKey":[],"orderedKeys":[],"collections":{"first":{"keys":[],"name":""},"index":0,"rest":[]},"glyphMetadataDict":[],"paletets":{"index":0,"table":[[{"background":{"tag":"AutomaticColor","args":[]},"foreground":{"tag":"AutomaticColor","args":[]}},[]]]},"exportOptions":{"exportItems":{"csh":{"order":11,"item":{}},"elm":{"order":4,"item":{}},"favicon":{"order":10,"item":{}},"font":{"order":0,"mOpen":false,"item":{}},"librarySet":{"order":12,"item":{}},"png":{"order":9,"item":{}},"react":{"order":5,"item":{}},"svg":{"order":1,"mOpen":false,"item":{}},"symbolDefs":{"order":2,"item":{}},"tiles":{"order":7,"item":{}},"vue":{"order":6,"item":{}},"webComponent":{"order":3,"item":{}}},"glyphSubset":{"tag":"AllGlyphs","args":[]}},"extraLibraryUrls":[],"releases":[]}]},"modelPath":[],"syncedPath":[]}},"metadata":{"localKey":[1344868410,2],"guests":{},"synced":false,"permission":{"tag":"FullLocal","args":[]},"name":{"time":1779210315979,"value":"Vanilla icons"},"created":1779210308053,"modified":1779216421981,"colorIndex":{"time":1779210317156,"value":4}}} \ No newline at end of file diff --git a/fonts/vanilla.woff b/fonts/vanilla.woff index 3b135e5805caca63e5d17caf8df0a65eff6f0f64..55611bb16c536f70b5a4b9995888523774cf31ad 100644 GIT binary patch delta 47 tcmbR6gK+{7^)lD8ub4O?PwK{{cz&C&4BRXXAn?p6aT<)?EW!Ar3IMT35WD~Y delta 47 tcmbR6gK+{7^)lD|mzg*rPwM5Xcz&C&4BRXXAn?p6HULI%mSFr*1pvTU5WD~Y diff --git a/fonts/vanilla.woff2 b/fonts/vanilla.woff2 index d25d0f83ecd01ab1d73aa8d63a444a31a21d7996..fd382040f4772b63eb8a838f13bb7b5e5bb2f627 100644 GIT binary patch literal 18996 zcmV)4K+3;&Pew9NR8&s@07^6f3IG5A0DH&)07>Tn0RR9100000000000000000000 z00001HUcCB1_odSf;a$F2OvK~Mn*D$?I{C;b`c005_=;9xorT<{Mwei0Yy(%#xAoUE~MfpaV@}Ssq^Wt?&DtIoUu+^1Ldya z_r=^bigGW-h}{n8!4ix#vH(4y;Q9Y=t@^K+IUhg#KNT6VmTHrl?ouEv^zIwt85t=` zCQwk2<8>2(YWsKGJ?ykJjMd{i_<=4mD z^{&cLy6db<(t2TgIp1UxQ4HVuOBy@Arp>B&2HO4@`|sPDPxJoFt<2O&;6U#65dnfw zlsRUG{DsKH{_c0lwoUGJyt7_bjEio*3<)CiXs%9?+v^7Ez!l&F2`xk%9lT2T-=%TU zzk(U3<^-ee;Zu(|qD@m& zVS-0NQ#2hJW-kjPaFbq8Xci+GQa0n%aG#GM_I~qvBW57-%Jcr^{az)W6CfHX!mkaX zh-%3Y={zqk_nHd4OJO)4Km~|mV%PaVXnzY6E%+}kv%D453GN6dh}5FH;z{D8s1Tio zMPe=ZCj3iDfMkILO1dPsB%eyf(q+=`WudasvhA|lvLED0@;izc#dO7MpYc8}pI5$m z-)X+9eZTN4_PgtE^e+zB6zCVYI4D18cF-x10*(>k#5&?Tq-CNxUy`Mf@KS-acFVc_KU)R6adkutPkil%Y5=BI9jCvm394m;8 ziX9SrAx;#hkIRc|j$0JBCGJGrow(1)b%XFhb%Rz7`eAU<;BE2w@s9W&BVs(pg~kU7 zRKmu@?MdpS`;0)@29$QM$!f52=hGi-rR=# zDFtx_iwiCmMi)*mVoE|wf8VSrdtd&d0;`-?LwSq(dFR~N^U%H*5B;6|6nQ`SpV^yT z<~|1(X=s0*&(Mr?>-(vklUQgdGxYr$xS*2Y1PYy$buM$WnluE39z4O72Q@N6f@fto z)b|c*l1;$bu6DAp*HyJvC&Wvu1N!+(KpUH6izm?0Wm6M7%FNZ<-e?b@Fvy@figpLM znxM?Agc+D@ku}+5z*sWr$Mf@AuUTxd!gL)+lqf@64vfI* zw6YdB^@WVcp>^bRsb*P?O3=h?-Ik$ABk^#L;a`KgrlLhxZVVLyp@v4#j>NZ5KP4BpLZ7M1}bsS{32+O#aVuvA?O(xHwdFaV36 zSsUf2Vo0smC$MY%D5C!8bRPhwN973`K-6A0qNH%`)bQa=IfiC-&wcAL^f6w(Wp;O& z!*-)~Qf-%QSjI+0c?VjG*D`x7%?)Q8=2~ts%htn=eH9Nko^QBw?DpjI?8Alo?mw*k z2u{RX$L2mj`!o9wVt7r-sgeo9?-V-G{tVn>x#zJ|p`Hx?WfV{YwzT6GG2ffsI_ z`8a=3?B zdT{sKR+2d3YE4i~u}SzWv0K=@b>sc+ixn#LA5>BGk7av}pm#tp06=lRlqnj+>H9-{ zU~u-MlEN`rElmw*;f8R4w8aN$h$21x0)-Ot1dmT&Wc;n~EiNnhhl!j0 zE;*od3M&&f1t)6*vo9+F3E@gSO&zUQu8GA)!U?^Il02tNs3I?rqAQKchOIJ;0nN5! zqiD#Gkv(ofoQo!_c!M3d0vZ`Q38k`lD0y}_c5=3XMp(bh0ie?lfZQ>efGF~@JkQYx7{&p$KdxEAH za3B#K@Hn2Hpa}HX@sU0mml8@>3gS9)j{H$Y0RiX;I^{6lbr+?awIQKZDVy(I*s{F? z!>-bUp;yrKF%+c=pvbP|IY$$E-<c>l(P}RyA6uMKIY9GvIQeS`Cg#NKDuk1}C zrpZU@!ciY^P%d2CB%k1$rYY|W9N);xo*48PFue^+6)VV#6E8Z3&XfC0AUlsBZ%En| zif{p;4oKk4a9gorg#=QKi$Jbr`W{r;R}Dd{NWY{xfUJO7Dv*BcSOjEz!O)7j zXwRw9cu&{#!fql69-z%S>SlL72n_y>oxq=Zcpiy2L)|Ei#15y#L%B}a>%?K2_<8*^ zOD_B%D{z}ad_^Pqt}}2C#K9Ay#d_)l53%fJH;ijj{Hcr!Rwz4ds8M1HxnwQQ2Ua$ zvBWZqaidXGA{a;Y{31em9nT63DEo_wr+KhdX_!EX)Zu{SrT-}6kna& z^}RHR$AqP}9)>m6#0TgOKuoPG6id@U2LyVWAV9HNrxnW#VC)cy8{x|hg#JUwoWO$6 z`?-2@$PPP~4(G#zkPM%mfVm1r#&&^4e6PcdydFlns>wj@yG(HzZXydspDzG)c7!nl&-q~$G%vB z##aaquISSWCw_c_8#oB*W?W_S*Ep?122)u^R|W)dtUo~P3cBL>AVu1Q@-HwP z=$Tla7kGIH9FRnS;`{@m`BX${snhXdA#mWJlNW&aj=X2tMX0b7=t3$e)^Hut`yz{hiE3ifO2Vd0$+D&0@Ov&Ox z9&>&E&1;{#7F=C%P66uv{PlpOnE4t~L*@exrt{-Su8+aL|!^fxbE zIo%1W{ZcvF$vHuX%ZLqenz(m19L^Be@Cs!46-F{zYCM1n3y(OnxSOp_-K(EUL;4k^ zU8OmHeyYrLe{e6QQCH+N+Wk0fGRz+r$hG2JfC6aSbEj>j?u+vlCx3SDHbO9N?i(LZ z%FJ%q_$Nuz$j1*>Tzf6xz=&yuCIz~Rj^#4yuNTcDeZW;h*aMT<^HwWL@PJ6P^*`4QZH zG2oD^Jvx|Nf;#Z zxoFLe>yUuNjqN~2z8T;Y3BIw4p}Yn`&~6zqf^vQXhgpB?t?fwzIj$=-A}43-gI-1n zfP)5;1}&1pB-HjM2ORPTyPtQiqwKxCYqWuJdwvaEBV}R;%2u(=j_%CI47qk9=e2I} zvHK0J7k}m;*)7FW*I-LW3cH}Bh>}Ep`8ANKP71mdc5WuZ;2rGWA)NIympc%TByhR6AgDdW8EiLi8=e||P5V4KtSFq->Z*%r@IgEj-xjp!!QgF_yWF0omIu58Y!f`Y_VOX%8*BHXHbylhmeeJ+ z#5thN)3?xRIt_`LVj?TSxRQ8{Bi8GBds1JALa*}(kog$QL^(lLX=Ish0txbSAv`K0 zSnN`O<4v!2QZB@7;@Anxdj%OiDi&S+xIE;}I?}}u#2L^2Sq89Zdc4$X$cpy;| zc;`m)5nCy2o@W3K3`E`aD2LB`1#1%=x1-LW(^w2@JG!#D+GYs_pJn;gB&bm~L9ZFF z5Y{>RPwd~=ApG|^bVAusjYoS%pYaDVdt)7m6~M~&tV^ZZT`QX8D@IPMnTgPzR)tck zo?%5(TW6F@wSXIj0$e9lmh+iP@PnV6OLLr6=^Nh*ivfA;#X$KT4!*NUG@)Y3Q-A5o zX&*!gH=)0k4$xrC8bu&1DUW++|;8BIk$)n%~>DC`~Qaqg3ICnl(9PBZlyO@ZXp zUJeMwbpcu&ii#AXoXh)8L=>vD zV$Vva977CwXNLugBm@V9u2f~v5)M7`KZ=EZ=L_~|I~&mfTsW_B?vq!4Sc0kLG^ks* zQ@zuQq=8QT^Nv@SJ;EI_LQij2OeZ8EX9zh~qj636KW z_Wqb%#5MlsKSkNA4Zj=alZ=s^GDT++htH$(#E|qZKUv&x@@LjiP__#F(Z|KZBY3Fz zM9_mk3qu3A2%17v*;JCuDI=M~xXfHP#fCT|vc_;YMG8I-xjVW=7Hg$jk9K%qC#_Om zBvVJnCt65FWeHl=?zxB*&Bq8< z0)YV8-EKR1JnmBF_>!tY{3|S9{@gEjgDd53TfU^pU$gQL*ZR9kbJd)dn6OI|h6YLI zfRK{i7#!$}U;2XH78l#iQIB4mF#P~A;VE-zovqTWr;FfYTR8brC=76@K_xIAmN819 zNu$0CN!OC+@y5S9k$$^IAo$_Ya#4iF59F(Y+| zW%U`-wRsSoDZ@o|asFXAu4>*HZZ*fR8P$(=&`hCBH1Ulfx6aKq$%ji} z1vs9hHJ(7RK-wmtx&UZL=V4RV>ZfxPx-QOJB9IQ$lH;g0k5ouPjR6b*hcDKH*p<`M zAnvP+*$D?>P%coQ9t`$n7qM_`w_2=4H`2h^$FZ=!JS=@d1z8stE&VyR&R1VJM^YQB zyX0f!6%uXbhVh5MYJBJbL4vkuSZUvi+;G)@XC>?HU%@tRzTWyQZ9vBx$eOz}53()& z!vF2eccFM4V^Tf0NqR8Zo4X@IIi1e;2TMU{>fRgNBp@VI zp$>`IXLoDl)?RL5fGF@@Xp-x!h@0tl0cck39?Fsw8oA7jLU(iGlN1>?9a|C0TAzO{}*w4O(RK2NX>Oq{86KGX2+C;g{iFoi>+mL zk^c-{M@5q4L8Nrsh*j)H5|YdNx1i!#kJyn5bat;esRDITqJNt5%AC%);*i7VSC286 z;5<1XZ=6AEqVR3y9i-O`h?2#_4l12+a3F9ydy_Q5*C9O+Eo%63&>b47HX?3lodH^` z=wTNfDnO*P27|$Y#V1t;2*FIy(B*JMub-|^kAQqCDBpziBq;qv;plzsb$$T6`=Hd0 z1kGfKdW0lH+J7`rFqJAH1VDsb75Vsq!am}}Dzh4|cLQdND#w#@Z+?EW{H@SRt|Q|d zSGyuvbpXA$xK0Nc5)t|$mVet{9Uw=!I9%!S!I^l8!YzTJiWpFrVPC{po*2iWhjX-D z2O(f-dM9+OLy7v_6IZX-C?Q3hDIvNKc}D%G@lk!Z$Bvf>cYJlOcs0$ zdk+YophQrBXzT+HpTFQF#ZDj~?J$>iC~DhaQ&o0$Qs^XMAd^YUZY?jQuu#A>f^7va zcDbW(MYa1pDlMIyXVeklylp#wm`3bALEE-XO&B^Nm?(W=qcnP{#v}L}%ahcE>N}wj zE_pCeytWJWy+U~}z(r_y>&!S!vs}kei1YZDrqB=Js}==jTC@jAH4I#*2uY&a=aWk# zA$;g$3DRS|>QY1P9@vPz##A)rb%@XM`dJ zNaU~!L|3^%u%iW{2u0ChF|u+SnZ6To)w(Dn%+4ucB0b=0!yZt1*K?rX`f3z8YamJE zXZ?Z3Ps81*BOy}8br@jU%id6*PsGSL;{+~(niSjPjHL-6f!UrTXEyzkoo0^qv!qpT!n4)stap(C_rG6-x~WwUH>IiSZe#QJFl>mQIvNkTXsAo`kkQ85AAoY{@XoaDezt zX90T)w3Y&G<}nARcnSsPJJ1myU7;TdhAMPsS`BOvhiB$nGF(HkZ@|zc^95zXCBF*r zdHH{gEvO*J2gW{r#9*^gy&6kj)IBc2)!l&kBH~(fjS)`f(x0t9Ga7gs)2lx*nx`)& ziFW~3aFVyN%-8x!D(58M(12|iLN_iL5S#!oGXbw(*|Tb*&-8=>Dg|mS06DcVSioNO zLb_?G-I_TSK+e_GocvvnUzBW2h6bP&2+^t7&