Compare commits

..

No commits in common. "v1.6.4" and "master" have entirely different histories.

169 changed files with 2240 additions and 18269 deletions

View File

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.netsyms.PackageHelper" version="1.6.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget id="com.netsyms.PackageHelper" version="1.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name short="PH">PackageHelper</name> <name>PackageHelper</name>
<description> <description>
Assistant app for door-to-door package delivery. Assistant app for door-to-door package delivery.
</description> </description>
@ -8,24 +8,17 @@
Netsyms Technologies Netsyms Technologies
</author> </author>
<content src="index.html" /> <content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" /> <access origin="*" />
<allow-navigation href="https://*.netsyms.com/*" />
<allow-navigation href="app://localhost/*" />
<allow-navigation href="https://apis.netsyms.net/*" />
<allow-navigation href="https://maps.netsyms.net/*" />
<allow-intent href="http://*/*" /> <allow-intent href="http://*/*" />
<allow-intent href="https://*/*" /> <allow-intent href="https://*/*" />
<allow-intent href="tel:*" /> <allow-intent href="tel:*" />
<allow-intent href="sms:*" /> <allow-intent href="sms:*" />
<allow-intent href="mailto:*" /> <allow-intent href="mailto:*" />
<allow-intent href="geo:*" /> <allow-intent href="geo:*" />
<icon src="res/logo.png" />
<access launch-external="yes" origin="geo:*" /> <access launch-external="yes" origin="geo:*" />
<platform name="android"> <platform name="android">
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
<preference name="AndroidInsecureFileModeEnabled" value="true" />
<allow-intent href="market:*" /> <allow-intent href="market:*" />
<preference name="HeaderColor" value="#2196F3" />
<resource-file src="/res/android/drawable/ic_launcher_background.xml" target="/app/src/main/res/drawable/ic_launcher_background.xml" /> <resource-file src="/res/android/drawable/ic_launcher_background.xml" target="/app/src/main/res/drawable/ic_launcher_background.xml" />
<resource-file src="/res/android/drawable/ic_launcher_foreground.xml" target="/app/src/main/res/drawable/ic_launcher_foreground.xml" /> <resource-file src="/res/android/drawable/ic_launcher_foreground.xml" target="/app/src/main/res/drawable/ic_launcher_foreground.xml" />
<resource-file src="res/android/mipmap-anydpi-v26/ic_launcher.xml" target="app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" /> <resource-file src="res/android/mipmap-anydpi-v26/ic_launcher.xml" target="app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" />
@ -36,52 +29,8 @@
<icon background="res/android/drawable/ic_launcher_background.xml" density="xxxhdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-xxxhdpi/ic_launcher.png" /> <icon background="res/android/drawable/ic_launcher_background.xml" density="xxxhdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-xxxhdpi/ic_launcher.png" />
</platform> </platform>
<platform name="ios"> <platform name="ios">
<preference name="StatusBarBackgroundColor" value="#F6F6F6" />
<preference name="StatusBarStyle" value="default" />
<preference name="SplashScreenDelay" value="3000" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="FadeSplashScreen" value="true" />
<preference name="ShowSplashScreenSpinner" value="false" />
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
<hook src="scripts/remove_powermanagement.sh" type="before_prepare" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="DisallowOverscroll" value="true" />
<allow-intent href="itms:*" /> <allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" /> <allow-intent href="itms-apps:*" />
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />
<splash src="res/ios/splash/Default@2x~universal~anyany.png" />
<splash src="res/ios/splash/Default@2x~universal~anyany~dark.png" />
<icon height="180" src="res/ios/icon/icon-60@3x.png" width="180" />
<icon height="60" src="res/ios/icon/icon-60.png" width="60" />
<icon height="120" src="res/ios/icon/icon-60@2x.png" width="120" />
<icon height="76" src="res/ios/icon/icon-76.png" width="76" />
<icon height="152" src="res/ios/icon/icon-76@2x.png" width="152" />
<icon height="40" src="res/ios/icon/icon-small-40.png" width="40" />
<icon height="80" src="res/ios/icon/icon-small-40@2x.png" width="80" />
<icon height="57" src="res/ios/icon/icon.png" width="57" />
<icon height="114" src="res/ios/icon/icon@2x.png" width="114" />
<icon height="72" src="res/ios/icon/icon-72.png" width="72" />
<icon height="144" src="res/ios/icon/icon-72@2x.png" width="144" />
<icon height="167" src="res/ios/icon/icon-167.png" width="167" />
<icon height="29" src="res/ios/icon/icon-small.png" width="29" />
<icon height="58" src="res/ios/icon/icon-small@2x.png" width="58" />
<icon height="87" src="res/ios/icon/icon-small@3x.png" width="87" />
<icon height="50" src="res/ios/icon/icon-small-50.png" width="50" />
<icon height="100" src="res/ios/icon/icon-small-50@2x.png" width="100" />
<icon height="167" src="res/ios/icon/icon-83.5@2x.png" width="167" />
<icon height="1024" src="res/ios/icon/icon-1024.png" width="1024" />
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
<string>The camera is used to scan barcodes.</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
<string>Your location is used to provide proximity alerts and other app features. It is only transmitted when you submit a map calibration.</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysAndWhenInUseUsageDescription">
<string>Your location is used to provide proximity alerts and other app features. It is only transmitted when you submit a map calibration.</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysUsageDescription">
<string>Your location is used to provide proximity alerts and other app features. It is only transmitted when you submit a map calibration.</string>
</edit-config>
</platform> </platform>
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
</widget> </widget>

File diff suppressed because it is too large Load Diff

4603
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,9 @@
{ {
"name": "com.netsyms.packagehelper", "name": "com.netsyms.packagehelper",
"displayName": "PackageHelper", "displayName": "PackageHelper",
"version": "1.6.4", "version": "1.3.0",
"description": "Assistant app for door-to-door package delivery.", "description": "Assistant app for door-to-door package delivery.",
"product_string": "PackageHelper",
"main": "www/index.html", "main": "www/index.html",
"window": {
"icon": "res/logo.png",
"id": "com.netsyms.packagehelper_window_main_00001",
"frame": true
},
"user_agent": "Mozilla/5.0 (%osinfo) %name/%ver NW.js/%nwver WebKit/%webkit_ver Chromium/%chromium_ver",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
@ -22,36 +15,24 @@
"cordova": { "cordova": {
"plugins": { "plugins": {
"cordova-plugin-geolocation": {}, "cordova-plugin-geolocation": {},
"cordova-plugin-powermanagement-netsyms": {},
"cordova-plugin-device": {},
"cordova-plugin-battery-status": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-inappbrowser": {}, "cordova-plugin-inappbrowser": {},
"cordova-plugin-headercolor": {}, "cordova-plugin-powermanagement-netsyms": {},
"phonegap-plugin-barcodescanner": { "cordova-plugin-whitelist": {},
"ANDROID_SUPPORT_V4_VERSION": "27.+" "phonegap-plugin-barcodescanner": {},
}, "cordova-plugin-device": {}
"cordova-plugin-velda-devicefeedback": {},
"cordova-plugin-nativestorage": {}
}, },
"platforms": [ "platforms": [
"browser", "android",
"ios" "browser"
] ]
}, },
"dependencies": { "dependencies": {
"cordova-android": "^8.1.0",
"cordova-browser": "^6.0.0", "cordova-browser": "^6.0.0",
"cordova-plugin-battery-status": "^2.0.3",
"cordova-plugin-device": "^2.0.3", "cordova-plugin-device": "^2.0.3",
"cordova-plugin-inappbrowser": "^3.1.0",
"cordova-plugin-powermanagement-netsyms": "git+https://source.netsyms.com/Netsyms/cordova-plugin-powermanagement", "cordova-plugin-powermanagement-netsyms": "git+https://source.netsyms.com/Netsyms/cordova-plugin-powermanagement",
"cordova-plugin-statusbar": "^2.4.3" "cordova-plugin-whitelist": "^1.3.4"
}, },
"devDependencies": { "devDependencies": {}
"cordova-android": "^10.1.1",
"cordova-ios": "^6.1.1",
"cordova-plugin-inappbrowser": "^4.1.0",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-velda-devicefeedback": "0.0.2",
"phonegap-plugin-barcodescanner": "^8.1.0"
}
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,7 +1,4 @@
#!/bin/bash #!/bin/bash
echo "Generating credits files..."
cd www cd www
yarn licenses generate-disclaimer > ../license-credits.md yarn licenses generate-disclaimer > ../license-credits.md
cd .. cd ..

View File

@ -4,15 +4,13 @@
echo "Removing bloat in node_modules..." echo "Removing bloat in node_modules..."
set -e pwd
DIR="$(pwd)/www/node_modules" cd www/node_modules
rm -rf {ansicolors,buffer-from,cardinal,concat-stream,core-util-is,csscolorparser}
cd $DIR rm -rf {dom7,earcut,esprima,geojson-vt,gl-matrix,grid-index,ieee754,inherits,isarray}
rm -rf {ansicolors,buffer-from,cardinal,chartjs-color,chartjs-color-string,color-convert,color-name} rm -rf {kdbush,leaflet-geometryutil,@mapbox,minimist,murmurhash-js}
rm -rf {concat-stream,core-util-is,csscolorparser,dom7,earcut,esprima,geojson-vt} rm -rf {path-to-regexp,pbf,potpack,process-nextick-args}
rm -rf {gl-matrix,grid-index,ieee754,inherits,isarray,kdbush,leaflet-geometryutil,@mapbox,minimist}
rm -rf {moment,murmurhash-js,path-to-regexp,pbf,potpack,process-nextick-args}
rm -rf {protocol-buffers-schema,quickselect,readable-stream,redeyed,resolve-protobuf-schema} rm -rf {protocol-buffers-schema,quickselect,readable-stream,redeyed,resolve-protobuf-schema}
rm -rf {rw,safe-buffer,sharkdown,split,ssr-window,string_decoder,supercluster} rm -rf {rw,safe-buffer,sharkdown,split,ssr-window,string_decoder,supercluster}
rm -rf {template7,text-encoding,through,tinyqueue,ts-custom-error,typedarray} rm -rf {template7,text-encoding,through,tinyqueue,ts-custom-error,typedarray}
@ -21,22 +19,11 @@ rm -rf {util-deprecate,vt-pbf,wgs84}
# Make npm stop complaining that these don't exist by actually removing them # Make npm stop complaining that these don't exist by actually removing them
rm -rf .bin/* rm -rf .bin/*
cd $DIR
cd bwip-js
rm -rf {bin,examples,src,barcode.ps,demo.html,stb_truetype.h}
rm -rf dist/bwip-js.js
rm -rf dist/node-bwipjs.js
cd $DIR
cd chart.js/dist
rm -rf {Chart.bundle.js,Chart.css,Chart.min.js,Chart.js}
cd $DIR
cd @fortawesome/fontawesome-free cd @fortawesome/fontawesome-free
rm -rf {js,less,metadata,scss,sprites,svgs} rm -rf {js,less,metadata,scss,sprites,svgs}
find css -type f -not -name 'all.min.css' -delete find css -type f -not -name 'all.min.css' -delete
cd $DIR cd ../..
cd framework7 cd framework7
rm -rf components rm -rf components
@ -48,57 +35,52 @@ rm -f framework7.*
rm -f framework7-lite.* rm -f framework7-lite.*
find css -type f -not -name 'framework7.bundle.min.css' -delete find css -type f -not -name 'framework7.bundle.min.css' -delete
find js -type f -not -name 'framework7.bundle.min.js' -delete find js -type f -not -name 'framework7.bundle.min.js' -delete
cd $DIR cd ..
cd jquery cd jquery
rm -rf src rm -rf src
rm -rf external rm -rf external
find dist -type f -not -name 'jquery.min.js' -delete find dist -type f -not -name 'jquery.min.js' -delete
cd $DIR cd ..
cd jsbarcode cd jsbarcode
rm -rf .dockerignore .eslintignore .eslintrcautomation bower.json CONTRIBUTING.md docker-compose.yml Dockerfile example gulpfile.js jsbarcode.d.ts README.md src test .travis.yml rm -rf .dockerignore .eslintignore .eslintrcautomation bower.json CONTRIBUTING.md docker-compose.yml Dockerfile example gulpfile.js jsbarcode.d.ts README.md src test .travis.yml
rm -rf {automation,bin} rm -rf {automation,bin}
rm -rf dist/barcodes rm -rf dist/barcodes
rm -rf dist/JsBarcode.all.js rm -rf dist/JsBarcode.all.js
cd $DIR cd ..
cd leaflet cd leaflet
rm -rf {CHANGELOG.md,src} rm -rf {CHANGELOG.md,src}
find dist -type f -not -name 'leaflet.css' -not -name 'leaflet.js' -delete find dist -type f -not -name 'leaflet.css' -not -name 'leaflet.js' -delete
cd $DIR cd ..
cd leaflet.locatecontrol cd leaflet.locatecontrol
rm -rf {CHANGELOG.md,README.md,src} rm -rf {CHANGELOG.md,README.md,src}
find dist -type f -not -name 'L.Control.Locate.min.css' -not -name 'L.Control.Locate.min.js' -delete find dist -type f -not -name 'L.Control.Locate.min.css' -not -name 'L.Control.Locate.min.js' -delete
cd $DIR cd ..
cd leaflet.markercluster cd leaflet.markercluster
rm -rf {build,example,spec,src,CHANGELOG.md} rm -rf {build,example,spec,src,CHANGELOG.md}
find dist -type f -not -name 'leaflet.markercluster.js' -not -name 'MarkerCluster.css' -not -name 'MarkerCluster.Default.css' -delete find dist -type f -not -name 'leaflet.markercluster.js' -not -name 'MarkerCluster.css' -not -name 'MarkerCluster.Default.css' -delete
cd $DIR cd ..
cd material-design-icons cd material-design-icons
# Remove everything except the icon font and license, but also exclude the # Remove everything except the icon font and license, but also exclude the
# current and parent folder (. , ..) so rm won't complain about refusing # current and parent folder (. , ..) so rm won't complain about refusing
# to delete the whole filesystem # to delete the whole filesystem
find . -maxdepth 1 -not -name '.' -not -name 'LICENSE' -not -name 'iconfont' -exec rm -rf {} \; find . -maxdepth 1 -not -name '.' -not -name 'LICENSE' -not -name 'iconfont' -exec rm -rf {} \;
cd $DIR cd ..
cd mapbox-gl cd mapbox-gl
rm -rf {build,flow-typed,src} rm -rf {build,flow-typed,src}
find dist -type f -not -name 'mapbox-gl.css' -not -name 'mapbox-gl.js' -delete find dist -type f -not -name 'mapbox-gl.css' -not -name 'mapbox-gl.js' -delete
rm -rf dist/style-spec rm -rf dist/style-spec
cd $DIR cd ..
cd onscan.js
find . -type f -not -name 'onscan.min.js' -delete
rm -rf {.github,.settings}
cd $DIR
cd @zxing/library cd @zxing/library
rm -rf {esm,esm5} rm -rf {esm,esm5}
rm -f umd/index.min.js.map rm -f umd/index.min.js.map
cd $DIR cd ../..
echo "Cleanup finished" echo "Cleanup finished"

View File

@ -1,4 +0,0 @@
#!/bin/bash
npm uninstall cordova-plugin-powermanagement-netsyms
cordova plugin rm cordova-plugin-powermanagement-netsyms

View File

@ -1,7 +1,5 @@
#!/bin/bash #!/bin/bash
echo "Installing node modules in www/..." cd www
cd www
npm install npm install
cd .. cd ..

View File

@ -19,21 +19,6 @@ Framework7 and FontAwesome both have a .fab class
line-height: var(--f7-line-height); line-height: var(--f7-line-height);
} }
.page-content-fab-pad {
padding-bottom: var(--f7-fab-size);
}
.navbar, .item-link .item-title, .item-media, .item-divider, .item-label, .fab, .button, .noselect {
user-select: none;
}
.navbar-inner {
-webkit-app-region: drag;
}
.navbar-inner > * {
-webkit-app-region: no-drag;
}
/* /*
* Material icons are too big and disrupt the flow of text * Material icons are too big and disrupt the flow of text
*/ */
@ -49,68 +34,16 @@ Framework7 and FontAwesome both have a .fab class
font-size: var(--f7-block-font-size); font-size: var(--f7-block-font-size);
} }
#mapbox .package-marker.selected { #mapbox .package-marker {
border: 4px solid #2196F3;
border-radius: 50%;
}
#mapbox .package-marker.alerted {
border: 4px solid #FF9800;
border-radius: 50%;
}
#mapbox .package-marker.selected.alerted {
border: 4px solid #4CAF50 !important;
border-radius: 50%;
}
#mapbox .package-marker-mapbox {
width: 25px; width: 25px;
height: 25px; height: 25px;
background-image: url(../images/box.png); background-image: url(../images/box.png);
background-size: contain; background-size: contain;
} }
#mapbox .package-marker-leaflet {
}
#mapbox .package-marker-leaflet.selected {
/* Keep the icons from shifting when they have a border */
margin-top: -16.5px !important;
margin-left: -16.5px !important;
}
/* Allow tapping/clicking on package markers /* Allow tapping/clicking on package markers
* when the location dot is overlapping them * when the location dot is overlapping them
*/ */
#mapbox .mapboxgl-user-location-dot, #mapbox .mapboxgl-user-location-accuracy-circle { #mapbox .mapboxgl-user-location-dot {
pointer-events: none; pointer-events: none;
}
.no-animation * {
-webkit-transition: 10ms !important;
-moz-transition: 10ms !important;
-o-transition: 10ms !important;
-ms-transition: 10ms !important;
transition: 10ms !important;
}
.fab-stacked-above {
bottom: calc(calc(calc(var(--f7-fab-margin) + var(--f7-safe-area-bottom)) + var(--f7-fab-size)) + var(--f7-fab-margin)) !important;
}
/*
Allow easily changing help text to reflect finger/mouse usage.
*/
.clicktext {
display: none;
}
@media (pointer:fine) {
.taptext {
display: none;
}
.clicktext {
display: initial;
}
} }

View File

@ -9,43 +9,8 @@
*/ */
:root #app.theme-dark { :root #app.theme-dark {
--f7-page-bg-color: #111; --f7-page-bg-color: #020202;
--f7-list-bg-color: #111; --f7-list-bg-color: #020202;
--f7-popover-bg-color: #111; --f7-popover-bg-color: #020202;
--f7-sheet-bg-color: #111; --f7-sheet-bg-color: #020202;
}
#app.oled-burn-in .navbar .navbar-inner .title {
color: rgba(255,255,255,0.3);
}
#app.oled-burn-in .navbar .link {
color: rgba(100,100,255,0.5);
}
#app.oled-burn-in .navbar .link.text-color-red {
color: rgba(255,100,100,0.3) !important;
}
#app.oled-burn-in .mapboxgl-ctrl-group {
background: #222;
}
#app.oled-burn-in .mapboxgl-ctrl-group .mapboxgl-ctrl-icon {
filter: invert(69%) sepia(0%) saturate(28%) hue-rotate(215deg) brightness(88%) contrast(91%);
}
#app.oled-burn-in .mapboxgl-ctrl-scale {
background-color: #222;
color: #ccc;
border: 2px solid #333;
border-top: none;
}
#app.oled-burn-in .mapboxgl-ctrl-group .mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
filter: contrast(30%);
}
#app.oled-burn-in .mapboxgl-ctrl-group .mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
filter: contrast(30%);
} }

View File

@ -1,89 +0,0 @@
/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/*
Created on : Apr 3, 2020, 11:55:50 AM
Author : Skylar Ittner
*/
.only-tablet {
display: none;
}
@media all and (min-width: 768px) {
.only-tablet {
display: inherit;
}
.no-tablet {
display: none;
}
.page[data-name="add"] .tabbar {
/* Remove tab switcher at bottom of page */
display: none;
height: 0;
}
.page[data-name="add"] .tabs {
/* Put tabs next to each other */
display: flex;
}
.page[data-name="add"] .tabs .tab {
/* un-hide "non-active" tabs */
display: block;
}
.page[data-name="add"] .tabs #add-tab {
width: 66.67% !important;
position: relative; /* Make the FAB stay where it should */
}
.page[data-name="add"] .tabs #history-tab {
width: 33.33% !important;
}
.page[data-name="add"] #history-empty-swipe-prompt {
display: none;
}
.page[data-name="add"] .page-content {
padding-top: 0;
padding-bottom: 0;
}
.elevation-tablet {
/* .elevation-3 */
box-shadow: var(--f7-elevation-3)!important;
}
.page[data-name="add"] #history-tab {
/*box-shadow: inset 5px 0 9px -5px rgba(0,0,0,0.3);*/
border-left: 1px solid rgba(0,0,0,0.1);
}
.page[data-name="add"] .fab {
margin-bottom: 0;
}
.sheet-backdrop.backdrop-in {
visibility: hidden;
}
#package-info-sheet {
left: 25%;
width: 50%;
}
.padding-bottom-tablet {
padding-bottom: 3rem !important;
}
}
@media all and (min-width: 768px) and (min-height: 700px) {
.margin-top-tablet {
margin-top: 1rem;
}
}
@media all and (min-width: 1024px) {
#package-info-sheet {
left: 33%;
width: 33%;
}
}

