Changes to accomodate updated dependencies wrt react, setup.sh and server.js
53
package.json
|
@ -3,9 +3,6 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Web portal for network administration and visualization",
|
||||
"main": "server/Server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/EdgeVPNio/portal.git"
|
||||
|
@ -15,12 +12,58 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/EdgeVPNio/portal/issues"
|
||||
},
|
||||
"homepage": "https://github.com/EdgeVPNio/portal#readme",
|
||||
"dependencies": {
|
||||
"@nivo/line": "^0.67.0",
|
||||
"@popperjs/core": "^2.8.3",
|
||||
"bootstrap": "^4.6.0",
|
||||
"css-loader": "^4.3.0",
|
||||
"cytoscape": "^3.18.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"google-map-react": "^2.1.9",
|
||||
"google-maps-react": "^2.0.6",
|
||||
"jquery": "^3.5.1",
|
||||
"mongodb": "^3.6.4",
|
||||
"mongoose": "^5.11.17"
|
||||
"mongoose": "^5.11.17",
|
||||
"node-sass": "^5.0.0",
|
||||
"plotly.js": "^1.58.4",
|
||||
"react": "^17.0.1",
|
||||
"react-addons-perf": "^15.4.2",
|
||||
"react-bootstrap": "^1.5.0",
|
||||
"react-bootstrap-typeahead": "^5.1.4",
|
||||
"react-c3js": "^0.1.20",
|
||||
"react-cytoscapejs": "^1.2.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-google-location": "^1.2.2",
|
||||
"react-plotly.js": "^2.5.1",
|
||||
"react-popper": "^2.2.4",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "^4.0.0",
|
||||
"react-select": "^4.1.0",
|
||||
"react-tippy": "^1.4.0",
|
||||
"standard": "^16.0.3",
|
||||
"style-loader": "^0.23.1",
|
||||
"typescript": "^4.1.5"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
const express = require('express')
|
||||
const path = __dirname +'/../ui/'; //ui contains the built react static content
|
||||
const path = __dirname +'/../views/build/'; //ui contains the built react static content
|
||||
const bodyParser = require('body-parser');
|
||||
const {MongoDBImpl} = require('../db/MongoDBImpl')
|
||||
const overlays = require("../controllers/Overlays.controller.js");
|
||||
|
|
2
setup.sh
|
@ -2,7 +2,7 @@
|
|||
|
||||
curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash -
|
||||
sudo apt-get install -y nodejs
|
||||
npm install
|
||||
npm install --legacy-peer-deps
|
||||
wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
|
||||
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
|
||||
sudo apt-get update
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
{
|
||||
"files": {
|
||||
"main.css": "/static/css/main.e5ab04d3.chunk.css",
|
||||
"main.js": "/static/js/main.a34376ee.chunk.js",
|
||||
"main.js.map": "/static/js/main.a34376ee.chunk.js.map",
|
||||
"runtime-main.js": "/static/js/runtime-main.3d5a1af6.js",
|
||||
"runtime-main.js.map": "/static/js/runtime-main.3d5a1af6.js.map",
|
||||
"static/css/2.c9ceca8a.chunk.css": "/static/css/2.c9ceca8a.chunk.css",
|
||||
"static/js/2.48fbac39.chunk.js": "/static/js/2.48fbac39.chunk.js",
|
||||
"static/js/2.48fbac39.chunk.js.map": "/static/js/2.48fbac39.chunk.js.map",
|
||||
"index.html": "/index.html",
|
||||
"static/css/2.c9ceca8a.chunk.css.map": "/static/css/2.c9ceca8a.chunk.css.map",
|
||||
"static/css/main.e5ab04d3.chunk.css.map": "/static/css/main.e5ab04d3.chunk.css.map",
|
||||
"static/js/2.48fbac39.chunk.js.LICENSE.txt": "/static/js/2.48fbac39.chunk.js.LICENSE.txt",
|
||||
"static/media/Main.css": "/static/media/swap_ic.355e4227.svg",
|
||||
"static/media/connected_ic.b16f1542.svg": "/static/media/connected_ic.b16f1542.svg",
|
||||
"static/media/down-arrow-ic.a48d0b4e.svg": "/static/media/down-arrow-ic.a48d0b4e.svg",
|
||||
"static/media/ipop_ic.9a776127.svg": "/static/media/ipop_ic.9a776127.svg",
|
||||
"static/media/longdistance_ic.cdc8abdf.svg": "/static/media/longdistance_ic.cdc8abdf.svg",
|
||||
"static/media/no_tunnel_ic.3ededd72.svg": "/static/media/no_tunnel_ic.3ededd72.svg",
|
||||
"static/media/not_reporting_ic.6bfaba5c.svg": "/static/media/not_reporting_ic.6bfaba5c.svg",
|
||||
"static/media/ondemand_ic.731a442c.svg": "/static/media/ondemand_ic.731a442c.svg",
|
||||
"static/media/static_ic.9eb48595.svg": "/static/media/static_ic.9eb48595.svg",
|
||||
"static/media/successor_ic.59f3f80a.svg": "/static/media/successor_ic.59f3f80a.svg",
|
||||
"static/media/up-arrow-ic.279aab11.svg": "/static/media/up-arrow-ic.279aab11.svg"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/js/runtime-main.3d5a1af6.js",
|
||||
"static/css/2.c9ceca8a.chunk.css",
|
||||
"static/js/2.48fbac39.chunk.js",
|
||||
"static/css/main.e5ab04d3.chunk.css",
|
||||
"static/js/main.a34376ee.chunk.js"
|
||||
]
|
||||
}
|
BIN
ui/favicon.ico
Before Width: | Height: | Size: 3.8 KiB |
|
@ -1 +0,0 @@
|
|||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Visualizes a snapshot of the IPOP overlay, including the nodes and interconnects."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>IPOP Network Visualization</title><link href="/static/css/2.c9ceca8a.chunk.css" rel="stylesheet"><link href="/static/css/main.e5ab04d3.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,i,l=r[0],a=r[1],p=r[2],c=0,s=[];c<l.length;c++)i=l[c],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(f&&f(r);s.length;)s.shift()();return u.push.apply(u,p||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,l=1;l<t.length;l++){var a=t[l];0!==o[a]&&(n=!1)}n&&(u.splice(r--,1),e=i(i.s=t[0]))}return e}var n={},o={1:0},u=[];function i(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=e,i.c=n,i.d=function(e,r,t){i.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,r){if(1&r&&(e=i(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(i.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)i.d(t,n,function(r){return e[r]}.bind(null,n));return t},i.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(r,"a",r),r},i.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},i.p="/";var l=this["webpackJsonpipop-visualizer-react"]=this["webpackJsonpipop-visualizer-react"]||[],a=l.push.bind(l);l.push=r,l=l.slice();for(var p=0;p<l.length;p++)r(l[p]);var f=a;t()}([])</script><script src="/static/js/2.48fbac39.chunk.js"></script><script src="/static/js/main.a34376ee.chunk.js"></script></body></html>
|
BIN
ui/logo192.png
Before Width: | Height: | Size: 5.2 KiB |
BIN
ui/logo512.png
Before Width: | Height: | Size: 9.4 KiB |
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
|
@ -1,2 +0,0 @@
|
|||
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{font-family:"Roboto",sans-serif}#root{width:100vw;height:100vh;background-color:#101b2b;color:"white";overflow:hidden}header{width:100vw;background-color:#213758;color:#fff}#ipopTitle{margin-left:5%;margin-right:5%}#loading{position:absolute;margin:auto;left:50%;top:50%}#mainContent{width:100%;height:100vh}#overlayList{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto}#midArea{width:100%;height:95%}.overlay{background:url(/static/media/overlay_ic.eb72b0df.svg)no-repeat;background-size:contain;width:100px;height:75px;border:none;outline:none;margin:auto}.connectedNodeBtn>button,.overlayBtn>button,.sourceNodeBtn>button,.targetNodeBtn>button{text-align:left;width:100%;padding:4%;outline:transparent;border:transparent}.connectedNodeBtn>button:focus,.overlayBtn>button:focus,.sourceNodeBtn>button:focus,.targetNodeBtn>button:focus{box-shadow:none}.arrow{width:10%}.overlay_ic{width:75%}#rightPanel{width:19vw;height:95vh;z-index:2;overflow-y:auto}#viewBar{margin:auto;text-align:center}#viewSelector{width:15%}#rightPanel::-webkit-scrollbar{display:none}#rightPanelBtn{margin:auto .25%;padding:0;right:0;width:30px;border:none;height:30px;outline:none;background:url(/static/media/menu_ic.0af7dd9c.svg) no-repeat;background-size:contain}.connectedNodeBtn,.overlayBtn,.transmissionCard{border-radius:3px;border:solid #486186;background-color:#405b80;margin-bottom:2.5%}.sourceNodeBtn,.targetNodeBtn{border-radius:3px}#rightPanel{padding:.5%;color:#fff;position:fixed;width:19.5vw;right:0;background-color:#213758;z-index:3;overflow-wrap:break-word}#leftTools{position:absolute;top:50%;transform:translatey(-50%);left:.5%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;z-index:1}#breadcrum,#configBtn,#homeBtn,#infoBtn,#minusBtn,#plusBtn,#refreshBtn,#switchBtn{outline:none;border:none;background:none;width:60px;height:60px;padding:0}#homeBtn{background-image:url(/static/media/home_ic.cc7bb87f.svg);background-size:cover}#switchBtn{width:25px;height:25px;background:url(/static/media/swap_ic.355e4227.svg)no-repeat;background-size:cover}#refreshBtn{background-image:url(/static/media/refresh_ic.23cab37c.svg)}#infoBtn,#refreshBtn{background-size:cover}#infoBtn{background-image:url(/static/media/info_ic.01a52033.svg)}.node_img{transform:translateY(-2.5px);width:100%}.tunnel_img{transform:translateY(1px);width:90%}#configBtn{background-image:url(/static/media/config_ic.8ed887fe.svg);background-size:cover}.popover{padding:.5%;width:320px;max-width:unset}.popover-header{background-color:#fff;border:none}#plusBtn{background-image:url(/static/media/plus_ic.5b266a9d.svg);background-size:cover}#zoomSlider{position:absolute;margin-left:-14.2vh;margin-top:15.5vh;transform:rotate(-90deg);width:35vh}#minusBtn{margin-top:34.2vh;background-image:url(/static/media/minus_ic.cea75ba8.svg);background-size:cover}.nodeMarker{outline:none;border:none;width:70px;height:70px;background:url(/static/media/green_node_ic.62da00f5.svg) no-repeat;background-size:contain}.markerLabel{font-size:medium;margin:0;padding:0;width:60px;font-weight:700}.nodeMarker.selected{transform:translate(-15%,-15%);outline:none;border:none;width:100px;height:100px;background:url(/static/media/green_node_selected_ic.abaf2352.svg) no-repeat;background-size:contain}#non-coordinate-card{font-family:"Roboto",sans-serif;position:relative;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;z-index:5;transform:translateY(-50%);transform:translateX(-60%)}#non-coordinate-card>.card-header{font-size:large;text-align:center;padding:2.5%;background-color:#213758}#non-coordinate-card>.card-body{text-align:center;padding:1%;background-color:#101b2b}.nodeMarker{margin:1%}.breadcrumbName{color:#fff;transform:translateX(-10%)}#elementBreadcrumb,#overlayBreadcrumb{position:absolute;outline:none;border:none;background:none;padding:0;width:240px;height:60px}#overlayBreadcrumb{background:url(/static/media/overlayBreadcrumb.77792ffa.svg) no-repeat;background-size:contain;transform:translateX(25%)}#elementBreadcrumb{background:url(/static/media/elementBreadcrumb.ca96f922.svg) no-repeat;background-size:contain;transform:translateX(100%)}.breadcrumbLabel{color:#fff;transform:translateX(-6%)}
|
||||
/*# sourceMappingURL=main.e5ab04d3.chunk.css.map */
|
|
@ -1,88 +0,0 @@
|
|||
/*
|
||||
object-assign
|
||||
(c) Sindre Sorhus
|
||||
@license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
* $script.js JS loader & dependency manager
|
||||
* https://github.com/ded/script.js
|
||||
* (c) Dustin Diaz 2014 | License MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
Copyright (c) 2017 Jed Watson.
|
||||
Licensed under the MIT License (MIT), see
|
||||
http://jedwatson.github.io/classnames
|
||||
*/
|
||||
|
||||
/*!
|
||||
Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable
|
||||
Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com)
|
||||
Licensed under The MIT License (http://opensource.org/licenses/MIT)
|
||||
*/
|
||||
|
||||
/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */
|
||||
|
||||
/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */
|
||||
|
||||
/** @license React v0.20.1
|
||||
* scheduler.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.1
|
||||
* react-dom.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.1
|
||||
* react-jsx-runtime.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.1
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**!
|
||||
* @fileOverview Kickass library to create and place poppers near their reference elements.
|
||||
* @version 1.16.1
|
||||
* @license
|
||||
* Copyright (c) 2016 Federico Zivolo and contributors
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
|
@ -1,2 +0,0 @@
|
|||
!function(e){function r(r){for(var n,i,l=r[0],a=r[1],p=r[2],c=0,s=[];c<l.length;c++)i=l[c],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(f&&f(r);s.length;)s.shift()();return u.push.apply(u,p||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,l=1;l<t.length;l++){var a=t[l];0!==o[a]&&(n=!1)}n&&(u.splice(r--,1),e=i(i.s=t[0]))}return e}var n={},o={1:0},u=[];function i(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=e,i.c=n,i.d=function(e,r,t){i.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},i.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,r){if(1&r&&(e=i(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(i.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)i.d(t,n,function(r){return e[r]}.bind(null,n));return t},i.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(r,"a",r),r},i.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},i.p="/";var l=this["webpackJsonpipop-visualizer-react"]=this["webpackJsonpipop-visualizer-react"]||[],a=l.push.bind(l);l.push=r,l=l.slice();for(var p=0;p<l.length;p++)r(l[p]);var f=a;t()}([]);
|
||||
//# sourceMappingURL=runtime-main.3d5a1af6.js.map
|
|
@ -1,23 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="68" height="68" viewBox="0 0 68 68">
|
||||
<defs>
|
||||
<filter id="Rectangle_1021" x="0" y="0" width="68" height="68" filterUnits="userSpaceOnUse">
|
||||
<feOffset dy="3" input="SourceAlpha"/>
|
||||
<feGaussianBlur stdDeviation="3" result="blur"/>
|
||||
<feFlood flood-opacity="0.251"/>
|
||||
<feComposite operator="in" in2="blur"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Config" transform="translate(10 7)">
|
||||
<g transform="matrix(1, 0, 0, 1, -10, -7)" filter="url(#Rectangle_1021)">
|
||||
<g id="Rectangle_1021-2" data-name="Rectangle 1021" transform="translate(10 7)" fill="#213758" stroke="#405b80" stroke-width="1">
|
||||
<rect width="48" height="48" rx="6" stroke="none"/>
|
||||
<rect x="-0.5" y="-0.5" width="49" height="49" rx="6.5" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Group_174" data-name="Group 174" transform="translate(10 10)">
|
||||
<path id="Path_63" data-name="Path 63" d="M27.224,11.336l-2.014-.342A11.372,11.372,0,0,0,24.4,9.04l1.187-1.66A1.767,1.767,0,0,0,25.4,5.1L23.61,3.31a1.759,1.759,0,0,0-1.253-.521,1.742,1.742,0,0,0-1.025.33L19.666,4.3a11.254,11.254,0,0,0-2.026-.833L17.3,1.481A1.771,1.771,0,0,0,15.554,0H13.031a1.771,1.771,0,0,0-1.75,1.481l-.348,2.038a11.092,11.092,0,0,0-1.948.821L7.337,3.154a1.77,1.77,0,0,0-2.284.192L3.261,5.132a1.774,1.774,0,0,0-.192,2.284L4.268,9.1a11.108,11.108,0,0,0-.8,1.96L1.48,11.4A1.771,1.771,0,0,0,0,13.146v2.523a1.771,1.771,0,0,0,1.481,1.75l2.038.348a11.092,11.092,0,0,0,.821,1.948L3.159,21.357a1.767,1.767,0,0,0,.192,2.284l1.786,1.786a1.759,1.759,0,0,0,1.253.521,1.742,1.742,0,0,0,1.025-.33L9.1,24.42a11.339,11.339,0,0,0,1.894.779l.336,2.014a1.771,1.771,0,0,0,1.75,1.481h2.529a1.771,1.771,0,0,0,1.75-1.481L17.7,25.2a11.372,11.372,0,0,0,1.954-.809l1.66,1.187a1.76,1.76,0,0,0,1.031.33h0a1.759,1.759,0,0,0,1.253-.521L25.384,23.6a1.774,1.774,0,0,0,.192-2.284l-1.187-1.666A11.29,11.29,0,0,0,25.2,17.7l2.014-.336a1.771,1.771,0,0,0,1.481-1.75V13.086A1.749,1.749,0,0,0,27.224,11.336Zm-.138,4.274a.155.155,0,0,1-.132.156l-2.517.42a.8.8,0,0,0-.647.593,9.6,9.6,0,0,1-1.043,2.511.81.81,0,0,0,.036.881l1.481,2.086a.163.163,0,0,1-.018.2l-1.786,1.786a.152.152,0,0,1-.114.048.147.147,0,0,1-.09-.03l-2.08-1.481a.81.81,0,0,0-.881-.036,9.6,9.6,0,0,1-2.511,1.043.8.8,0,0,0-.593.647l-.426,2.517a.155.155,0,0,1-.156.132H13.085a.155.155,0,0,1-.156-.132l-.42-2.517a.8.8,0,0,0-.593-.647,9.964,9.964,0,0,1-2.458-1.007.83.83,0,0,0-.408-.108.789.789,0,0,0-.468.15l-2.1,1.492a.178.178,0,0,1-.09.03.161.161,0,0,1-.114-.048L4.5,22.514a.163.163,0,0,1-.018-.2l1.475-2.068a.821.821,0,0,0,.036-.887A9.5,9.5,0,0,1,4.933,16.85a.821.821,0,0,0-.647-.593L1.75,15.825a.155.155,0,0,1-.132-.156V13.146a.155.155,0,0,1,.132-.156l2.5-.42a.81.81,0,0,0,.653-.6A9.586,9.586,0,0,1,5.928,9.453a.8.8,0,0,0-.042-.875L4.394,6.48a.163.163,0,0,1,.018-.2L6.2,4.49a.152.152,0,0,1,.114-.048.147.147,0,0,1,.09.03L8.469,5.947a.821.821,0,0,0,.887.036,9.5,9.5,0,0,1,2.505-1.055.821.821,0,0,0,.593-.647l.432-2.535a.155.155,0,0,1,.156-.132h2.523a.155.155,0,0,1,.156.132l.42,2.5a.81.81,0,0,0,.6.653,9.729,9.729,0,0,1,2.571,1.055.81.81,0,0,0,.881-.036l2.068-1.486a.178.178,0,0,1,.09-.03.161.161,0,0,1,.114.048l1.786,1.786a.163.163,0,0,1,.018.2l-1.481,2.08a.81.81,0,0,0-.036.881A9.6,9.6,0,0,1,23.8,11.911a.8.8,0,0,0,.647.593l2.517.426a.155.155,0,0,1,.132.156v2.523Z" transform="translate(0 -0.001)" fill="#8fa7c7"/>
|
||||
<path id="Path_64" data-name="Path 64" d="M142.292,136a6.192,6.192,0,1,0,6.192,6.192A6.2,6.2,0,0,0,142.292,136Zm0,10.765a4.573,4.573,0,1,1,4.573-4.573A4.576,4.576,0,0,1,142.292,146.766Z" transform="translate(-127.942 -127.849)" fill="#8fa7c7"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.6 KiB |
|
@ -1,37 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" style="" xml:space="preserve" width="512" height="512"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<g class="currentLayer" style=""><title>Layer 1</title><g id="svg_1" class="selected" fill-opacity="1" fill="#8aa626">
|
||||
<g id="svg_2" fill="#8aa626">
|
||||
<path d="M256,0C114.837,0,0,114.837,0,256s114.837,256,256,256s256-114.837,256-256S397.163,0,256,0z" id="svg_3" fill="#8aa626"/>
|
||||
</g>
|
||||
</g><g id="svg_4">
|
||||
</g><g id="svg_5">
|
||||
</g><g id="svg_6">
|
||||
</g><g id="svg_7">
|
||||
</g><g id="svg_8">
|
||||
</g><g id="svg_9">
|
||||
</g><g id="svg_10">
|
||||
</g><g id="svg_11">
|
||||
</g><g id="svg_12">
|
||||
</g><g id="svg_13">
|
||||
</g><g id="svg_14">
|
||||
</g><g id="svg_15">
|
||||
</g><g id="svg_16">
|
||||
</g><g id="svg_17">
|
||||
</g><g id="svg_18">
|
||||
</g></g></svg>
|
Before Width: | Height: | Size: 855 B |
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 451.8 451.8" style="enable-background:new 0 0 451.8 451.8;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M225.9,354.7c-8.1,0-16.2-3.1-22.4-9.3L9.3,151.2c-12.4-12.4-12.4-32.4,0-44.8c12.4-12.4,32.4-12.4,44.7,0
|
||||
l171.9,171.9l171.9-171.9c12.4-12.4,32.4-12.4,44.7,0c12.4,12.4,12.4,32.4,0,44.8L248.3,345.4C242.1,351.6,234,354.7,225.9,354.7z"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 685 B |
|
@ -1,19 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="229" height="68" viewBox="0 0 229 68">
|
||||
<defs>
|
||||
<filter id="Rectangle_1022" x="0" y="0" width="229" height="68" filterUnits="userSpaceOnUse">
|
||||
<feOffset dy="3" input="SourceAlpha"/>
|
||||
<feGaussianBlur stdDeviation="3" result="blur"/>
|
||||
<feFlood flood-opacity="0.251"/>
|
||||
<feComposite operator="in" in2="blur"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Group_119" data-name="Group 119" transform="translate(-265 -65)">
|
||||
<g transform="matrix(1, 0, 0, 1, 265, 65)" filter="url(#Rectangle_1022)">
|
||||
<g id="Rectangle_1022-2" data-name="Rectangle 1022" transform="translate(10 7)" fill="#56c5bc" stroke="#38807a" stroke-width="1">
|
||||
<path d="M0,0H203a6,6,0,0,1,6,6V42a6,6,0,0,1-6,6H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z" stroke="none"/>
|
||||
<path d="M0-.5H203A6.5,6.5,0,0,1,209.5,6V42a6.5,6.5,0,0,1-6.5,6.5H0A.5.5,0,0,1-.5,48V0A.5.5,0,0,1,0-.5Z" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB |
|
@ -1,3 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
|
||||
<circle id="green_node" cx="24" cy="24" r="24" fill="#8aa626"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 157 B |
|
@ -1,6 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="73" height="73" viewBox="0 0 73 73">
|
||||
<g id="Group_229" data-name="Group 229" transform="translate(-8 -386)">
|
||||
<circle id="green_selector" cx="36.5" cy="36.5" r="36.5" transform="translate(8 386)" fill="#8aa626" opacity="0.5"/>
|
||||
<circle id="green_node" cx="24" cy="24" r="24" transform="translate(20 398)" fill="#8aa626"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 391 B |
|
@ -1,24 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="68" height="68" viewBox="0 0 68 68">
|
||||
<defs>
|
||||
<filter id="Rectangle_1019" x="0" y="0" width="68" height="68" filterUnits="userSpaceOnUse">
|
||||
<feOffset dy="3" input="SourceAlpha"/>
|
||||
<feGaussianBlur stdDeviation="3" result="blur"/>
|
||||
<feFlood flood-opacity="0.251"/>
|
||||
<feComposite operator="in" in2="blur"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Home" transform="translate(10 7)">
|
||||
<g transform="matrix(1, 0, 0, 1, -10, -7)" filter="url(#Rectangle_1019)">
|
||||
<g id="Rectangle_1019-2" data-name="Rectangle 1019" transform="translate(10 7)" fill="#213758" stroke="#405b80" stroke-width="1">
|
||||
<rect width="48" height="48" rx="6" stroke="none"/>
|
||||
<rect x="-0.5" y="-0.5" width="49" height="49" rx="6.5" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="icon_1_" data-name="icon (1)" transform="translate(11 12)">
|
||||
<path id="Path_55" data-name="Path 55" d="M3.674,23.532a.528.528,0,0,0,.552.561l6.644-.007.01-5.182a.744.744,0,0,1,.778-.854h2.757c1.03,0,.967.854.967.854l-.012,5.166h6.5a.657.657,0,0,0,.7-.7V13.816L13.405,6.055,3.674,13.816S3.674,23.532,3.674,23.532Z" transform="translate(-0.262 -1.056)" fill="#8fa7c7"/>
|
||||
<path id="Path_56" data-name="Path 56" d="M0,12.771s.815,1.45,2.592,0L13.214,4.1l9.958,8.617c2.057,1.432,2.828,0,2.828,0L13.214,1.54Z" transform="translate(0 -1.54)" fill="#8fa7c7"/>
|
||||
<path id="Path_57" data-name="Path 57" d="M23.64,4.275H21.168l.01,3L23.64,9.361Z" transform="translate(-0.602 -1.735)" fill="#8fa7c7"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.6 KiB |
|
@ -1,24 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="68" height="68" viewBox="0 0 68 68">
|
||||
<defs>
|
||||
<filter id="Rectangle_1021" x="0" y="0" width="68" height="68" filterUnits="userSpaceOnUse">
|
||||
<feOffset dy="3" input="SourceAlpha"/>
|
||||
<feGaussianBlur stdDeviation="3" result="blur"/>
|
||||
<feFlood flood-opacity="0.251"/>
|
||||
<feComposite operator="in" in2="blur"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Info" transform="translate(10 7)">
|
||||
<g transform="matrix(1, 0, 0, 1, -10, -7)" filter="url(#Rectangle_1021)">
|
||||
<g id="Rectangle_1021-2" data-name="Rectangle 1021" transform="translate(10 7)" fill="#213758" stroke="#405b80" stroke-width="1">
|
||||
<rect width="48" height="48" rx="6" stroke="none"/>
|
||||
<rect x="-0.5" y="-0.5" width="49" height="49" rx="6.5" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="info-button" transform="translate(10 10)">
|
||||
<g id="Group_173" data-name="Group 173" transform="translate(0 0)">
|
||||
<path id="Path_62" data-name="Path 62" d="M24.754,4.247a14.5,14.5,0,1,0,0,20.507A14.5,14.5,0,0,0,24.754,4.247ZM16.391,20.8a1.891,1.891,0,0,1-3.783,0V13.239a1.891,1.891,0,0,1,3.783,0Zm-1.925-10.8a1.687,1.687,0,0,1-1.793-1.724,1.686,1.686,0,0,1,1.815-1.747,1.739,1.739,0,1,1-.022,3.471Z" transform="translate(0 0)" fill="#8fa7c7"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.4 KiB |
|
@ -1,9 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="28.466" height="32" viewBox="0 0 28.466 32">
|
||||
<defs>
|
||||
<linearGradient id="linear-gradient" x1="0.966" y1="0.226" x2="0" y2="0.758" gradientUnits="objectBoundingBox">
|
||||
<stop offset="0" stop-color="#69eddc"/>
|
||||
<stop offset="1" stop-color="#40a8d1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path id="ipop_ic" d="M14.016,32a9.583,9.583,0,0,1-1.541-.7A2.726,2.726,0,0,1,11.4,28.377a2.921,2.921,0,1,1,3.293,3.539,1.408,1.408,0,0,0-.232.083Zm.293-4.762a1.7,1.7,0,0,0-1.872,1.744A1.758,1.758,0,0,0,14.2,30.846a1.716,1.716,0,0,0,1.826-1.793,1.683,1.683,0,0,0-1.676-1.815Zm3.087.144a.492.492,0,0,1,.237-.661q.984-.578,1.97-1.152c.625-.365,1.248-.733,1.875-1.095.4-.227.7-.173.884.145s.077.586-.314.815q-1.874,1.1-3.754,2.182c-.114.066-.24.114-.439.207C17.7,27.684,17.485,27.565,17.4,27.383Zm-7.294.262c-.927-.531-1.848-1.073-2.771-1.611-.361-.21-.723-.418-1.079-.635a.6.6,0,0,1-.267-.784.559.559,0,0,1,.794-.185c1.32.758,2.637,1.521,3.944,2.3.144.086.214.3.26.363-.009.419-.247.651-.54.651A.689.689,0,0,1,10.1,27.645Zm4.131-2.182c-.33,0-.574-.326-.575-.771q0-1.8,0-3.592v-.417A5,5,0,0,1,10.5,18.794L8.234,20.1c-.458.264-.911.535-1.374.789a.554.554,0,0,1-.817-.19.536.536,0,0,1,.273-.769c1.08-.635,2.163-1.265,3.254-1.882.253-.143.353-.266.234-.573A4.05,4.05,0,0,1,9.81,14.5c.1-.271.033-.389-.2-.521-1.09-.619-2.177-1.242-3.247-1.895a.814.814,0,0,1-.371-.566c0-.165.236-.4.42-.475a.8.8,0,0,1,.564.135c1.07.6,2.129,1.226,3.192,1.842.105.061.214.116.333.18a4.976,4.976,0,0,1,3.157-1.877c0-.484,0-.963,0-1.443,0-.864,0-1.728,0-2.592,0-.436.269-.766.6-.749a.674.674,0,0,1,.562.748c0,1.332,0,2.665,0,4.03a5.014,5.014,0,0,1,3.162,1.892L21.3,11.281c.138-.08.277-.159.42-.23a.5.5,0,0,1,.67.2.482.482,0,0,1-.072.692,1.917,1.917,0,0,1-.365.249c-1.03.6-2.058,1.2-3.1,1.786a.355.355,0,0,0-.195.524,4.125,4.125,0,0,1,0,3.014.336.336,0,0,0,.182.5c1.089.619,2.171,1.252,3.254,1.883.254.148.472.329.375.672-.118.416-.482.546-.9.308-1.013-.579-2.02-1.17-3.03-1.755-.18-.1-.362-.206-.565-.321a5.011,5.011,0,0,1-3.162,1.886v2.906c0,.37,0,.741,0,1.111,0,.437-.254.763-.578.763Zm-3.582-9.584a3.5,3.5,0,0,0,3.566,3.69,3.492,3.492,0,0,0,3.6-3.353,3.561,3.561,0,0,0-3.392-3.8c-.056,0-.112,0-.167,0A3.569,3.569,0,0,0,10.652,15.878Zm14.894,9.568a2.885,2.885,0,1,1,.033,0Zm1.827-2.925a1.779,1.779,0,0,0-1.766-1.811,1.726,1.726,0,0,0-1.863,1.822,1.659,1.659,0,0,0,1.781,1.775A1.723,1.723,0,0,0,27.373,22.522ZM.008,22.534a2.957,2.957,0,0,1,2.9-2.944,2.928,2.928,0,0,1,.032,5.856H2.89A2.957,2.957,0,0,1,.008,22.534Zm1.1-.029a1.717,1.717,0,0,0,1.749,1.812A1.709,1.709,0,0,0,4.73,22.512a1.666,1.666,0,0,0-1.809-1.783c-.051,0-.1-.007-.152-.007A1.705,1.705,0,0,0,1.109,22.505ZM25.5,18.944c-.328,0-.575-.325-.577-.767,0-.739,0-1.478,0-2.217,0-.714,0-1.429,0-2.143,0-.442.252-.765.581-.763s.577.326.578.767q0,2.18,0,4.36c0,.438-.253.763-.58.763ZM2.4,18.181q0-2.18,0-4.36c0-.441.249-.765.577-.767s.58.324.582.763c0,.727,0,1.453,0,2.18s0,1.453,0,2.18c0,.442-.249.765-.577.766h0C2.651,18.944,2.4,18.62,2.4,18.181Zm.5-5.772A2.99,2.99,0,0,1,0,9.454a2.99,2.99,0,0,1,2.912-2.9A3,3,0,0,1,5.856,9.507a3,3,0,0,1-2.929,2.9ZM1.1,9.466a1.778,1.778,0,0,0,1.79,1.823A1.727,1.727,0,0,0,4.73,9.477,1.666,1.666,0,0,0,2.924,7.691c-.05,0-.1-.007-.15-.007A1.729,1.729,0,0,0,1.1,9.466ZM25.56,12.409a2.9,2.9,0,1,1,.007,0ZM23.741,9.49a1.709,1.709,0,0,0,1.778,1.793,1.761,1.761,0,0,0,1.855-1.792,1.716,1.716,0,0,0-1.8-1.8q-.073-.006-.146-.006A1.676,1.676,0,0,0,23.741,9.49ZM6.042,7.66c-.164-.3-.069-.568.306-.786Q8.226,5.782,10.111,4.7a3.112,3.112,0,0,1,.427-.155c.132.129.341.246.409.419a.5.5,0,0,1-.229.666c-.756.432-1.508.873-2.263,1.309-.52.3-1.04.6-1.565.9a.8.8,0,0,1-.383.112A.517.517,0,0,1,6.042,7.66Zm15.523.2c-.572-.308-1.133-.637-1.7-.958-.7-.4-1.408-.8-2.109-1.2-.4-.231-.506-.5-.331-.808.184-.325.483-.377.89-.147,1.239.7,2.48,1.393,3.709,2.109a2,2,0,0,1,.422.422.6.6,0,0,1-.572.668A.655.655,0,0,1,21.565,7.862ZM11.308,3.008A2.98,2.98,0,0,1,13.746.085,2.636,2.636,0,0,0,14.016,0h.444a4.1,4.1,0,0,1,1.615.73,2.881,2.881,0,0,1,1,2.894,2.961,2.961,0,0,1-2.4,2.214,2.568,2.568,0,0,1-.476.044A2.985,2.985,0,0,1,11.308,3.008Zm3-1.843a1.707,1.707,0,0,0-1.873,1.743A1.759,1.759,0,0,0,14.2,4.772,1.716,1.716,0,0,0,16.029,2.98a1.682,1.682,0,0,0-1.676-1.816Z" fill="url(#linear-gradient)"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.2 KiB |
|
@ -1,35 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="459.313" height="459.314" style="" xml:space="preserve"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<g class="currentLayer" style=""><title>Layer 1</title><g id="svg_1" class="selected" fill-opacity="1" fill="#5e4fa2">
|
||||
<path d="M459.313,229.648c0,22.201-17.992,40.199-40.205,40.199H40.181c-11.094,0-21.14-4.498-28.416-11.774 C4.495,250.808,0,240.76,0,229.66c-0.006-22.204,17.992-40.199,40.202-40.193h378.936 C441.333,189.472,459.308,207.456,459.313,229.648z" id="svg_2" fill="#5e4fa2"/>
|
||||
</g><g id="svg_3">
|
||||
</g><g id="svg_4">
|
||||
</g><g id="svg_5">
|
||||
</g><g id="svg_6">
|
||||
</g><g id="svg_7">
|
||||
</g><g id="svg_8">
|
||||
</g><g id="svg_9">
|
||||
</g><g id="svg_10">
|
||||
</g><g id="svg_11">
|
||||
</g><g id="svg_12">
|
||||
</g><g id="svg_13">
|
||||
</g><g id="svg_14">
|
||||
</g><g id="svg_15">
|
||||
</g><g id="svg_16">
|
||||
</g><g id="svg_17">
|
||||
</g></g></svg>
|
Before Width: | Height: | Size: 968 B |
|
@ -1,47 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512" height="512"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<g class="currentLayer" style=""><title>Layer 1</title><g id="svg_1" class="" fill="#ffffff" fill-opacity="1">
|
||||
<g id="svg_2" fill="#ffffff" fill-opacity="1">
|
||||
<path d="M492,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h472c11.046,0,20-8.954,20-20S503.046,236,492,236z" id="svg_3" fill="#ffffff" fill-opacity="1"/>
|
||||
</g>
|
||||
</g><g id="svg_4" class="" fill="#ffffff" fill-opacity="1">
|
||||
<g id="svg_5" fill="#ffffff" fill-opacity="1">
|
||||
<path d="M492,76H20C8.954,76,0,84.954,0,96s8.954,20,20,20h472c11.046,0,20-8.954,20-20S503.046,76,492,76z" id="svg_6" fill="#ffffff" fill-opacity="1"/>
|
||||
</g>
|
||||
</g><g id="svg_7" class="" fill="#ffffff" fill-opacity="1">
|
||||
<g id="svg_8" fill="#ffffff" fill-opacity="1">
|
||||
<path d="M492,396H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h472c11.046,0,20-8.954,20-20 C512,404.954,503.046,396,492,396z" id="svg_9" fill="#ffffff" fill-opacity="1"/>
|
||||
</g>
|
||||
</g><g id="svg_10" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_11" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_12" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_13" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_14" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_15" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_16" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_17" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_18" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_19" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_20" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_21" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_22" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_23" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g><g id="svg_24" class="" fill="#ffffff" fill-opacity="1">
|
||||
</g></g></svg>
|
Before Width: | Height: | Size: 2.1 KiB |
|
@ -1,24 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="68" height="68" viewBox="0 0 68 68">
|
||||
<defs>
|
||||
<filter id="Rectangle_1021" x="0" y="0" width="68" height="68" filterUnits="userSpaceOnUse">
|
||||
<feOffset dy="3" input="SourceAlpha"/>
|
||||
<feGaussianBlur stdDeviation="3" result="blur"/>
|
||||
<feFlood flood-opacity="0.251"/>
|
||||
<feComposite operator="in" in2="blur"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Minus" transform="translate(10 7)">
|
||||
<g transform="matrix(1, 0, 0, 1, -10, -7)" filter="url(#Rectangle_1021)">
|
||||
<g id="Rectangle_1021-2" data-name="Rectangle 1021" transform="translate(10 7)" fill="#213758" stroke="#405b80" stroke-width="1">
|
||||
<rect width="48" height="48" rx="6" stroke="none"/>
|
||||
<rect x="-0.5" y="-0.5" width="49" height="49" rx="6.5" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="remove" transform="translate(14 23)">
|
||||
<g id="Group_57" data-name="Group 57">
|
||||
<path id="Path_43" data-name="Path 43" d="M18.915,211.613H1.085a1.44,1.44,0,0,0,0,2.791H18.915a1.44,1.44,0,0,0,0-2.791Z" transform="translate(0 -211.613)" fill="#8fa7c7"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,37 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" style="" xml:space="preserve" width="512" height="512"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<g class="currentLayer" style=""><title>Layer 1</title><g id="svg_1" class="selected" fill-opacity="1" fill="#f2be22">
|
||||
<g id="svg_2" fill="#f2be22">
|
||||
<path d="M256,0C114.837,0,0,114.837,0,256s114.837,256,256,256s256-114.837,256-256S397.163,0,256,0z" id="svg_3" fill="#f2be22"/>
|
||||
</g>
|
||||
</g><g id="svg_4">
|
||||
</g><g id="svg_5">
|
||||
</g><g id="svg_6">
|
||||
</g><g id="svg_7">
|
||||
</g><g id="svg_8">
|
||||
</g><g id="svg_9">
|
||||
</g><g id="svg_10">
|
||||
</g><g id="svg_11">
|
||||
</g><g id="svg_12">
|
||||
</g><g id="svg_13">
|
||||
</g><g id="svg_14">
|
||||
</g><g id="svg_15">
|
||||
</g><g id="svg_16">
|
||||
</g><g id="svg_17">
|
||||
</g><g id="svg_18">
|
||||
</g></g></svg>
|
Before Width: | Height: | Size: 855 B |
|
@ -1,37 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" style="" xml:space="preserve" width="512" height="512"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<g class="currentLayer" style=""><title>Layer 1</title><g id="svg_1" class="selected" fill-opacity="1" fill="#a0c3d9">
|
||||
<g id="svg_2" fill="#a0c3d9">
|
||||
<path d="M256,0C114.837,0,0,114.837,0,256s114.837,256,256,256s256-114.837,256-256S397.163,0,256,0z" id="svg_3" fill="#a0c3d9"/>
|
||||
</g>
|
||||
</g><g id="svg_4">
|
||||
</g><g id="svg_5">
|
||||
</g><g id="svg_6">
|
||||
</g><g id="svg_7">
|
||||
</g><g id="svg_8">
|
||||
</g><g id="svg_9">
|
||||
</g><g id="svg_10">
|
||||
</g><g id="svg_11">
|
||||
</g><g id="svg_12">
|
||||
</g><g id="svg_13">
|
||||
</g><g id="svg_14">
|
||||
</g><g id="svg_15">
|
||||
</g><g id="svg_16">
|
||||
</g><g id="svg_17">
|
||||
</g><g id="svg_18">
|
||||
</g></g></svg>
|
Before Width: | Height: | Size: 855 B |
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 459.3 459.3" style="enable-background:new 0 0 459.3 459.3;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:none;}
|
||||
.st1{fill:#CD9B69;}
|
||||
</style>
|
||||
<rect id="backgroundrect" y="0" class="st0" width="459.3" height="459.3"/>
|
||||
<g>
|
||||
<g id="svg_1">
|
||||
<path id="svg_2" class="st1" d="M459.3,229.6c0,22.2-18,40.2-40.2,40.2H40.2c-11.1,0-21.1-4.5-28.4-11.8
|
||||
C4.5,250.8,0,240.8,0,229.7c0-22.2,18-40.2,40.2-40.2h378.9C441.3,189.5,459.3,207.5,459.3,229.6z"/>
|
||||
</g>
|
||||
<g id="svg_3">
|
||||
</g>
|
||||
<g id="svg_4">
|
||||
</g>
|
||||
<g id="svg_5">
|
||||
</g>
|
||||
<g id="svg_6">
|
||||
</g>
|
||||
<g id="svg_7">
|
||||
</g>
|
||||
<g id="svg_8">
|
||||
</g>
|
||||
<g id="svg_9">
|
||||
</g>
|
||||
<g id="svg_10">
|
||||
</g>
|
||||
<g id="svg_11">
|
||||
</g>
|
||||
<g id="svg_12">
|
||||
</g>
|
||||
<g id="svg_13">
|
||||
</g>
|
||||
<g id="svg_14">
|
||||
</g>
|
||||
<g id="svg_15">
|
||||
</g>
|
||||
<g id="svg_16">
|
||||
</g>
|
||||
<g id="svg_17">
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,16 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="246.946" height="67.999" viewBox="0 0 246.946 67.999">
|
||||
<defs>
|
||||
<filter id="Union_5" x="0" y="0" width="246.946" height="67.999" filterUnits="userSpaceOnUse">
|
||||
<feOffset dy="3" input="SourceAlpha"/>
|
||||
<feGaussianBlur stdDeviation="3" result="blur"/>
|
||||
<feFlood flood-opacity="0.251"/>
|
||||
<feComposite operator="in" in2="blur"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Group_118" data-name="Group 118" transform="translate(-61.999 -65)">
|
||||
<g transform="matrix(1, 0, 0, 1, 62, 65)" filter="url(#Union_5)">
|
||||
<path id="Union_5-2" data-name="Union 5" d="M-12692-8143.5a6.5,6.5,0,0,1-6.5-6.5v-36a6.5,6.5,0,0,1,6.5-6.5h197.5v1.135l23.733,23.375-23.733,23.379v1.109Z" transform="translate(12708 8199)" fill="#213758" stroke="#405b80" stroke-width="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 919 B |
|
@ -1,14 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="166.478" height="113.45" viewBox="0 0 166.478 113.45">
|
||||
<defs>
|
||||
<filter id="Path_77" x="0" y="0" width="166.478" height="113.45" filterUnits="userSpaceOnUse">
|
||||
<feOffset dy="2" input="SourceAlpha"/>
|
||||
<feGaussianBlur stdDeviation="3" result="blur"/>
|
||||
<feFlood flood-opacity="0.161"/>
|
||||
<feComposite operator="in" in2="blur"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Path_77)">
|
||||
<path id="Path_77-2" data-name="Path 77" d="M126.446,51.19A41,41,0,0,0,85.694,11,43.022,43.022,0,0,0,50.722,29.427,20.642,20.642,0,0,0,39.4,26.071,20.291,20.291,0,0,0,18.92,46.166c0,.384.036.759.059,1.14-.026.457-.059.919-.059,1.371C8.711,53.48,1,64.9,1,76.7,1,93.062,14.645,106.45,31.323,106.45H94.06c.353,0,.7-.04,1.044-.053.351.013.694.053,1.047.053h25.1c15.526,0,28.231-12.466,28.231-27.7A28.318,28.318,0,0,0,126.446,51.19Z" transform="translate(8 -4)" fill="#56c5bc"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB |
|
@ -1,24 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="68" height="68" viewBox="0 0 68 68">
|
||||
<defs>
|
||||
<filter id="Rectangle_1021" x="0" y="0" width="68" height="68" filterUnits="userSpaceOnUse">
|
||||
<feOffset dy="3" input="SourceAlpha"/>
|
||||
<feGaussianBlur stdDeviation="3" result="blur"/>
|
||||
<feFlood flood-opacity="0.251"/>
|
||||
<feComposite operator="in" in2="blur"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Plus" transform="translate(10 7)">
|
||||
<g transform="matrix(1, 0, 0, 1, -10, -7)" filter="url(#Rectangle_1021)">
|
||||
<g id="Rectangle_1021-2" data-name="Rectangle 1021" transform="translate(10 7)" fill="#213758" stroke="#405b80" stroke-width="1">
|
||||
<rect width="48" height="48" rx="6" stroke="none"/>
|
||||
<rect x="-0.5" y="-0.5" width="49" height="49" rx="6.5" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="add" transform="translate(14 14)">
|
||||
<g id="Group_56" data-name="Group 56">
|
||||
<path id="Path_42" data-name="Path 42" d="M18.915,8.606H11.4V1.086A1.349,1.349,0,0,0,10,0,1.349,1.349,0,0,0,8.6,1.086V8.606H1.085A1.349,1.349,0,0,0,0,10a1.349,1.349,0,0,0,1.085,1.4H8.6v7.519A1.349,1.349,0,0,0,10,20a1.349,1.349,0,0,0,1.4-1.085V11.4h7.519A1.349,1.349,0,0,0,20,10,1.349,1.349,0,0,0,18.915,8.606Z" transform="translate(0 -0.001)" fill="#8fa7c7"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.4 KiB |
|
@ -1,24 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="68" height="68" viewBox="0 0 68 68">
|
||||
<defs>
|
||||
<filter id="Rectangle_1021" x="0" y="0" width="68" height="68" filterUnits="userSpaceOnUse">
|
||||
<feOffset dy="3" input="SourceAlpha"/>
|
||||
<feGaussianBlur stdDeviation="3" result="blur"/>
|
||||
<feFlood flood-opacity="0.251"/>
|
||||
<feComposite operator="in" in2="blur"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Refresh" transform="translate(10 7)">
|
||||
<g transform="matrix(1, 0, 0, 1, -10, -7)" filter="url(#Rectangle_1021)">
|
||||
<g id="Rectangle_1021-2" data-name="Rectangle 1021" transform="translate(10 7)" fill="#213758" stroke="#405b80" stroke-width="1">
|
||||
<rect width="48" height="48" rx="6" stroke="none"/>
|
||||
<rect x="-0.5" y="-0.5" width="49" height="49" rx="6.5" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="refresh-2" data-name="refresh" transform="translate(13 9.514)">
|
||||
<g id="Group_99" data-name="Group 99" transform="translate(0 0)">
|
||||
<path id="Path_54" data-name="Path 54" d="M54.709,14.98A10.687,10.687,0,0,1,65.191,3.062V.189a.206.206,0,0,1,.331-.148l5.911,4.343a.182.182,0,0,1,0,.291L65.527,9.018A.205.205,0,0,1,65.2,8.87V6a7.738,7.738,0,0,0-7,4.742,7.643,7.643,0,0,0,1.089,7.792,1.476,1.476,0,1,1-2.32,1.824A10.54,10.54,0,0,1,54.709,14.98ZM71.774,9.463a7.643,7.643,0,0,1,1.089,7.792,7.729,7.729,0,0,1-7,4.742V19.13a.206.206,0,0,0-.331-.148l-5.911,4.343a.182.182,0,0,0,0,.291l5.905,4.343a.205.205,0,0,0,.331-.148V24.938A10.687,10.687,0,0,0,76.34,13.02a10.485,10.485,0,0,0-2.251-5.381,1.473,1.473,0,1,0-2.314,1.824Z" transform="translate(-54.637 0)" fill="#8fa7c7"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.7 KiB |
|
@ -1,35 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="459.313" height="459.314" style="" xml:space="preserve"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<g class="currentLayer" style=""><title>Layer 1</title><g id="svg_1" class="selected" fill-opacity="1" fill="#f27405">
|
||||
<path d="M459.313,229.648c0,22.201-17.992,40.199-40.205,40.199H40.181c-11.094,0-21.14-4.498-28.416-11.774 C4.495,250.808,0,240.76,0,229.66c-0.006-22.204,17.992-40.199,40.202-40.193h378.936 C441.333,189.472,459.308,207.456,459.313,229.648z" id="svg_2" fill="#f27405"/>
|
||||
</g><g id="svg_3">
|
||||
</g><g id="svg_4">
|
||||
</g><g id="svg_5">
|
||||
</g><g id="svg_6">
|
||||
</g><g id="svg_7">
|
||||
</g><g id="svg_8">
|
||||
</g><g id="svg_9">
|
||||
</g><g id="svg_10">
|
||||
</g><g id="svg_11">
|
||||
</g><g id="svg_12">
|
||||
</g><g id="svg_13">
|
||||
</g><g id="svg_14">
|
||||
</g><g id="svg_15">
|
||||
</g><g id="svg_16">
|
||||
</g><g id="svg_17">
|
||||
</g></g></svg>
|
Before Width: | Height: | Size: 968 B |
|
@ -1,35 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="459.313" height="459.314" style="" xml:space="preserve"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<g class="currentLayer" style=""><title>Layer 1</title><g id="svg_1" class="selected" fill-opacity="1" fill="#01665e">
|
||||
<path d="M459.313,229.648c0,22.201-17.992,40.199-40.205,40.199H40.181c-11.094,0-21.14-4.498-28.416-11.774 C4.495,250.808,0,240.76,0,229.66c-0.006-22.204,17.992-40.199,40.202-40.193h378.936 C441.333,189.472,459.308,207.456,459.313,229.648z" id="svg_2" fill="#01665e"/>
|
||||
</g><g id="svg_3">
|
||||
</g><g id="svg_4">
|
||||
</g><g id="svg_5">
|
||||
</g><g id="svg_6">
|
||||
</g><g id="svg_7">
|
||||
</g><g id="svg_8">
|
||||
</g><g id="svg_9">
|
||||
</g><g id="svg_10">
|
||||
</g><g id="svg_11">
|
||||
</g><g id="svg_12">
|
||||
</g><g id="svg_13">
|
||||
</g><g id="svg_14">
|
||||
</g><g id="svg_15">
|
||||
</g><g id="svg_16">
|
||||
</g><g id="svg_17">
|
||||
</g></g></svg>
|
Before Width: | Height: | Size: 968 B |
|
@ -1,37 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="510" height="510" style="" xml:space="preserve"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<g class="currentLayer" style=""><title>Layer 1</title><g id="svg_1" class="selected" fill="#ffffff" fill-opacity="1">
|
||||
<g id="swap-vert-circle" fill="#ffffff" fill-opacity="1">
|
||||
<path d="M255,0C114.75,0,0,114.75,0,255s114.75,255,255,255s255-114.75,255-255S395.25,0,255,0z M114.75,178.5L204,89.25 l89.25,89.25H229.5v102h-51v-102H114.75z M395.25,331.5L306,420.75l-89.25-89.25h63.75v-102h51v102H395.25z" id="svg_2" fill="#ffffff" fill-opacity="1"/>
|
||||
</g>
|
||||
</g><g id="svg_3">
|
||||
</g><g id="svg_4">
|
||||
</g><g id="svg_5">
|
||||
</g><g id="svg_6">
|
||||
</g><g id="svg_7">
|
||||
</g><g id="svg_8">
|
||||
</g><g id="svg_9">
|
||||
</g><g id="svg_10">
|
||||
</g><g id="svg_11">
|
||||
</g><g id="svg_12">
|
||||
</g><g id="svg_13">
|
||||
</g><g id="svg_14">
|
||||
</g><g id="svg_15">
|
||||
</g><g id="svg_16">
|
||||
</g><g id="svg_17">
|
||||
</g></g></svg>
|
Before Width: | Height: | Size: 1.0 KiB |
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 451.8 451.8" style="enable-background:new 0 0 451.8 451.8;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M225.9,97.1c8.1,0,16.2,3.1,22.4,9.3l194.2,194.2c12.4,12.4,12.4,32.4,0,44.8c-12.4,12.4-32.4,12.4-44.7,0
|
||||
L225.9,173.5L54,345.4c-12.4,12.4-32.4,12.4-44.7,0C-3.1,333-3.1,313,9.3,300.6l194.2-194.2C209.7,100.2,217.8,97.1,225.9,97.1z"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 680 B |