Rebake team logos at 72×72 for crisp notification thumbnails
The notification thumbnail's native display size is ~48 physical pixels (measured empirically with a size-ladder test attached via the dev menu). Shipping logos at 512×342 forced macOS to downsample ~10×, which is what was producing the blurry/aliased team logos in banner thumbnails. - Pre-render logos at 72×72 (1.5× over native; stays sharp, gives a little extra detail for retina displays without triggering aliasing) - Trim transparent margins before fitting: NHL brand SVGs pad their viewBox generously, so the actual logo was only ~60% of the bundled image. square_logo.swift now scans the alpha channel, crops to the tight bounding box, then fits aspect-preserved into the 72×72 canvas. - Drop the 32 unused TeamLogo_*.imageset asset-catalog entries (dead code since the team-filter feature was removed); notifications load PNGs from the filesystem bundle subdir - Move TeamLogos/ → Resources/TeamLogos/ and update project.yml source paths; excludes: on the recursive scan prevents duplicate flat copies that were bloating the bundle - Simplify NotificationManager: drop SVG fallback (macOS doesn't accept SVG attachments) and content-hash identifier experiments; back to the minimal working config - Dev menu: add "Thumbnail Size Test" which fires a ladder of 10 test notifications (16…128px) for future sizing verification - Fire a test game-start notification on startup in DEBUG builds so the dev loop doesn't require clicking through the menu after each launch - Scripts/square_logo.swift: alpha-bbox trim + aspect-preserved fit
|
Before Width: | Height: | Size: 15 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "ANA_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#fff" d="M716.307 320.001c0-130.506-105.794-236.3-236.3-236.3s-236.306 105.794-236.306 236.3S349.495 556.3 480 556.3s236.3-105.794 236.3-236.299"/><path fill="#ffb81c" d="M715.438 299.852H612.517v-83.855l48.207-48.214a237.3 237.3 0 0 0-28.499-28.506l-48.214 48.214-27.531-27.531-56.324.02V84.563c-6.647-.561-13.361-.862-20.156-.862s-13.508.3-20.155.862V160l-111.292.047-20.77-20.77a238.4 238.4 0 0 0-28.506 28.506l67.888 67.889v64.173H244.562c-.561 6.648-.861 13.362-.861 20.156s.307 13.508.861 20.155h122.603v64.174l-13.735 13.735-54.16 54.153a238 238 0 0 0 28.506 28.507l20.77-20.771h111.292v75.485c6.647.561 13.361.861 20.156.861s13.508-.3 20.155-.861v-75.485h56.418l27.437-27.443 48.214 48.214a237.4 237.4 0 0 0 28.499-28.507l-48.207-48.214V340.15h102.922c.561-6.648.861-13.368.861-20.156s-.3-13.508-.861-20.155m-191.807 89.42-7.002 7.001h-63.425v-34.378l63.466-.047 6.961 6.954zm0-118.154-7.002 7.002h-63.425v-34.372l63.466-.047 6.961 6.955z"/><path fill="#010101" d="M480 42c-153.534 0-278 124.466-278 278s124.466 278 278 278 278-124.466 278-278S633.54 42 480 42m0 514.306c-130.506 0-236.3-105.794-236.3-236.299S349.494 83.7 480 83.7 716.3 189.494 716.3 320 610.506 556.3 480 556.3"/><path fill="#010101" d="M366.062 462.444v-32.241l18.619-18.619V228.422l-18.619-18.619v-32.247l183.169-.074L595 223.251v69.352l-27.411 27.41L595 347.417v69.351l-45.689 45.689H366.062zm69.619-118.06v69.391h88.19l17.263-17.256v-34.973l-17.223-17.222zm0-118.147v69.392h88.19l17.263-17.263v-34.973l-17.223-17.222-88.224.066z"/><path fill="#010101" d="m541.134 396.512-17.269 17.256h-88.191v-69.392l88.231-.06 17.222 17.223v34.973zm0-118.154-17.263 17.263h-88.19v-69.385l88.23-.066 17.223 17.222v34.973zm53.872-55.115-45.775-45.768-183.169.073v32.247l18.619 18.619v183.162l-18.619 18.619v32.241h183.256l45.688-45.682v-69.352l-27.41-27.41 27.41-27.404v-69.351zM655.64 553.533c0 5.833 4.736 10.569 10.568 10.569s10.569-4.736 10.569-10.569-4.73-10.568-10.569-10.568-10.568 4.73-10.568 10.568m18.879 0a8.304 8.304 0 0 1-16.608 0c0-4.583 3.721-8.303 8.304-8.303s8.304 3.721 8.304 8.303m-12.653 6.04h2.271v-4.917h1.624l2.284 4.917h2.499l-2.378-5.118a3.575 3.575 0 0 0 2.378-3.367c0-1.99-1.61-3.594-3.581-3.594h-5.104v12.079zm2.271-9.814h2.833c.72 0 1.316.588 1.316 1.323s-.595 1.309-1.316 1.309h-2.833v-2.639z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.3 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "BOS_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 9.0 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "BUF_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#010101" d="M719.686 426.367c-6.934 0-12.562 5.621-12.562 12.56 0 6.93 5.628 12.557 12.562 12.557s12.553-5.628 12.553-12.557c0-6.939-5.62-12.56-12.553-12.56m0 22.423a9.9 9.9 0 0 1-3.777-.748 9.87 9.87 0 0 1-5.34-5.34 9.9 9.9 0 0 1-.747-3.776 9.85 9.85 0 0 1 9.864-9.857c5.45 0 9.86 4.407 9.86 9.857s-4.41 9.864-9.86 9.864m5.16-12.775a4.255 4.255 0 0 0-4.261-4.254h-6.051v14.335h2.689v-5.822h1.93l2.718 5.822h2.975l-2.837-6.07a4.265 4.265 0 0 0 2.837-4.01m-4.261 1.567h-3.362v-3.137h3.362a1.567 1.567 0 0 1 1.109 2.678 1.57 1.57 0 0 1-1.11.46"/><path fill="#a2aaad" d="M812.56 236.465c-9.144-63.815-64.926-83.667-98.458-89.883l28.685-18.873s-149.86-32.524-343.695 28.694c-177.094 55.928-266.467 143.694-251.651 247.13 9.143 63.82 64.923 83.668 98.452 89.881L217.21 512.29s149.859 32.522 343.703-28.685c177.09-55.932 266.459-143.694 251.647-247.14"/><path fill="#fff" d="M803.656 239.271c-12.086-84.372-116.297-85.793-116.297-85.793l30.083-19.793S575.159 110.59 400.43 165.772c-154.29 48.722-259.258 128.97-244.081 234.952 12.085 84.385 116.296 85.8 116.296 85.8l-30.08 19.781s142.277 23.1 317.01-32.079c154.29-48.73 259.262-128.967 244.08-234.955"/><path fill="#cd001a" d="M787.473 244.385c-15.434-107.712-182.338-84.902-268.562-57.673-46.181 14.582-76.392 29.384-76.392 29.384 156.413-55.967 266.06-16.015 266.06-16.015-51.901-3.644-100.698 13.18-100.698 13.18s52.427 10.561 59.39 59.214c9.205 64.236-45.474 137.756-214.008 190.981-91.883 29.006-169.194 33.61-169.194 33.61s109.024 16.041 273.629-35.943c152.332-48.105 242.8-125.737 229.775-216.738"/><path fill="#cd001a" d="M480.205 382.535c46.758-14.768 86.483-36.794 107.835-57.806 11.804-11.62 18.016-22.927 16.639-32.527-.53-3.662-2.158-6.874-4.713-9.656-16.238-17.69-71.01-17.447-133.744 2.361-72.604 22.935-128.338 63.37-124.478 90.327 3.863 26.958 65.853 30.228 138.46 7.301"/><path fill="#010101" d="M402.307 178.867C249.969 226.98 159.504 304.613 172.54 395.61c15.424 107.71 182.33 84.91 268.552 57.673 46.183-14.589 76.393-29.387 76.393-29.387C361.069 479.863 251.42 439.91 251.42 439.91c51.904 3.645 100.704-13.173 100.704-13.173s-52.427-10.566-59.39-59.222c-9.2-64.233 45.473-137.753 214.01-190.97 91.882-29.016 169.19-33.62 169.19-33.62s-109.018-16.036-273.628 35.943"/><path fill="#010101" d="M456.39 244.537c-57.854 18.267-88.117 41.395-98.57 65.63l-21.022 48.695s25.515-45.735 128.793-78.346c77.876-24.596 125.413-18.39 134.375 2.03 2.555 2.782 4.183 5.994 4.712 9.656 1.377 9.6-4.835 20.907-16.64 32.527-19.507 27.435-56.754 56.941-89.435 76.871 26.099-8.239 143.233-63.815 134.735-123.149-7.891-55.059-76.336-65.689-176.948-33.914"/><path fill="#010101" d="M468.513 315.527c-30.315 9.577-53.678 25.76-52.187 36.16 1.486 10.396 27.263 11.074 57.577 1.5 30.31-9.575 53.675-25.76 52.189-36.162-1.495-10.4-27.275-11.073-57.58-1.498"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "CAR_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 5.8 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "CBJ_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 5.0 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "CGY_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 25 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "CHI_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 5.9 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "COL_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "DAL_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#010101" d="M581.029 557.736c-7.093 0-12.852 5.75-12.852 12.848 0 7.09 5.759 12.849 12.852 12.849s12.843-5.759 12.843-12.848c0-7.099-5.749-12.849-12.843-12.849m0 22.94a10.085 10.085 0 0 1-10.092-10.092 10.08 10.08 0 0 1 10.092-10.085c5.576 0 10.09 4.509 10.09 10.085a10.085 10.085 0 0 1-10.09 10.092m5.279-13.07a4.353 4.353 0 0 0-4.359-4.353h-6.191v14.666h2.752v-5.956h1.975l2.78 5.956h3.043l-2.902-6.21a4.359 4.359 0 0 0 2.902-4.103m-4.359 1.603h-3.439V566h3.439c.884 0 1.607.719 1.607 1.607a1.607 1.607 0 0 1-1.607 1.602Z"/><path fill="#00843d" d="M595.015 379.07c2.926-5.027 5.592-10.116 7.93-15.192l210.63-112.803h-221.63c-16.616-17.413-40.644-28.02-70.184-31.012l-17.56-174.148-104.63 173.258h-56.319l-19.069 31.903H146.425l120.004 96.678-74.503 124.693h54.672l-73.474 121.638L400.26 472.434a470 470 0 0 0 20.181-.581l137.874 111.094-14.792-146.891c20.607-14.298 37.493-33.005 51.491-56.986z"/><path fill="#010101" d="m594.059 355.604 173.693-93.026H586.814c-16.281-19.418-42.261-30.321-75.52-31.744L496.218 81.375l-90.154 149.289H349.77l-19.056 31.914H179.025l102.408 82.492-69.239 115.861h54.78l-62.339 103.231 192.731-103.231a456 456 0 0 0 26.852-.794l119.906 96.594-12.732-126.43c21.738-13.739 39.329-32.425 53.685-57.023 3.427-5.874 6.45-11.804 8.982-17.674"/><path fill="#a2aaad" d="M579.099 296.255s-1.745-5.693-4.284-10.684l-35.301 17.244c2.296 5.997 5.585 20.329-3.18 41.63-10 24.26-39.771 67.168-120.972 67.168h-108.95l-53.673 26.317h96.17l-12.32 3.332-68.948 63.061L391.6 437.93h5.172c12.478 0 24.053-.476 34.823-1.399l21.811-2.632a254 254 0 0 0 12.242-2.297c40.522-8.654 66.654-25.87 85.703-49.602 5.068-6.323 9.654-13.1 13.858-20.315 5.918-10.158 10.092-19.868 12.684-29.038 3.798-13.477 4.124-25.767 1.205-36.392zm-250.955 15.454-83.902-26.132-.006-.006 67.191 54.132zm128.091-58.041h34.241l-10.225-101.36zm130.573 54.205a61 61 0 0 1 2.253 4.93c.141.346.256.703.388 1.049a63 63 0 0 1 1.388 3.966c.145.497.278.989.43 1.485a80 80 0 0 1 .993 4.016c.091.448.2.884.292 1.338.362 1.823.653 3.683.896 5.615l.005-.005 53.696-29.04 28.936-15.656zm-78.414 125.812c-2.454.263-4.894.462-7.318.625-.176.011-.357.024-.533.031-2.35.163-4.694.272-6.996.355-.2.014-.394.019-.594.024q-3.5.12-6.862.145h-.297c-2.303.015-4.56.008-6.741-.024v.007l36.675 69.475z"/><path fill="#a2aaad" d="M485.987 278.351h-99.844l-.194-.098-79.536 133.359 53.823-26.288 30.71-50.146 9.402-15.348-6.955-5.597-13.895-11.199-.006-.006h83.304a163 163 0 0 1 4.941.072c1.328.036 2.63.09 3.896.163.406.025.788.055 1.205.086.939.06 1.866.121 2.775.205.52.049 1.023.115 1.537.163l2.199.255c.57.079 1.121.17 1.679.254.617.092 1.223.188 1.805.297a43 43 0 0 1 1.714.339q.789.163 1.533.334c.587.138 1.151.297 1.696.448.435.121.883.242 1.295.369.576.182 1.121.363 1.653.558.37.133.74.266 1.091.405.545.219 1.072.431 1.587.667l.916.43q1.146.587 2.245 1.259c.474.303.934.607 1.382.933.212.152.411.31.612.466.448.352.865.709 1.271 1.09.164.152.31.311.468.468.405.411.799.823 1.15 1.265.121.14.224.285.334.43.368.474.719.958 1.036 1.479.06.102.127.223.188.333.332.569.646 1.145.913 1.75.025.049.03.103.061.152.291.672.546 1.369.763 2.102l.006-.006 34.768-16.979c-9.528-22.022-36.596-24.464-53.526-24.464z"/><path fill="#fff" d="m431.595 436.539 84.133 67.785-36.676-69.475c-10.866-.153-20.032-.79-25.646-.95l-21.812 2.632m-131.856 14.672-32.097 53.121 68.947-63.062m23.647-55.938-53.823 26.289h108.949c81.201 0 110.974-42.908 120.973-67.167 8.765-21.302 5.476-35.634 3.18-41.631l-34.769 16.979c.2.679.383 1.356.527 2.09 3.078 16.166-10.139 39.275-32.515 52.362-17.68 10.34-38.952 11.078-57.33 11.078h-55.194"/><path fill="#fff" d="m385.948 278.253.195.098h99.845c16.93 0 43.999 2.44 53.526 24.465l35.301-17.245c2.539 4.992 4.283 10.684 4.283 10.684 3.101 3.792 5.633 7.639 7.711 11.618l89.276-22.302h-101.27c-10.855-19.934-35.5-31.903-70.989-31.903h-47.591l24.016-101.36v-.006l-61.219 101.366h-56.203l-19.068 31.903h-99.518v.006l83.902 26.13-16.717 27.996-58.688 98.227 53.673-26.317 79.536-133.36z"/></svg>
|
||||
|
Before Width: | Height: | Size: 3.9 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "DET_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 15 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "EDM_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#00205b" d="M686.699 529.396c-7.285 0-13.199 5.907-13.199 13.197 0 7.282 5.914 13.196 13.199 13.196s13.191-5.914 13.191-13.195c0-7.291-5.905-13.198-13.191-13.198m0 23.562a10.35 10.35 0 0 1-9.578-6.397 10.4 10.4 0 0 1-.786-3.968 10.35 10.35 0 0 1 10.364-10.358c5.727 0 10.363 4.631 10.363 10.358s-4.636 10.365-10.363 10.365Zm5.423-13.424a4.5 4.5 0 0 0-1.313-3.163 4.5 4.5 0 0 0-1.452-.969 4.5 4.5 0 0 0-1.713-.339h-6.358v15.063h2.826v-6.117h2.028l2.856 6.117h3.126l-2.983-6.379a4.48 4.48 0 0 0 2.983-4.213m-4.478 1.647h-3.532v-3.296h3.531c.909 0 1.652.738 1.652 1.65a1.65 1.65 0 0 1-1.652 1.646z"/><path fill="#fff" d="M480 601.5c155.471 0 281.5-126.027 281.5-281.5S635.471 38.5 480 38.5 198.5 164.543 198.5 320 324.531 601.5 480 601.5"/><path fill="#00205b" d="M495.67 52c32.141 50.369 46.627 68.936 46.627 97.132 0 33.847-28.445 61.289-62.296 61.289s-62.297-27.442-62.297-61.289c0-28.196 14.485-46.763 46.625-97.131-140.977 8.11-252.8 124.988-252.8 267.998 0 148.281 120.197 268.488 268.472 268.488S748.473 468.28 748.473 319.999c0-143.01-111.822-259.887-252.803-267.998m-15.669 512.035c-134.777 0-244.028-109.266-244.028-244.036 0-113.061 76.907-208.161 181.257-235.867-5.544 6.898-23.97 32.28-23.97 64.999 0 47.274 38.912 85.734 86.741 85.734s86.74-38.46 86.74-85.734c0-32.719-18.434-58.101-23.97-64.999C647.127 111.84 724.031 206.938 724.031 320c0 134.77-109.26 244.036-244.03 244.036"/><path fill="#00205b" d="M530.797 349.264H513.28v27.964c0 5.605-4.544 10.155-10.153 10.155-5.593 0-10.145-4.55-10.145-10.155v-35.64h20.298v-26.413h-20.298v-20.571c0-5.605 4.552-10.149 10.145-10.149 5.609 0 10.153 4.544 10.153 10.149v12.813h17.517v-59.218h-74.019v36.256c7.162 0 12.974 5.797 12.974 12.975v82.527a7.43 7.43 0 0 1-7.427 7.427v149.547c0 10.684-5.586 15.555-8.256 17.28A212 212 0 0 0 480 555.79c10.725 0 21.259-.81 31.538-2.35 0 0 19.258-3.82 19.258-20.802z"/><path fill="#00205b" d="M456.78 349.264h-17.512v30.718a7.4 7.4 0 1 1-14.799.001v-88.098a7.42 7.42 0 0 1 4.585-6.866 7.4 7.4 0 0 1 2.844-.565v-36.256h-38.084v36.256a7.424 7.424 0 0 1 7.421 7.431v88.071c0 4.099-3.325 7.427-7.421 7.427v130.258c0 10.878-5.954 14.447-8.782 15.532 16.8 8.559 35.012 14.919 54.207 18.678 0 0 17.541 2.672 17.541-14.922z"/><path fill="#00205b" d="M388.266 517.641V387.384c-4.1 0-7.424-3.329-7.424-7.43v-88.069a7.42 7.42 0 0 1 4.582-6.864 7.4 7.4 0 0 1 2.842-.566v-36.259h-38.081v36.259a7.425 7.425 0 0 1 7.422 7.43v88.068c0 4.101-3.327 7.43-7.422 7.43v88.732c0 18.524-9.507 21.457-14.469 21.715a202.3 202.3 0 0 0 39.363 29.919s13.188 4.987 13.188-10.108m293.947-210.225v-39.895c0-10.625-8.69-19.32-19.316-19.32H640.1c-10.624 0-19.317 8.695-19.317 19.32v53.285c0 2.838 1.724 6.709 3.843 8.587l30.518 27.293c2.115 1.896 3.844 5.771 3.844 8.595v11.762c0 5.713-4.639 10.34-10.349 10.34s-10.339-4.627-10.339-10.34v-27.776h-17.518v151.902c37.876-35.158 61.432-84.354 61.432-138.832v-7.85c0-2.832-1.723-6.689-3.829-8.584l-30.526-27.29c-2.122-1.903-3.849-5.759-3.849-8.598v-18.083c0-4.123 3.36-7.476 7.495-7.476 4.128 0 7.483 3.352 7.483 7.476v15.485h23.226z"/><path fill="#00205b" d="M344.634 476.115V267.524c0-10.632-8.689-19.327-19.315-19.327h-28.216c-10.626 0-19.323 8.695-19.323 19.327v94.812c0 47.494 17.9 90.97 47.575 124.621 5.802 7.566 19.279 9.729 19.279-10.842m-23.227-98.926c0 5.626-4.564 10.191-10.192 10.191-5.636 0-10.197-4.565-10.197-10.191v-82.541a10.184 10.184 0 0 1 10.196-10.192 10.183 10.183 0 0 1 10.193 10.193zm286.408 2.764v-43.206c0-7.399-8.3-10.789-8.3-10.789s8.3-3.391 8.3-10.782v-47.655c0-10.627-8.697-19.32-19.318-19.32h-52.156l-.007 36.254a7.42 7.42 0 0 1 7.429 7.43v88.068a7.42 7.42 0 0 1-7.429 7.43v145.254c0 7.529-3.032 13.211-7.126 17.354 13.692-3.284 26.833-7.834 39.274-13.627 0 0 8.934-4.338 8.934-20.597V387.383c-5.758 0-10.416-4.669-10.416-10.417v-32.234a7.97 7.97 0 0 1 7.973-7.985 7.98 7.98 0 0 1 5.65 2.335 7.98 7.98 0 0 1 2.337 5.65v172.71c0 4.886-.672 8.976-1.703 12.417a204.3 204.3 0 0 0 29.193-19.718s4.794-3.971 4.794-22.854v-99.904a7.44 7.44 0 0 1-5.253-2.176 7.4 7.4 0 0 1-1.611-2.41 7.4 7.4 0 0 1-.565-2.844m-23.237-73.574c0 4.856-3.932 8.797-8.79 8.797-4.855 0-8.788-3.941-8.788-8.797v-13.134a8.774 8.774 0 0 1 5.424-8.121 8.8 8.8 0 0 1 6.729-.001 8.784 8.784 0 0 1 5.425 8.121z"/><path fill="#cf4520" d="M525.391 150.02c0-31.797-27.583-48.782-45.39-93.183-17.81 44.401-45.393 61.385-45.393 93.183 0 21.73 17.947 42.892 45.392 42.892s45.391-21.161 45.391-42.892"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.4 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "FLA_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 13 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "LAK_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 34 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "MIN_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#154734" d="M590.7 492.055c-6.388 0-11.575 5.179-11.575 11.572 0 6.386 5.187 11.572 11.575 11.572s11.568-5.186 11.568-11.571c0-6.395-5.179-11.574-11.568-11.574m0 20.661a9.1 9.1 0 0 1-6.429-2.66 9.07 9.07 0 0 1-2.66-6.43 9.08 9.08 0 0 1 9.089-9.083c5.022 0 9.087 4.061 9.087 9.083s-4.065 9.09-9.087 9.09m4.755-11.772c0-.515-.102-1.026-.3-1.5a3.9 3.9 0 0 0-2.125-2.123 3.9 3.9 0 0 0-1.502-.297h-5.575v13.21h2.478v-5.365h1.779l2.504 5.364h2.741l-2.614-5.594a3.93 3.93 0 0 0 1.893-1.433 3.93 3.93 0 0 0 .721-2.262m-3.927 1.445h-3.097v-2.891h3.097a1.45 1.45 0 0 1 1.448 1.447 1.45 1.45 0 0 1-1.448 1.444"/><path fill="#ddcba4" d="M814.47 203.177s-23.828-7.933-44.448-11.897c.253-.046 23.032-18.25 23.032-18.25s-91.882-24.271-201.231-17.01c0 0-15.927-52.02-89.455-52.02-54.713 0-85.942 34.3-95.652 61.015-103.16 23.092-181.681 75.874-181.681 75.874l18.951 14.285c-48.541 25.866-98.456 66.947-98.456 66.947s4.895 24.624 34.704 63.84c0 0 19.96 15.269 72.53 35.127 0 0 10.055-2.534 15.047-5.076 7.213 2.41 14.655 4.443 21.987 5.787-.298 6.619-2.211 16.097 10.013 27.347l-8.884 4.71s10.977 27.191 71.47 41.48c23.099-5.57 128.171-25.435 164.43 40.663l182.789-179.76h-38.925z"/><path fill="#154734" d="M779.552 210.83c-22.245-8.438-51.985-14.636-51.985-14.636l18.493-14.28c-99.9-20.015-168.331-13.698-168.331-13.698s-13.695-51.927-80.241-51.927c-64.335 0-83.604 57.466-83.604 57.466-88.068 17.357-170.954 67.991-170.954 67.991l20.19 15.222c-51.934 25.553-105.75 69.072-105.75 69.072 7.612 23.801 29.887 52.538 29.887 52.538 20.684 14.392 66.07 32.05 66.07 32.05 6.536-1.496 13.598-5.459 13.598-5.459s22.55 8.964 46.614 8.964c8.794 0 18.63-1.057 18.63-4.494 0-5.935-18.031-7.745-18.031-14.388 0-4.841 10.838-11.635 52.042-11.635 24.673 0 52.604 1.723 52.604 1.723-20.311 0-60.193 5.163-60.193 14.627 0 7.333 27.1 7.716 27.1 17.594 0 14.298-21.221 19.19-45.941 19.19-22.136 0-32.635-6.309-37.67-6.309-1.927 0-3.105.96-3.105 2.204 0 5.14 9.864 15.475 17.76 18.374l-10.676 6.203c11.977 15.856 56.565 27.752 56.565 27.752 127.21-27.757 166.358 35.694 166.358 35.694l149.05-154.347h-35.07z"/><path fill="#eaaa00" d="M557.024 185.707c-40.988-1.337-82.148 1.097-121.497 7.116a63 63 0 0 0-.485 7.58c0 2.85.216 5.647.58 8.395 38.301-4.089 80.521-5.473 122.718-1.003.287-2.43.459-4.89.459-7.391 0-5.068-.629-9.98-1.775-14.697m-60.098 76.575c22.776 0 42.671-12.33 53.415-30.664-33.584 4.302-65.749 9.898-93.962 15.518 10.872 9.427 25.027 15.146 40.547 15.146m0-123.75c-31.607 0-57.659 23.695-61.399 54.29 0 0 31.033-13.976 115.457-22.479-10.563-18.974-30.808-31.811-54.059-31.811z"/><path fill="#a6192e" d="M557.024 185.707a62.2 62.2 0 0 1 1.774 14.697c0 2.5-.171 4.962-.458 7.39 26.847 2.838 53.696 8.041 79.536 16.431-29.154.993-58.865 3.722-87.535 7.392-10.744 18.336-30.639 30.664-53.416 30.664-15.518 0-29.674-5.717-40.546-15.145-59.767 11.916-101.755 23.942-101.755 23.942 29.59 1.317 46.31 8.177 46.31 8.177-76.474 15.46-147.574 44.936-170.663 55.02 5.515 8.773 12.702 19.028 12.702 19.028l-11.421 14.129c20.414 3.714 45.713 1.553 45.713 1.553l37.923-23.225 29.758 8.927 8.971-12.263h-9.775l19.597-31.598 16.476 31.584h-7.38l4.991 10.893 20.56-3.654 8.756-11.152h-7.828l11.685-17.963H402.2l18.499-31.312 15.803 32.335-7-.004L440.1 340.42h-8.357l17.121 31.193 17.106-24.026h-11.744l17.687-26.599H460.56l25.5-43.777 22.117 44.331h-9.204l15.073 26.035h-10.645l14.605 32.307 24.758-40.457h-13.662l20.229-32.908h-12.413l27.072-55.014 28.432 57.618h-9.982l18.304 30.296h-12.516l14.017 30.015 22.873-34.834h-12.3l26.558-38.28h-14.258l42.544-58.715 22.412 40.39 47.702-58.694c-54.961-20.562-117.635-31.533-180.752-33.594m-121.983 14.697c0-2.568.184-5.095.486-7.581-57.512 8.794-111.163 25.255-154.689 48.82 0 0 67.179-23.491 154.784-32.845a64 64 0 0 1-.581-8.394"/><path fill="#fff" d="M504.038 222.747c-80.757 2.608-153.375 22.752-153.392 22.752-.555-3.602-1.103-7.087-1.666-10.71-2.502 4.233-4.881 8.289-7.381 12.487-.008 0-36.533 13.387-60.623 26.042 30.912-10.657 55.985-17.223 55.985-17.223a1503 1503 0 0 1-7.492 15.89c4.637-4.139 9.058-8.102 13.695-12.253 3.322 1.771 6.5 3.508 9.857 5.296-.471-3.95-.91-7.79-1.386-11.793.012-.008 81.486-22.662 152.403-30.489"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.1 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "MTL_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#001e62" d="M704.027 499.785c-7.279 0-13.188 5.901-13.188 13.184 0 7.276 5.91 13.185 13.188 13.185s13.18-5.909 13.18-13.184c0-7.284-5.9-13.185-13.18-13.185m0 23.54a10.35 10.35 0 0 1-10.355-10.355 10.34 10.34 0 0 1 10.355-10.349c5.722 0 10.354 4.626 10.354 10.35s-4.632 10.354-10.354 10.354m5.418-13.412a4.46 4.46 0 0 0-1.312-3.16 4.45 4.45 0 0 0-3.162-1.307h-6.352v15.05h2.823v-6.112h2.026l2.854 6.112h3.123l-2.98-6.373a4.475 4.475 0 0 0 2.98-4.21m-4.474 1.645h-3.529v-3.293h3.528c.908 0 1.651.738 1.651 1.65a1.65 1.65 0 0 1-1.65 1.643"/><path fill="#fff" d="m735.909 316.95 47.027-49.403-26.711-123.138-118.804-35.277-10.685 9.905C587.007 107.181 515.554 94.916 467.823 95c-176.827.308-315.761 98.634-316.298 223.838 0 107.124 92.394 226.164 317.808 226.164 178.606 0 339.142-118.903 339.142-118.903z"/><path fill="#001e62" d="m720.21 315.583 49.303-51.796-23.778-109.655-105.086-31.195-10.772 9.984c-35.472-11.704-111.303-25.694-162.042-25.605-172.45.3-303.493 94.893-303.997 211.582-.522 122.321 118.118 213.782 305.493 213.782 131.121 0 265.461-69.986 322.232-109.773l-71.354-107.325z"/><path fill="#fff" d="M488.721 357.083H460.07v24.292l28.651-.033zm174.272-32.282c-22.265-19.607-54.687-40.145-95.737-50.128V365.6c30.982-8.566 64.975-23.107 95.737-40.799zm-282.911 44.363v-98.548c-28.459 8.228-60.352 24.334-60.352 49.84 0 17.46 26.954 38.533 60.352 48.708m80.632-86.66h27.845v-23.079l-27.845-1.132z"/><path fill="#fff" d="M701.765 326.998s-74.42 50.78-156.464 66.105V248.927c89.088 11.208 141.858 69.454 141.858 69.454l59.361-61.358-19.063-86.06-81.116-23.722-10.288 11.216c-32.915-12.864-100.822-29.53-176.107-29.53-150.724 0-273.811 85.397-274.032 190.788-.218 102.64 104.256 191.494 272.892 191.494 155.792 0 268.24-74.213 303.457-94.105zM444.647 299.84v-59.055c20.61-1.035 43.481.038 59.66 1.97v57.086zm59.66 39.055v59.465c-16.779 2-42.364 2.494-59.66 1.216v-60.68zM401.83 244.216v151.291c-24.835 0-104.099-29.145-104.099-75.057 0-56.756 80.997-72.428 104.099-76.234"/><path fill="#a6192e" d="M697.42 348.327c-97.381 57.184-162.188 68.285-241.255 67.544-111.13-1.048-174.417-45.509-174.417-98.462 0-47.74 58.055-93.24 176.659-93.24 79.796 0 176.023 21.383 227.411 72.036l42.789-43.607-14.611-69.209-63.091-18.435-11.454 12.945c-34.578-13.862-93.023-33.026-182.928-33.026-135.652 0-254.616 78.353-254.616 173.207 0 99.088 103.585 176.785 250.603 176.785 149.1 0 236.618-56.209 287.167-82.726l-42.258-63.813z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "NJD_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#010101" d="M661.543 476.678c-6.846 0-12.404 5.549-12.404 12.399 0 6.842 5.558 12.399 12.404 12.399s12.393-5.557 12.393-12.398c0-6.851-5.548-12.4-12.393-12.4m0 22.137a9.71 9.71 0 0 1-6.89-2.849 9.75 9.75 0 0 1-2.85-6.89 9.726 9.726 0 0 1 9.74-9.732 9.73 9.73 0 0 1 9.737 9.733 9.73 9.73 0 0 1-9.737 9.739m5.094-12.613a4.22 4.22 0 0 0-1.233-2.972 4.21 4.21 0 0 0-2.974-1.228h-5.975v14.153h2.656v-5.747h1.906l2.683 5.748h2.937l-2.801-5.994a4.21 4.21 0 0 0 2.801-3.96m-4.207 1.548h-3.319v-3.097h3.319c.854 0 1.551.695 1.551 1.55a1.55 1.55 0 0 1-1.551 1.547"/><path fill="#fff" d="M738.66 128.726c0-73.223-82.433-73.223-93.531-73.223l-19.974-.002s28.202 28.35 28.202 38.59a4.195 4.195 0 0 1-4.198 4.189h-71.825a4.196 4.196 0 0 1-4.198-4.19c0-10.238 28.202-38.59 28.202-38.59-27.373 0-66.621 6.119-93.888 25.497a232 232 0 0 0-23.175-1.16c-126.668 0-229.358 102.692-229.358 229.368 0 24.995 4.01 49.047 11.406 71.568-16.958 20.726-44.983 63.16-44.983 117.256 0 46.75 23.102 86.47 23.102 86.47s41.134-60.227 133.321-60.227c7.059 0 8.879-6.155 9.166-7.348 29.553 13.874 62.542 21.648 97.346 21.648 126.673 0 229.364-102.698 229.364-229.368 0-40.688-10.605-78.892-29.188-112.016 25.394-7.803 54.209-28.006 54.209-68.463"/><path fill="#010101" d="M729.208 128.726c0-45.471-41.731-65.354-83.727-63.782 0 0 17.338 16.72 17.338 29.138 0 6.596-4.921 13.64-18.713 13.64h-62.143c-13.972 0-22.309-4.801-22.309-12.852 0-13.194 20.747-28.6 20.747-28.6s-42.062 2.532-70.218 24.59c-8.504-.997-17.138-1.571-25.908-1.571-121.45 0-219.91 98.459-219.91 219.916 0 41.85 11.696 80.972 31.993 114.272-3.29 1.744-6.611 2.905-11.243 2.905-15.398 0-15.489-34.136-15.489-34.136s-38.837 45.283-38.837 105.782c0 37.25 15.738 69.293 15.738 69.293s43.579-52.504 131.236-52.504c0 0-41.573-16.702-41.573-36.866.005-.008.185-2.145 1.591-4.778 38.893 34.771 90.214 55.94 146.494 55.94 121.464 0 219.92-98.453 219.92-219.909 0-43.569-12.725-84.147-34.58-118.314 21.21-3.385 59.593-17.88 59.593-62.165m-441.714 180.48c0-108.684 88.106-196.787 196.781-196.787 2.554 0 5.074.097 7.599.191-4.061 8.034-6.491 17.424-6.491 28.454 0 50.553 56.035 51.044 56.035 51.044l-27.339 72.23-47.502-60.16c-16.868-21.355-34.34-25.844-46.029-25.844-23.861 0-42.353 16.897-54.958 50.215l-60.928 161.013c-10.996-24.537-17.166-51.723-17.166-80.357zm24.572 95.22c12.729-4.131 32.215-8.964 53.753-8.964 27.672 0 52.665 6.796 52.665 6.796l24.2-63.923 22.94 41.638-20.8 21.754c-12.644 13.235-44.181 4.962-79.005 4.962-24.173 0-38.867 2.731-48.796 6.171a194 194 0 0 1-4.957-8.435m368.994-95.22c0 108.678-88.097 196.778-196.785 196.778-46.147 0-88.548-15.922-122.108-42.535 32.413 1.411 50.134 22.361 95.787 22.361 67.052 0 106.331-40.64 120.731-78.693l74.955-198.083c17.401 29.346 27.42 63.58 27.42 100.171"/><path fill="#cd001a" d="M664.166 74.66s8.097 7.61 8.097 19.422-9.198 23.096-28.156 23.096h-62.144c-24.147 0-31.756-12.336-31.756-22.308s5.653-15.31 5.653-15.31-61.033 11.893-61.033 61.505c0 41.727 46.659 41.6 46.659 41.6h13.607l-38.085 100.632-57.845-73.266c-3.593-4.546-17.659-22.248-38.615-22.248-29.135 0-41.801 32.688-46.123 44.105l-61.467 162.425s22.745-8.3 52.862-8.3c25.402 0 46.778 5.135 46.778 5.135l28.488-75.28 36.151 65.62-25.59 26.77c-16.834 17.613-51.983 7.873-85.827 7.873-63.187 0-57.086 19.689-80.706 19.689-16.731 0-21.069-20.313-21.069-20.313s-23.81 39.47-23.81 82.522c0 27.952 9.813 52.539 9.813 52.539s49.241-41.914 98.845-41.914c0 0-22.146-10.626-22.146-30.702 0-5.71 7.578-24.016 31.988-24.016 37.802 0 53.548 22.434 99.219 22.434 63.911 0 99.411-39.596 111.903-72.59l83.664-221.113s66.245.125 66.245-53.941c0-49.604-55.6-54.066-55.6-54.066"/></svg>
|
||||
|
Before Width: | Height: | Size: 3.6 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "NSH_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 7.6 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "NYI_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 9.7 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "NYR_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 5.0 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "OTT_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 24 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "PHI_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#010101" d="M445.201 434.914c-6.849 0-12.411 5.552-12.411 12.406 0 6.847 5.562 12.408 12.411 12.408s12.402-5.561 12.402-12.407c0-6.855-5.552-12.407-12.402-12.407m0 22.151a9.73 9.73 0 0 1-9.005-6.014 9.7 9.7 0 0 1-.74-3.73 9.733 9.733 0 0 1 9.745-9.739c5.384 0 9.743 4.354 9.743 9.739s-4.359 9.744-9.743 9.744m5.098-12.621a4.218 4.218 0 0 0-1.234-2.974 4.2 4.2 0 0 0-2.976-1.229h-5.978v14.162h2.657v-5.752h1.908l2.684 5.752h2.939l-2.803-5.997a4.21 4.21 0 0 0 2.804-3.962zm-4.21 1.548h-3.321v-3.099h3.321c.854 0 1.553.695 1.553 1.552a1.554 1.554 0 0 1-1.553 1.547"/><path fill="#010101" d="M582.738 121.499H196.855v18.213c0 28.194 11.02 54.673 29.878 73.872h-29.878v18.217c0 28.187 11.02 54.67 29.878 73.857h-29.878v18.221c0 28.181 11.02 54.661 29.878 73.869h-29.878v18.215c0 56.538 43.28 102.538 96.484 102.538h89.489l60.739-102.686c34.17 41.66 85.393 66.492 139.171 66.492 99.475 0 180.407-80.923 180.407-180.398s-80.932-180.41-180.407-180.41"/><path fill="#fff" d="M582.738 127.706h-379.68v12.006c0 33.353 15.971 62.776 40.164 80.075h-40.163v12.015c0 33.341 15.971 62.759 40.163 80.063h-40.163v12.015c0 33.342 15.971 62.759 40.163 80.062h-40.163v12.021c0 53.113 40.499 96.328 90.28 96.328h85.952l63.408-107.197c32.817 44.456 84.652 71.01 140.039 71.01 96.053 0 174.199-78.145 174.199-174.195s-78.146-174.203-174.199-174.203"/><path fill="#010101" d="M582.738 139.713h-364.2c0 46.576 35.043 84.328 78.273 84.328h137.191c2.136 0 3.873 1.737 3.873 3.878s-1.737 3.883-3.873 3.883H218.539c0 46.569 35.042 84.32 78.272 84.32h82.725a3.885 3.885 0 0 1 3.88 3.886 3.885 3.885 0 0 1-3.879 3.872H218.538c0 46.567 35.042 84.32 78.272 84.32h28.26a3.88 3.88 0 0 1 3.876 3.879 3.883 3.883 0 0 1-3.876 3.884H218.538c0 46.561 35.042 84.318 78.272 84.318h75.635l141.387-239.048c13.928-23.543 39.567-39.333 68.905-39.333 44.186 0 80.007 35.82 80.007 80.01s-35.821 80.006-80.007 80.006c-43.632 0-79.103-34.934-79.988-78.358l-53.5 90.465c29.263 42.324 78.13 70.073 133.489 70.073 89.573 0 162.188-72.619 162.188-162.186s-72.615-162.197-162.188-162.197"/><path fill="#fc4c02" d="M582.738 255.878c-25.421 0-46.023 20.608-46.023 46.031s20.602 46.021 46.023 46.021 46.029-20.609 46.029-46.021-20.604-46.031-46.029-46.031"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.2 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "PIT_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 9.3 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "SEA_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#041c2c" d="M268.5 486.88c103.479 9.043 169.127 38.224 201.075 98.62 109.381-17.722 210.564-87.866 210.564-178.269 0-120.45-145.963-139.38-149.85-174.462 61.398 22.253 128.981-1.168 161.231-77.756-95.381-7.049-165.2-41.828-195.375-100.513-116.995 20.824-210.583 96.505-210.583 178.269 0 119.423 153.516 151.021 170.718 176.375-83.778-31.758-156.054 4.431-187.8 77.756z"/><path fill="#9cdbd9" d="M450.036 226.586c-13.094-13.312-18.553-23.723-18.553-37.458 0-15.729 7.594-23.422 7.594-32.222 0-7.572-4.754-13.513-13.859-15.306 5.399-5.82 12.731-9.344 19.56-9.344 39.039 0 50.561 86.254 132.023 83.153 29.027-2.779 56.463-16.896 73.706-41.627-71.128-9.223-136.072-39.452-167.798-90.826-32.915 5.981-170.941 53.61-167.456 153.136 3.646 103.795 157.162 132.634 200.109 177.201 33.862 35.142 10.011 70.566-11.824 83.435-33.721-87.664-144.532-93.907-188.647-30.631 71.128 9.224 136.071 39.452 167.798 90.826 78.46-16.453 116.31-85.248 101.907-134.87-23.85-82.106-178.675-96.565-219.728-173.475-21.937-43.279-3.908-89.477 36.218-116.362-15.752 20.3-23.286 43.681-22.944 65.572 3.566 3.886 5.077 12.969 5.117 13.15.524 3.182 1.45 9.888-.202 13.997 1.753 4.611 4.009 9.002 6.688 13.211 5.379 1.349 11.402 8.337 11.543 8.498 5.902 6.787 6.828 11.077 6.969 12.708 3.646 3.262 7.574 6.404 11.704 9.465 3.465-.403 8.722 1.269 14.08 4.672 6.164 4.048 9.246 8.036 10.113 11.036a470 470 0 0 0 13.214 7.391c3.445-.946 9.125.162 14.826 3.082 5.721 2.92 9.931 6.948 11.159 10.311 4.533 2.255 9.085 4.511 13.638 6.766 3.444-1.007 9.185 0 14.947 2.92 5.64 2.86 9.749 6.828 11.058 10.15 4.654 2.417 9.287 4.854 13.839 7.351 4.231-.866 10.999 1.712 14.665 3.907 5.439 3.242 9.165 7.472 10.273 10.875a235 235 0 0 1 13.315 9.244c3.606-.161 8.904 1.893 13.839 6.102 5.338 4.632 8.078 9.747 8.199 13.291 3.686 3.948 7.07 8.056 10.092 12.325 4.371 1.088 8.762 6.143 11.22 11.197 3.404 7.391 2.941 12.607 1.954 15.286 5.882 18.366 7.473 41.506-1.994 68.109-.101.282-.222.604-.363.947 19.822-21.569 33.217-48.112 32.089-79.992-3.646-103.795-157.162-132.634-200.109-177.201z"/><path fill="#c8102e" d="M508.957 237.481c-17.546-20.179-28.746-55.926-48.084-69.902-8.682 30.792 9.387 64.464 48.084 69.902"/><path fill="#6ba4b8" d="M495.057 526.896c-6.325 18.548-12.368 30.047-12.368 30.047-31.727-51.374-96.67-81.582-167.798-90.826 73.505-36.834 149.588 1.913 180.166 60.779m155.43-353.114c-73.505 36.834-149.588-1.913-180.167-60.779 6.326-18.548 12.369-30.047 12.369-30.047-31.082 5.66-170.981 52.764-167.456 153.136 3.646 103.795 157.162 132.634 200.109 177.201 33.862 35.142 10.011 70.566-11.825 83.435a281 281 0 0 1-8.46 30.148c15.994-2.78 64.48-28.436 64.783-77.817.443-68.049-87.545-86.073-154.222-127.377-54.891-33.995-65.548-67.727-68.327-89.074-6.547-50.227 28.906-96.103 80.434-117.732-7.393 6.304-13.134 12.446-16.659 17.34-15.752 20.3-23.286 43.681-22.944 65.572 3.566 3.886 5.076 12.969 5.117 13.15.523 3.182 1.45 9.888-.202 13.997 1.753 4.611 4.009 9.002 6.688 13.211 5.378 1.349 11.401 8.337 11.542 8.498 5.903 6.787 6.829 11.077 6.97 12.708 3.646 3.262 7.574 6.404 11.704 9.465 3.464-.403 8.722 1.269 14.08 4.672 6.164 4.028 9.246 8.036 10.112 11.036a472 472 0 0 0 13.215 7.391c3.444-.946 9.125.162 14.826 3.082 5.72 2.92 9.931 6.948 11.159 10.311 4.533 2.255 9.085 4.511 13.638 6.766 3.444-1.007 9.185 0 14.946 2.92 5.641 2.86 9.75 6.828 11.059 10.15 4.654 2.417 9.287 4.854 13.839 7.351 4.23-.866 10.999 1.712 14.665 3.907 5.439 3.242 9.165 7.472 10.273 10.875a235 235 0 0 1 13.315 9.244c3.606-.161 8.904 1.893 13.839 6.102 5.338 4.632 8.078 9.747 8.199 13.291 3.686 3.948 7.07 8.056 10.092 12.325 4.371 1.088 8.762 6.143 11.22 11.197 3.404 7.391 2.941 12.607 1.954 15.286 5.882 18.366 7.473 41.506-1.995 68.109 25.321-42.916 22.884-85.509-5.418-121.517-59.163-75.259-208.005-84.241-207.461-170.516.141-20.521 8.702-36.854 19.68-49.239 5.399-5.82 12.731-9.344 19.56-9.344 39.038 0 50.561 86.254 132.022 83.153 29.028-2.779 56.463-16.897 73.707-41.627z"/><path fill="#041c2c" d="M594.789 554.869c0 5.135 4.17 9.304 9.307 9.304s9.306-4.169 9.306-9.304-4.15-9.305-9.306-9.305-9.307 4.169-9.307 9.305m16.619 0c0 4.027-3.263 7.31-7.312 7.31a7.312 7.312 0 1 1 0-14.621 7.3 7.3 0 0 1 7.312 7.311"/><path fill="#041c2c" d="M600.268 560.185h1.994v-4.33h1.431l2.014 4.33h2.196l-2.095-4.511a3.12 3.12 0 0 0 2.095-2.96 3.15 3.15 0 0 0-3.143-3.162h-4.492zm1.994-8.619h2.498c.625 0 1.148.523 1.148 1.168s-.523 1.168-1.148 1.168h-2.498z"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.4 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "SJS_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 9.4 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "STL_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#006ac6" d="m424.035 343.797 46.639 75.055c6.071 9.763 9.764 18.657 10.845 27.334 6.509 43.601-41.001 80.044-98.706 88.937-55.1 8.677-112.152-9.98-118.007-50.759-5.422-39.265 38.611-72.886 91.76-82 10.412-1.953 21.695-2.823 32.972-2.6L204.5 102.788h69.199l37.53 60.09c8.239-1.303 14.1-7.59 14.1-18.219 0-8.677-3.687-16.705-19.09-41.866H755.5c-11.499 22.777-37.314 46.207-69.637 59.874l23.214 4.773c-19.089 19.74-46.423 36.66-76.79 45.991l23.425 8.461c-19.522 16.483-43.817 30.588-76.357 38.395l21.257 11.277c-23.43 14.532-48.807 24.728-82.65 29.94l17.138 18.218c-23.863 6.072-46.207 7.375-69.853 6.072l15.618 24.944c-15.618 1.735-36.227-.865-56.835-6.942z"/><path fill="#ffb81c" d="M736.297 112.986H324.566c9.326 15.186 11.716 23.646 11.716 31.67 0 14.531-7.812 26.68-29.718 29.07l-37.963-60.956H223.26l185.908 298.497c-16.484-2.384-34.275-1.95-50.326.865-49.24 8.461-87.856 38.612-83.299 70.935 4.774 33.405 54.884 50.327 106.297 42.304 53.58-8.46 95.662-41.217 90.024-77.877-.871-7.158-3.904-14.532-9.331-23.43l-61.172-98.052c20.825 8.244 45.121 13.667 60.955 13.883l-16.272-25.815c24.295 2.384 46.207 2.601 68.334-.87l-19.522-20.17c33.405-2.169 60.307-9.11 83.737-21.258l-31.021-16.705c38.395-4.557 63.561-14.748 86.121-30.156l-39.265-14.316c42.298-5.638 70.935-19.959 92.192-36.875l-42.952-9.11c41.87-7.59 73.324-26.68 92.629-51.629zm-139.068 45.336H365.984l2.384 3.687c3.039 4.99 4.99 6.072 10.845 6.072h232.764l49.894 10.628c-25.382 14.75-58.787 24.08-111.065 24.08H393.75l2.385 3.687c3.254 4.99 5.206 6.071 11.061 6.071l163.348-.216 39.914 14.748c-26.901 13.45-54.018 18.873-98.268 19.09l-90.895.432 2.39 3.692c3.254 4.99 5.206 6.071 11.066 6.071l94.365-.216 27.334 14.97c-20.171 7.812-49.24 12.58-78.53 12.58h-5.423l21.041 21.695c-24.944 1.086-46.856-.649-67.031-3.909l15.618 25.383c-16.272-2.168-43.168-10.845-65.296-21.695l77.228 124.083c4.773 7.811 7.157 13.883 8.028 19.743 4.557 29.502-32.108 58.787-81.564 66.594-47.509 7.374-90.894-7.812-94.581-34.059-3.687-25.166 29.718-51.846 74.838-59.658 23.863-3.908 51.197-2.822 70.935 5.861L241.685 122.744h21.473l37.963 60.955c30.804.65 45.99-17.354 45.99-38.61 0-7.159-1.735-14.1-5.422-22.345h371.595c-26.896 24.296-67.248 35.578-116.055 35.578"/><path fill="#006ac6" d="M453.176 520.071c0 3.491 2.827 6.323 6.324 6.323s6.318-2.832 6.318-6.323a6.321 6.321 0 1 0-12.642 0m11.288 0c0 2.74-2.219 4.97-4.969 4.97s-4.97-2.226-4.97-4.97a4.97 4.97 0 0 1 9.939 0"/><path fill="#006ac6" d="M456.899 523.687h1.359v-2.94h.974l1.364 2.94h1.499l-1.427-3.064a2.144 2.144 0 0 0-.715-4.161h-3.054zm1.354-5.87h1.694c.433 0 .788.355.788.792a.79.79 0 0 1-.788.788h-1.694z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.6 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "TBL_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#00205b" d="M668.46 476.31c-6.869 0-12.446 5.569-12.446 12.443 0 6.867 5.577 12.444 12.446 12.444s12.439-5.577 12.439-12.443c0-6.875-5.568-12.444-12.439-12.444m0 22.217a9.76 9.76 0 0 1-9.031-6.032 9.8 9.8 0 0 1-.742-3.741c0-5.4 4.368-9.768 9.773-9.768 5.401 0 9.772 4.368 9.772 9.768s-4.371 9.773-9.772 9.773m5.114-12.658a4.22 4.22 0 0 0-2.608-3.896 4.2 4.2 0 0 0-1.615-.32h-5.995v14.204h2.665v-5.77h1.913l2.692 5.77h2.948l-2.812-6.015a4.22 4.22 0 0 0 2.812-3.973Zm-4.223 1.553h-3.33v-3.11h3.33c.857 0 1.557.698 1.557 1.558a1.56 1.56 0 0 1-1.557 1.552"/><path fill="#00205b" d="M764.51 294.65c0-57.708-35.875-114.593-99.544-149.548l-24.397 19.359c43.511 27.379 69.119 68.294 69.119 114.726 0 108.376-133.922 206.537-282.959 206.537-15.298 0-30.3-1.12-44.79-3.27l-50.293 37.217c31.756 10.744 67.195 16.447 104.229 16.447 176.923 0 328.635-119.447 328.635-241.468"/><path fill="#00205b" d="m539.479 334.945-91.021 17.796 201.896-165.898-93.99 12.6L739.052 54.556l-212.677 55.959a401 401 0 0 0-8.461-.102c-174.292 0-322.424 118.452-322.424 243.424 0 61.316 33.027 110.093 84.217 141.698l-78.593 89.91zm-319.692.41c0-112.064 140.229-206.531 282.962-206.531.986 0 1.959.019 2.945.029L367.7 283.23l79.35-12.55-156.34 151.197 63.408-11.452-44.29 50.66c-53.813-25.484-90.042-69.43-90.042-125.73"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "TOR_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 20 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "UTA_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#6cace4" d="M825 380.216c.506-97.99-101.813-158.985-134.484-169.555 0 0 61.905 89.845 57.346 151.781-2.026 27.33-15.558 36.2-29.198 38.045-.289-53.755-22.613-98.533-38.35-123.438l11.902-12.959s-24.747-65.882-125.112-145.7l-15.992 10.353-96.023-62.262-95.915 62.153-14.906-9.665L135 254.606l121.17 65.303-24.785 16.072L364.601 407.8l-24.169 15.674s92.985 51.584 185.064 44.09a350 350 0 0 0 26.991 15.24c-46.13 24.181-100.184 11.005-100.184 11.005l-65.632 41.34c168.168 81.41 262.237 14.152 295.85-26.535 76.123-4.054 142.008-40 142.478-128.36z"/><path fill="#010101" d="M811.576 383.763c0-55.456-38.315-114.64-90.813-145.084 46.564 84.958 52.86 141.392 22.359 165.428-9.551 7.53-23.77 11.222-39.69 11.077.362-4.67.579-9.376.579-14.118 0-47.529-17.692-90.859-42.512-125.356l12.953-14.299s-27.063-57.41-108.47-124.632l-14.906 9.665-96.06-62.261-95.914 62.153-14.907-9.666-179.998 116.741 121.169 65.303-24.784 16.072 133.181 71.82-23.192 15.021 3.763 1.846c27.207 12.344 87.846 35.113 152.718 28.923 15.051 10.208 32.273 19.584 51.666 26.932-29.704 30.77-84.301 35.44-123.702 28.525l-39.075 25.303c36.724 17.05 79.272 25.158 116.249 25.158 50.363 0 96.204-15.095 128.151-46.697 5.066-4.995 9.624-10.316 13.785-15.89 79.416-1.05 137.414-41.268 137.414-111.964z"/><path fill="#fff" d="M652.888 376.487s13.604-4.127 26.955-1.014c-.435-3.004-.977-5.973-1.556-8.94-1.664-6.915-8.611-21.575-39.039-30.444 0 0 10.42-5.973 29.415-2.317-1.086-2.787-2.207-5.538-3.437-8.253-3.51-6.842-14.364-22.262-41.934-23.928 0 0 11.47-6.696 25.182-7.022-5.065-7.783-10.528-15.13-16.317-21.937l12.699-14.407c-11.469-18.099-36.398-52.415-80.827-91.474l-12.953 8.398-96.06-62.262-85.313 55.276 121.132 17.34 63.316 41.048-54.234-13.719-110.568 41.846 65.667 23.927-80.501 25.122 107.239 57.52s11.65-11.258 31.296-20.633c12.555-6.009 28.402-11.258 46.565-12.272 0 0-18.923-34.714-62.195-53.646l8.575-10.063s-15.124-5.575-50.979-8.29c0 0 41.825-20.525 84.844-17.629l52.317 33.918h22.396l-23.988 28.127c21.13 26.135 34.697 57.158 39.98 88.29 5.174 3.981 10.384 7.492 15.594 10.424a124 124 0 0 0 35.022 13.213c.073-1.05.109-2.1.181-3.15-.108-6.914-2.894-24.905-28.582-33.049zM609.906 488.74a87 87 0 0 1-2.93 3.403c-20.805 23.203-51.486 35.33-83.035 39.565a201 201 0 0 1-27.027 1.81c12.012 1.665 23.915 2.461 35.312 2.461 45.587 0 85.097-13.176 112.45-40.253.397-.398.795-.832 1.193-1.23-9.66-.942-33.865-5.322-35.963-5.792z"/><path fill="#6cace4" d="m554.224 226.551-63.895-60.669-75.509-11.728 40.269-41.267-85.314 55.312 121.133 17.303zM499.99 212.833 389.42 254.678l65.668 23.928-37.664-24.398zM551.112 175.151l25.073 16.253-12.084-24.65zM481.826 361.247s11.65-11.258 31.296-20.633l-138.535-36.887zM630.673 389.012c5.174 3.981 10.384 7.493 15.594 10.425 1.34.76 2.678 1.448 4.016 2.136-.759-12.779-3.075-26.136-7.019-39.964-6.729-23.384-17.8-45.466-32.309-64.977l3.727-24.036-23.988 28.127c21.093 26.135 34.697 57.121 39.979 88.29M645.905 494.531s-15.63-2.136-36.036-5.792a86 86 0 0 1-2.93 3.403c-20.804 23.203-51.485 35.33-83.035 39.565a201 201 0 0 1-27.026 1.81s16.245 1.194 28.835.362a208 208 0 0 0 4.85-.398c1.374-.145 2.748-.29 4.087-.435h.253c2.026-.253 4.016-.507 6.042-.832 30.465-4.598 55.212-16.18 73.411-33.014z"/><path fill="#fff" d="M501.87 379.89c32.563-26.425 64.148-29.393 64.148-29.393s7.598 11.837 21.419 26.497c30.356 32.29 69.937 56.072 114.259 56.072 28.365 0 54.126-10.46 66.789-33.809 18.09-33.339 4.161-81.194-13.532-116.922 15.594 17.918 31.658 44.56 37.375 73.555 4.378 22.154 3.98 48.362-10.022 71.384-19.465 32-60.313 46.733-104.96 46.733-60.422 0-125.474-32.144-175.44-94.153"/><path fill="#6cace4" d="M527.812 363.022c-8.177 4.127-17.04 9.63-25.978 16.87 36.29 45.066 82.781 77.645 136.582 89.916 12.916 2.933 27.352 4.49 42.042 4.236 25.073-4.417 36.29-15.059 36.29-15.059-107.71 13.792-169.399-65.375-188.972-95.963M536.93 261.63s8.72 21.284 24.566 30.805l10.818-7.892 9.407-1.013-44.756-21.9z"/><path fill="#fff" d="M355.194 216.778 310.8 273.755l79.996-49.339-23.916-15.529 21.745-14.697-43.923-28.488-25.435 56.868z"/><path fill="#6cace4" d="m286.162 240.018 41.209-7.023-16.57 40.76 44.393-56.977-35.927 5.792 25.435-56.868-134.375 85.175 87.195-35.402zM692.035 515.672v1.484h-2.351v7.53h-1.665v-7.53h-2.388v-1.484h6.441zm7.96 9.013v-3.04c0-2.39.109-3.91.145-4.743h-.073c-.651 2.317-1.483 5.358-2.207 7.711h-1.483c-.687-2.57-1.447-5.394-2.026-7.747h-.072c.072.833.18 2.425.18 5.466v2.317h-1.591v-9.014h2.568c.652 2.281 1.34 4.887 1.773 6.517h.036c.398-1.593 1.23-4.345 1.882-6.517h2.388v9.014h-1.592z"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.5 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "VAN_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 6.9 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "VGK_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#010101" d="M583.062 568.33c0-4.774-3.845-8.651-8.629-8.651-4.766 0-8.644 3.877-8.644 8.652s3.878 8.647 8.644 8.647c4.784 0 8.629-3.871 8.629-8.647m-15.411 0c0-3.754 3.034-6.797 6.782-6.797s6.783 3.043 6.783 6.798c0 3.74-3.035 6.792-6.783 6.792s-6.782-3.052-6.782-6.792"/><path fill="#010101" d="m577.996 573.268-1.96-4.177c1.132-.403 1.96-1.507 1.96-2.767a2.95 2.95 0 0 0-2.949-2.946h-4.167v9.89h1.864v-4.007h1.335l1.869 4.007zm-2.949-5.87h-2.303v-2.144h2.303c.617 0 1.085.479 1.085 1.07 0 .6-.468 1.075-1.085 1.075"/><path fill="#fff" d="M512.19 74.155 480 43.935s-26.653 25.02-32.189 30.22H276.035V451.41C340.161 522.497 393.997 556.45 480 596.066c85.835-39.538 139.732-73.451 203.965-144.655V74.155z"/><path fill="#b9975b" d="M509.374 81.259c-.298-.294-29.375-27.583-29.375-27.583s-29.075 27.29-29.374 27.583H283.137v367.423C343.223 515.307 396.79 549.912 480 588.247c83.032-38.253 136.588-72.732 196.862-139.565V81.259zM347.059 238.85v194.346a433 433 0 0 1-7.101-7.18V238.853c0-79.242 45.581-133.864 110.653-157.58.787.55 2.189 3.998 2.533 4.895 1.009 2.633 1.832 5.614 2.476 8.385 0 0-3.555-2.973-7.1-4.674-69.487 29.032-101.461 82.522-101.461 148.973zm128.277 161.895-31.411-101.594 10.557-10.557-2.507 12.55L480 391.79zm37.274 99.544-12.496 14.36 92.993-268.147 9.022-4.335z"/><path fill="#010101" d="M662.657 95.464v347.76C607.783 504.072 550.285 540.223 480 572.607c-70.286-32.384-127.784-68.535-182.658-129.383V95.464h122.857c-48.42 28.168-80.242 77.183-80.242 143.388v187.164c33.017 34.218 77.644 68.654 119.929 88.634l-92.997-268.146 87.593 42.09-10.557 10.559 31.411 101.594h9.328l31.411-101.594-10.558-10.557 87.591-42.092-92.995 268.145c41.998-19.844 86.649-54.142 119.929-88.633V238.852c0-66.205-31.822-115.22-80.242-143.388z"/><path fill="#333f48" d="M504.38 94.55c2.493-10.733 5.008-13.278 5.008-13.278q-14.69-13.802-29.389-27.598v268.229l19.492-62.73 103.855-49.978c-9.275-53.7-44.262-94.707-98.966-114.645m108.56 171.116-77.275 223.637 13.392-17.298s35.216-26.957 56.78-51.783v-114.27zm-265.881 0L411.37 451.78l-35.751-84.247-21.457-61.581zm106.399-18.296-82.707-31.39 89.757 43.194V127.74z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.1 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "WPG_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640"><path fill="#041e42" d="M661.031 557.56c-7.414 0-13.434 6.012-13.434 13.432 0 7.41 6.02 13.43 13.434 13.43s13.426-6.02 13.426-13.43c0-7.42-6.011-13.431-13.426-13.431m0 23.98a10.55 10.55 0 0 1-9.748-6.51 10.5 10.5 0 0 1-.801-4.038 10.536 10.536 0 0 1 10.549-10.542c5.829 0 10.547 4.713 10.547 10.542s-4.718 10.549-10.547 10.549m5.519-13.662a4.562 4.562 0 0 0-2.814-4.205 4.6 4.6 0 0 0-1.743-.345h-6.472v15.33h2.877v-6.225h2.065l2.906 6.226h3.181l-3.034-6.492a4.57 4.57 0 0 0 3.035-4.29zm-4.557 1.677h-3.595V566.2h3.595c.925 0 1.68.752 1.68 1.679a1.68 1.68 0 0 1-1.68 1.676"/><path fill="#a2aaad" d="M766.505 320.002c0 158.239-128.216 286.506-286.462 286.506S193.495 478.242 193.495 320.002s128.275-286.51 286.51-286.51 286.5 128.264 286.5 286.51"/><path fill="#041e42" d="M480.005 52.72C332.388 52.72 212.74 172.398 212.74 320S332.427 587.28 480.044 587.28 747.266 467.599 747.266 320 627.621 52.72 480.005 52.72M600.978 371.44l-11.867-5.913-75.273 5.036v11.12l34.184 49.175v29.827l-47.151-23.247-3.879-9.79-16.991 37.609-16.465-37.617-3.892 9.798-47.143 23.247v-29.82l34.191-49.181v-11.121l-75.275-5.036-11.872 5.913v-68.903l-.145-19.38 16.383 39.413 74.674-35.632 4.026-45.741 25.553-118.85 26.009 118.85 4.026 45.74 74.666 35.634 15.945-39.916.295 19.882z"/><path fill="#fff" d="m505.864 124.654-25.846-65.138-27.41 65.142c-96.452 13.012-170.831 95.608-170.831 195.63 0 109.049 89.185 197.464 198.241 197.464s196.675-88.414 196.675-197.462c0-100.025-74.372-182.626-170.829-195.636m95.114 246.787-11.867-5.913-75.274 5.036v11.12l34.184 49.175v29.827l-47.15-23.247-3.879-9.791-16.991 37.61-16.465-37.617-3.892 9.798-47.143 23.247v-29.82l34.191-49.181v-11.121l-75.275-5.036-11.872 5.913v-68.903l-.145-19.38 16.383 39.413 74.674-35.632 4.026-45.741 25.553-118.85 26.009 118.85 4.026 45.74 74.666 35.634 15.945-39.916.295 19.882z"/><path fill="#782f40" d="m359.386 283.158 16.387 39.412 74.673-35.634 4.029-45.74 5.545-25.615-37.624-24.668 15.143 89.672-40.042-39.952-1.098 31.525-58.593-22.11 21.729 57.537v-5.05zm87.294 87.404-53.121-3.554 21.485 18.745-12.629 15.723 27.405 4.457 16.86-24.251zm33.344 94.516-16.501-37.438-.313.792 16.818 81.668 17.021-82.274-.07-.18zm33.802-83.395 16.868 24.269 27.737-4.465-12.637-15.735 21.513-18.768-53.482 3.577zm-3.765-94.745 74.667 35.632 15.943-39.915.295 19.879v5.972l22.09-58.466-58.614 22.118-1.106-31.525-40.039 39.958c1.026-6.226 15.143-89.68 15.143-89.68l-37.914 24.9 5.511 25.385zm123.183 22.522-32.277-.152v28.312zm-305.651 0 31.94 27.864v-28.016z"/><path fill="#a6192e" d="m446.619 370.563-48.702-3.256 20.584 17.965c-.326.91-11.165 14.316-11.165 14.316l24.11 3.924 15.173-21.828zm12.746-152.237-33.341-21.892.067.396 26.521 64.808 1.799-20.44zm-21.846 65.957c-.032-.025-.063-.042-.095-.068l-37.488-37.391-1.095 29.028-56.049-21.083 54.724 57.397 46.015-21.958zm30.365 153.299 12.17 61.474-.059-33.774zM334.629 312.077l24.845 21.68V311.96zm199.938-115.444-33.473 22.08 3.754 17.296zm83.899 58.076-55.972 21.177-16.366 28.294 11.193 5.343z"/><path fill="#53565a" d="m600.682 282.655-15.944 39.914-74.666-35.632-4.025-45.741-26.009-118.85-25.555 118.85-4.026 45.74-74.674 35.634-16.383-39.414.145 19.38v68.903l11.872-5.913 75.275 5.036v11.12l-34.191 49.182v29.82l47.143-23.247 3.891-9.798 16.466 37.617 16.991-37.61 3.879 9.79 47.15 23.248v-29.827l-34.183-49.174V370.56l75.273-5.035 11.867 5.913v-68.903l-.296-19.882M480.006 452.42l-16.295-37.014-5.539-12.842 3.28 16.349-5.867 14.778-37.926 18.707v-19.92l34.184-49.174v-17.556l-81.481-5.452-5.656 2.817v-53.75l8.402 20.195 75.003-35.788 4.896 23.979 2.304-27.415.025-.005 4.254-48.417 20.429-98.734z"/></svg>
|
||||
|
Before Width: | Height: | Size: 3.6 KiB |
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "WSH_light.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true,
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 5.7 KiB |