View File

@ -1,60 +0,0 @@
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src:
local('Roboto'),
local('Roboto-Regular'),
url('Roboto_400.woff') format('woff'),
url('Roboto_400.woff2') format('woff2');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src:
local('Roboto Italic'),
local('Roboto-Italic'),
url('Roboto_400i.woff') format('woff'),
url('Roboto_400i.woff2') format('woff2');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src:
local('Roboto Medium'),
local('Roboto-Medium'),
url('Roboto_500.woff') format('woff'),
url('Roboto_500.woff2') format('woff2');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src:
local('Roboto Medium Italic'),
local('Roboto-MediumItalic'),
url('Roboto_500i.woff') format('woff'),
url('Roboto_500i.woff2') format('woff2');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src:
local('Roboto Bold'),
local('Roboto-Bold'),
url('Roboto_700.woff') format('woff'),
url('Roboto_700.woff2') format('woff2');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src:
local('Roboto Bold Italic'),
local('Roboto-BoldItalic'),
url('Roboto_700i.woff') format('woff'),
url('Roboto_700i.woff2') format('woff2');
}

View File

@ -1,31 +0,0 @@
<!DOCTYPE html>
<!--
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<html>
<head>
<title>Loading</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
*,html,body {
background-color: #fff;
font-family: Roboto, Ubuntu, sans-serif;
text-align: center;
}
div {
margin-top: 1rem;
}
</style>
</head>
<body>
<div>Loading...</div>
<script src="../settings.js"></script>
<script>
window.location.href = SETTINGS.loginurl;
</script>
</body>
</html>

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="500" height="500" version="1.1" viewBox="0 0 132.29 132.29" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -164.71)" fill-opacity=".49804"><rect y="164.71" width="132.29" height="132.29" fill="#4caf50"/><g fill="#43a047" stroke-width=".26458"><path d="m43.103 267.27h-9.4683v-9.4683c0-0.58125-0.47078-1.052-1.052-1.052h-2.1041c-0.58125 0-1.052 0.47079-1.052 1.052v9.4683h-9.4683c-0.58125 0-1.052 0.47079-1.052 1.052v2.1041c0 0.58125 0.47078 1.052 1.052 1.052h9.4683v9.4683c0 0.58125 0.47078 1.052 1.052 1.052h2.1041c0.58125 0 1.052-0.47078 1.052-1.052v-9.4683h9.4683c0.58125 0 1.052-0.47078 1.052-1.052v-2.1041c0-0.58125-0.47078-1.052-1.052-1.052z"/><path d="m113.14 196.62h-8.4761v-8.4761c0-0.52034-0.42145-0.9418-0.94179-0.9418h-1.8836c-0.52034 0-0.94179 0.42146-0.94179 0.9418v8.4761h-8.4761c-0.52034 0-0.94179 0.42145-0.94179 0.94179v1.8836c0 0.52034 0.42145 0.94179 0.94179 0.94179h8.4761v8.4761c0 0.52034 0.42145 0.94179 0.94179 0.94179h1.8836c0.52034 0 0.94179-0.42145 0.94179-0.94179v-8.4761h8.4761c0.52034 0 0.94179-0.42145 0.94179-0.94179v-1.8836c0-0.52034-0.42145-0.94179-0.94179-0.94179z"/><path d="m63.135 223.53h-8.8203v-8.8203c0-1.0823-0.87775-1.9601-1.9601-1.9601h-1.9601c-1.0823 0-1.9601 0.87774-1.9601 1.9601v8.8203h-8.8203c-1.0823 0-1.9601 0.87775-1.9601 1.9601v1.9601c0 1.0823 0.87775 1.9601 1.9601 1.9601h8.8203v8.8203c0 1.0823 0.87775 1.9601 1.9601 1.9601h1.9601c1.0823 0 1.9601-0.87775 1.9601-1.9601v-8.8203h8.8203c1.0823 0 1.9601-0.87776 1.9601-1.9601v-1.9601c0-1.0823-0.87775-1.9601-1.9601-1.9601z"/><path d="m98.241 241.28h-6.4917v-6.4917c0-0.39852-0.32278-0.72131-0.7213-0.72131h-1.4426c-0.39852 0-0.7213 0.32279-0.7213 0.72131v6.4917h-6.4917c-0.39852 0-0.7213 0.32278-0.7213 0.72131v1.4426c0 0.39852 0.32278 0.7213 0.7213 0.7213h6.4917v6.4918c0 0.39852 0.32278 0.7213 0.7213 0.7213h1.4426c0.39852 0 0.7213-0.32278 0.7213-0.7213v-6.4918h6.4917c0.39852 0 0.7213-0.32278 0.7213-0.7213v-1.4426c0-0.39853-0.32278-0.72131-0.7213-0.72131z"/><path d="m115.38 282.24h-6.755v-6.755c0-0.8289-0.67221-1.5011-1.5011-1.5011h-1.5011c-0.82889 0-1.5011 0.67221-1.5011 1.5011v6.755h-6.755c-0.82889 0-1.5011 0.67222-1.5011 1.5011v1.5011c0 0.82889 0.67221 1.5011 1.5011 1.5011h6.755v6.755c0 0.82889 0.67221 1.5011 1.5011 1.5011h1.5011c0.82889 0 1.5011-0.67221 1.5011-1.5011v-6.755h6.755c0.82889 0 1.5011-0.67222 1.5011-1.5011v-1.5011c0-0.82889-0.67221-1.5011-1.5011-1.5011z"/><path d="m38.898 183.83h-6.4917v-6.4917c0-0.39852-0.32278-0.72131-0.7213-0.72131h-1.4426c-0.39852 0-0.7213 0.32279-0.7213 0.72131v6.4917h-6.4917c-0.39852 0-0.7213 0.32278-0.7213 0.72131v1.4426c0 0.39852 0.32278 0.7213 0.7213 0.7213h6.4917v6.4918c0 0.39852 0.32278 0.7213 0.7213 0.7213h1.4426c0.39852 0 0.7213-0.32278 0.7213-0.7213v-6.4918h6.4917c0.39852 0 0.7213-0.32278 0.7213-0.7213v-1.4426c0-0.39853-0.32278-0.72131-0.7213-0.72131z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,97 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="500"
height="500"
viewBox="0 0 132.29166 132.29167"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="add.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="250.07653"
inkscape:cy="321.61508"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1680"
inkscape:window-height="1021"
inkscape:window-x="1920"
inkscape:window-y="30"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.70831)">
<rect
style="opacity:1;fill:#4caf50;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect836"
width="132.29167"
height="132.29166"
x="0"
y="164.7083" />
<path
id="path926"
d="m 43.103329,267.26948 h -9.468304 v -9.4683 c 0,-0.58125 -0.470785,-1.05204 -1.052033,-1.05204 h -2.104068 c -0.581249,0 -1.052034,0.47079 -1.052034,1.05204 v 9.4683 h -9.468303 c -0.581249,0 -1.052034,0.47079 -1.052034,1.05204 v 2.10406 c 0,0.58125 0.470785,1.05203 1.052034,1.05203 h 9.468303 v 9.46831 c 0,0.58125 0.470785,1.05203 1.052034,1.05203 h 2.104068 c 0.581248,0 1.052033,-0.47078 1.052033,-1.05203 v -9.46831 h 9.468304 c 0.581249,0 1.052033,-0.47078 1.052033,-1.05203 v -2.10406 c 0,-0.58125 -0.470784,-1.05204 -1.052033,-1.05204 z"
inkscape:connector-curvature="0"
style="fill:#43a047;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
style="fill:#43a047;fill-opacity:0.49803922;stroke-width:0.26458332"
inkscape:connector-curvature="0"
d="m 113.13917,196.61941 h -8.47611 v -8.47611 c 0,-0.52034 -0.42145,-0.9418 -0.94179,-0.9418 h -1.88359 c -0.52034,0 -0.94179,0.42146 -0.94179,0.9418 v 8.47611 h -8.476118 c -0.520339,0 -0.94179,0.42145 -0.94179,0.94179 v 1.88358 c 0,0.52034 0.421451,0.94179 0.94179,0.94179 h 8.476118 v 8.47612 c 0,0.52034 0.42145,0.94179 0.94179,0.94179 h 1.88359 c 0.52034,0 0.94179,-0.42145 0.94179,-0.94179 v -8.47612 h 8.47611 c 0.52034,0 0.94179,-0.42145 0.94179,-0.94179 v -1.88358 c 0,-0.52034 -0.42145,-0.94179 -0.94179,-0.94179 z"
id="path937" />
<path
id="path997"
d="m 63.135168,223.53312 h -8.820344 v -8.82034 c 0,-1.08233 -0.877748,-1.96007 -1.960077,-1.96007 h -1.960076 c -1.08233,0 -1.960077,0.87774 -1.960077,1.96007 v 8.82034 h -8.820343 c -1.08233,0 -1.960077,0.87775 -1.960077,1.96008 v 1.96007 c 0,1.08233 0.877747,1.96009 1.960077,1.96009 h 8.820343 v 8.82034 c 0,1.08232 0.877747,1.96007 1.960077,1.96007 h 1.960076 c 1.082329,0 1.960077,-0.87775 1.960077,-1.96007 v -8.82034 h 8.820344 c 1.082329,0 1.960075,-0.87776 1.960075,-1.96009 v -1.96007 c 0,-1.08233 -0.877746,-1.96008 -1.960075,-1.96008 z"
inkscape:connector-curvature="0"
style="fill:#43a047;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
style="fill:#43a047;fill-opacity:0.49803922;stroke-width:0.26458332"
inkscape:connector-curvature="0"
d="m 98.240607,241.28362 h -6.491742 v -6.49174 c 0,-0.39852 -0.322783,-0.72131 -0.721304,-0.72131 h -1.442609 c -0.398521,0 -0.721305,0.32279 -0.721305,0.72131 v 6.49174 h -6.491741 c -0.398521,0 -0.721305,0.32278 -0.721305,0.72131 v 1.4426 c 0,0.39852 0.322784,0.7213 0.721305,0.7213 h 6.491741 v 6.49175 c 0,0.39852 0.322784,0.7213 0.721305,0.7213 h 1.442609 c 0.398521,0 0.721304,-0.32278 0.721304,-0.7213 v -6.49175 h 6.491742 c 0.398521,0 0.721304,-0.32278 0.721304,-0.7213 v -1.4426 c 0,-0.39853 -0.322783,-0.72131 -0.721304,-0.72131 z"
id="path3110" />
<path
style="fill:#43a047;fill-opacity:0.49803922;stroke-width:0.26458332"
inkscape:connector-curvature="0"
d="m 115.37688,282.24092 h -6.75498 v -6.75496 c 0,-0.8289 -0.67221,-1.50111 -1.5011,-1.50111 h -1.50111 c -0.82889,0 -1.5011,0.67221 -1.5011,1.50111 v 6.75496 h -6.754975 c -0.828892,0 -1.501106,0.67222 -1.501106,1.50111 v 1.50111 c 0,0.82889 0.672214,1.50111 1.501106,1.50111 h 6.754975 v 6.75497 c 0,0.82889 0.67221,1.5011 1.5011,1.5011 h 1.50111 c 0.82889,0 1.5011,-0.67221 1.5011,-1.5011 v -6.75497 h 6.75498 c 0.82889,0 1.5011,-0.67222 1.5011,-1.50111 v -1.50111 c 0,-0.82889 -0.67221,-1.50111 -1.5011,-1.50111 z"
id="path3112" />
<path
id="path3114"
d="m 38.898346,183.83124 h -6.491742 v -6.49174 c 0,-0.39852 -0.322783,-0.72131 -0.721304,-0.72131 h -1.442609 c -0.398521,0 -0.721305,0.32279 -0.721305,0.72131 v 6.49174 h -6.491741 c -0.398521,0 -0.721305,0.32278 -0.721305,0.72131 v 1.4426 c 0,0.39852 0.322784,0.7213 0.721305,0.7213 h 6.491741 v 6.49175 c 0,0.39852 0.322784,0.7213 0.721305,0.7213 H 31.6853 c 0.398521,0 0.721304,-0.32278 0.721304,-0.7213 v -6.49175 h 6.491742 c 0.398521,0 0.721304,-0.32278 0.721304,-0.7213 v -1.4426 c 0,-0.39853 -0.322783,-0.72131 -0.721304,-0.72131 z"
inkscape:connector-curvature="0"
style="fill:#43a047;fill-opacity:0.49803922;stroke-width:0.26458332" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1,121 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="500"
height="500"
viewBox="0 0 132.29166 132.29167"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="list.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="292.10204"
inkscape:cy="244.36683"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1680"
inkscape:window-height="1021"
inkscape:window-x="1920"
inkscape:window-y="30"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.70831)">
<rect
style="opacity:1;fill:#2196f3;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect836"
width="132.29167"
height="132.29166"
x="0"
y="164.7083" />
<rect
style="opacity:1;fill:#1976d2;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect1385"
width="73.327377"
height="10.961308"
x="-0.7559486"
y="172.72136"
ry="1.349375"
rx="1.3229166" />
<rect
rx="1.3229166"
ry="1.349375"
y="193.88805"
x="-0.7559486"
height="10.961308"
width="73.327377"
id="rect1387"
style="opacity:1;fill:#1976d2;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
<rect
style="opacity:1;fill:#1976d2;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect1389"
width="73.327377"
height="10.961308"
x="-0.7559486"
y="215.05473"
ry="1.349375"
rx="1.3229166" />
<rect
rx="1.3229166"
ry="1.349375"
y="236.22142"
x="-0.7559486"
height="10.961308"
width="73.327377"
id="rect1391"
style="opacity:1;fill:#1976d2;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
<rect
style="opacity:1;fill:#1976d2;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect1393"
width="73.327377"
height="10.961308"
x="-0.7559486"
y="257.38812"
ry="1.349375"
rx="1.3229166" />
<rect
rx="1.3229166"
ry="1.349375"
y="278.55475"
x="-0.7559486"
height="10.961308"
width="73.327377"
id="rect1395"
style="opacity:1;fill:#1976d2;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 161 KiB

View File

@ -1,90 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="500"
height="500"
viewBox="0 0 132.29166 132.29167"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="notes.svg">
<defs
id="defs2">
<style
id="style1751">.fa-secondary{opacity:.4}</style>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="-56.578959"
inkscape:cy="244.30241"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1920"
inkscape:window-height="1013"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.70831)">
<rect
style="opacity:1;fill:#ffc107;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect836"
width="132.29167"
height="132.29166"
x="0"
y="164.7083" />
<path
id="path2052"
d="m 53.962878,191.64389 -2.282353,-2.28143 c -1.117763,-1.1178 -2.927083,-1.11798 -4.045098,-4e-5 l -13.448847,13.36096 -1.041616,6.31369 c -0.113353,0.6871 0.481716,1.2823 1.168995,1.16899 l 6.313641,-1.04165 13.361892,-13.44885 c 1.115723,-1.11578 1.126358,-2.91874 -0.02665,-4.07167 z m -15.719584,9.67736 7.214701,-7.16793 3.73962,3.73963 -7.167873,7.2147 v -1.75242 h -2.033993 v -2.03398 z m -1.63194,6.61606 -1.197641,-1.19764 0.51443,-3.11823 0.779697,-0.77471 h 1.762414 v 2.034 h 2.033993 v 1.76237 l -0.774697,0.77974 z m 16.059429,-13.54016 -0.0023,0.002 -0.0023,0.002 -2.035258,2.04857 -3.730258,-3.73026 2.048565,-2.03526 0.0023,-0.002 0.0023,-0.002 c 0.387603,-0.38756 1.016065,-0.39235 1.408372,-4e-5 l 2.282048,2.28205 c 0.418587,0.41854 0.421175,1.04026 0.02664,1.43486 z"
inkscape:connector-curvature="0"
style="fill:#ffa000;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
id="path2161"
d="m 94.157277,212.40451 c -5.201424,0 -9.417004,3.4247 -9.417004,7.65131 0,1.82455 0.787202,3.49459 2.096755,4.80782 -0.459815,1.85397 -1.997436,3.50563 -2.015829,3.52403 -0.08093,0.0846 -0.102998,0.20967 -0.05518,0.32002 0.04782,0.11036 0.15082,0.17657 0.268532,0.17657 2.438857,0 4.26708,-1.16977 5.171996,-1.89075 1.20287,0.45245 2.53818,0.71363 3.95073,0.71363 5.20142,0 9.417003,-3.4247 9.417003,-7.65132 0,-4.22661 -4.215583,-7.65131 -9.417003,-7.65131 z"
inkscape:connector-curvature="0"
style="fill:#ffa000;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
id="path2231"
d="m 88.388848,268.5164 a 4.649108,4.649108 0 0 0 -4.649107,4.64911 v 6.71537 a 1.0331351,1.0331351 0 0 0 1.033136,1.03314 h 8.265081 v -7.74851 a 4.649108,4.649108 0 0 0 -4.64911,-4.64911 z m 2.58284,5.68224 a 0.51656756,0.51656756 0 0 1 -0.516568,0.51657 h -4.132542 a 0.51656756,0.51656756 0 0 1 -0.516567,-0.51657 v -1.03313 a 0.51656756,0.51656756 0 0 1 0.516567,-0.51657 h 4.132542 a 0.51656756,0.51656756 0 0 1 0.516568,0.51657 z m 6.715373,-5.68224 h -6.041578 c 1.46447,1.02894 2.425608,2.72748 2.425608,4.64911 v 7.74851 h 7.231959 a 1.0331351,1.0331351 0 0 0 1.03313,-1.03314 v -6.71537 a 4.649108,4.649108 0 0 0 -4.649119,-4.64911 z m 2.582849,6.71538 a 0.51656756,0.51656756 0 0 1 -0.516575,0.51656 h -1.03313 a 0.51656756,0.51656756 0 0 1 -0.516574,-0.51656 v -1.5497 h -1.80799 a 0.25828377,0.25828377 0 0 1 -0.25828,-0.25829 v -0.51657 a 0.25828377,0.25828377 0 0 1 0.25828,-0.25828 h 3.357694 a 0.51656756,0.51656756 0 0 1 0.516575,0.51657 z"
inkscape:connector-curvature="0"
style="fill:#ffa000;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
id="path4604"
d="m 37.797624,247.63629 c -5.762917,0 -10.432145,4.66922 -10.432145,10.43213 0,5.76292 4.669228,10.43215 10.432145,10.43215 5.762916,0 10.432139,-4.66923 10.432139,-10.43215 0,-5.76291 -4.669223,-10.43213 -10.432139,-10.43213 z m -0.673042,13.79735 c 0,0.37017 -0.302872,0.67303 -0.673042,0.67303 h -2.019121 c -0.370176,0 -0.673048,-0.30286 -0.673048,-0.67303 v -6.73042 c 0,-0.37018 0.302872,-0.67304 0.673048,-0.67304 h 2.019121 c 0.37017,0 0.673042,0.30286 0.673042,0.67304 z m 4.711289,0 c 0,0.37017 -0.302866,0.67303 -0.673042,0.67303 h -2.019121 c -0.370176,0 -0.673042,-0.30286 -0.673042,-0.67303 v -6.73042 c 0,-0.37018 0.302866,-0.67304 0.673042,-0.67304 h 2.019121 c 0.370176,0 0.673042,0.30286 0.673042,0.67304 z"
inkscape:connector-curvature="0"
style="fill:#ffa000;fill-opacity:0.49803922;stroke-width:0.26458332" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -1,87 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="500"
height="500"
viewBox="0 0 132.29166 132.29167"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="settings.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.9899495"
inkscape:cx="88.990572"
inkscape:cy="234.28819"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1680"
inkscape:window-height="1021"
inkscape:window-x="1920"
inkscape:window-y="30"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.70831)">
<rect
style="opacity:1;fill:#607d8b;fill-opacity:0.39215687;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect836"
width="132.29167"
height="132.29166"
x="0"
y="164.7083" />
<path
id="path6001"
d="M 93.874723,233.42475 H 84.63513 c -5.101024,0 -9.239587,4.13856 -9.239587,9.23958 0,5.10103 4.138563,9.23959 9.239587,9.23959 h 9.239593 c 5.10101,0 9.239577,-4.13856 9.239577,-9.23959 0,-5.10102 -4.138567,-9.23958 -9.239577,-9.23958 z m 0,16.16928 c -3.83058,0 -6.929693,-3.09912 -6.929693,-6.9297 0,-3.83058 3.099113,-6.92969 6.929693,-6.92969 3.83057,0 6.929677,3.09911 6.929677,6.92969 0,3.83058 -3.099107,6.9297 -6.929677,6.9297 z"
inkscape:connector-curvature="0"
style="fill:#455a64;fill-opacity:0.58823532;stroke-width:0.26458332" />
<path
id="path6091"
d="m 40.688088,212.47296 h -8.705049 c -4.807682,0 -8.705053,3.89737 -8.705053,8.70505 0,4.80768 3.897371,8.70505 8.705053,8.70505 h 8.705049 c 4.807684,0 8.70505,-3.89737 8.70505,-8.70505 0,-4.80768 -3.897366,-8.70505 -8.70505,-8.70505 z m -15.233836,8.70505 c 0,-3.6082 2.919997,-6.52879 6.528787,-6.52879 3.60815,0 6.528788,2.92 6.528788,6.52879 0,3.60815 -2.920002,6.52879 -6.528788,6.52879 -3.608154,0 -6.528787,-2.92 -6.528787,-6.52879 z m 15.233836,6.52879 h -2.947929 c 3.931057,-3.4691 3.930103,-9.58934 0,-13.05758 h 2.947929 c 3.608155,0 6.528789,2.92 6.528789,6.52879 0,3.60815 -2.920002,6.52879 -6.528789,6.52879 z"
inkscape:connector-curvature="0"
style="fill:#455a64;fill-opacity:0.58823532;stroke-width:0.26458332" />
<path
id="path6370"
d="m 33.462414,268.93401 c 2.762578,0 5.001557,-2.23898 5.001557,-5.00156 0,-2.76258 -2.238979,-5.00156 -5.001557,-5.00156 -2.76258,0 -5.001557,2.23898 -5.001557,5.00156 0,2.76258 2.238977,5.00156 5.001557,5.00156 z m 3.50109,1.25039 h -0.652547 c -0.867458,0.39856 -1.832602,0.62519 -2.848543,0.62519 -1.015942,0 -1.977178,-0.22663 -2.848543,-0.62519 h -0.652547 c -2.89934,0 -5.251635,2.35229 -5.251635,5.25163 v 1.62551 c 0,1.03547 0.840105,1.87558 1.875584,1.87558 h 13.754281 c 1.035479,0 1.875584,-0.84011 1.875584,-1.87558 v -1.62551 c 0,-2.89934 -2.352294,-5.25163 -5.251634,-5.25163 z"
inkscape:connector-curvature="0"
style="fill:#455a64;fill-opacity:0.58823532;stroke-width:0.26458332" />
<path
id="path6550"
d="m 87.999192,192.91497 c -1.379188,0.0887 -2.630839,0.61396 -3.341058,2.48543 -0.08078,0.21347 -0.275013,0.34307 -0.501555,0.34307 -0.381923,0 -1.562759,-0.9512 -1.899305,-1.18083 3.9e-4,2.8309 1.304247,5.31908 4.400545,5.31908 2.607806,0 4.400201,-1.50466 4.400201,-4.13172 0,-0.10691 -0.02235,-0.20901 -0.03335,-0.31385 z m 9.999111,-10.63405 c -0.52115,0 -1.00964,0.23067 -1.38228,0.56549 -7.026914,6.27717 -7.758103,6.42464 -7.758103,8.27238 0,0.47096 0.111723,0.91992 0.300107,1.33038 l 2.193912,1.82814 c 0.247856,0.0619 0.503274,0.10416 0.769692,0.10416 2.135128,0 3.372682,-1.5631 7.258952,-8.81621 0.2537,-0.49331 0.47784,-1.02614 0.47784,-1.58098 0,-0.99383 -0.89379,-1.70336 -1.86012,-1.70336 z"
inkscape:connector-curvature="0"
style="fill:#455a64;fill-opacity:0.58823532;stroke-width:0.26458329" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,87 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="500"
height="500"
viewBox="0 0 132.29166 132.29167"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="toolbox.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.9899495"
inkscape:cx="88.990572"
inkscape:cy="234.28819"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1680"
inkscape:window-height="1021"
inkscape:window-x="1920"
inkscape:window-y="30"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.70831)">
<rect
style="opacity:1;fill:#f44336;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect836"
width="132.29167"
height="132.29166"
x="0"
y="164.7083" />
<path
id="path4703"
d="m 102.53594,267.93476 -2.11907,-2.11907 c -0.28099,-0.28098 -0.662184,-0.4388 -1.059774,-0.4388 h -2.37664 V 261.63 c 0,-1.24146 -1.00638,-2.24785 -2.24785,-2.24785 h -7.492841 c -1.241473,0 -2.247853,1.00639 -2.247853,2.24785 v 3.74643 h -2.376638 c -0.397587,0 -0.77832,0.15781 -1.059771,0.4388 l -2.119067,2.11953 c -0.280984,0.28099 -0.4388,0.66218 -0.4388,1.05977 v 3.87474 h 5.994276 v -0.74928 c 0,-0.41398 0.335302,-0.74929 0.749282,-0.74929 h 1.498571 c 0.41398,0 0.749282,0.33531 0.749282,0.74929 v 0.74928 h 5.994279 v -0.74928 c 0,-0.41398 0.3353,-0.74929 0.74928,-0.74929 h 1.49856 c 0.41398,0 0.74929,0.33531 0.74929,0.74929 v 0.74928 h 5.994274 v -3.87521 c 0,-0.39712 -0.15781,-0.77831 -0.43879,-1.0593 z m -8.552614,-2.55833 h -5.994279 v -2.99714 h 5.994279 z m 2.99713,9.74069 c 0,0.41398 -0.33531,0.74929 -0.74929,0.74929 h -1.49856 c -0.41398,0 -0.74928,-0.33531 -0.74928,-0.74929 v -0.74928 h -5.994279 v 0.74928 c 0,0.41398 -0.335302,0.74929 -0.749282,0.74929 h -1.498571 c -0.41398,0 -0.749282,-0.33531 -0.749282,-0.74929 v -0.74928 h -5.994276 v 4.4957 c 0,0.8275 0.671077,1.49857 1.49857,1.49857 h 20.979964 c 0.82749,0 1.49856,-0.67107 1.49856,-1.49857 v -4.4957 h -5.994274 z"
inkscape:connector-curvature="0"
style="fill:#d32f2f;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
id="path5013"
d="m 30.826992,241.84005 h -1.97581 c -0.181117,0 -0.329302,0.14818 -0.329302,0.3293 v 9.87905 c 0,0.18112 0.148185,0.32931 0.329302,0.32931 h 1.97581 c 0.181115,0 0.3293,-0.14819 0.3293,-0.32931 v -9.87905 c 0,-0.18112 -0.148185,-0.3293 -0.3293,-0.3293 z m -1.646509,13.17207 h -3.293016 v -3.29302 c 0,-0.36223 -0.296372,-0.6586 -0.658605,-0.6586 h -1.317206 c -0.362232,0 -0.658604,0.29637 -0.658604,0.6586 v 5.26883 c 0,0.36223 0.296372,0.6586 0.658604,0.6586 h 5.268827 c 0.362233,0 0.658604,-0.29637 0.658604,-0.6586 v -1.31721 c 0,-0.36223 -0.296371,-0.6586 -0.658604,-0.6586 z m 4.280922,-13.17207 h -0.658603 c -0.181116,0 -0.329302,0.14818 -0.329302,0.3293 v 9.87905 c 0,0.18112 0.148186,0.32931 0.329302,0.32931 h 0.658603 c 0.181116,0 0.329301,-0.14819 0.329301,-0.32931 v -9.87905 c 0,-0.18112 -0.148185,-0.3293 -0.329301,-0.3293 z m -9.549749,1.31721 h 1.317206 c 0.362233,0 0.658605,-0.29637 0.658605,-0.6586 v -3.29302 h 3.293016 c 0.362233,0 0.658604,-0.29637 0.658604,-0.6586 v -1.31721 c 0,-0.36223 -0.296371,-0.65861 -0.658604,-0.65861 h -5.268827 c -0.362232,0 -0.658604,0.29638 -0.658604,0.65861 v 5.26883 c 0,0.36223 0.296372,0.6586 0.658604,0.6586 z m 16.135783,-1.31721 h -1.97581 c -0.181116,0 -0.329302,0.14818 -0.329302,0.3293 v 9.87905 c 0,0.18112 0.148186,0.32931 0.329302,0.32931 h 1.97581 c 0.181116,0 0.329303,-0.14819 0.329303,-0.32931 v -9.87905 c 0,-0.18112 -0.148187,-0.3293 -0.329303,-0.3293 z m -3.951621,0 h -0.658602 c -0.181117,0 -0.329302,0.14818 -0.329302,0.3293 v 9.87905 c 0,0.18112 0.148185,0.32931 0.329302,0.32931 h 0.658602 c 0.181117,0 0.329302,-0.14819 0.329302,-0.32931 v -9.87905 c 0,-0.18112 -0.148185,-0.3293 -0.329302,-0.3293 z m 12.842767,-5.26883 h -5.268827 c -0.362232,0 -0.658603,0.29638 -0.658603,0.65861 v 1.31721 c 0,0.36223 0.296371,0.6586 0.658603,0.6586 h 3.293017 v 3.29302 c 0,0.36223 0.296371,0.6586 0.658603,0.6586 h 1.317207 c 0.362232,0 0.658603,-0.29637 0.658603,-0.6586 v -5.26883 c 0,-0.36223 -0.296371,-0.65861 -0.658603,-0.65861 z m 0,14.48928 h -1.317207 c -0.362232,0 -0.658603,0.29637 -0.658603,0.6586 v 3.29302 h -3.293017 c -0.362232,0 -0.658603,0.29637 -0.658603,0.6586 v 1.31721 c 0,0.36223 0.296371,0.6586 0.658603,0.6586 h 5.268827 c 0.362232,0 0.658603,-0.29637 0.658603,-0.6586 v -5.26883 c 0,-0.36223 -0.296371,-0.6586 -0.658603,-0.6586 z m -4.610225,0.9879 v -9.87905 c 0,-0.18112 -0.148185,-0.3293 -0.3293,-0.3293 h -1.975811 c -0.181116,0 -0.329302,0.14818 -0.329302,0.3293 v 9.87905 c 0,0.18112 0.148186,0.32931 0.329302,0.32931 h 1.975811 c 0.181115,0 0.3293,-0.14819 0.3293,-0.32931 z"
inkscape:connector-curvature="0"
style="fill:#d32f2f;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
id="path5093"
d="m 108.06784,223.13 -4.15639,-4.15555 c -0.18758,-0.18758 -0.44185,-0.29179 -0.70864,-0.29179 h -0.67946 c 1.1505,-1.47147 1.83413,-3.32186 1.83413,-5.33523 0,-4.78916 -3.88126,-8.66959 -8.670838,-8.66959 -4.789575,0 -8.671257,3.88043 -8.671257,8.66959 0,4.78916 3.881265,8.66959 8.671257,8.66959 2.013373,0 3.864589,-0.68363 5.336058,-1.83413 v 0.67946 c 0,0.26679 0.10421,0.52106 0.2918,0.70864 l 4.15638,4.15555 c 0.39184,0.39184 1.02544,0.39184 1.41311,0 l 1.17967,-1.17968 c 0.39184,-0.39183 0.39184,-1.02502 0.004,-1.41686 z m -12.381198,-3.78081 c -3.315603,0 -6.0026,-2.68199 -6.0026,-6.00176 0,-3.31519 2.682412,-6.00177 6.0026,-6.00177 3.315603,0 6.002598,2.682 6.002598,6.00177 0,3.31519 -2.682409,6.00176 -6.002598,6.00176 z m 8.45e-4,-10.00266 c -1.699903,0 -3.078,1.37768 -3.078,3.07758 0,1.37393 2.011705,3.87877 2.782456,4.78791 a 0.38516689,0.38516689 0 0 0 0.591089,0 c 0.770751,-0.90914 2.782455,-3.41357 2.782455,-4.78791 0,-1.6999 -1.378097,-3.07758 -3.078,-3.07758 z m 0,4.00173 c -0.55274,0 -1.000434,-0.44811 -1.000434,-1.00043 0,-0.55274 0.448112,-1.00044 1.000434,-1.00044 0.552323,0 1.000434,0.4477 1.000434,1.00044 0,0.55232 -0.448111,1.00043 -1.000434,1.00043 z"
inkscape:connector-curvature="0"
style="fill:#d32f2f;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
id="path5593"
d="m 56.575279,194.78631 c 0.0079,-0.0753 0.03171,-0.14667 0.03171,-0.22198 0,-1.39932 -1.137686,-2.537 -2.537,-2.537 -0.49947,0 -0.959302,0.15063 -1.351745,0.3964 -0.697674,-1.53806 -2.239693,-2.61628 -4.039376,-2.61628 -2.44979,0 -4.439748,1.98599 -4.439748,4.43975 0,0.11892 0.02775,0.22991 0.03568,0.34487 -1.966173,0.14667 -3.524048,1.77194 -3.524048,3.77775 0,2.10095 1.704545,3.8055 3.805497,3.8055 H 55.33849 c 2.100952,0 3.805498,-1.70455 3.805498,-3.8055 0,-1.66886 -1.078225,-3.06818 -2.568712,-3.58351 z m -17.061317,-0.89587 c -1.732295,-1.7323 -1.732295,-4.54678 0,-6.27512 1.732295,-1.73229 4.546778,-1.73229 6.279072,0 0.384514,0.38452 0.669927,0.82849 0.883986,1.29626 0.388478,-0.14668 0.796776,-0.23785 1.216967,-0.29731 l 1.18129,-3.52405 c 0.158562,-0.47173 -0.289376,-0.9157 -0.7611,-0.7611 l -3.480445,1.16147 -1.645086,-3.28225 c -0.218023,-0.44397 -0.852272,-0.44397 -1.074261,0 l -1.641121,3.28225 -3.484408,-1.16147 c -0.46776,-0.1546 -0.915699,0.29334 -0.7611,0.7611 l 1.16147,3.48044 -3.282243,1.64509 c -0.443975,0.22198 -0.443975,0.85227 0,1.07426 l 3.282243,1.64112 -1.16147,3.48044 c -0.158563,0.47173 0.289377,0.91571 0.7611,0.76111 l 3.01665,-1.00291 c 0.241808,-0.49155 0.554969,-0.93949 0.935518,-1.32796 -0.519292,-0.21406 -1.006871,-0.53119 -1.427062,-0.95137 z m -0.190275,-3.13954 c 0,1.61734 1.16147,2.96512 2.691597,3.26242 0.317125,-0.18631 0.646142,-0.34884 0.998943,-0.46379 0.214059,-1.75609 1.228859,-3.27035 2.671778,-4.16227 -0.523256,-1.15354 -1.684726,-1.96221 -3.032506,-1.96221 -1.835361,0 -3.329812,1.49049 -3.329812,3.32585 z"
inkscape:connector-curvature="0"
style="fill:#d32f2f;fill-opacity:0.49803922;stroke-width:0.26458332" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -1,842 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="toolbox_addrlookup.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
id="svg8"
version="1.1"
viewBox="0 0 132.29166 132.29167"
height="500"
width="500">
<sodipodi:namedview
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:window-height="1013"
inkscape:window-width="1920"
inkscape:pagecheckerboard="true"
borderlayer="true"
units="px"
showgrid="false"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:cy="342.53041"
inkscape:cx="244.80152"
inkscape:zoom="0.98994949"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<defs
id="defs2">
<inkscape:path-effect
effect="spiro"
id="path-effect8593"
is_visible="true" />
<inkscape:path-effect
is_visible="true"
id="path-effect8582"
effect="spiro" />
<inkscape:path-effect
effect="spiro"
id="path-effect8578"
is_visible="true" />
<inkscape:path-effect
is_visible="true"
id="path-effect8574"
effect="spiro" />
<inkscape:path-effect
effect="spiro"
id="path-effect8570"
is_visible="true" />
<inkscape:path-effect
is_visible="true"
id="path-effect8566"
effect="spiro" />
<inkscape:path-effect
is_visible="true"
id="path-effect8562"
effect="spiro" />
<inkscape:path-effect
simplifyJustCoalesce="false"
simplifyindividualpaths="false"
simplify_just_coalesce="false"
simplify_individual_paths="false"
helper_size="0"
smooth_angles="360"
threshold="0.00159091"
steps="1"
is_visible="true"
id="path-effect8560"
effect="simplify" />
<inkscape:path-effect
is_visible="true"
id="path-effect8556"
effect="spiro" />
<inkscape:path-effect
effect="lattice2"
gridpoint0="-221.28795,-36.830902"
gridpoint1="62.363609,-36.830902"
gridpoint2="-221.28795,128.83216"
gridpoint3="62.363609,128.83216"
gridpoint4="-150.37506,-36.830902"
gridpoint5="-8.549282,-36.830902"
gridpoint6="-150.37506,128.83216"
gridpoint7="-8.549282,128.83216"
gridpoint8x9="-79.462173,-36.830902"
gridpoint10x11="-79.462173,128.83216"
gridpoint12="-221.28795,4.5848636"
gridpoint13="62.363609,4.5848636"
gridpoint14="-221.28795,87.416395"
gridpoint15="62.363609,87.416395"
gridpoint16="-150.37506,4.5848636"
gridpoint17="-8.549282,4.5848636"
gridpoint18="-150.37506,87.416395"
gridpoint19="-8.549282,87.416395"
gridpoint20x21="-79.462173,4.5848636"
gridpoint22x23="-79.462173,87.416395"
gridpoint24x26="-221.28795,46.000629"
gridpoint25x27="62.363609,46.000629"
gridpoint28x30="-150.37506,46.000629"
gridpoint29x31="-8.549282,46.000629"
gridpoint32x33x34x35="-79.462173,46.000629"
id="path-effect8425"
is_visible="true"
horizontal_mirror="true"
vertical_mirror="false"
live_update="false" />
<inkscape:path-effect
effect="envelope"
id="path-effect8423"
is_visible="true"
yy="true"
xx="true"
bendpath1="M -221.28795,3.2010469 62.363609,-36.830902"
bendpath2="M 13.589051,-36.830902 62.363609,128.83216"
bendpath3="M -221.28795,128.83216 H 62.363609"
bendpath4="M -181.256,-36.830902 -221.28795,128.83216"
bendpath4-nodetypes="cc"
bendpath2-nodetypes="cc"
bendpath1-nodetypes="cc" />
<inkscape:path-effect
effect="bspline"
id="path-effect8421"
is_visible="true"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false" />
<inkscape:path-effect
effect="bend_path"
id="path-effect8419"
is_visible="true"
bendpath="M -221.28795,46.000629 H 62.363609"
prop_scale="1"
scale_y_rel="false"
vertical="false" />
<inkscape:path-effect
effect="transform_2pts"
start="-221.28795,46.000629"
end="62.363609,46.000629"
id="path-effect4714"
is_visible="true"
first_knot="1"
last_knot="2"
helper_size="3"
stretch="1"
offset="0"
elastic="false"
from_original_width="true"
flip_vertical="false"
flip_horizontal="false"
lock_lenght="true"
lock_angle="false" />
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter1558">
<feFlood
flood-opacity="0.717647"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood1548" />
<feComposite
in="SourceGraphic"
in2="flood"
operator="in"
result="composite1"
id="feComposite1550" />
<feGaussianBlur
in="composite1"
stdDeviation="2"
result="blur"
id="feGaussianBlur1552" />
<feOffset
dx="0"
dy="0"
result="offset"
id="feOffset1554" />
<feComposite
in="offset"
in2="offset"
operator="atop"
result="composite2"
id="feComposite1556" />
</filter>
<style
id="style10992">.fa-secondary{opacity:.4}</style>
<style
id="style11044">.fa-secondary{opacity:.4}</style>
</defs>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.70831)">
<rect
style="opacity:1;fill:#ff5252;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect836"
width="132.29167"
height="132.29166"
x="0"
y="164.7083" />
<g
id="g10858"
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
transform="matrix(0.6258936,0,0,0.6258936,-26.833537,225.53405)">
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="0"
y="0"
id="rect10694"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="4"
y="6"
id="rect10696"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="8"
y="6"
id="rect10698"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="12"
y="0"
id="rect10700"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="16"
y="0"
id="rect10702"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="20"
y="6"
id="rect10704"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="24"
y="6"
id="rect10706"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="28"
y="0"
id="rect10708"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="32"
y="0"
id="rect10710"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="36"
y="6"
id="rect10712"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="40"
y="6"
id="rect10714"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="44"
y="0"
id="rect10716"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="48"
y="0"
id="rect10718"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="52"
y="6"
id="rect10720"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="56"
y="6"
id="rect10722"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="60"
y="0"
id="rect10724"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="64"
y="0"
id="rect10726"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="68"
y="6"
id="rect10728"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="72"
y="6"
id="rect10730"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="76"
y="0"
id="rect10732"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="80"
y="0"
id="rect10734"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="84"
y="6"
id="rect10736"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="88"
y="0"
id="rect10738"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="92"
y="6"
id="rect10740"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="96"
y="0"
id="rect10742"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="100"
y="6"
id="rect10744"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="104"
y="0"
id="rect10746"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="108"
y="6"
id="rect10748"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="112"
y="0"
id="rect10750"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="116"
y="6"
id="rect10752"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="120"
y="0"
id="rect10754"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="124"
y="6"
id="rect10756"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="128"
y="0"
id="rect10758"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="132"
y="6"
id="rect10760"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="136"
y="0"
id="rect10762"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="140"
y="6"
id="rect10764"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="144"
y="0"
id="rect10766"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="148"
y="6"
id="rect10768"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="152"
y="6"
id="rect10770"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="156"
y="0"
id="rect10772"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="160"
y="0"
id="rect10774"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="164"
y="6"
id="rect10776"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="168"
y="0"
id="rect10778"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="172"
y="6"
id="rect10780"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="176"
y="0"
id="rect10782"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="180"
y="6"
id="rect10784"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="184"
y="0"
id="rect10786"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="188"
y="6"
id="rect10788"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="192"
y="0"
id="rect10790"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="196"
y="6"
id="rect10792"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="200"
y="0"
id="rect10794"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="204"
y="6"
id="rect10796"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="208"
y="0"
id="rect10798"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="212"
y="6"
id="rect10800"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="216"
y="0"
id="rect10802"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="220"
y="6"
id="rect10804"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="224"
y="0"
id="rect10806"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="228"
y="6"
id="rect10808"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="232"
y="6"
id="rect10810"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="236"
y="0"
id="rect10812"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="240"
y="0"
id="rect10814"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="244"
y="6"
id="rect10816"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="248"
y="6"
id="rect10818"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="252"
y="0"
id="rect10820"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="256"
y="0"
id="rect10822"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="260"
y="6"
id="rect10824"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="264"
y="6"
id="rect10826"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="268"
y="0"
id="rect10828"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="272"
y="0"
id="rect10830"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="276"
y="6"
id="rect10832"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="280"
y="6"
id="rect10834"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="284"
y="0"
id="rect10836"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="288"
y="0"
id="rect10838"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="292"
y="6"
id="rect10840"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="296"
y="6"
id="rect10842"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="300"
y="0"
id="rect10844"
width="2"
height="11" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="304"
y="0"
id="rect10846"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="308"
y="6"
id="rect10848"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="312"
y="0"
id="rect10850"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="316"
y="0"
id="rect10852"
width="2"
height="17" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="320"
y="6"
id="rect10854"
width="2"
height="5" />
<rect
style="fill:#d43d3d;fill-opacity:0.78431374;stroke-width:0.42272839"
x="324"
y="0"
id="rect10856"
width="2"
height="17" />
</g>
<g
id="g11061"
transform="matrix(0.0406407,0,0,0.0406407,83.044961,191.62426)"
style="fill:#512da8;fill-opacity:0.49803922;stroke-width:6.51030397">
<path
id="path11048"
class="fa-secondary"
d="M 116,352 H 76 a 12,12 0 0 0 -12,12 v 40 a 12,12 0 0 0 12,12 h 40 a 12,12 0 0 0 12,-12 v -40 a 12,12 0 0 0 -12,-12 z m 0,-96 H 76 a 12,12 0 0 0 -12,12 v 40 a 12,12 0 0 0 12,12 h 40 a 12,12 0 0 0 12,-12 v -40 a 12,12 0 0 0 -12,-12 z m 0,-96 H 76 a 12,12 0 0 0 -12,12 v 40 a 12,12 0 0 0 12,12 h 40 a 12,12 0 0 0 12,-12 v -40 a 12,12 0 0 0 -12,-12 z m 128,192 h -40 a 12,12 0 0 0 -12,12 v 40 a 12,12 0 0 0 12,12 h 40 a 12,12 0 0 0 12,-12 v -40 a 12,12 0 0 0 -12,-12 z m 0,-96 h -40 a 12,12 0 0 0 -12,12 v 40 a 12,12 0 0 0 12,12 h 40 a 12,12 0 0 0 12,-12 v -40 a 12,12 0 0 0 -12,-12 z m 0,-96 h -40 a 12,12 0 0 0 -12,12 v 40 a 12,12 0 0 0 12,12 h 40 a 12,12 0 0 0 12,-12 v -40 a 12,12 0 0 0 -12,-12 z m 320,192 h -40 a 12,12 0 0 0 -12,12 v 40 a 12,12 0 0 0 12,12 h 40 a 12,12 0 0 0 12,-12 v -40 a 12,12 0 0 0 -12,-12 z m 0,-96 h -40 a 12,12 0 0 0 -12,12 v 40 a 12,12 0 0 0 12,12 h 40 a 12,12 0 0 0 12,-12 v -40 a 12,12 0 0 0 -12,-12 z"
inkscape:connector-curvature="0"
style="opacity:0.4;fill:#512da8;fill-opacity:0.49803922;stroke-width:6.51030397" />
<path
id="path11050"
class="fa-primary"
d="M 616,192 H 480 V 24 A 24,24 0 0 0 456,0 H 312 A 24,24 0 0 0 288,24 V 96 H 224 V 16 A 16,16 0 0 0 208,0 H 192 A 16,16 0 0 0 176,16 V 96 H 112 V 16 A 16,16 0 0 0 96,0 H 80 A 16,16 0 0 0 64,16 V 96 H 24 A 24,24 0 0 0 0,120 v 360 a 32,32 0 0 0 32,32 h 576 a 32,32 0 0 0 32,-32 V 216 A 24,24 0 0 0 616,192 Z M 128,404 a 12,12 0 0 1 -12,12 H 76 A 12,12 0 0 1 64,404 v -40 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z m 0,-96 a 12,12 0 0 1 -12,12 H 76 A 12,12 0 0 1 64,308 v -40 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z m 0,-96 a 12,12 0 0 1 -12,12 H 76 A 12,12 0 0 1 64,212 v -40 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z m 128,192 a 12,12 0 0 1 -12,12 h -40 a 12,12 0 0 1 -12,-12 v -40 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z m 0,-96 a 12,12 0 0 1 -12,12 h -40 a 12,12 0 0 1 -12,-12 v -40 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z m 0,-96 a 12,12 0 0 1 -12,12 h -40 a 12,12 0 0 1 -12,-12 v -40 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z m 160,96 a 12,12 0 0 1 -12,12 h -40 a 12,12 0 0 1 -12,-12 v -40 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z m 0,-96 a 12,12 0 0 1 -12,12 h -40 a 12,12 0 0 1 -12,-12 v -40 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z m 0,-96 a 12,12 0 0 1 -12,12 H 364 A 12,12 0 0 1 352,116 V 76 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z m 160,288 a 12,12 0 0 1 -12,12 h -40 a 12,12 0 0 1 -12,-12 v -40 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z m 0,-96 a 12,12 0 0 1 -12,12 h -40 a 12,12 0 0 1 -12,-12 v -40 a 12,12 0 0 1 12,-12 h 40 a 12,12 0 0 1 12,12 z"
inkscape:connector-curvature="0"
style="fill:#512da8;fill-opacity:0.49803922;stroke-width:6.51030397" />
</g>
<g
id="g11133"
class="fa-group"
transform="matrix(0.04487476,0,0,0.04487476,24.384695,247.63731)"
style="fill:#512da8;fill-opacity:0.49803922;stroke-width:5.89603806">
<path
id="path11129"
d="M 288,72 64,269.85 V 480 a 32,32 0 0 0 32,32 h 384 a 32,32 0 0 0 32,-32 V 269.85 Z m 64,258.66 A 21.4,21.4 0 0 1 330.63,352 H 245.34 A 21.4,21.4 0 0 1 224,330.66 V 245.32 A 21.4,21.4 0 0 1 245.34,224 h 85.29 A 21.4,21.4 0 0 1 352,245.32 Z"
class="fa-secondary"
inkscape:connector-curvature="0"
style="opacity:0.4;fill:#512da8;fill-opacity:0.49803922;stroke-width:5.89603806" />
<path
id="path11131"
d="m 571.9,258.87 -21.41,23.81 c -1.8,2 -12.46,10.23 -22.59,1.22 L 288,72 48.12,283.9 c -9.3,8.37 -19.81,1.9 -22.59,-1.2 L 4.12,258.9 c -8.37,-9.3 -1.9,-19.81 1.2,-22.6 l 256,-226 C 267.59,4.61 279.57,0 288,0 c 8.43,0 20.44,4.61 26.72,10.3 L 416,99.67 V 48 a 16,16 0 0 1 16,-16 h 64 a 16,16 0 0 1 16,16 v 136.44 l 58.69,51.83 c 3.1,2.79 9.54,13.27 1.21,22.6 z"
class="fa-primary"
inkscape:connector-curvature="0"
style="fill:#512da8;fill-opacity:0.49803922;stroke-width:5.89603806" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 26 KiB

View File

@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="500"
height="500"
viewBox="0 0 132.29166 132.29167"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="toolbox_log.svg">
<defs
id="defs2">
<style
id="style12744">.fa-secondary{opacity:.4}</style>
<style
id="style12852">.fa-secondary{opacity:.4}</style>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="-28.494899"
inkscape:cy="321.61508"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1920"
inkscape:window-height="1013"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.70831)">
<rect
style="opacity:1;fill:#ffc107;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect836"
width="132.29167"
height="132.29166"
x="0"
y="164.7083" />
<g
id="g12761"
transform="matrix(0.0641645,0,0,0.0641645,21.560493,187.40273)"
style="fill:#ff5722;fill-opacity:0.49803922;stroke-width:4.12351561">
<path
id="path12748"
class="fa-secondary"
d="M 256,8 C 119,8 8,119 8,256 8,393 119,504 256,504 393,504 504,393 504,256 504,119 393,8 256,8 Z m 92.49,313 v 0 l -20,25 A 16,16 0 0 1 306,348.5 v 0 L 239,298.78 A 40,40 0 0 1 224,267.55 V 112 a 16,16 0 0 1 16,-16 h 32 a 16,16 0 0 1 16,16 v 144 l 58,42.5 a 16,16 0 0 1 2.49,22.5 z"
inkscape:connector-curvature="0"
style="opacity:0.4;fill:#ff5722;fill-opacity:0.49803922;stroke-width:4.12351561" />
<path
id="path12750"
class="fa-primary"
d="m 348.49,321 v 0 l -20,25 A 16,16 0 0 1 306,348.5 v 0 L 239,298.78 A 40,40 0 0 1 224,267.55 V 112 a 16,16 0 0 1 16,-16 h 32 a 16,16 0 0 1 16,16 v 144 l 58,42.5 a 16,16 0 0 1 2.49,22.5 z"
inkscape:connector-curvature="0"
style="fill:#ff5722;fill-opacity:0.49803922;stroke-width:4.12351561" />
</g>
<g
id="g12869"
transform="matrix(0.05281542,0,0,0.05281542,78.921428,232.26345)"
style="fill:#ff5722;fill-opacity:0.49803922;stroke-width:5.00958443">
<path
id="path12856"
class="fa-secondary"
d="m 512,224 v 64 a 16,16 0 0 1 -16,16 H 80 A 16,16 0 0 1 64,288 v -64 a 16,16 0 0 1 16,-16 h 416 a 16,16 0 0 1 16,16 z"
inkscape:connector-curvature="0"
style="opacity:0.4;fill:#ff5722;fill-opacity:0.49803922;stroke-width:5.00958443" />
<path
id="path12858"
class="fa-primary"
d="M 432,32 H 16 A 16,16 0 0 0 0,48 v 64 a 16,16 0 0 0 16,16 h 416 a 16,16 0 0 0 16,-16 V 48 A 16,16 0 0 0 432,32 Z m 0,352 H 16 A 16,16 0 0 0 0,400 v 64 a 16,16 0 0 0 16,16 h 416 a 16,16 0 0 0 16,-16 v -64 a 16,16 0 0 0 -16,-16 z"
inkscape:connector-curvature="0"
style="fill:#ff5722;fill-opacity:0.49803922;stroke-width:5.00958443" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -1,236 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="500"
height="500"
viewBox="0 0 132.29166 132.29167"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="toolbox_scanner.svg">
<defs
id="defs2">
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter1558">
<feFlood
flood-opacity="0.717647"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood1548" />
<feComposite
in="SourceGraphic"
in2="flood"
operator="in"
result="composite1"
id="feComposite1550" />
<feGaussianBlur
in="composite1"
stdDeviation="2"
result="blur"
id="feGaussianBlur1552" />
<feOffset
dx="0"
dy="0"
result="offset"
id="feOffset1554" />
<feComposite
in="offset"
in2="offset"
operator="atop"
result="composite2"
id="feComposite1556" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="43.142291"
inkscape:cy="322.6139"
inkscape:document-units="px"
inkscape:current-layer="g1656"
showgrid="false"
units="px"
borderlayer="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1920"
inkscape:window-height="1013"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.70831)">
<rect
style="opacity:1;fill:#e1f5fe;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect836"
width="132.29167"
height="132.29166"
x="0"
y="164.7083" />
<g
id="g1590"
transform="matrix(0.41955654,-0.24213739,0.24223108,0.41939426,-42.31954,139.17989)"
style="stroke-width:2.06454396">
<g
transform="matrix(0,1,1,0,-170.07558,170.07557)"
style="stroke-width:2.06454396;filter:url(#filter1558)"
id="g1472">
<circle
style="opacity:1;fill:#0095ff;fill-opacity:0.58823529;stroke:none;stroke-width:2.62197089;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="path1460"
cx="47.813988"
cy="217.81396"
r="7.7485118" />
<circle
r="7.7485118"
cy="217.81396"
cx="70.719345"
id="circle1462"
style="opacity:1;fill:#ff0900;fill-opacity:0.58823529;stroke:none;stroke-width:2.62197089;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
<circle
style="opacity:1;fill:#ffef00;fill-opacity:0.58823529;stroke:none;stroke-width:2.62197089;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="circle1464"
cx="47.813988"
cy="240.87051"
r="7.7485118" />
<circle
r="7.7485118"
cy="240.87051"
cx="70.719345"
id="circle1466"
style="opacity:1;fill:#00ff00;fill-opacity:0.58823529;stroke:none;stroke-width:2.62197089;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
</g>
</g>
<g
transform="matrix(-0.28112418,-0.0754425,0.07519362,-0.28105749,100.63823,258.94479)"
id="g1612"
style="stroke-width:3.43634796">
<g
id="g1600"
style="stroke-width:3.43634796;filter:url(#filter1558)"
transform="matrix(0,1,1,0,-170.07558,170.07557)">
<circle
r="7.7485118"
cy="217.81396"
cx="47.813988"
id="circle1592"
style="opacity:1;fill:#0095ff;fill-opacity:0.58823529;stroke:none;stroke-width:4.36416197;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
<circle
style="opacity:1;fill:#ff0900;fill-opacity:0.58823529;stroke:none;stroke-width:4.36416197;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="circle1594"
cx="70.719345"
cy="217.81396"
r="7.7485118" />
<circle
r="7.7485118"
cy="240.87051"
cx="47.813988"
id="circle1596"
style="opacity:1;fill:#ffef00;fill-opacity:0.58823529;stroke:none;stroke-width:4.36416197;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
<circle
style="opacity:1;fill:#00ff00;fill-opacity:0.58823529;stroke:none;stroke-width:4.36416197;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="circle1598"
cx="70.719345"
cy="240.87051"
r="7.7485118" />
</g>
</g>
<g
style="stroke-width:2.50497127"
transform="matrix(0.12006389,0.38079162,-0.38061594,0.1201877,170.43155,209.05727)"
id="g1634">
<g
id="g1622"
style="stroke-width:2.50497127;filter:url(#filter1558)"
transform="matrix(0,1,1,0,-170.07558,170.07557)">
<circle
r="7.7485118"
cy="217.81396"
cx="47.813988"
id="circle1614"
style="opacity:1;fill:#0095ff;fill-opacity:0.58823529;stroke:none;stroke-width:3.18131375;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
<circle
style="opacity:1;fill:#ff0900;fill-opacity:0.58823529;stroke:none;stroke-width:3.18131375;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="circle1616"
cx="70.719345"
cy="217.81396"
r="7.7485118" />
<circle
r="7.7485118"
cy="240.87051"
cx="47.813988"
id="circle1618"
style="opacity:1;fill:#ffef00;fill-opacity:0.58823529;stroke:none;stroke-width:3.18131375;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
<circle
style="opacity:1;fill:#00ff00;fill-opacity:0.58823529;stroke:none;stroke-width:3.18131375;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="circle1620"
cx="70.719345"
cy="240.87051"
r="7.7485118" />
</g>
</g>
<g
style="stroke-width:3.43634796"
id="g1656"
transform="matrix(0.0754425,0.28112418,0.28105749,-0.07519362,-40.278995,280.17935)">
<g
transform="matrix(0,1,1,0,-170.07558,170.07557)"
style="stroke-width:3.43634796;filter:url(#filter1558)"
id="g1644">
<circle
style="opacity:1;fill:#0095ff;fill-opacity:0.58823529;stroke:none;stroke-width:4.36416197;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="circle1636"
cx="47.813988"
cy="217.81396"
r="7.7485118" />
<circle
r="7.7485118"
cy="217.81396"
cx="70.719345"
id="circle1638"
style="opacity:1;fill:#ff0900;fill-opacity:0.58823529;stroke:none;stroke-width:4.36416197;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
<circle
style="opacity:1;fill:#ffef00;fill-opacity:0.58823529;stroke:none;stroke-width:4.36416197;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="circle1640"
cx="47.813988"
cy="240.87051"
r="7.7485118" />
<circle
r="7.7485118"
cy="240.87051"
cx="70.719345"
id="circle1642"
style="opacity:1;fill:#00ff00;fill-opacity:0.58823529;stroke:none;stroke-width:4.36416197;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -1,114 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="500"
height="500"
viewBox="0 0 132.29166 132.29167"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="toolbox_sharelist.svg">
<defs
id="defs2">
<style
id="style12744">.fa-secondary{opacity:.4}</style>
<style
id="style12852">.fa-secondary{opacity:.4}</style>
<style
id="style12923">.fa-secondary{opacity:.4}</style>
<style
id="style12975">.fa-secondary{opacity:.4}</style>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="102.47753"
inkscape:cy="263.58076"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1920"
inkscape:window-height="1013"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.70831)">
<rect
style="opacity:1;fill:#4caf50;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect836"
width="132.29167"
height="132.29166"
x="0"
y="164.7083" />
<path
id="path13255"
d="m -91.210999,206.76137 h -12.898441 c -1.52593,0 -2.76395,1.23802 -2.76395,2.76395 v 23.95425 c 0,1.52593 1.23802,2.76395 2.76395,2.76395 h 12.898441 c 1.52593,0 2.76395,-1.23802 2.76395,-2.76395 v -23.95425 c 0,-1.52593 -1.23802,-2.76395 -2.76395,-2.76395 z m -6.44922,27.63952 c -1.01921,0 -1.84264,-0.82343 -1.84264,-1.84264 0,-1.0192 0.82343,-1.84263 1.84264,-1.84263 1.01921,0 1.84263,0.82343 1.84263,1.84263 0,1.01921 -0.82342,1.84264 -1.84263,1.84264 z"
inkscape:connector-curvature="0"
style="fill:#03a9f4;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
id="path13266"
d="M 45.79673,185.71283 H 32.898286 c -1.525931,0 -2.763951,1.23802 -2.763951,2.76395 v 23.95425 c 0,1.52593 1.23802,2.76395 2.763951,2.76395 H 45.79673 c 1.52592,0 2.76394,-1.23802 2.76394,-2.76395 v -23.95425 c 0,-1.52593 -1.23802,-2.76395 -2.76394,-2.76395 z m -3.685273,26.02721 c 0,0.38004 -0.31095,0.69099 -0.69099,0.69099 h -4.145924 c -0.380043,0 -0.690988,-0.31095 -0.690988,-0.69099 v -0.46066 c 0,-0.38004 0.310945,-0.69098 0.690988,-0.69098 h 4.145924 c 0.38004,0 0.69099,0.31094 0.69099,0.69098 z"
inkscape:connector-curvature="0"
style="fill:#03a9f4;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
id="path13459"
d="m -102.81315,203.08521 c -0.004,0.52005 0.42089,0.94162 0.9409,0.93462 l 7.835581,-0.1224 -18.151221,17.9081 0.22805,-7.83321 c 0.0141,-0.51993 -0.40174,-0.94996 -0.92186,-0.95342 l -2.14741,-0.0145 c -0.51272,-0.003 -0.9312,0.4094 -0.93471,0.9222 l -0.10286,13.60943 c -0.003,0.51272 0.40941,0.9312 0.9222,0.93472 l 13.60958,0.0805 c 0.51273,0.003 0.9312,-0.40942 0.93472,-0.92219 l 0.0145,-2.14741 c 0.004,-0.52005 -0.42089,-0.94163 -0.94091,-0.93463 l -7.83563,0.12247 18.151221,-17.90812 -0.228047,7.83321 c -0.01407,0.51994 0.401743,0.94998 0.921856,0.95343 l 2.147407,0.0145 c 0.512728,0.003 0.931202,-0.40941 0.934715,-0.92218 l 0.102912,-13.60949 c 0.0035,-0.51273 -0.409415,-0.93121 -0.922191,-0.93472 l -13.609643,-0.0805 c -0.51273,-0.003 -0.93121,0.4094 -0.93472,0.9222 z"
inkscape:connector-curvature="0"
style="fill:#00c853;fill-opacity:0.49803922;stroke-width:0.26458332" />
<g
id="g9729"
class="fa-group"
transform="matrix(0.06830728,0,0,0.06830728,78.812948,213.36748)"
style="stroke-width:3.87342834">
<path
id="path9725"
d="M 96,128 A 64,64 0 1 0 32,64 64,64 0 0 0 96,128 Z m 32,32 H 64 A 64,64 0 0 0 0,224 v 96 a 32,32 0 0 0 32,32 v 128 a 32,32 0 0 0 32,32 h 64 a 32,32 0 0 0 32,-32 v -96.39 l -50.36,-47.53 a 44.37,44.37 0 0 1 0,-64 L 181.77,204 c 1.65,-1.55 3.77,-2.31 5.61,-3.57 A 63.91,63.91 0 0 0 128,160 Z m 352,-32 a 64,64 0 1 0 -64,-64 64,64 0 0 0 64,64 z m 32,32 h -64 a 63.91,63.91 0 0 0 -59.38,40.42 c 1.84,1.27 4,2 5.62,3.59 l 72.12,68.06 a 44.37,44.37 0 0 1 0,64 L 416,383.62 V 480 a 32,32 0 0 0 32,32 h 64 a 32,32 0 0 0 32,-32 V 352 a 32,32 0 0 0 32,-32 v -96 a 64,64 0 0 0 -64,-64 z"
class="fa-secondary"
inkscape:connector-curvature="0"
style="opacity:1;fill:#02a9f3;fill-opacity:0.49803922;stroke-width:3.87342834" />
<path
id="path9727"
d="m 444.4,310.44 -72.12,68.07 A 12,12 0 0 1 352,369.77 V 333.63 H 224 v 36.14 a 12,12 0 0 1 -20.28,8.74 L 131.6,310.44 a 12.4,12.4 0 0 1 0,-17.47 l 72.12,-68.07 a 12,12 0 0 1 20.28,8.74 v 36 h 128 v -36 a 12,12 0 0 1 20.28,-8.74 L 444.4,293 a 12.4,12.4 0 0 1 0,17.44 z"
class="fa-primary"
inkscape:connector-curvature="0"
style="fill:#00c752;fill-opacity:0.49803922;stroke-width:3.87342834" />
</g>
<path
id="path9830"
d="m 53.482263,262.48395 h -1.317206 a 0.6586032,0.6586032 0 0 0 -0.658603,0.6586 v 4.61022 H 38.33439 v -13.17206 h 5.927428 a 0.6586032,0.6586032 0 0 0 0.658604,-0.65861 v -1.3172 a 0.6586032,0.6586032 0 0 0 -0.658604,-0.65861 h -6.586032 a 1.9758096,1.9758096 0 0 0 -1.975809,1.97581 v 14.48927 a 1.9758096,1.9758096 0 0 0 1.975809,1.97581 h 14.489271 a 1.9758096,1.9758096 0 0 0 1.975809,-1.97581 v -5.26882 a 0.6586032,0.6586032 0 0 0 -0.658603,-0.6586 z m 2.305113,-13.17207 h -5.268827 c -0.879647,0 -1.319265,1.06652 -0.699766,1.68767 l 1.470742,1.47074 -10.032583,10.02888 a 0.98790477,0.98790477 0 0 0 0,1.39953 l 0.933158,0.93152 a 0.98790477,0.98790477 0 0 0 1.399532,0 l 10.027644,-10.03053 1.470333,1.46869 c 0.617441,0.61743 1.687669,0.18523 1.687669,-0.69977 v -5.26882 a 0.98790477,0.98790477 0 0 0 -0.987902,-0.98791 z"
inkscape:connector-curvature="0"
style="fill:#19bf51;fill-opacity:0.74901961;stroke-width:0.26458332" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1,247 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="toolbox_weather.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
id="svg8"
version="1.1"
viewBox="0 0 132.29166 132.29167"
height="500"
width="500">
<sodipodi:namedview
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:window-height="1013"
inkscape:window-width="1920"
inkscape:pagecheckerboard="true"
borderlayer="true"
units="px"
showgrid="false"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:cy="342.53041"
inkscape:cx="3.3750531"
inkscape:zoom="0.98994949"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<defs
id="defs2">
<inkscape:path-effect
is_visible="true"
id="path-effect8593"
effect="spiro" />
<inkscape:path-effect
effect="spiro"
id="path-effect8582"
is_visible="true" />
<inkscape:path-effect
is_visible="true"
id="path-effect8578"
effect="spiro" />
<inkscape:path-effect
effect="spiro"
id="path-effect8574"
is_visible="true" />
<inkscape:path-effect
is_visible="true"
id="path-effect8570"
effect="spiro" />
<inkscape:path-effect
effect="spiro"
id="path-effect8566"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect8562"
is_visible="true" />
<inkscape:path-effect
effect="simplify"
id="path-effect8560"
is_visible="true"
steps="1"
threshold="0.00159091"
smooth_angles="360"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
simplifyindividualpaths="false"
simplifyJustCoalesce="false" />
<inkscape:path-effect
effect="spiro"
id="path-effect8556"
is_visible="true" />
<inkscape:path-effect
live_update="false"
vertical_mirror="false"
horizontal_mirror="true"
is_visible="true"
id="path-effect8425"
gridpoint32x33x34x35="-79.462173,46.000629"
gridpoint29x31="-8.549282,46.000629"
gridpoint28x30="-150.37506,46.000629"
gridpoint25x27="62.363609,46.000629"
gridpoint24x26="-221.28795,46.000629"
gridpoint22x23="-79.462173,87.416395"
gridpoint20x21="-79.462173,4.5848636"
gridpoint19="-8.549282,87.416395"
gridpoint18="-150.37506,87.416395"
gridpoint17="-8.549282,4.5848636"
gridpoint16="-150.37506,4.5848636"
gridpoint15="62.363609,87.416395"
gridpoint14="-221.28795,87.416395"
gridpoint13="62.363609,4.5848636"
gridpoint12="-221.28795,4.5848636"
gridpoint10x11="-79.462173,128.83216"
gridpoint8x9="-79.462173,-36.830902"
gridpoint7="-8.549282,128.83216"
gridpoint6="-150.37506,128.83216"
gridpoint5="-8.549282,-36.830902"
gridpoint4="-150.37506,-36.830902"
gridpoint3="62.363609,128.83216"
gridpoint2="-221.28795,128.83216"
gridpoint1="62.363609,-36.830902"
gridpoint0="-221.28795,-36.830902"
effect="lattice2" />
<inkscape:path-effect
bendpath1-nodetypes="cc"
bendpath2-nodetypes="cc"
bendpath4-nodetypes="cc"
bendpath4="M -181.256,-36.830902 -221.28795,128.83216"
bendpath3="M -221.28795,128.83216 H 62.363609"
bendpath2="M 13.589051,-36.830902 62.363609,128.83216"
bendpath1="M -221.28795,3.2010469 62.363609,-36.830902"
xx="true"
yy="true"
is_visible="true"
id="path-effect8423"
effect="envelope" />
<inkscape:path-effect
only_selected="false"
apply_with_weight="true"
apply_no_weight="true"
helper_size="0"
steps="2"
weight="33.333333"
is_visible="true"
id="path-effect8421"
effect="bspline" />
<inkscape:path-effect
vertical="false"
scale_y_rel="false"
prop_scale="1"
bendpath="M -221.28795,46.000629 H 62.363609"
is_visible="true"
id="path-effect8419"
effect="bend_path" />
<inkscape:path-effect
lock_angle="false"
lock_lenght="true"
flip_horizontal="false"
flip_vertical="false"
from_original_width="true"
elastic="false"
offset="0"
stretch="1"
helper_size="3"
last_knot="2"
first_knot="1"
is_visible="true"
id="path-effect4714"
end="62.363609,46.000629"
start="-221.28795,46.000629"
effect="transform_2pts" />
<filter
id="filter1558"
inkscape:label="Drop Shadow"
style="color-interpolation-filters:sRGB;">
<feFlood
id="feFlood1548"
result="flood"
flood-color="rgb(0,0,0)"
flood-opacity="0.717647" />
<feComposite
id="feComposite1550"
result="composite1"
operator="in"
in2="flood"
in="SourceGraphic" />
<feGaussianBlur
id="feGaussianBlur1552"
result="blur"
stdDeviation="2"
in="composite1" />
<feOffset
id="feOffset1554"
result="offset"
dy="0"
dx="0" />
<feComposite
id="feComposite1556"
result="composite2"
operator="atop"
in2="offset"
in="offset" />
</filter>
</defs>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-164.70831)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<rect
y="164.7083"
x="0"
height="132.29166"
width="132.29167"
id="rect836"
style="opacity:1;fill:#2196f3;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385" />
<g
id="g8662"
class="fa-group"
transform="matrix(-0.05943309,0,0,0.05943309,54.278717,232.07571)"
style="fill:#37474f;fill-opacity:0.49803922;stroke-width:4.45178461">
<path
id="path8658"
d="M 161.6,288 H 96 A 96,96 0 0 1 96,96 c 0.6,0 1.1,0.2 1.6,0.2 C 105.3,41.9 151.6,0 208,0 A 111.61,111.61 0 0 1 312.5,72.7 95.07,95.07 0 0 1 352,64 a 96,96 0 0 1 96,96 93,93 0 0 1 -7,34.7 110.5,110.5 0 0 0 -31.6,11.8 A 142.54,142.54 0 0 0 304,160 c -73.9,0 -134.3,56.2 -142.4,128 z"
class="fa-secondary"
inkscape:connector-curvature="0"
style="opacity:0.4;fill:#37474f;fill-opacity:0.49803922;stroke-width:4.45178461" />
<path
id="path8660"
d="m 640,416 a 96,96 0 0 1 -96,96 H 224 a 96,96 0 0 1 -96,-96 c 0,-42.5 27.8,-78.2 66.1,-90.8 A 113.72,113.72 0 0 1 192,304 111.94,111.94 0 0 1 304,192 c 43.2,0 80.4,24.9 99,60.8 14.7,-17.5 36.4,-28.8 61,-28.8 a 80,80 0 0 1 80,80 78.09,78.09 0 0 1 -1.6,16.2 c 0.5,0 1,-0.2 1.6,-0.2 a 96,96 0 0 1 96,96 z"
class="fa-primary"
inkscape:connector-curvature="0"
style="fill:#37474f;fill-opacity:0.49803922;stroke-width:4.45178461" />
</g>
<path
id="path8838"
d="m 101.85647,203.49637 c -2.702182,0 -4.90377,2.20158 -4.90377,4.90377 0,2.70218 2.201588,4.90377 4.90377,4.90377 2.70218,0 4.90377,-2.20159 4.90377,-4.90377 0,-2.70219 -2.20159,-4.90377 -4.90377,-4.90377 z m 12.58634,4.11201 -4.83736,-2.41612 1.71121,-5.12853 c 0.22987,-0.69469 -0.42908,-1.35364 -1.11867,-1.11867 l -5.12853,1.71121 -2.42124,-4.84247 c -0.32691,-0.65383 -1.25659,-0.65383 -1.5835,0 l -2.41613,4.83737 -5.133634,-1.71122 c -0.694699,-0.22986 -1.353642,0.42909 -1.118671,1.11867 l 1.711211,5.12853 -4.837361,2.42123 c -0.653836,0.32692 -0.653836,1.25659 0,1.58351 l 4.837361,2.41613 -1.711211,5.13364 c -0.229864,0.69469 0.429079,1.35363 1.118671,1.11867 l 5.128527,-1.71122 2.416127,4.83737 c 0.32692,0.65383 1.25659,0.65383 1.58351,0 l 2.41612,-4.83737 5.12853,1.71122 c 0.6947,0.22986 1.35365,-0.42908 1.11868,-1.11867 l -1.71122,-5.12853 4.83737,-2.41613 c 0.66405,-0.33203 0.66405,-1.2617 0.0102,-1.58862 z m -7.96351,5.41458 c -2.54894,2.54894 -6.696717,2.54894 -9.245653,0 -2.548938,-2.54894 -2.548938,-6.69671 0,-9.24564 2.548936,-2.54894 6.696713,-2.54894 9.245653,0 2.54893,2.54893 2.54893,6.6967 0,9.24564 z"
inkscape:connector-curvature="0"
style="fill:#fffde7;fill-opacity:0.49803922;stroke-width:0.26458332" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="500" height="500" version="1.1" viewBox="0 0 132.29 132.29" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -164.71)" fill-opacity=".49804"><rect y="164.71" width="132.29" height="132.29" fill="#2196f3"/><g fill="#1976d2"><rect x="-.75595" y="172.72" width="73.327" height="10.961" rx="1.3229" ry="1.3494"/><rect x="-.75595" y="193.89" width="73.327" height="10.961" rx="1.3229" ry="1.3494"/><rect x="-.75595" y="215.05" width="73.327" height="10.961" rx="1.3229" ry="1.3494"/><rect x="-.75595" y="236.22" width="73.327" height="10.961" rx="1.3229" ry="1.3494"/><rect x="-.75595" y="257.39" width="73.327" height="10.961" rx="1.3229" ry="1.3494"/><rect x="-.75595" y="278.55" width="73.327" height="10.961" rx="1.3229" ry="1.3494"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 811 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 135 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="500" height="500" version="1.1" viewBox="0 0 132.29 132.29" xmlns="http://www.w3.org/2000/svg"><defs><style>.fa-secondary{opacity:.4}</style></defs><g transform="translate(0 -164.71)" fill-opacity=".49804"><rect y="164.71" width="132.29" height="132.29" fill="#ffc107"/><g fill="#ffa000" stroke-width=".26458"><path d="m53.963 191.64-2.2824-2.2814c-1.1178-1.1178-2.9271-1.118-4.0451-4e-5l-13.449 13.361-1.0416 6.3137c-0.11335 0.6871 0.48172 1.2823 1.169 1.169l6.3136-1.0416 13.362-13.449c1.1157-1.1158 1.1264-2.9187-0.02665-4.0717zm-15.72 9.6774 7.2147-7.1679 3.7396 3.7396-7.1679 7.2147v-1.7524h-2.034v-2.034zm-1.6319 6.6161-1.1976-1.1976 0.51443-3.1182 0.7797-0.77471h1.7624v2.034h2.034v1.7624l-0.7747 0.77974zm16.059-13.54-0.0046 4e-3 -2.0353 2.0486-3.7303-3.7303 2.0486-2.0353 0.0046-4e-3c0.3876-0.38756 1.0161-0.39235 1.4084-4e-5l2.282 2.282c0.41859 0.41854 0.42118 1.0403 0.02664 1.4349z"/><path d="m94.157 212.4c-5.2014 0-9.417 3.4247-9.417 7.6513 0 1.8246 0.7872 3.4946 2.0968 4.8078-0.45982 1.854-1.9974 3.5056-2.0158 3.524-0.08093 0.0846-0.103 0.20967-0.05518 0.32002 0.04782 0.11036 0.15082 0.17657 0.26853 0.17657 2.4389 0 4.2671-1.1698 5.172-1.8908 1.2029 0.45245 2.5382 0.71363 3.9507 0.71363 5.2014 0 9.417-3.4247 9.417-7.6513 0-4.2266-4.2156-7.6513-9.417-7.6513z"/><path d="m88.389 268.52a4.6491 4.6491 0 0 0-4.6491 4.6491v6.7154a1.0331 1.0331 0 0 0 1.0331 1.0331h8.2651v-7.7485a4.6491 4.6491 0 0 0-4.6491-4.6491zm2.5828 5.6822a0.51657 0.51657 0 0 1-0.51657 0.51657h-4.1325a0.51657 0.51657 0 0 1-0.51657-0.51657v-1.0331a0.51657 0.51657 0 0 1 0.51657-0.51657h4.1325a0.51657 0.51657 0 0 1 0.51657 0.51657zm6.7154-5.6822h-6.0416c1.4645 1.0289 2.4256 2.7275 2.4256 4.6491v7.7485h7.232a1.0331 1.0331 0 0 0 1.0331-1.0331v-6.7154a4.6491 4.6491 0 0 0-4.6491-4.6491zm2.5828 6.7154a0.51657 0.51657 0 0 1-0.51658 0.51656h-1.0331a0.51657 0.51657 0 0 1-0.51657-0.51656v-1.5497h-1.808a0.25828 0.25828 0 0 1-0.25828-0.25829v-0.51657a0.25828 0.25828 0 0 1 0.25828-0.25828h3.3577a0.51657 0.51657 0 0 1 0.51658 0.51657z"/><path d="m37.798 247.64c-5.7629 0-10.432 4.6692-10.432 10.432 0 5.7629 4.6692 10.432 10.432 10.432 5.7629 0 10.432-4.6692 10.432-10.432 0-5.7629-4.6692-10.432-10.432-10.432zm-0.67304 13.797c0 0.37017-0.30287 0.67303-0.67304 0.67303h-2.0191c-0.37018 0-0.67305-0.30286-0.67305-0.67303v-6.7304c0-0.37018 0.30287-0.67304 0.67305-0.67304h2.0191c0.37017 0 0.67304 0.30286 0.67304 0.67304zm4.7113 0c0 0.37017-0.30287 0.67303-0.67304 0.67303h-2.0191c-0.37018 0-0.67304-0.30286-0.67304-0.67303v-6.7304c0-0.37018 0.30287-0.67304 0.67304-0.67304h2.0191c0.37018 0 0.67304 0.30286 0.67304 0.67304z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="500" height="500" version="1.1" viewBox="0 0 132.29 132.29" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -164.71)"><rect y="164.71" width="132.29" height="132.29" fill="#607d8b" fill-opacity=".39216"/><g fill="#455a64" fill-opacity=".58824"><g stroke-width=".26458"><path d="m93.875 233.42h-9.2396c-5.101 0-9.2396 4.1386-9.2396 9.2396 0 5.101 4.1386 9.2396 9.2396 9.2396h9.2396c5.101 0 9.2396-4.1386 9.2396-9.2396 0-5.101-4.1386-9.2396-9.2396-9.2396zm0 16.169c-3.8306 0-6.9297-3.0991-6.9297-6.9297s3.0991-6.9297 6.9297-6.9297c3.8306 0 6.9297 3.0991 6.9297 6.9297s-3.0991 6.9297-6.9297 6.9297z"/><path d="m40.688 212.47h-8.705c-4.8077 0-8.7051 3.8974-8.7051 8.705s3.8974 8.705 8.7051 8.705h8.705c4.8077 0 8.705-3.8974 8.705-8.705s-3.8974-8.705-8.705-8.705zm-15.234 8.705c0-3.6082 2.92-6.5288 6.5288-6.5288 3.6082 0 6.5288 2.92 6.5288 6.5288 0 3.6082-2.92 6.5288-6.5288 6.5288-3.6082 0-6.5288-2.92-6.5288-6.5288zm15.234 6.5288h-2.9479c3.9311-3.4691 3.9301-9.5893 0-13.058h2.9479c3.6082 0 6.5288 2.92 6.5288 6.5288 0 3.6082-2.92 6.5288-6.5288 6.5288z"/><path d="m33.462 268.93c2.7626 0 5.0016-2.239 5.0016-5.0016s-2.239-5.0016-5.0016-5.0016c-2.7626 0-5.0016 2.239-5.0016 5.0016s2.239 5.0016 5.0016 5.0016zm3.5011 1.2504h-0.65255c-0.86746 0.39856-1.8326 0.62519-2.8485 0.62519-1.0159 0-1.9772-0.22663-2.8485-0.62519h-0.65255c-2.8993 0-5.2516 2.3523-5.2516 5.2516v1.6255c0 1.0355 0.8401 1.8756 1.8756 1.8756h13.754c1.0355 0 1.8756-0.84011 1.8756-1.8756v-1.6255c0-2.8993-2.3523-5.2516-5.2516-5.2516z"/></g><path d="m87.999 192.91c-1.3792 0.0887-2.6308 0.61396-3.3411 2.4854-0.08078 0.21347-0.27501 0.34307-0.50156 0.34307-0.38192 0-1.5628-0.9512-1.8993-1.1808 3.9e-4 2.8309 1.3042 5.3191 4.4005 5.3191 2.6078 0 4.4002-1.5047 4.4002-4.1317 0-0.10691-0.02235-0.20901-0.03335-0.31385zm9.9991-10.634c-0.52115 0-1.0096 0.23067-1.3823 0.56549-7.0269 6.2772-7.7581 6.4246-7.7581 8.2724 0 0.47096 0.11172 0.91992 0.30011 1.3304l2.1939 1.8281c0.24786 0.0619 0.50327 0.10416 0.76969 0.10416 2.1351 0 3.3727-1.5631 7.259-8.8162 0.2537-0.49331 0.47784-1.0261 0.47784-1.581 0-0.99383-0.89379-1.7034-1.8601-1.7034z" stroke-width=".26458"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="500" height="500" version="1.1" viewBox="0 0 132.29 132.29" xmlns="http://www.w3.org/2000/svg"><defs><style>.fa-secondary{opacity:.4}</style><style>.fa-secondary{opacity:.4}</style></defs><g transform="translate(0 -164.71)" fill-opacity=".49804"><rect y="164.71" width="132.29" height="132.29" fill="#ffc107"/><g transform="matrix(.064164 0 0 .064164 21.56 187.4)" fill="#ff5722" stroke-width="4.1235"><path class="fa-secondary" d="m256 8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm92.49 313-20 25a16 16 0 0 1-22.49 2.5l-67-49.72a40 40 0 0 1-15-31.23v-155.55a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16v144l58 42.5a16 16 0 0 1 2.49 22.5z" opacity=".4"/><path class="fa-primary" d="m348.49 321-20 25a16 16 0 0 1-22.49 2.5l-67-49.72a40 40 0 0 1-15-31.23v-155.55a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16v144l58 42.5a16 16 0 0 1 2.49 22.5z"/></g><g transform="matrix(.052815 0 0 .052815 78.921 232.26)" fill="#ff5722" stroke-width="5.0096"><path class="fa-secondary" d="m512 224v64a16 16 0 0 1-16 16h-416a16 16 0 0 1-16-16v-64a16 16 0 0 1 16-16h416a16 16 0 0 1 16 16z" opacity=".4"/><path class="fa-primary" d="m432 32h-416a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0 352h-416a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="500" height="500" version="1.1" viewBox="0 0 132.29 132.29" xmlns="http://www.w3.org/2000/svg"><defs><filter id="a" color-interpolation-filters="sRGB"><feFlood flood-color="rgb(0,0,0)" flood-opacity=".71765" result="flood"/><feComposite in="SourceGraphic" in2="flood" operator="in" result="composite1"/><feGaussianBlur in="composite1" result="blur" stdDeviation="2"/><feOffset dx="0" dy="0" result="offset"/><feComposite in="offset" in2="offset" operator="atop" result="composite2"/></filter></defs><g transform="translate(0 -164.71)"><rect y="164.71" width="132.29" height="132.29" fill="#e1f5fe" fill-opacity=".49804"/><g transform="matrix(.41956 -.24214 .24223 .41939 -42.32 139.18)" stroke-width="2.0645"><g transform="matrix(0 1 1 0 -170.08 170.08)" fill-opacity=".58824" filter="url(#a)" stroke-width="2.0645"><circle cx="47.814" cy="217.81" r="7.7485" fill="#0095ff"/><circle cx="70.719" cy="217.81" r="7.7485" fill="#ff0900"/><circle cx="47.814" cy="240.87" r="7.7485" fill="#ffef00"/><circle cx="70.719" cy="240.87" r="7.7485" fill="#0f0"/></g></g><g transform="matrix(-.28112 -.075442 .075194 -.28106 100.64 258.94)" stroke-width="3.4363"><g transform="matrix(0 1 1 0 -170.08 170.08)" fill-opacity=".58824" filter="url(#a)" stroke-width="3.4363"><circle cx="47.814" cy="217.81" r="7.7485" fill="#0095ff"/><circle cx="70.719" cy="217.81" r="7.7485" fill="#ff0900"/><circle cx="47.814" cy="240.87" r="7.7485" fill="#ffef00"/><circle cx="70.719" cy="240.87" r="7.7485" fill="#0f0"/></g></g><g transform="matrix(.12006 .38079 -.38062 .12019 170.43 209.06)" stroke-width="2.505"><g transform="matrix(0 1 1 0 -170.08 170.08)" fill-opacity=".58824" filter="url(#a)" stroke-width="2.505"><circle cx="47.814" cy="217.81" r="7.7485" fill="#0095ff"/><circle cx="70.719" cy="217.81" r="7.7485" fill="#ff0900"/><circle cx="47.814" cy="240.87" r="7.7485" fill="#ffef00"/><circle cx="70.719" cy="240.87" r="7.7485" fill="#0f0"/></g></g><g transform="matrix(.075442 .28112 .28106 -.075194 -40.279 280.18)" stroke-width="3.4363"><g transform="matrix(0 1 1 0 -170.08 170.08)" fill-opacity=".58824" filter="url(#a)" stroke-width="3.4363"><circle cx="47.814" cy="217.81" r="7.7485" fill="#0095ff"/><circle cx="70.719" cy="217.81" r="7.7485" fill="#ff0900"/><circle cx="47.814" cy="240.87" r="7.7485" fill="#ffef00"/><circle cx="70.719" cy="240.87" r="7.7485" fill="#0f0"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1,114 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="500"
height="500"
viewBox="0 0 132.29166 132.29167"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="toolbox_sharelist.svg">
<defs
id="defs2">
<style
id="style12744">.fa-secondary{opacity:.4}</style>
<style
id="style12852">.fa-secondary{opacity:.4}</style>
<style
id="style12923">.fa-secondary{opacity:.4}</style>
<style
id="style12975">.fa-secondary{opacity:.4}</style>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="102.47753"
inkscape:cy="263.58076"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1920"
inkscape:window-height="1013"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.70831)">
<rect
style="opacity:1;fill:#4caf50;fill-opacity:0.49803922;stroke:none;stroke-width:1.26999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99492385"
id="rect836"
width="132.29167"
height="132.29166"
x="0"
y="164.7083" />
<path
id="path13255"
d="m -91.210999,206.76137 h -12.898441 c -1.52593,0 -2.76395,1.23802 -2.76395,2.76395 v 23.95425 c 0,1.52593 1.23802,2.76395 2.76395,2.76395 h 12.898441 c 1.52593,0 2.76395,-1.23802 2.76395,-2.76395 v -23.95425 c 0,-1.52593 -1.23802,-2.76395 -2.76395,-2.76395 z m -6.44922,27.63952 c -1.01921,0 -1.84264,-0.82343 -1.84264,-1.84264 0,-1.0192 0.82343,-1.84263 1.84264,-1.84263 1.01921,0 1.84263,0.82343 1.84263,1.84263 0,1.01921 -0.82342,1.84264 -1.84263,1.84264 z"
inkscape:connector-curvature="0"
style="fill:#03a9f4;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
id="path13266"
d="M 45.79673,185.71283 H 32.898286 c -1.525931,0 -2.763951,1.23802 -2.763951,2.76395 v 23.95425 c 0,1.52593 1.23802,2.76395 2.763951,2.76395 H 45.79673 c 1.52592,0 2.76394,-1.23802 2.76394,-2.76395 v -23.95425 c 0,-1.52593 -1.23802,-2.76395 -2.76394,-2.76395 z m -3.685273,26.02721 c 0,0.38004 -0.31095,0.69099 -0.69099,0.69099 h -4.145924 c -0.380043,0 -0.690988,-0.31095 -0.690988,-0.69099 v -0.46066 c 0,-0.38004 0.310945,-0.69098 0.690988,-0.69098 h 4.145924 c 0.38004,0 0.69099,0.31094 0.69099,0.69098 z"
inkscape:connector-curvature="0"
style="fill:#03a9f4;fill-opacity:0.49803922;stroke-width:0.26458332" />
<path
id="path13459"
d="m -102.81315,203.08521 c -0.004,0.52005 0.42089,0.94162 0.9409,0.93462 l 7.835581,-0.1224 -18.151221,17.9081 0.22805,-7.83321 c 0.0141,-0.51993 -0.40174,-0.94996 -0.92186,-0.95342 l -2.14741,-0.0145 c -0.51272,-0.003 -0.9312,0.4094 -0.93471,0.9222 l -0.10286,13.60943 c -0.003,0.51272 0.40941,0.9312 0.9222,0.93472 l 13.60958,0.0805 c 0.51273,0.003 0.9312,-0.40942 0.93472,-0.92219 l 0.0145,-2.14741 c 0.004,-0.52005 -0.42089,-0.94163 -0.94091,-0.93463 l -7.83563,0.12247 18.151221,-17.90812 -0.228047,7.83321 c -0.01407,0.51994 0.401743,0.94998 0.921856,0.95343 l 2.147407,0.0145 c 0.512728,0.003 0.931202,-0.40941 0.934715,-0.92218 l 0.102912,-13.60949 c 0.0035,-0.51273 -0.409415,-0.93121 -0.922191,-0.93472 l -13.609643,-0.0805 c -0.51273,-0.003 -0.93121,0.4094 -0.93472,0.9222 z"
inkscape:connector-curvature="0"
style="fill:#00c853;fill-opacity:0.49803922;stroke-width:0.26458332" />
<g
id="g9729"
class="fa-group"
transform="matrix(0.06830728,0,0,0.06830728,78.812948,213.36748)"
style="stroke-width:3.87342834">
<path
id="path9725"
d="M 96,128 A 64,64 0 1 0 32,64 64,64 0 0 0 96,128 Z m 32,32 H 64 A 64,64 0 0 0 0,224 v 96 a 32,32 0 0 0 32,32 v 128 a 32,32 0 0 0 32,32 h 64 a 32,32 0 0 0 32,-32 v -96.39 l -50.36,-47.53 a 44.37,44.37 0 0 1 0,-64 L 181.77,204 c 1.65,-1.55 3.77,-2.31 5.61,-3.57 A 63.91,63.91 0 0 0 128,160 Z m 352,-32 a 64,64 0 1 0 -64,-64 64,64 0 0 0 64,64 z m 32,32 h -64 a 63.91,63.91 0 0 0 -59.38,40.42 c 1.84,1.27 4,2 5.62,3.59 l 72.12,68.06 a 44.37,44.37 0 0 1 0,64 L 416,383.62 V 480 a 32,32 0 0 0 32,32 h 64 a 32,32 0 0 0 32,-32 V 352 a 32,32 0 0 0 32,-32 v -96 a 64,64 0 0 0 -64,-64 z"
class="fa-secondary"
inkscape:connector-curvature="0"
style="opacity:1;fill:#02a9f3;fill-opacity:0.49803922;stroke-width:3.87342834" />
<path
id="path9727"
d="m 444.4,310.44 -72.12,68.07 A 12,12 0 0 1 352,369.77 V 333.63 H 224 v 36.14 a 12,12 0 0 1 -20.28,8.74 L 131.6,310.44 a 12.4,12.4 0 0 1 0,-17.47 l 72.12,-68.07 a 12,12 0 0 1 20.28,8.74 v 36 h 128 v -36 a 12,12 0 0 1 20.28,-8.74 L 444.4,293 a 12.4,12.4 0 0 1 0,17.44 z"
class="fa-primary"
inkscape:connector-curvature="0"
style="fill:#00c752;fill-opacity:0.49803922;stroke-width:3.87342834" />
</g>
<path
id="path9830"
d="m 53.482263,262.48395 h -1.317206 a 0.6586032,0.6586032 0 0 0 -0.658603,0.6586 v 4.61022 H 38.33439 v -13.17206 h 5.927428 a 0.6586032,0.6586032 0 0 0 0.658604,-0.65861 v -1.3172 a 0.6586032,0.6586032 0 0 0 -0.658604,-0.65861 h -6.586032 a 1.9758096,1.9758096 0 0 0 -1.975809,1.97581 v 14.48927 a 1.9758096,1.9758096 0 0 0 1.975809,1.97581 h 14.489271 a 1.9758096,1.9758096 0 0 0 1.975809,-1.97581 v -5.26882 a 0.6586032,0.6586032 0 0 0 -0.658603,-0.6586 z m 2.305113,-13.17207 h -5.268827 c -0.879647,0 -1.319265,1.06652 -0.699766,1.68767 l 1.470742,1.47074 -10.032583,10.02888 a 0.98790477,0.98790477 0 0 0 0,1.39953 l 0.933158,0.93152 a 0.98790477,0.98790477 0 0 0 1.399532,0 l 10.027644,-10.03053 1.470333,1.46869 c 0.617441,0.61743 1.687669,0.18523 1.687669,-0.69977 v -5.26882 a 0.98790477,0.98790477 0 0 0 -0.987902,-0.98791 z"
inkscape:connector-curvature="0"
style="fill:#19bf51;fill-opacity:0.74901961;stroke-width:0.26458332" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="500" height="500" version="1.1" viewBox="0 0 132.29 132.29" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -164.71)" fill-opacity=".49804"><rect y="164.71" width="132.29" height="132.29" fill="#2196f3"/><g class="fa-group" transform="matrix(-.059433 0 0 .059433 54.279 232.08)" fill="#37474f" stroke-width="4.4518"><path class="fa-secondary" d="m161.6 288h-65.6a96 96 0 0 1 0-192c0.6 0 1.1 0.2 1.6 0.2 7.7-54.3 54-96.2 110.4-96.2a111.61 111.61 0 0 1 104.5 72.7 95.07 95.07 0 0 1 39.5-8.7 96 96 0 0 1 96 96 93 93 0 0 1-7 34.7 110.5 110.5 0 0 0-31.6 11.8 142.54 142.54 0 0 0-105.4-46.5c-73.9 0-134.3 56.2-142.4 128z" opacity=".4"/><path class="fa-primary" d="m640 416a96 96 0 0 1-96 96h-320a96 96 0 0 1-96-96c0-42.5 27.8-78.2 66.1-90.8a113.72 113.72 0 0 1-2.1-21.2 111.94 111.94 0 0 1 112-112c43.2 0 80.4 24.9 99 60.8 14.7-17.5 36.4-28.8 61-28.8a80 80 0 0 1 80 80 78.09 78.09 0 0 1-1.6 16.2c0.5 0 1-0.2 1.6-0.2a96 96 0 0 1 96 96z"/></g><path d="m101.86 203.5c-2.7022 0-4.9038 2.2016-4.9038 4.9038 0 2.7022 2.2016 4.9038 4.9038 4.9038 2.7022 0 4.9038-2.2016 4.9038-4.9038 0-2.7022-2.2016-4.9038-4.9038-4.9038zm12.586 4.112-4.8374-2.4161 1.7112-5.1285c0.22987-0.69469-0.42908-1.3536-1.1187-1.1187l-5.1285 1.7112-2.4212-4.8425c-0.32691-0.65383-1.2566-0.65383-1.5835 0l-2.4161 4.8374-5.1336-1.7112c-0.6947-0.22986-1.3536 0.42909-1.1187 1.1187l1.7112 5.1285-4.8374 2.4212c-0.65384 0.32692-0.65384 1.2566 0 1.5835l4.8374 2.4161-1.7112 5.1336c-0.22986 0.69469 0.42908 1.3536 1.1187 1.1187l5.1285-1.7112 2.4161 4.8374c0.32692 0.65383 1.2566 0.65383 1.5835 0l2.4161-4.8374 5.1285 1.7112c0.6947 0.22986 1.3536-0.42908 1.1187-1.1187l-1.7112-5.1285 4.8374-2.4161c0.66405-0.33203 0.66405-1.2617 0.0102-1.5886zm-7.9635 5.4146c-2.5489 2.5489-6.6967 2.5489-9.2457 0-2.5489-2.5489-2.5489-6.6967 0-9.2456 2.5489-2.5489 6.6967-2.5489 9.2457 0 2.5489 2.5489 2.5489 6.6967 0 9.2456z" fill="#fffde7" stroke-width=".26458"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,61 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg class="svg-inline--fa fa-box-open fa-w-19" aria-hidden="true" data-icon="box-open" data-prefix="fal" focusable="false" role="img" version="1.1" viewBox="0 0 608 512" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><path d="M606.4 143.8L557.5 41c-2.7-5.6-8.1-9-13.9-9C543 32 304 64 304 64S65 32 64.4 32c-5.8 0-11.2 3.5-13.9 9L1.6 143.8c-4.4 9.2.3 20.2 9.6 23l49.5 14.9V393c0 14.7 9.5 27.5 23 31l205.4 54.1c13 3.4 23.7 1.5 29.5 0L524.2 424c13.5-3.6 23-16.4 23-31V181.7l49.5-14.9c9.4-2.8 14-13.8 9.7-23zM73 65.3l180.9 24.3-57.1 99.8-159.9-48.1 36.1-76zm18.2 125.6C208.3 226.1 200.5 224 203.6 224c5.4 0 10.5-2.9 13.3-7.9l71.9-125.5V445L91.2 393V190.9zM516.8 393l-197.6 52V90.5L391.1 216c2.9 5 8 7.9 13.3 7.9 3.1 0-5 2.1 112.4-33.1V393zM411.3 189.3l-57.1-99.8L535 65.3l36.1 76-159.8 48z" fill="none" stroke="#9e9e9e" stroke-dasharray="5, 5" stroke-width="10"/></svg>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
class="svg-inline--fa fa-box-open fa-w-19"
aria-hidden="true"
data-icon="box-open"
data-prefix="fal"
focusable="false"
role="img"
version="1.1"
viewBox="0 0 608 512"
id="svg879"
sodipodi:docname="box-open-dashed.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<defs
id="defs883" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1015"
id="namedview881"
showgrid="false"
height="1"
inkscape:zoom="1.3037281"
inkscape:cx="241.86287"
inkscape:cy="228.99761"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg879" />
<metadata
id="metadata875">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
d="M 598.3861,153.84429 550.9386,54.115498 c -2.61984,-5.432698 -7.85943,-8.731118 -13.48716,-8.731118 -0.58218,0 -232.4831,31.043977 -232.4831,31.043977 0,0 -231.900991,-31.043977 -232.48317,-31.043977 -5.627722,0 -10.867325,3.395437 -13.487128,8.731118 L 11.550524,153.84429 c -4.2693062,8.92517 0.291089,19.59653 9.314845,22.31285 l 48.029702,14.45485 v 204.98726 c 0,14.26083 9.217821,26.67839 22.31683,30.07381 L 290.51092,478.1568 c 12.61384,3.29842 22.99601,1.45522 28.62375,0 l 199.49302,-52.48374 c 13.09902,-3.49238 22.31682,-15.90999 22.31682,-30.07381 V 190.61199 l 48.0297,-14.45485 c 9.1208,-2.71632 13.58418,-13.38768 9.41189,-22.31285 z M 80.829724,77.68952 256.35645,101.26354 200.95251,198.08199 45.802004,151.41893 Z m 17.659403,121.84763 c 113.621753,34.14839 106.053493,32.11104 109.061403,32.11104 5.23958,0 10.18807,-2.81336 12.90492,-7.66393 l 69.76438,-121.7506 V 446.04572 L 98.489127,395.59925 Z M 511.44748,395.59925 319.71687,446.04572 V 102.13665 l 69.76429,121.75064 c 2.8139,4.85059 7.76242,7.66395 12.90497,7.66395 3.00794,0 -4.85147,2.03721 109.06135,-32.1111 z M 409.08115,197.98489 353.67719,101.16653 529.10691,77.68952 l 35.02771,73.72941 z"
id="path877"
inkscape:connector-curvature="0"
style="fill:none;stroke:#9e9e9e;stroke-width:10.00000095;stroke-dasharray:4.9999999, 4.9999999" />
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 806 B

After

Width:  |  Height:  |  Size: 843 B

View File

@ -16,9 +16,9 @@
viewBox="0 0 512 512" viewBox="0 0 512 512"
version="1.1" version="1.1"
id="svg4" id="svg4"
sodipodi:docname="box.svg" sodipodi:docname="box-solid.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)" inkscape:version="0.92.3 (2405546, 2018-03-11)"
inkscape:export-filename="/home/skylar/Documents/Projects/Sources/Apps/Native/PackageHelper/www/assets/images/box.png" inkscape:export-filename="/home/skylar/Documents/Projects/Sources/PackageHelper/www/assets/images/box-solid.png"
inkscape:export-xdpi="9.3800001" inkscape:export-xdpi="9.3800001"
inkscape:export-ydpi="9.3800001"> inkscape:export-ydpi="9.3800001">
<metadata <metadata
@ -45,20 +45,19 @@
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1015" inkscape:window-height="1013"
id="namedview6" id="namedview6"
showgrid="false" showgrid="false"
inkscape:zoom="0.65186406" inkscape:zoom="0.4609375"
inkscape:cx="-129.97382" inkscape:cx="-52.067797"
inkscape:cy="359.44038" inkscape:cy="256"
inkscape:window-x="1920" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg4" inkscape:current-layer="svg4" />
inkscape:pagecheckerboard="true" />
<path <path
d="M 492.47269,189.3774 445.27144,47.734379 C 439.20804,29.445821 422.13722,17.129037 402.82762,17.129037 H 270.92531 V 196.28225 h 222.66677 c -0.37313,-2.33272 -0.37313,-4.66544 -1.11939,-6.90485 z M 241.07471,17.129037 H 109.1724 c -19.309601,0 -36.380409,12.316784 -42.443811,30.605342 L 19.527338,189.3774 c -0.746264,2.23941 -0.746264,4.57213 -1.119397,6.90485 H 241.07471 Z M 17.195261,226.14113 v 223.94152 c 0,24.72687 20.055867,44.78831 44.77589,44.78831 H 450.02888 c 24.72001,0 44.77589,-20.06144 44.77589,-44.78831 V 226.14113 Z" d="M 504.64368,185.96782 455.01303,37.07586 C 448.63755,17.851339 430.68812,4.9042123 410.38467,4.9042123 H 271.69349 V 193.22605 h 234.1272 c -0.39234,-2.4521 -0.39234,-4.90421 -1.17701,-7.25823 z M 240.30651,4.9042123 H 101.61532 c -20.303445,0 -38.25287,12.9471267 -44.628349,32.1716477 L 7.3563195,185.96782 c -0.7846743,2.35402 -0.7846743,4.80613 -1.1770115,7.25823 H 240.30651 Z M 4.9042123,224.61303 v 235.4023 c 0,25.99233 21.0881227,47.08046 47.0804597,47.08046 H 460.01533 c 25.99233,0 47.08046,-21.08813 47.08046,-47.08046 v -235.4023 z"
id="path2" id="path2"
style="fill:currentColor;stroke:#ffffff;stroke-width:31.50000191;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:currentColor;stroke:#ffffff;stroke-width:9.80842876;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -20,7 +20,7 @@
width="512" width="512"
height="512" height="512"
inkscape:version="0.92.3 (2405546, 2018-03-11)" inkscape:version="0.92.3 (2405546, 2018-03-11)"
inkscape:export-filename="/home/skylar/Documents/Projects/Sources/Apps/Native/PackageHelper/www/assets/images/boxes.png" inkscape:export-filename="/home/skylar/Documents/Projects/Sources/PackageHelper/www/assets/images/boxes.png"
inkscape:export-xdpi="9.3800001" inkscape:export-xdpi="9.3800001"
inkscape:export-ydpi="9.3800001"> inkscape:export-ydpi="9.3800001">
<metadata <metadata
@ -47,20 +47,19 @@
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1015" inkscape:window-height="1013"
id="namedview6" id="namedview6"
showgrid="false" showgrid="false"
inkscape:zoom="0.4609375" inkscape:zoom="0.4609375"
inkscape:cx="-445.28814" inkscape:cx="-20.067797"
inkscape:cy="256" inkscape:cy="256"
inkscape:window-x="1920" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg4" inkscape:current-layer="svg4" />
inkscape:pagecheckerboard="true" />
<path <path
d="M 483.13889,282.71325 H 416.33334 V 362.853 L 389.61111,345.07199 362.88889,362.853 v -80.13975 h -66.80555 c -7.34862,0 -13.36112,6.01048 -13.36112,13.35662 v 160.27951 c 0,7.34614 6.0125,13.35663 13.36112,13.35663 h 187.05555 c 7.3486,0 13.36111,-6.01049 13.36111,-13.35663 V 296.06987 c 0,-7.34614 -6.01251,-13.35662 -13.36111,-13.35662 z m -320.66667,-53.4265 h 187.05556 c 7.34861,0 13.36111,-6.01048 13.36111,-13.35663 V 55.650611 c 0,-7.346144 -6.0125,-13.356626 -13.36111,-13.356626 H 282.72222 V 122.43374 L 256,104.65272 229.27778,122.43374 V 42.293985 h -66.80556 c -7.34861,0 -13.36111,6.010482 -13.36111,13.356626 V 215.93012 c 0,7.34615 6.0125,13.35663 13.36111,13.35663 z m 53.44444,53.4265 H 149.11111 V 362.853 L 122.38889,345.07199 95.666667,362.853 V 282.71325 H 28.861112 C 21.5125,282.71325 15.5,288.72373 15.5,296.06987 v 160.27951 c 0,7.34614 6.0125,13.35663 13.361112,13.35663 H 215.91666 c 7.34862,0 13.36112,-6.01049 13.36112,-13.35663 V 296.06987 c 0,-7.34614 -6.0125,-13.35662 -13.36112,-13.35662 z" d="m 493.65188,283.95905 h -69.89761 v 83.87713 l -27.95905,-18.61024 -27.95904,18.61024 v -83.87713 h -69.89761 c -7.68874,0 -13.97953,6.29078 -13.97953,13.97952 v 167.75427 c 0,7.68873 6.29079,13.97952 13.97953,13.97952 h 195.71331 c 7.68873,0 13.97952,-6.29079 13.97952,-13.97952 V 297.93857 c 0,-7.68874 -6.29079,-13.97952 -13.97952,-13.97952 z M 158.14334,228.04096 h 195.71332 c 7.68873,0 13.97952,-6.29078 13.97952,-13.97952 V 46.307167 c 0,-7.688738 -6.29079,-13.979523 -13.97952,-13.979523 H 283.95904 V 116.20478 L 256,97.594536 228.04096,116.20478 V 32.327644 h -69.89762 c -7.68873,0 -13.97952,6.290785 -13.97952,13.979523 V 214.06144 c 0,7.68874 6.29079,13.97952 13.97952,13.97952 z m 55.91809,55.91809 h -69.89761 v 83.87713 L 116.20478,349.22594 88.245734,367.83618 V 283.95905 H 18.348123 c -7.688738,0 -13.9795227,6.29078 -13.9795227,13.97952 v 167.75427 c 0,7.68873 6.2907847,13.97952 13.9795227,13.97952 H 214.06143 c 7.68874,0 13.97953,-6.29079 13.97953,-13.97952 V 297.93857 c 0,-7.68874 -6.29079,-13.97952 -13.97953,-13.97952 z"
id="path2" id="path2"
style="fill:currentColor;stroke:#ffffff;stroke-width:31;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:currentColor;stroke:#ffffff;stroke-width:8.73720169;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -18,7 +18,7 @@
id="svg4" id="svg4"
sodipodi:docname="check.svg" sodipodi:docname="check.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)" inkscape:version="0.92.3 (2405546, 2018-03-11)"
inkscape:export-filename="/home/skylar/Documents/Projects/Sources/Apps/Native/PackageHelper/www/assets/images/check.png" inkscape:export-filename="/home/skylar/Documents/Projects/Sources/PackageHelper/www/assets/images/check.png"
inkscape:export-xdpi="9.3800001" inkscape:export-xdpi="9.3800001"
inkscape:export-ydpi="9.3800001"> inkscape:export-ydpi="9.3800001">
<metadata <metadata
@ -29,7 +29,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title /> <dc:title></dc:title>
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@ -44,29 +44,20 @@
guidetolerance="10" guidetolerance="10"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1680"
inkscape:window-height="1013" inkscape:window-height="991"
id="namedview6" id="namedview6"
showgrid="false" showgrid="false"
inkscape:zoom="0.4609375" inkscape:zoom="0.4609375"
inkscape:cx="-477.28814" inkscape:cx="-52.067797"
inkscape:cy="256" inkscape:cy="256"
inkscape:window-x="0" inkscape:window-x="1920"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg4" inkscape:current-layer="svg4" />
inkscape:pagecheckerboard="true" />
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect2099"
width="360.13559"
height="340.61017"
x="-429.55933"
y="84.610176"
transform="rotate(-90)" />
<path <path
d="M 497,256 C 497,389.10099 389.101,497 256.00001,497 122.89902,497 15.000002,389.10099 15.000002,256 15.000002,122.899 122.89902,14.999998 256.00001,14.999998 389.101,14.999998 497,122.899 497,256 Z M 228.1237,383.60755 406.93014,204.8011 c 6.07165,-6.07164 6.07165,-15.91668 0,-21.98834 L 384.9418,160.82443 c -6.07163,-6.07261 -15.91667,-6.07261 -21.9893,0 L 217.12904,306.64692 149.04751,238.5654 c -6.07164,-6.07165 -15.91668,-6.07165 -21.9893,0 l -21.98835,21.98834 c -6.071639,6.07163 -6.071639,15.91668 0,21.98833 l 101.06453,101.06451 c 6.07261,6.07262 15.91668,6.07262 21.98931,9.6e-4 z" d="m 507.00001,256 c 0,138.62386 -112.37614,251.00001 -251,251.00001 C 117.37615,507.00001 4.9999944,394.62386 4.9999944,256 4.9999944,117.37614 117.37615,4.99999 256.00001,4.99999 c 138.62386,0 251,112.37615 251,251.00001 z M 226.967,388.90248 413.19281,202.67666 c 6.32358,-6.32357 6.32358,-16.57712 0,-22.90071 l -22.90072,-22.90071 c -6.32357,-6.32459 -16.57712,-6.32459 -22.90172,0 L 215.51613,308.74846 144.60964,237.84197 c -6.32357,-6.32358 -16.57712,-6.32358 -22.90172,0 l -22.900724,22.90072 c -6.323577,6.32357 -6.323577,16.57713 0,22.90071 L 204.06527,388.90147 c 6.32459,6.32459 16.57713,6.32459 22.90173,10e-4 z"
id="path2" id="path2"
style="fill:#4caf50;stroke:#ffffff;stroke-width:30;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:#4caf50;stroke:#ffffff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -18,7 +18,7 @@
id="svg4" id="svg4"
sodipodi:docname="envelope.svg" sodipodi:docname="envelope.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)" inkscape:version="0.92.3 (2405546, 2018-03-11)"
inkscape:export-filename="/home/skylar/Documents/Projects/Sources/Apps/Native/PackageHelper/www/assets/images/envelope.png" inkscape:export-filename="/home/skylar/Documents/Projects/Sources/PackageHelper/www/assets/images/envelope.png"
inkscape:export-xdpi="9.3800001" inkscape:export-xdpi="9.3800001"
inkscape:export-ydpi="9.3800001"> inkscape:export-ydpi="9.3800001">
<metadata <metadata
@ -29,7 +29,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title /> <dc:title></dc:title>
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@ -45,20 +45,19 @@
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1015" inkscape:window-height="1013"
id="namedview6" id="namedview6"
showgrid="false" showgrid="false"
inkscape:zoom="1.84375" inkscape:zoom="0.4609375"
inkscape:cx="290.45453" inkscape:cx="-52.067797"
inkscape:cy="218.7895" inkscape:cy="256"
inkscape:window-x="1920" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg4" inkscape:current-layer="svg4" />
inkscape:pagecheckerboard="true" />
<path <path
d="m 487.14678,194.86572 c 3.66006,-2.90666 9.10322,-0.18714 9.10322,4.40687 v 191.74804 c 0,24.84754 -20.17724,45.00682 -45.04687,45.00682 H 60.796877 c -24.869629,0 -45.046876,-20.15928 -45.046876,-45.00682 V 199.36635 c 0,-4.68816 5.349317,-7.31352 9.103223,-4.40687 21.021875,16.31499 48.894629,37.03685 144.619236,106.51624 19.80186,14.43973 53.21163,44.81929 86.52754,44.63177 33.50361,0.28119 67.57031,-30.75462 86.62139,-44.63177 95.72461,-69.47939 123.50351,-90.29501 144.52539,-106.61 z M 256,316.00921 c 21.77266,0.37524 53.11778,-27.37924 68.88418,-38.81844 124.53584,-90.29502 134.01445,-98.17122 162.73184,-120.67468 5.44316,-4.21935 8.63398,-10.78287 8.63398,-17.72144 v -17.8152 c 0,-24.847528 -20.17724,-45.006903 -45.04687,-45.006903 H 60.796877 c -24.869629,0 -45.046876,20.159375 -45.046876,45.006903 v 17.8152 c 0,6.93857 3.190821,13.40833 8.633984,17.72144 28.717384,22.4097 38.195997,30.37966 162.731845,120.67468 15.7664,11.4392 47.11151,39.19349 68.88417,38.81844 z" d="m 497.58161,192.04909 c 3.82529,-3.04058 9.51418,-0.19576 9.51418,4.60991 v 200.58242 c 0,25.99234 -21.08812,47.08041 -47.08046,47.08041 H 51.984673 c -25.992337,0 -47.0804607,-21.08807 -47.0804607,-47.08041 V 196.75708 c 0,-4.90416 5.5908047,-7.65048 9.5141767,-4.60991 21.970881,17.06667 51.101916,38.74324 151.147891,111.42375 20.69579,15.10501 55.6138,46.88424 90.43372,46.68808 35.01609,0.29415 70.62069,-32.17157 90.5318,-46.68808 100.04598,-72.68051 129.07893,-94.45516 151.04981,-111.52183 z M 256,318.77401 c 22.75556,0.39253 55.51571,-28.64068 71.99387,-40.60692 130.15786,-94.45517 140.06437,-102.69425 170.07817,-126.23451 5.68888,-4.41374 9.02375,-11.27966 9.02375,-18.53791 v -18.636 c 0,-25.992326 -21.08812,-47.080502 -47.08046,-47.080502 H 51.984673 c -25.992337,0 -47.0804607,21.088176 -47.0804607,47.080502 v 18.636 c 0,7.25825 3.3348668,14.02609 9.0237547,18.53791 30.013794,23.44218 39.920307,31.77934 170.078173,126.23451 16.47815,11.96624 49.2383,40.99925 71.99386,40.60692 z"
id="path2" id="path2"
style="fill:currentColor;stroke:#ffffff;stroke-width:31.49999809;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:currentColor;stroke:#ffffff;stroke-width:9.80842876;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -21,7 +21,7 @@
width="512" width="512"
height="512" height="512"
inkscape:version="0.92.3 (2405546, 2018-03-11)" inkscape:version="0.92.3 (2405546, 2018-03-11)"
inkscape:export-filename="/home/skylar/Documents/Projects/Sources/Apps/Native/PackageHelper/www/assets/images/express.png" inkscape:export-filename="/home/skylar/Documents/Projects/Sources/PackageHelper/www/assets/images/express.png"
inkscape:export-xdpi="9.3800001" inkscape:export-xdpi="9.3800001"
inkscape:export-ydpi="9.3800001"> inkscape:export-ydpi="9.3800001">
<metadata <metadata
@ -32,7 +32,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title /> <dc:title></dc:title>
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@ -57,20 +57,19 @@
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1015" inkscape:window-height="1013"
id="namedview6" id="namedview6"
showgrid="false" showgrid="false"
inkscape:zoom="0.4609375" inkscape:zoom="0.4609375"
inkscape:cx="214.32713" inkscape:cx="11.932203"
inkscape:cy="323.29431" inkscape:cy="256"
inkscape:window-x="1920" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg4" inkscape:current-layer="svg4" />
inkscape:pagecheckerboard="true" />
<path <path
d="m 489.7,329.7718 h -12.3 v -83.07012 c 0,-9.7594 -3.92063,-19.13456 -10.83938,-26.05067 L 389.7625,143.88223 c -6.91875,-6.91611 -16.2975,-10.83524 -26.06063,-10.83524 H 329.8 V 96.161091 c 0,-20.364093 -16.52813,-36.885903 -36.9,-36.885903 H 96.100003 c -20.371875,0 -36.9,16.52181 -36.9,36.885903 V 133.04699 H 16.149999 c -3.3825,0 -6.1499998,2.76644 -6.1499998,6.14765 v 12.2953 c 0,3.38121 2.7674998,6.14765 6.1499998,6.14765 H 225.25 c 3.3825,0 6.15,2.76645 6.15,6.14765 v 12.2953 c 0,3.38121 -2.7675,6.14765 -6.15,6.14765 H 40.75 c -3.3825,0 -6.15,2.76645 -6.15,6.14765 v 12.29531 c 0,3.3812 2.7675,6.14765 6.15,6.14765 h 159.9 c 3.3825,0 6.15,2.76644 6.15,6.14765 v 12.2953 c 0,3.3812 -2.7675,6.14765 -6.15,6.14765 H 16.149999 c -3.3825,0 -6.1499998,2.76644 -6.1499998,6.14765 v 12.2953 c 0,3.38121 2.7674998,6.14765 6.1499998,6.14765 H 176.05 c 3.3825,0 6.15,2.76644 6.15,6.14765 v 12.2953 c 0,3.38121 -2.7675,6.14765 -6.15,6.14765 H 59.200003 v 98.36241 c 0,40.72818 33.05625,73.7718 73.799997,73.7718 40.74375,0 73.8,-33.04362 73.8,-73.7718 h 98.4 c 0,40.72818 33.05625,73.7718 73.8,73.7718 40.74375,0 73.8,-33.04362 73.8,-73.7718 h 36.9 c 6.765,0 12.3,-5.53289 12.3,-12.2953 V 342.0671 c 0,-6.76241 -5.535,-12.2953 -12.3,-12.2953 z M 133,415.83891 c -20.37188,0 -36.899997,-16.52181 -36.899997,-36.8859 0,-20.3641 16.528117,-36.88591 36.899997,-36.88591 20.37187,0 36.9,16.52181 36.9,36.88591 0,20.36409 -16.52813,36.8859 -36.9,36.8859 z m 246,0 c -20.37188,0 -36.9,-16.52181 -36.9,-36.8859 0,-20.3641 16.52812,-36.88591 36.9,-36.88591 20.37187,0 36.9,16.52181 36.9,36.88591 0,20.36409 -16.52813,36.8859 -36.9,36.8859 z M 440.5,256 H 329.8 v -86.06711 h 33.90187 L 440.5,246.70168 Z" d="m 499.2,332.8 h -12.8 v -86.48 c 0,-10.16 -4.08,-19.92 -11.28,-27.12 L 395.2,139.28 C 388,132.08 378.24,128 368.08,128 H 332.8 V 89.6 c 0,-21.2 -17.2,-38.4 -38.4,-38.4 H 89.600002 c -21.2,0 -38.4,17.2 -38.4,38.4 V 128 H 6.3999985 c -3.52,0 -6.4,2.88 -6.4,6.4 v 12.8 c 0,3.52 2.88,6.4 6.4,6.4 H 224 c 3.52,0 6.4,2.88 6.4,6.4 v 12.8 c 0,3.52 -2.88,6.4 -6.4,6.4 H 31.999999 c -3.52,0 -6.4,2.88 -6.4,6.4 v 12.8 c 0,3.52 2.88,6.4 6.4,6.4 H 198.4 c 3.52,0 6.4,2.88 6.4,6.4 V 224 c 0,3.52 -2.88,6.4 -6.4,6.4 H 6.3999985 c -3.52,0 -6.4,2.88 -6.4,6.4 v 12.8 c 0,3.52 2.88,6.4 6.4,6.4 H 172.8 c 3.52,0 6.4,2.88 6.4,6.4 v 12.8 c 0,3.52 -2.88,6.4 -6.4,6.4 H 51.200002 V 384 c 0,42.4 34.4,76.8 76.799998,76.8 42.4,0 76.8,-34.4 76.8,-76.8 h 102.4 c 0,42.4 34.4,76.8 76.8,76.8 42.4,0 76.8,-34.4 76.8,-76.8 h 38.4 c 7.04,0 12.8,-5.76 12.8,-12.8 v -25.6 c 0,-7.04 -5.76,-12.8 -12.8,-12.8 z M 128,422.4 c -21.2,0 -38.399998,-17.2 -38.399998,-38.4 0,-21.2 17.199998,-38.4 38.399998,-38.4 21.2,0 38.4,17.2 38.4,38.4 0,21.2 -17.2,38.4 -38.4,38.4 z m 256,0 c -21.2,0 -38.4,-17.2 -38.4,-38.4 0,-21.2 17.2,-38.4 38.4,-38.4 21.2,0 38.4,17.2 38.4,38.4 0,21.2 -17.2,38.4 -38.4,38.4 z M 448,256 H 332.8 v -89.6 h 35.28 L 448,246.32 Z"
id="path2" id="path2"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
style="fill:currentColor;stroke:#ffffff;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> style="fill:currentColor;stroke:#ffffff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,153 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 135.46666 135.46667"
version="1.1"
id="svg7166"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="logo.svg"
inkscape:export-filename="/home/skylar/Documents/Projects/Assets/PackageHelper/logo.png"
inkscape:export-xdpi="96.000008"
inkscape:export-ydpi="96.000008">
<defs
id="defs7160">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath7298">
<rect
style="fill:#000000;fill-opacity:1;stroke-width:0.49260601"
id="rect7300"
width="252.21428"
height="252.21428"
x="108.23811"
y="62.791664"
rx="14.778181"
ry="14.778181" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="-35.714286"
inkscape:cy="502.85714"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1015"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata7163">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-161.53332)">
<g
id="g7294"
transform="matrix(0.5371094,0,0,0.5371094,-58.135705,127.80733)"
clip-path="url(#clipPath7298)">
<g
inkscape:label="Layer 1"
id="layer1-7"
transform="translate(98.878579,27.365487)">
<rect
style="opacity:1;fill:#2196f3;fill-opacity:1;stroke:none;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect930"
width="270.93332"
height="270.93332"
x="2.9541011e-06"
y="26.06665" />
<path
sodipodi:type="star"
style="opacity:1;fill:#1976d2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path932"
sodipodi:sides="3"
sodipodi:cx="37.468803"
sodipodi:cy="275.44373"
sodipodi:r1="43.112488"
sodipodi:r2="21.556244"
sodipodi:arg1="0.52359878"
sodipodi:arg2="1.5707963"
inkscape:flatsided="true"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 74.805313,296.99997 -74.67301934,0 37.33651034,-64.66873 z"
inkscape:transform-center-y="-25.330169"
transform="matrix(2.1686357,0,0,2.3501502,1.4459442,-410.066)" />
<path
transform="matrix(1.6940182,0,0,1.3303796,116.31992,-124.58106)"
inkscape:transform-center-y="-14.338981"
d="m 74.805313,296.99997 -74.67301934,0 37.33651034,-64.66873 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="true"
sodipodi:arg2="1.5707963"
sodipodi:arg1="0.52359878"
sodipodi:r2="21.556244"
sodipodi:r1="43.112488"
sodipodi:cy="275.44373"
sodipodi:cx="37.468803"
sodipodi:sides="3"
id="path934"
style="opacity:0.5;fill:#1976d2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="star" />
<path
inkscape:connector-curvature="0"
style="fill:#acd6ff;fill-opacity:0.46733668;stroke-width:0.06555524"
d="m 203.06397,109.73197 c 0.26877,-0.70144 0.41955,-1.46844 0.41955,-2.26821 0,-3.47443 -2.81888,-6.29331 -6.2933,-6.29331 -1.29145,0 -2.49766,0.39334 -3.4941,1.062 -1.81588,-3.146647 -5.20509,-5.257527 -9.09252,-5.257527 -5.79508,0 -10.48885,4.693747 -10.48885,10.488837 0,0.177 0.007,0.354 0.0131,0.531 -3.67109,1.29144 -6.30641,4.79209 -6.30641,8.90895 0,5.21164 4.22832,9.43996 9.43996,9.43996 h 24.12433 c 4.63476,0 8.39108,-3.75631 8.39108,-8.39107 0,-4.05787 -2.88443,-7.44708 -6.71286,-8.22063 z"
id="path2" />
</g>
<g
inkscape:label="Layer 1"
id="layer1-3"
transform="matrix(0.82142858,0,0,0.82142858,178.59848,0.5726301)">
<g
transform="matrix(0.26458333,0,0,0.26458333,8.5989574,161.53331)"
class="fa-group"
id="g6">
<path
style="opacity:1;fill:#7ac0f8;fill-opacity:1"
inkscape:connector-curvature="0"
class="fa-secondary"
d="m 256,32 32,128 v 112 a 16,16 0 0 1 -16,16 H 176 A 16,16 0 0 1 160,272 V 160 L 192,32 Z"
id="path2-5" />
<path
style="fill:#f7fbff;fill-opacity:1"
inkscape:connector-curvature="0"
class="fa-primary"
d="m 446.7,160 c 0.4,-0.5 0.5,-0.7 0.9,-1.2 L 391.3,53.9 A 32,32 0 0 0 360.9,32 H 256 l 32,128 z M 160,160 192,32 H 87.1 A 32,32 0 0 0 56.7,53.9 L 0.4,158.8 c 0.4,0.5 0.5,0.7 0.9,1.2 z m 128,32 v 80 a 16,16 0 0 1 -16,16 H 176 A 16,16 0 0 1 160,272 V 192 H 0 v 256 a 32,32 0 0 0 32,32 h 384 a 32,32 0 0 0 32,-32 V 192 Z"
id="path4" />
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -29,7 +29,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title /> <dc:title></dc:title>
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@ -45,20 +45,19 @@
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1015" inkscape:window-height="1013"
id="namedview6" id="namedview6"
showgrid="false" showgrid="false"
inkscape:zoom="0.4609375" inkscape:zoom="0.4609375"
inkscape:cx="-530.03518" inkscape:cx="-451.93349"
inkscape:cy="454.85998" inkscape:cy="107.74134"
inkscape:window-x="1920" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg4" inkscape:current-layer="svg4" />
inkscape:pagecheckerboard="true" />
<path <path
d="m 123.45,255.99998 h 265.1 c 6.6275,0 12.05,-5.41881 12.05,-12.04179 V 75.373001 c 0,-6.62299 -5.4225,-12.0418 -12.05,-12.0418 h -84.35001 v 96.334379 l -48.2,-24.08359 -48.2,24.08359 V 63.331201 H 123.45 c -6.6275,0 -12.05,5.41881 -12.05,12.0418 V 243.95819 c 0,6.62298 5.4225,12.04179 12.05,12.04179 z m 361.5,96.33439 c 6.6275,0 12.05,-5.4188 12.05,-12.04179 v -24.0836 c 0,-6.62299 -5.4225,-12.0418 -12.05,-12.0418 H 27.05 c -6.6275,0 -12.05,5.41881 -12.05,12.0418 v 24.0836 c 0,6.62299 5.4225,12.04179 12.05,12.04179 H 63.2 v 48.16721 H 27.05 c -6.6275,0 -12.05,5.41879 -12.05,12.04179 V 436.627 c 0,6.62299 5.4225,12.0418 12.05,12.0418 h 457.9 c 6.6275,0 12.05,-5.41881 12.05,-12.0418 v -24.08363 c 0,-6.623 -5.4225,-12.04179 -12.05,-12.04179 H 448.8 V 352.33437 Z M 231.89999,400.50158 H 111.4 v -48.16721 h 120.49999 z m 168.70001,0 H 280.09999 V 352.33437 H 400.6 Z" d="m 117.95,255.99998 h 276.1 c 6.9025,0 12.55,-5.64696 12.55,-12.5488 V 67.76794 c 0,-6.901842 -5.6475,-12.548804 -12.55,-12.548804 H 306.19999 V 155.60955 l -50.2,-25.0976 -50.2,25.0976 V 55.219136 H 117.95 c -6.9025,0 -12.55,5.646962 -12.55,12.548804 v 175.68324 c 0,6.90184 5.6475,12.5488 12.55,12.5488 z m 376.5,100.39042 c 6.9025,0 12.55,-5.64695 12.55,-12.5488 V 318.744 c 0,-6.90185 -5.6475,-12.54881 -12.55,-12.54881 H 17.55 C 10.6475,306.19519 5,311.84215 5,318.744 v 25.0976 c 0,6.90185 5.6475,12.5488 12.55,12.5488 H 55.2 v 50.19522 H 17.55 c -6.9025,0 -12.55,5.64695 -12.55,12.5488 v 25.09764 c 0,6.90184 5.6475,12.5488 12.55,12.5488 h 476.9 c 6.9025,0 12.55,-5.64696 12.55,-12.5488 v -25.09764 c 0,-6.90185 -5.6475,-12.5488 -12.55,-12.5488 H 456.8 V 356.3904 Z M 230.89999,406.58562 H 105.4 V 356.3904 h 125.49999 z m 175.70001,0 H 281.09999 V 356.3904 H 406.6 Z"
id="path2" id="path2"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
style="fill:currentColor;stroke:#ffffff;stroke-width:30;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> style="fill:currentColor;stroke:#ffffff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1006 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -45,20 +45,19 @@
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1015" inkscape:window-height="1013"
id="namedview6" id="namedview6"
showgrid="false" showgrid="false"
inkscape:zoom="0.4609375" inkscape:zoom="0.4609375"
inkscape:cx="-443.25552" inkscape:cx="-451.93349"
inkscape:cy="281.30066" inkscape:cy="107.74134"
inkscape:window-x="1920" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg4" inkscape:current-layer="svg4" />
inkscape:pagecheckerboard="true" />
<path <path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
style="fill:currentColor;stroke:#ffffff;stroke-width:30;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:currentColor;stroke:#ffffff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 75.25,256 h 168.7 c 6.6275,0 12.05,-5.41881 12.05,-12.0418 V 75.373025 c 0,-6.622988 -5.4225,-12.041806 -12.05,-12.041806 H 75.25 c -6.6275,0 -12.05,5.418818 -12.05,12.041806 V 243.9582 C 63.2,250.58119 68.6225,256 75.25,256 Z m 241,0 h 120.5 c 6.6275,0 12.05,-5.41881 12.05,-12.0418 V 123.54021 c 0,-6.62298 -5.4225,-12.04179 -12.05,-12.04179 h -120.5 c -6.6275,0 -12.05,5.41881 -12.05,12.04179 V 243.9582 c 0,6.62299 5.4225,12.0418 12.05,12.0418 z m 168.7,96.33439 c 6.6275,0 12.05,-5.41881 12.05,-12.0418 v -24.0836 C 497,309.586 491.5775,304.1672 484.95,304.1672 H 27.05 c -6.6275,0 -12.05,5.4188 -12.05,12.04179 v 24.0836 c 0,6.62299 5.4225,12.0418 12.05,12.0418 H 63.2 v 48.16719 H 27.05 c -6.6275,0 -12.05,5.41881 -12.05,12.0418 v 24.0836 c 0,6.62299 5.4225,12.0418 12.05,12.0418 h 457.9 c 6.6275,0 12.05,-5.41881 12.05,-12.0418 v -24.0836 c 0,-6.62299 -5.4225,-12.0418 -12.05,-12.0418 H 448.8 V 352.33439 Z M 231.9,400.50158 H 111.4 v -48.16719 h 120.5 z m 168.7,0 H 280.1 v -48.16719 h 120.5 z" d="m 67.75,256 h 175.7 c 6.9025,0 12.55,-5.64696 12.55,-12.5488 V 67.767965 c 0,-6.90184 -5.6475,-12.54881 -12.55,-12.54881 H 67.75 c -6.9025,0 -12.55,5.64697 -12.55,12.54881 V 243.4512 C 55.2,250.35304 60.8475,256 67.75,256 Z m 251,0 h 125.5 c 6.9025,0 12.55,-5.64696 12.55,-12.5488 V 117.96317 c 0,-6.90184 -5.6475,-12.5488 -12.55,-12.5488 h -125.5 c -6.9025,0 -12.55,5.64696 -12.55,12.5488 V 243.4512 c 0,6.90184 5.6475,12.5488 12.55,12.5488 z m 175.7,100.39042 c 6.9025,0 12.55,-5.64696 12.55,-12.5488 v -25.09761 c 0,-6.90184 -5.6475,-12.5488 -12.55,-12.5488 H 17.55 c -6.9025,0 -12.55,5.64696 -12.55,12.5488 v 25.09761 c 0,6.90184 5.6475,12.5488 12.55,12.5488 H 55.2 v 50.19521 H 17.55 c -6.9025,0 -12.55,5.64696 -12.55,12.5488 v 25.09761 c 0,6.90184 5.6475,12.5488 12.55,12.5488 h 476.9 c 6.9025,0 12.55,-5.64696 12.55,-12.5488 v -25.09761 c 0,-6.90184 -5.6475,-12.5488 -12.55,-12.5488 H 456.8 V 356.39042 Z M 230.9,406.58563 H 105.4 v -50.19521 h 125.5 z m 175.7,0 H 281.1 v -50.19521 h 125.5 z"
id="path2-6" /> id="path2-6" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -20,7 +20,7 @@
width="512" width="512"
height="512" height="512"
inkscape:version="0.92.3 (2405546, 2018-03-11)" inkscape:version="0.92.3 (2405546, 2018-03-11)"
inkscape:export-filename="/home/skylar/Documents/Projects/Sources/Apps/Native/PackageHelper/www/assets/images/multiple-items.png" inkscape:export-filename="/home/skylar/Documents/Projects/Sources/PackageHelper/www/assets/images/multiple-items.png"
inkscape:export-xdpi="9.3800001" inkscape:export-xdpi="9.3800001"
inkscape:export-ydpi="9.3800001"> inkscape:export-ydpi="9.3800001">
<metadata <metadata
@ -46,21 +46,20 @@
guidetolerance="10" guidetolerance="10"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1680"
inkscape:window-height="1015" inkscape:window-height="991"
id="namedview6" id="namedview6"
showgrid="false" showgrid="false"
inkscape:zoom="0.65186406" inkscape:zoom="0.4609375"
inkscape:cx="-175.30252" inkscape:cx="-20.067797"
inkscape:cy="318.51884" inkscape:cy="256"
inkscape:window-x="1920" inkscape:window-x="1920"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg4" inkscape:current-layer="svg4" />
inkscape:pagecheckerboard="true" />
<path <path
d="M 146.66667,419.98589 C 124.8,419.98589 102.93333,400.8542 92,392.65492 37.333333,354.39153 20.933333,340.72606 9.9999999,332.52675 v 114.79012 c 0,15.09182 12.2402091,27.33098 27.3333331,27.33098 H 255.99999 c 15.09314,0 27.33334,-12.23916 27.33334,-27.33098 V 332.52675 c -10.93334,8.19931 -27.33334,21.86478 -82,60.12817 -10.93333,8.19928 -32.79999,27.33097 -54.66666,27.33097 z M 255.99999,255.99999 H 37.333333 c -15.093124,0 -27.3333331,12.23917 -27.3333331,27.331 v 13.66549 C 31.866666,313.39506 29.133333,313.39506 108.4,370.79013 c 8.2,5.46619 24.59999,21.86479 38.26667,21.86479 13.66667,0 30.06666,-16.3986 38.26666,-19.13171 79.26666,-57.39506 76.53333,-57.39506 98.4,-73.79364 v -16.39858 c 0,-15.09183 -12.2402,-27.331 -27.33334,-27.331 z M 474.66667,174.00705 H 201.33333 c -15.09312,0 -27.33333,12.23916 -27.33333,27.331 v 27.33098 h 81.99999 c 28.36689,0 51.75397,21.71104 54.41896,49.38365 l 0.24772,-0.1879 v 114.79014 h 164 c 15.09312,0 27.33333,-12.23918 27.33333,-27.331 V 201.33805 c 0,-15.09184 -12.24021,-27.331 -27.33333,-27.331 z m -27.33333,109.32394 h -54.66668 v -54.66196 h 54.66668 z M 146.66667,201.33805 c 0,-30.14095 24.52312,-54.66197 54.66666,-54.66197 H 392.66666 V 64.683139 c 0,-15.091821 -12.24019,-27.330992 -27.33333,-27.330992 H 92 c -15.093126,0 -27.333334,12.239171 -27.333334,27.330992 V 228.66903 h 82.000004 z" d="m 144.70646,422.94033 c -22.25872,0 -44.51743,-19.47637 -55.64678,-27.82338 C 33.412906,356.1642 16.718874,342.25252 5.5895199,333.90549 v 116.85823 c 0,15.36372 12.4596611,27.82338 27.8233861,27.82338 H 255.99999 c 15.36374,0 27.82339,-12.45966 27.82339,-27.82338 V 333.90549 c -11.12936,8.34703 -27.82339,22.25871 -83.47016,61.21146 -11.12935,8.34701 -33.38805,27.82338 -55.64676,27.82338 z M 255.99999,256 H 33.412906 C 18.049181,256 5.5895199,268.45967 5.5895199,283.8234 v 13.91169 c 22.2587091,16.69403 19.4763701,16.69403 100.1641901,75.12315 8.34702,5.56467 25.04104,22.25871 38.95275,22.25871 13.91169,0 30.60572,-16.69404 38.95273,-19.47639 80.68782,-58.42911 77.90548,-58.42911 100.16419,-75.12313 V 283.8234 C 283.82338,268.45967 271.36373,256 255.99999,256 Z M 478.5871,172.52984 H 200.35322 c -15.36372,0 -27.82338,12.45966 -27.82338,27.8234 v 27.82339 h 83.47015 c 28.87547,0 52.68186,22.1022 55.39463,50.27337 l 0.25216,-0.19129 V 395.11695 H 478.5871 c 15.36372,0 27.82338,-12.45968 27.82338,-27.8234 V 200.35324 c 0,-15.36374 -12.45966,-27.8234 -27.82338,-27.8234 z M 450.76371,283.8234 h -55.64678 v -55.64677 h 55.64678 z M 144.70646,200.35324 c 0,-30.68398 24.96279,-55.64678 55.64676,-55.64678 H 395.11693 V 61.236302 c 0,-15.363722 -12.45965,-27.823398 -27.82339,-27.823398 H 89.05968 c -15.363727,0 -27.823387,12.459676 -27.823387,27.823398 V 228.17663 h 83.470167 z"
id="path2" id="path2"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
style="fill:currentColor;stroke:#fffafa;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> style="fill:currentColor;stroke:#fffafa;stroke-width:11.179039;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,61 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
class="svg-inline--fa fa-box-open fa-w-19"
aria-hidden="true"
data-icon="box-open"
data-prefix="fal"
focusable="false"
role="img"
version="1.1"
viewBox="0 0 608 512"
id="svg879"
sodipodi:docname="note-dashed.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<defs
id="defs883" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1015"
id="namedview881"
showgrid="false"
height="1"
inkscape:zoom="1.3037281"
inkscape:cx="241.86287"
inkscape:cy="228.99761"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg879" />
<metadata
id="metadata875">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
d="M 392,320 H 528 V 56.000003 c 0,-13.3 -10.7,-24 -24,-24 H 104 c -13.3,0 -24,10.7 -24,24 V 456 c 0,13.3 10.7,24 24,24 H 368 V 344 c 0,-13.2 10.8,-24 24,-24 z m 129,55 -98,98 c -4.5,4.5 -10.6,7 -17,7 h -6 V 352 h 128 v 6.1 c 0,6.3 -2.5,12.4 -7,16.9 z"
id="path2"
style="fill:none;stroke:#9e9e9e;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:5, 5;stroke-dashoffset:0;stroke-opacity:1"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -45,20 +45,19 @@
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1015" inkscape:window-height="1013"
id="namedview6" id="namedview6"
showgrid="false" showgrid="false"
inkscape:zoom="0.32593203" inkscape:zoom="0.4609375"
inkscape:cx="-333.05608" inkscape:cx="-47.728814"
inkscape:cy="278.48961" inkscape:cy="256"
inkscape:window-x="1920" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg4" inkscape:current-layer="svg4" />
inkscape:pagecheckerboard="true" />
<path <path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
style="fill:currentColor;stroke:#ffffff;stroke-width:30.00000191;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:currentColor;stroke:#ffffff;stroke-width:9.80799961;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 197.60108,396.66571 c -2.46905,-4.95267 -6.77106,-5.45463 -8.51196,-5.45463 -1.74088,0 -6.04289,0.49359 -8.3864,5.17855 l -6.41954,12.83342 c -5.33148,10.69173 -20.94928,9.51213 -24.67379,-1.74849 l -14.08615,-42.22314 -8.88023,26.67076 c -4.92973,14.77434 -18.73131,24.70476 -34.315637,24.70476 H 81.957348 c -7.398783,0 -13.39147,-5.99004 -13.39147,-13.38556 0,-7.39555 5.992687,-13.38558 13.39147,-13.38558 h 10.370025 c 4.042546,0 7.624766,-2.57673 8.905327,-6.40835 l 15.22442,-45.71175 c 2.762,-8.20704 10.41187,-13.72858 19.06612,-13.72858 8.65424,0 16.30412,5.51317 19.05773,13.72858 l 11.61711,34.83596 c 16.5301,-13.54453 45.24643,-8.11501 55.23981,11.84623 1.58187,3.16235 4.59495,4.97777 7.83402,5.23712 V 320.95353 L 336.40367,214.6302 V 175.68654 H 222.5678 c -11.04796,0 -20.08721,-9.03527 -20.08721,-20.07837 V 41.830741 H 35.087202 c -11.13166,0 -20.087206,8.951606 -20.087206,20.078377 V 450.09089 c 0,11.12676 8.955546,20.07837 20.087206,20.07837 H 316.30809 c 11.13167,0 20.08721,-8.95161 20.08721,-20.07837 v -33.46395 l -107.13176,-0.092 c -13.49191,-0.25934 -25.59445,-7.76363 -31.66246,-19.86921 z M 336.3953,143.81212 c 0,-5.27057 -2.09241,-10.37382 -5.85876,-14.13852 L 248.59747,47.686936 c -3.76635,-3.764691 -8.87185,-5.856195 -14.22843,-5.856195 h -5.1055 V 148.91538 H 336.3953 Z m -80.34882,188.28489 v 57.75879 h 57.74235 L 449.10964,253.67426 392.29632,196.88595 Z M 490.84919,181.8188 464.17504,155.1564 c -8.31945,-8.31579 -21.81972,-8.31579 -30.13917,0 l -22.80735,22.79732 56.81331,56.78831 22.80736,-22.79731 c 8.32781,-8.31579 8.32781,-21.81013 0,-30.12592 z" d="m 193.94336,405.45713 c -2.62221,-5.2622 -7.19108,-5.79553 -9.03996,-5.79553 -1.84888,0 -6.41775,0.52444 -8.90663,5.5022 l -6.81775,13.6355 c -5.6622,11.35995 -22.24879,10.10662 -26.20433,-1.85777 l -14.95994,-44.86203 -9.43107,28.33765 c -5.23553,15.69771 -19.893239,26.24878 -36.444279,26.24878 h -11.01329 c -7.85774,0 -14.22216,-6.36442 -14.22216,-14.22216 0,-7.85775 6.36442,-14.22216 14.22216,-14.22216 h 11.01329 c 4.29331,0 8.09774,-2.73777 9.45774,-6.80886 l 16.168809,-48.56868 c 2.93332,-8.71996 11.05773,-14.5866 20.2488,-14.5866 9.19108,0 17.31549,5.85775 20.23992,14.5866 l 12.33772,37.01317 c 17.55548,-14.39105 48.05313,-8.62218 58.66641,12.58661 1.68,3.35999 4.87998,5.28887 8.31997,5.56442 v -72.99523 l 113.77728,-112.9684 v -41.3776 H 220.4588 c -11.73328,0 -21.33324,-9.59996 -21.33324,-21.33324 V 28.44543 H 21.348551 c -11.8221703,0 -21.33324027,9.51107 -21.33324027,21.33325 v 412.44265 c 0,11.82217 9.51106997,21.33324 21.33324027,21.33324 H 320.01392 c 11.82217,0 21.33324,-9.51107 21.33324,-21.33324 v -35.5554 l -113.77728,-0.0978 c -14.32883,-0.27555 -27.18211,-8.24885 -33.62652,-21.11102 z m 147.4038,-268.65661 c 0,-5.59998 -2.22221,-11.02217 -6.22219,-15.02216 L 248.10312,34.66763 c -3.99998,-3.99998 -9.42218,-6.2222 -15.11104,-6.2222 h -5.4222 V 142.22272 H 341.34716 Z M 256.0142,336.85298 v 61.36863 h 61.32418 L 461.05331,253.5289 400.71579,193.19139 Z M 505.38201,177.18257 477.05324,148.8538 c -8.83552,-8.83552 -23.17323,-8.83552 -32.00875,0 l -24.22212,24.22212 60.33752,60.33751 24.22212,-24.22211 c 8.8444,-8.83552 8.8444,-23.17324 0,-32.00875 z"
id="path2-3" /> id="path2-3" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Some files were not shown because too many files have changed in this diff Show More