@ihk-gfi/lux-components-update 13.2.0 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +10 -8
- package/src/add-lux-components/files/app/app-routing.module.ts +2 -0
- package/src/add-lux-components/files/app/app.component.html +7 -2
- package/src/add-lux-components/files/app/app.component.ts +9 -1
- package/src/add-lux-components/files/app/app.module.ts +6 -1
- package/src/add-lux-components/files/app/base/license-hint/license-hint.component.html +7 -0
- package/src/add-lux-components/files/app/base/license-hint/license-hint.component.ts +18 -0
- package/src/add-lux-components/files/app/home/home.component.scss +3 -0
- package/src/add-lux-components/files/assets/svg/Example.svg +6 -0
- package/src/add-lux-components/files/assets/svg/android.svg +2 -0
- package/src/add-lux-components/files/assets/svg/box.svg +690 -0
- package/src/add-lux-components/files/assets/svg/demoAppLogo.svg +1 -0
- package/src/add-lux-components/files/assets/svg/red_power_button.svg +67 -0
- package/src/add-lux-components/files/assets/svg/svg2009.svg +57457 -0
- package/src/add-lux-components/files/environments/environment.ts +2 -2
- package/src/add-lux-components/files/locale/messages.en.xlf +544 -373
- package/src/add-lux-components/files/locale/messages.xlf +517 -352
- package/src/add-lux-components/files/src/polyfills.ts +29 -39
- package/src/add-lux-components/index.d.ts +1 -1
- package/src/add-lux-components/index.js +47 -26
- package/src/add-lux-components/index.js.map +1 -1
- package/src/add-lux-components/index.ts +50 -31
- package/src/add-lux-components/index_spec.js +3 -3
- package/src/add-lux-components/index_spec.ts +1 -1
- package/src/collection.json +13 -14
- package/src/theme/change-theme-to-authentic/index.d.ts +4 -0
- package/src/theme/change-theme-to-authentic/index.js +129 -0
- package/src/theme/change-theme-to-authentic/index.js.map +1 -0
- package/src/theme/change-theme-to-authentic/index.ts +131 -0
- package/src/{updates/update130000 → theme/change-theme-to-authentic}/index_spec.d.ts +0 -0
- package/src/theme/change-theme-to-authentic/index_spec.js +300 -0
- package/src/theme/change-theme-to-authentic/index_spec.js.map +1 -0
- package/src/theme/change-theme-to-authentic/index_spec.ts +321 -0
- package/src/{updates/update130100 → theme/change-theme-to-authentic}/schema.json +3 -3
- package/src/theme/change-to-lux-icons/index.d.ts +7 -0
- package/src/theme/change-to-lux-icons/index.js +395 -0
- package/src/theme/change-to-lux-icons/index.js.map +1 -0
- package/src/theme/change-to-lux-icons/index.ts +406 -0
- package/src/{updates/update130100 → theme/change-to-lux-icons}/index_spec.d.ts +0 -0
- package/src/theme/change-to-lux-icons/index_spec.js +214 -0
- package/src/theme/change-to-lux-icons/index_spec.js.map +1 -0
- package/src/theme/change-to-lux-icons/index_spec.ts +220 -0
- package/src/{updates/update130200 → theme/change-to-lux-icons}/schema.json +3 -3
- package/src/update-dependencies/index.d.ts +0 -3
- package/src/update-dependencies/index.js +68 -116
- package/src/update-dependencies/index.js.map +1 -1
- package/src/update-dependencies/index.ts +73 -122
- package/src/update-en-messages/index.js +18 -15
- package/src/update-en-messages/index.js.map +1 -1
- package/src/update-en-messages/index.ts +22 -16
- package/src/updates/update140000/files/src/polyfills.ts +70 -0
- package/src/updates/update140000/index.d.ts +8 -0
- package/src/updates/update140000/index.js +83 -0
- package/src/updates/update140000/index.js.map +1 -0
- package/src/updates/update140000/index.ts +97 -0
- package/src/updates/{update130200 → update140000}/index_spec.d.ts +0 -0
- package/src/updates/update140000/index_spec.js +77 -0
- package/src/updates/update140000/index_spec.js.map +1 -0
- package/src/updates/update140000/index_spec.ts +79 -0
- package/src/updates/{update130000 → update140000}/schema.json +0 -0
- package/src/utility/files.d.ts +2 -2
- package/src/utility/files.js +5 -5
- package/src/utility/files.js.map +1 -1
- package/src/utility/files.ts +5 -5
- package/src/utility/html/hit.d.ts +21 -0
- package/src/utility/html/hit.js +27 -0
- package/src/utility/html/hit.js.map +1 -0
- package/src/utility/html/hit.ts +28 -0
- package/src/utility/html/html-manipulator.d.ts +71 -0
- package/src/utility/html/html-manipulator.js +136 -0
- package/src/utility/html/html-manipulator.js.map +1 -0
- package/src/utility/html/html-manipulator.ts +156 -0
- package/src/utility/{html_spec.d.ts → html/html_spec.d.ts} +0 -0
- package/src/utility/{html_spec.js → html/html_spec.js} +232 -100
- package/src/utility/html/html_spec.js.map +1 -0
- package/src/utility/{html_spec.ts → html/html_spec.ts} +282 -106
- package/src/utility/html/manipulator-functions.d.ts +99 -0
- package/src/utility/html/manipulator-functions.js +147 -0
- package/src/utility/html/manipulator-functions.js.map +1 -0
- package/src/utility/html/manipulator-functions.ts +149 -0
- package/src/utility/json.d.ts +2 -2
- package/src/utility/json.js +11 -7
- package/src/utility/json.js.map +1 -1
- package/src/utility/json.ts +42 -26
- package/src/utility/json_spec.js +18 -18
- package/src/utility/json_spec.js.map +1 -1
- package/src/utility/json_spec.ts +136 -66
- package/src/utility/typescript.d.ts +3 -3
- package/src/utility/typescript.js +2 -2
- package/src/utility/typescript.js.map +1 -1
- package/src/utility/typescript.ts +3 -3
- package/src/utility/typescript_spec.js +0 -1
- package/src/utility/typescript_spec.js.map +1 -1
- package/src/utility/typescript_spec.ts +0 -2
- package/src/utility/util.d.ts +7 -6
- package/src/utility/util.js +12 -8
- package/src/utility/util.js.map +1 -1
- package/src/utility/util.ts +13 -10
- package/src/utility/validation.d.ts +2 -3
- package/src/utility/validation.js +2 -3
- package/src/utility/validation.js.map +1 -1
- package/src/utility/validation.ts +2 -3
- package/tsconfig.json +5 -7
- package/src/add-lux-components/files/scripts/.browserslistrc +0 -20
- package/src/updates/update130000/files/root/.browserslistrc +0 -20
- package/src/updates/update130000/index.d.ts +0 -27
- package/src/updates/update130000/index.js +0 -310
- package/src/updates/update130000/index.js.map +0 -1
- package/src/updates/update130000/index.ts +0 -362
- package/src/updates/update130000/index_spec.js +0 -584
- package/src/updates/update130000/index_spec.js.map +0 -1
- package/src/updates/update130000/index_spec.ts +0 -675
- package/src/updates/update130100/index.d.ts +0 -2
- package/src/updates/update130100/index.js +0 -27
- package/src/updates/update130100/index.js.map +0 -1
- package/src/updates/update130100/index.ts +0 -27
- package/src/updates/update130100/index_spec.js +0 -65
- package/src/updates/update130100/index_spec.js.map +0 -1
- package/src/updates/update130100/index_spec.ts +0 -69
- package/src/updates/update130200/index.d.ts +0 -2
- package/src/updates/update130200/index.js +0 -43
- package/src/updates/update130200/index.js.map +0 -1
- package/src/updates/update130200/index.ts +0 -41
- package/src/updates/update130200/index_spec.js +0 -106
- package/src/updates/update130200/index_spec.js.map +0 -1
- package/src/updates/update130200/index_spec.ts +0 -110
- package/src/utility/html.d.ts +0 -49
- package/src/utility/html.js +0 -246
- package/src/utility/html.js.map +0 -1
- package/src/utility/html.ts +0 -288
- package/src/utility/html_spec.js.map +0 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ Dieses Projekt enthält alle Updateskripte (umgesetzt mit Angular Schematics) f
|
|
|
4
4
|
|
|
5
5
|
Updateskripte:
|
|
6
6
|
|
|
7
|
-
- `update` (aktualisiert das Projekt auf die Version
|
|
8
|
-
- `update-
|
|
7
|
+
- `update` (aktualisiert das Projekt auf die Version 14.0.0)
|
|
8
|
+
- `update-14.x.x` (aktualisiert das Projekt auf die Version 14.x.x)
|
|
9
9
|
- `add-lux-components` (fügt die LUX-Components zu einem Angular-Projekt hinzu)
|
|
10
10
|
|
|
11
11
|
## Voraussetzungen
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ihk-gfi/lux-components-update",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"description": "Schematics für die Aktualisierung von LUX-Applikationen",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -p tsconfig.json",
|
|
@@ -30,22 +30,24 @@
|
|
|
30
30
|
},
|
|
31
31
|
"schematics": "./src/collection.json",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@angular-devkit/core": "
|
|
34
|
-
"@angular-devkit/schematics": "
|
|
35
|
-
"@angular-devkit/schematics-cli": "
|
|
36
|
-
"@angular/cli": "
|
|
33
|
+
"@angular-devkit/core": "14.2.6",
|
|
34
|
+
"@angular-devkit/schematics": "14.2.6",
|
|
35
|
+
"@angular-devkit/schematics-cli": "14.2.6",
|
|
36
|
+
"@angular/cli": "14.2.6",
|
|
37
37
|
"@types/jasmine": "4.0.3",
|
|
38
|
-
"@types/node": "16.11.
|
|
38
|
+
"@types/node": "16.11.34",
|
|
39
39
|
"@types/semver": "7.3.9",
|
|
40
|
+
"@types/jsdom": "20.0.0",
|
|
40
41
|
"chalk": "4.1.2",
|
|
41
42
|
"cheerio": "1.0.0-rc.9",
|
|
42
43
|
"htmlparser2": "6.1.0",
|
|
43
44
|
"jasmine": "4.1.0",
|
|
45
|
+
"jsdom": "20.0.1",
|
|
44
46
|
"jsonc-parser": "3.0.0",
|
|
45
47
|
"semver": "7.3.7",
|
|
46
|
-
"typescript": "4.
|
|
48
|
+
"typescript": "4.7.3"
|
|
47
49
|
},
|
|
48
50
|
"devDependencies": {
|
|
49
|
-
"prettier": "2.
|
|
51
|
+
"prettier": "2.6.2"
|
|
50
52
|
}
|
|
51
53
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { RouterModule, Routes } from '@angular/router';
|
|
3
3
|
import { LuxLayoutModule } from '@ihk-gfi/lux-components';
|
|
4
|
+
import { LicenseHintComponent } from './base/license-hint/license-hint.component';
|
|
4
5
|
import { ErrorComponent } from './error/error.component';
|
|
5
6
|
import { HomeComponent } from './home/home.component';
|
|
6
7
|
import { ProfilComponent } from './profil/profil.component';
|
|
@@ -9,6 +10,7 @@ const routes: Routes = [
|
|
|
9
10
|
{ path: '', redirectTo: '/home', pathMatch: 'full' },
|
|
10
11
|
{ path: 'home', component: HomeComponent },
|
|
11
12
|
{ path: 'profil', component: ProfilComponent },
|
|
13
|
+
{ path: 'license-hint', component: LicenseHintComponent },
|
|
12
14
|
{ path: '**', component: ErrorComponent } // Immer als letzte Route !! -> 404!
|
|
13
15
|
];
|
|
14
16
|
|
|
@@ -7,17 +7,22 @@
|
|
|
7
7
|
<lux-side-nav-item
|
|
8
8
|
luxLabel="Home"
|
|
9
9
|
luxTagId="project-side-nav-item"
|
|
10
|
-
luxIconName="
|
|
10
|
+
luxIconName="lux-home-1"
|
|
11
11
|
(luxClicked)="router.navigate(['/'])"
|
|
12
12
|
>
|
|
13
13
|
</lux-side-nav-item>
|
|
14
14
|
<lux-side-nav-item
|
|
15
15
|
luxLabel="Profil"
|
|
16
16
|
luxTagId="project-side-nav-item"
|
|
17
|
-
luxIconName="
|
|
17
|
+
luxIconName="lux-interface-user-single"
|
|
18
18
|
(luxClicked)="router.navigate(['/profil'])"
|
|
19
19
|
>
|
|
20
20
|
</lux-side-nav-item>
|
|
21
|
+
<lux-side-nav-footer>
|
|
22
|
+
<div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="8px" class="lux-mt-3">
|
|
23
|
+
<lux-link-plain luxLabel="Lizenzhinweis" [luxRaised]="true" (luxClicked)="goToLicenseHint()"></lux-link-plain>
|
|
24
|
+
</div>
|
|
25
|
+
</lux-side-nav-footer>
|
|
21
26
|
</lux-side-nav>
|
|
22
27
|
</lux-app-header>
|
|
23
28
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
1
|
+
import { Component, ViewChild } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { LuxThemeService } from '@ihk-gfi/lux-components';
|
|
4
|
+
import { LuxSideNavComponent } from '@ihk-gfi/lux-components';
|
|
4
5
|
|
|
5
6
|
@Component({
|
|
6
7
|
selector: 'app-root',
|
|
@@ -9,8 +10,15 @@ import { LuxThemeService } from '@ihk-gfi/lux-components';
|
|
|
9
10
|
})
|
|
10
11
|
export class AppComponent {
|
|
11
12
|
|
|
13
|
+
@ViewChild(LuxSideNavComponent) sideNavComp!: LuxSideNavComponent;
|
|
14
|
+
|
|
12
15
|
constructor(public router: Router, themeService: LuxThemeService) {
|
|
13
16
|
themeService.loadTheme();
|
|
17
|
+
router.initialNavigation();
|
|
14
18
|
}
|
|
15
19
|
|
|
20
|
+
goToLicenseHint() {
|
|
21
|
+
this.sideNavComp.close();
|
|
22
|
+
this.router.navigate(['license-hint']);
|
|
23
|
+
}
|
|
16
24
|
}
|
|
@@ -2,11 +2,13 @@ import { registerLocaleData } from '@angular/common';
|
|
|
2
2
|
import localeDE from '@angular/common/locales/de';
|
|
3
3
|
import localeDeExtra from '@angular/common/locales/extra/de';
|
|
4
4
|
import { NgModule } from '@angular/core';
|
|
5
|
+
import { HttpClientModule } from '@angular/common/http';
|
|
5
6
|
import { FlexLayoutModule } from '@angular/flex-layout';
|
|
6
7
|
import { BrowserModule } from '@angular/platform-browser';
|
|
7
8
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
8
9
|
import {
|
|
9
10
|
LuxActionModule,
|
|
11
|
+
LuxMarkdownModule,
|
|
10
12
|
LuxCommonModule,
|
|
11
13
|
LuxComponentsConfigModule,
|
|
12
14
|
LuxComponentsConfigParameters,
|
|
@@ -25,6 +27,7 @@ import { AppComponent } from './app.component';
|
|
|
25
27
|
import { ErrorComponent } from './error/error.component';
|
|
26
28
|
import { HomeComponent } from './home/home.component';
|
|
27
29
|
import { ProfilComponent } from './profil/profil.component';
|
|
30
|
+
import { LicenseHintComponent } from './base/license-hint/license-hint.component';
|
|
28
31
|
|
|
29
32
|
registerLocaleData(localeDE, localeDeExtra);
|
|
30
33
|
|
|
@@ -33,11 +36,12 @@ const luxComponentsConfig: LuxComponentsConfigParameters = {
|
|
|
33
36
|
};
|
|
34
37
|
|
|
35
38
|
@NgModule({
|
|
36
|
-
declarations: [AppComponent, HomeComponent, ErrorComponent, ProfilComponent],
|
|
39
|
+
declarations: [AppComponent, HomeComponent, ErrorComponent, ProfilComponent, LicenseHintComponent],
|
|
37
40
|
imports: [
|
|
38
41
|
BrowserModule,
|
|
39
42
|
BrowserAnimationsModule,
|
|
40
43
|
AppRoutingModule,
|
|
44
|
+
HttpClientModule,
|
|
41
45
|
LuxDirectivesModule,
|
|
42
46
|
LuxIconModule,
|
|
43
47
|
LuxLayoutModule,
|
|
@@ -47,6 +51,7 @@ const luxComponentsConfig: LuxComponentsConfigParameters = {
|
|
|
47
51
|
LuxPipesModule,
|
|
48
52
|
LuxPopupsModule,
|
|
49
53
|
LuxErrorModule,
|
|
54
|
+
LuxMarkdownModule,
|
|
50
55
|
FlexLayoutModule,
|
|
51
56
|
LuxComponentsConfigModule.forRoot(luxComponentsConfig)
|
|
52
57
|
],
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
|
|
3
|
+
@Component({
|
|
4
|
+
selector: 'app-license-hint',
|
|
5
|
+
templateUrl: './license-hint.component.html'
|
|
6
|
+
})
|
|
7
|
+
export class LicenseHintComponent {
|
|
8
|
+
licenceHintIcons = `
|
|
9
|
+
## Lizenzhinweis - Icons
|
|
10
|
+
|
|
11
|
+
In dieser Demo werden auch Streamline Icons verwendet.
|
|
12
|
+
Die Streamline Icons laufen unter der Lizenz CC-BY 4.0 und der Urheber ist „streamlinehq.com“ ("Streamline Icons Core Line free Copyright © by streamlinehq.com“).
|
|
13
|
+
Bezugsquelle: „[Free Core Line – Free Icons Set - 1000 customizable PNGs, SVGs, PDFs (streamlinehq.com)](https://www.streamlinehq.com/icons/streamline-mini-line)“.
|
|
14
|
+
Die Lizenz „[CC BY 4.0“ ist zu finden unter „[Streamline Free License | Streamline Help center (intercom.help)](https://intercom.help/streamlinehq/en/articles/5354376-streamline-free-license)“.
|
|
15
|
+
`;
|
|
16
|
+
|
|
17
|
+
constructor() {}
|
|
18
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="-0.952 -0.602 511 454">
|
|
3
|
+
<path d="m41.112 452.57c-22.68 0-41.112-18.5-41.112-41.18 0-7.272 1.872-14.4 5.472-20.592l213.84-370.22c15.84-27.432 55.368-27.432 71.208 0l213.77 370.22c3.672 6.264 5.544 13.392 5.544 20.592 0 22.68-18.432 41.112-41.112 41.184h-427.61z" fill="#ED171F"/>
|
|
4
|
+
<polygon points="52.056 405.13 457.63 405.13 254.81 53.838" fill="#FEB82F"/>
|
|
5
|
+
<path d="m356.83 314.98c-0.144-0.72-0.144-1.512-0.072-2.232v-1.368s0-0.936 0-1.368c-0.072-0.864 0-1.728 0.144-2.592 0.432-2.304 0.72-4.464 0.864-6.696 0.144-1.584 0.216-3.168 0.288-4.752l0.144-2.448 0.432-3.384 0.432-4.32c0.072-0.288 0.072-0.576 0.072-0.792 0-0.288 0-0.576-0.072-0.792l-0.432-4.176c0.432 1.944 0.864 3.888 1.08 5.832l1.08 7.056 0.072 0.936 0.216 2.016 0.144 1.512v2.304l-0.072 2.016 0.216 3.456 0.216 4.32 0.216 3.24-0.072 5.472-0.144 1.944-0.144 1.728-0.36 2.16c0 0.432 0.072 0.936 0.072 1.368 0 0.576-0.072 1.224-0.072 1.872v0.216c0 0.432 0.072 0.864 0.144 1.224 0.288 0.792 0.432 1.584 0.504 2.448 0.144 0.864 0.216 1.728 0.432 2.592s0.36 1.728 0.36 2.664l0.072 1.8c0 0.36 0.216 0.72 0.504 0.864 0.432 0.288 1.008 0.504 1.584 0.504 0.072 0 0.144 0.072 0.216 0.072 0.432 0 0.792-0.144 1.152-0.288 0.72-0.216 1.08-0.864 1.08-1.584v-3.6c0-1.584-0.144-3.168-0.432-4.752-0.216-1.296-0.216-2.664-0.072-4.032 0.072-0.36 0.144-0.792 0.288-1.224 0.072-0.432 0.072-0.864 0.072-1.368 0-0.36-0.072-0.72-0.288-0.936-0.432-0.576-0.72-1.08-0.936-1.728-0.36-0.792-0.648-1.584-0.864-2.448-0.216-0.648-0.36-1.368-0.288-2.088 0.072-1.152 0.072-2.304 0.072-3.456v-0.072c0-1.512 0.144-3.024 0.36-4.536 0.216-1.296 0.36-2.664 0.36-4.032v-9.072l0.144-11.52-0.144-5.112c-0.072-0.864-0.072-1.728-0.144-2.592-0.072-2.808-0.576-5.472-1.512-8.064-0.936-2.52-2.232-4.752-4.032-6.768-1.656-1.8-3.456-3.456-5.472-4.896-1.296-0.936-2.664-1.728-4.104-2.304-2.088-0.864-4.32-1.656-6.552-2.232-1.512-0.432-3.024-0.648-4.608-0.72-1.08-0.072-2.448-0.072-3.744-0.144h-1.512c-2.16 0-4.248 0.144-6.336 0.504-1.008 0.216-1.944 0.36-2.952 0.504-1.44 0.216-2.808 0.36-4.176 0.504-3.384 0.36-6.84 0.648-10.296 0.864-6.048 0.288-12.672 0.864-19.368 1.512-2.808 0.36-5.112 0.576-7.416 0.72-0.576 0.072-1.584 0.144-2.52 0.216-1.08 0.072-1.872 0.072-2.664-0.072-0.648-0.072-1.296-0.144-2.016-0.216-2.448-0.36-4.824-0.504-7.2-0.504-6.336 0-12.744-0.432-19.08-1.368-6.984-1.008-13.824-1.584-20.808-1.584h-0.648c-1.8 0-3.6 0-5.328 0.144-1.872 0.144-3.888 0.36-5.904 0.576-1.8 0.216-3.744 0.36-5.76 0.504-2.52 0.216-4.824 0.288-7.128 0.216-1.656-0.072-3.312-0.216-5.04-0.36-1.872-0.144-3.744-0.504-5.616-1.008-2.232-0.576-4.464-1.296-6.624-2.232-0.864-0.288-1.656-0.72-2.448-1.152l-1.296-0.792 0.576-1.368c0.216-0.216 0.288-0.504 0.288-0.864v-0.216c-0.144-0.576-0.432-1.008-1.008-1.224-0.648-0.216-1.368-0.504-2.16-0.72-0.504-0.216-1.08-0.432-1.584-0.648-0.72-0.36-1.512-0.648-2.304-0.792s-1.512-0.576-2.016-1.224l-2.88-3.528c-0.144-0.144-0.288-0.216-0.432-0.288h-0.216c-0.216 0-0.36 0.144-0.504 0.36-0.072 0.216-0.072 0.432-0.072 0.648s0 0.432 0.072 0.576l0.36 0.864 0.72 1.944 0.864 2.304h-0.072c-1.224 0.072-2.304 0.36-3.312 0.864-0.504 0.288-1.296 0.72-2.016 1.152-1.008 0.504-1.584 1.008-2.088 1.656-0.216 0.216-0.432 0.432-0.72 0.576-0.36 0.216-0.792 0.288-1.224 0.144-0.648-0.144-1.296-0.576-1.728-1.152l-3.168-4.104c-0.216-0.216-0.432-0.36-0.72-0.36-0.072-0.072-0.144-0.072-0.144-0.072-0.288 0-0.504 0.144-0.648 0.36-0.144 0.288-0.216 0.576-0.216 0.864 0 0.144 0 0.36 0.072 0.576l0.504 1.152 0.936 2.304 0.72 1.44 0.792 1.08 0.576 0.864 1.224 2.088c0.072 0.144 0.144 0.288 0.144 0.432 0 0.216-0.072 0.36-0.216 0.504-0.504 0.648-1.08 1.296-1.728 1.944-0.504 0.504-1.152 0.864-1.8 1.008-0.792 0.216-1.44 0.864-1.656 1.656-0.216 0.72-0.432 1.512-0.504 2.232-0.144 1.224-0.72 2.304-1.512 3.168-0.648 0.576-1.152 1.224-1.584 1.944-0.72 1.08-1.44 2.16-2.304 3.168-0.648 0.792-1.152 1.728-1.584 2.592-0.432 1.08-1.008 2.088-1.8 2.88l-4.536 4.896c-0.072 0.36-0.144 0.72-0.144 1.08 0 0.288 0 0.504 0.072 0.72 0.144 1.008 0.432 2.016 0.72 2.952 0.288 0.792 0.72 1.44 1.224 2.088 0.504 0.576 1.008 1.152 1.656 1.656s1.44 0.936 2.232 1.224c0.36 0.072 0.72 0.144 1.08 0.144 0.576 0 1.152-0.144 1.656-0.432s1.008-0.432 1.584-0.576c0.792-0.216 1.656-0.216 2.52-0.072 1.224 0.216 2.304 0.432 3.312 0.648-0.36-0.072 0.216-0.072 0.792-0.072s1.224-0.072 1.872-0.144c1.08-0.288 2.16-0.504 3.168-0.648 0.576-0.144 1.512-0.432 2.376-0.792 0.648-0.288 1.368-0.288 2.088-0.072 0.792 0.288 1.584 0.648 2.376 1.08 1.8 1.008 3.744 1.656 5.76 2.016 0.72 0.144 1.44 0.288 2.088 0.432 0.936 0.144 2.088 0.288 3.168 0.288 0.792 0.072 1.584 0.216 2.376 0.576 1.44 0.72 2.736 1.8 3.672 3.168 1.224 1.8 2.304 3.672 3.24 5.688 0.72 1.512 1.584 3.096 2.448 4.608 0.648 1.08 1.224 2.376 1.728 3.672 0.72 1.8 1.44 3.384 2.232 5.04 0.504 1.152 1.008 2.304 1.44 3.528 0.144 0.36 0.36 0.72 0.576 1.008 2.016 2.736 4.752 4.752 7.92 5.76l1.944 0.648-2.016 1.8-4.104 3.672-2.16 2.088-1.728 1.872c-0.504 0.792-1.008 1.656-1.656 2.448-0.504 0.792-0.936 1.44-1.224 2.16-0.288 0.648-0.432 1.296-0.432 2.016 0 0.288 0.072 0.576 0.072 0.864 0.216 1.08 0.648 2.088 1.152 3.024l1.08 1.8 1.296 1.728 3.888 3.672 1.728 1.728 1.584 1.656 0.864 1.08 2.592 3.24 4.536 4.824 2.376 2.232 1.872 1.44 1.512 1.008 1.08 0.504 0.576 0.072c0.648 1.656 1.728 3.168 3.024 4.32 0.504 0.504 1.152 0.864 1.872 1.008 0.648 0.144 1.224 0.288 1.872 0.432h0.432c0.288 0 0.504 0 0.792-0.072l0.432-0.144-3.384-11.592c-0.144-0.432-0.432-0.792-0.936-0.864l-3.096-0.72c-0.288-0.144-0.432-0.432-0.36-0.648l0.648-1.944c0.072-0.144 0.144-0.432 0.144-0.648 0-0.648-0.36-1.224-0.936-1.512-0.504-0.288-1.08-0.504-1.656-0.72-0.792-0.144-1.512-0.576-2.16-1.008-0.864-0.648-1.728-1.296-2.592-2.016-1.152-0.936-2.16-2.16-2.88-3.456-0.648-1.224-1.296-2.448-2.016-3.6-0.648-1.152-0.936-2.16-1.08-3.24-0.144-1.152 0.144-2.304 0.864-3.312s1.728-1.872 2.808-2.376c1.368-0.648 2.736-1.296 4.104-1.944 1.224-0.576 2.448-1.152 3.744-1.656 1.224-0.432 2.304-1.08 3.384-1.8 0.72-0.576 1.44-1.008 2.232-1.44 1.584-1.008 2.808-2.304 3.744-3.96l0.432-0.792 1.8 3.672 0.72 1.584 0.576 1.224 1.152 1.656 1.44 2.088 2.16 3.096 1.8 2.88 1.944 3.168 0.936 1.512 2.736 4.824 1.08 2.088 1.368 2.736 0.72 1.656 0.504 1.512c0.36 0.792 0.576 1.584 0.72 2.448 0.072 0.648 0.216 1.296 0.36 2.016 0 0.288 0.072 0.576 0.072 0.864 0 1.008-0.36 1.944-1.08 2.664l-2.304 2.592-0.36 0.576c-2.232 0.576-3.888 2.448-4.248 4.752l-0.072 0.504h12.312c1.008-1.08 1.584-2.448 1.584-3.888 0-0.864-0.216-1.728-0.576-2.52l-0.36-0.648c-0.072-0.288 0.072-0.504 0.288-0.504h1.44c0.936-0.144 1.512-0.936 1.512-1.8 0-0.144 0-0.216-0.072-0.36l-0.576-2.88-1.008-3.528-1.152-4.248-1.152-3.96-0.72-2.88-0.648-2.664-0.432-1.728-0.432-1.728-0.288-1.584-0.36-1.656-0.288-1.224-0.792-3.024c-0.432-1.368-0.936-2.808-1.296-4.176-0.576-2.088-1.368-4.176-2.376-6.048l-0.648-1.224 5.616-0.144h1.224c1.584 0 3.312 0 4.968-0.144 2.664-0.144 5.472 0.072 8.208 0.72 3.888 0.792 7.776 1.224 11.736 1.296 0.432 0.072 0.792 0.072 1.224 0.072 4.32 0 8.568-0.432 12.744-1.296 2.952-0.576 5.112-1.008 7.272-1.44l0.432-0.072c1.584 1.296 3.313 2.448 5.184 3.312l0.216 0.144-1.008 5.688c0.072 1.152 1.008 2.088 2.16 2.088 0.936 0 1.8-0.504 2.088-1.368l1.8-4.752 2.664 0.576-0.648 4.68v0.432c0 0.432 0.072 0.864 0.288 1.224 0.36 0.576 0.864 0.864 1.512 0.936h0.288c0.432 0 0.864-0.072 1.296-0.144 0.576-0.144 1.08-0.576 1.152-1.224l1.008-5.256 2.448 0.144c0.144 0.936 0.216 1.944 0.216 2.952v0.432c0 1.44-0.144 2.808-0.288 4.248-0.144 1.224-0.432 2.376-0.864 3.456-1.008 2.304-2.16 4.68-3.456 6.912l-0.864 1.512-1.52 2.8c-0.648 1.512-1.584 2.88-2.664 4.104l-0.864 1.008-1.008 1.008-2.592 2.16-2.016 1.728-2.52 2.088c-0.288 0.216-0.576 0.504-0.864 0.72-1.656 1.512-2.952 3.384-3.816 5.4l-0.216 0.648c-1.08 0.432-2.088 1.008-2.952 1.656-1.08 0.936-1.944 2.016-2.52 3.312l-0.288 0.648h12.24l0.288-0.072 3.528-6.552c0.072-0.216 0.288-0.36 0.504-0.36 0.144 0 0.288 0.072 0.36 0.144l0.936 0.792c0.144 0.144 0.36 0.288 0.504 0.288s0.216-0.072 0.288-0.072c0.36-0.216 0.72-0.432 1.008-0.72l0.36-0.432 1.368-1.584 1.08-1.44 3.888-6.552c0.576-0.864 1.08-1.584 1.584-2.304s1.296-1.584 2.232-2.304l2.016-1.512 7.632-5.688c0.288-0.36 0.576-0.792 0.648-1.296l2.16-9.36 0.432-1.656 1.008-2.448 1.08-1.872 0.864-0.864c1.152 2.232 2.664 4.32 4.32 6.12 1.008 1.08 1.944 2.016 2.88 2.952 1.152 1.224 2.16 2.52 2.952 4.032 1.584 3.024 2.736 6.408 3.384 9.792 0.36 1.872 0.648 3.744 1.008 5.616 0.072 0.72 0.144 1.584 0.144 2.448s-0.072 1.728-0.216 2.592c-0.072 0.576-0.288 1.08-0.648 1.512s-0.72 0.936-1.008 1.44c-0.216 0.36-0.288 0.792-0.36 1.296l-0.072 1.368-1.368 1.44-1.44 1.296c-0.504 0.72-0.792 1.44-0.936 2.232l-0.288 1.656h12.24l1.152-1.944c0.288-0.432 0.36-0.936 0.36-1.44 0-0.216 0-0.504-0.072-0.72-0.072-0.432-0.288-0.936-0.576-1.368-0.144-0.288-0.288-0.648-0.432-1.008-0.144-0.432-0.216-0.864-0.288-1.296 0-0.288 0.072-0.576 0.216-0.792 0.216-0.288 0.504-0.432 0.792-0.504l1.368-0.288c0.216 0 0.36-0.144 0.504-0.288 0.288-0.36 0.432-0.792 0.432-1.224 0-0.288-0.072-0.576-0.144-0.792-0.144-0.288-0.216-0.576-0.288-0.864-0.36-2.664-0.864-5.544-1.44-8.352l-0.432-2.376-0.792-5.904c-0.144-0.792-0.36-1.728-0.432-2.664-0.144-1.008-0.144-1.944 0.072-2.88 0.36-1.728 0.648-3.528 0.864-5.328 0.216-1.656 0.432-3.24 0.648-4.824 0.072-0.432 0.072-0.864 0.072-1.368v-1.152c-0.144-1.224-0.576-2.376-1.224-3.312-0.288-0.504-0.576-1.008-0.792-1.584l-0.792-2.304c-0.072-0.288-0.216-0.504-0.288-0.72-0.49-1.72-0.85-3.37-0.92-5.03z"/>
|
|
6
|
+
<metadata><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><cc:license rdf:resource="http://creativecommons.org/licenses/publicdomain/"/><dc:publisher><cc:Agent rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title>Warning Cows Roadsign</dc:title><dc:date>2006-11-01T21:20:10</dc:date><dc:description>A sign warning of cows.
\n 
\n Swedish Road Signs Collection on Wikicommons - 
\n URL http://commons.wikimedia.org/wiki/Category:Road_signs_of_Sweden
\n 
\n information about why this image is in the public domain can be found there.</dc:description><dc:source>http://openclipart.org/detail/1136/warning-cows-roadsign-by-ryanlerch</dc:source><dc:creator><cc:Agent><dc:title>ryanlerch</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>animal</rdf:li><rdf:li>clip art</rdf:li><rdf:li>clipart</rdf:li><rdf:li>cow</rdf:li><rdf:li>cows</rdf:li><rdf:li>danger</rdf:li><rdf:li>externalsource</rdf:li><rdf:li>farm</rdf:li><rdf:li>image</rdf:li><rdf:li>media</rdf:li><rdf:li>png</rdf:li><rdf:li>public domain</rdf:li><rdf:li>roadsign</rdf:li><rdf:li>sign</rdf:li><rdf:li>svg</rdf:li><rdf:li>sweden</rdf:li><rdf:li>warning</rdf:li><rdf:li>wikimedia commons</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License rdf:about="http://creativecommons.org/licenses/publicdomain/"><cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/><cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/><cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/></cc:License></rdf:RDF></metadata></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1" sodipodi:docname="android-thief.svg" xml:space="preserve" viewBox="0 0 57.817504 67.400289" height="100%" width="100%" enable-background="new 0 0 780 650" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" inkscape:version="0.48.3.1 r9886" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"><sodipodi:namedview fit-margin-left="0" inkscape:zoom="3.1603724" borderopacity="1" inkscape:current-layer="svg2" inkscape:cx="89.656547" inkscape:cy="34.013025" inkscape:window-maximized="0" showgrid="false" fit-margin-right="0" bordercolor="#666666" inkscape:window-x="0" guidetolerance="10" objecttolerance="10" inkscape:window-y="34" fit-margin-bottom="0" inkscape:window-width="1095" inkscape:pageopacity="0" inkscape:pageshadow="2" pagecolor="#ffffff" gridtolerance="10" inkscape:window-height="842" fit-margin-top="0"/>
|
|
2
|
+
<g transform="translate(-184.52,-76.084006)"><g fill="#00d400" transform="matrix(0.18361,0,0,0.18361,184.52,76.084)"><path inkscape:connector-curvature="0" d="M22.069,119.75c-12.198,0-22.069,10.03-22.069,22.41v87.588c0,12.375,9.8711,22.423,22.069,22.423s22.069-10.048,22.069-22.423v-87.588c0-12.383-9.8791-22.415-22.069-22.415z"/><path inkscape:connector-curvature="0" d="m60.189,121.05v158.51c0,9.4216,7.6481,17.054,17.054,17.054h19.469v48.272c0,12.255,9.7988,22.198,21.869,22.198s21.869-9.9353,21.869-22.198v-48.272h34.027v48.272c0,12.255,9.7667,22.198,21.869,22.198,12.07,0,21.853-9.9353,21.853-22.198v-48.272h19.485c9.4056,0,17.038-7.64,17.038-17.054v-158.51h-194.53z"/><path inkscape:connector-curvature="0" d="m292.84,119.72c-12.182,0-22.085,10.048-22.085,22.431v87.62c0,12.383,9.9032,22.431,22.085,22.431,12.198,0,22.053-10.048,22.053-22.431v-87.628c0-12.383-9.855-22.423-22.053-22.423z"/><path inkscape:connector-curvature="0" d="m208.46,39.703,18.482-27.157c2.4958-3.6595,1.5489-8.6592-2.1187-11.155-3.6675-2.4959-8.6673-1.5408-11.147,2.1267l-20.15,29.613c-11.179-3.8682-23.305-6.0912-36.082-6.0912-12.76,0-24.894,2.215-36.065,6.0831l-20.16-29.613c-2.508-3.6599-7.491-4.6069-11.159-2.119-3.667,2.4878-4.606,7.4955-2.118,11.155l18.498,27.157c-25.881,13.812-43.857,37.655-46.257,65.377h194.52c-2.3835-27.727-20.344-51.57-46.225-65.374zm-92.034,38.473c-5.9387,0-10.77-4.8232-10.77-10.762,0-5.9387,4.8152-10.762,10.77-10.762,5.9387,0,10.754,4.8232,10.754,10.762,0,5.9387-4.8152,10.762-10.754,10.762zm83.398,0c-5.9547,0-10.754-4.8232-10.754-10.762,0-5.9387,4.7991-10.762,10.754-10.762,5.9387,0,10.77,4.8232,10.77,10.762,0,5.9387-4.8312,10.762-10.77,10.762z"/></g><path inkscape:connector-curvature="0" d="m198.14,88.551,8.3594-4.9062,7,4,7-4,8,5-8,4-7-4-7,4z"/><path d="m267.12,84.21a2.125,2.125,0,1,1,-4.25,0,2.125,2.125,0,1,1,4.25,0z" inkscape:connector-curvature="0" transform="translate(-43.875,3.934)" fill="#FFF"/><path d="m267.12,84.21a2.125,2.125,0,1,1,-4.25,0,2.125,2.125,0,1,1,4.25,0z" inkscape:connector-curvature="0" transform="translate(-58.797,3.934)" fill="#FFF"/></g><metadata><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><cc:license rdf:resource="http://creativecommons.org/licenses/publicdomain/"/><dc:publisher><cc:Agent rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title/><dc:date>2013-11-23T15:31:08</dc:date><dc:description>Different stances of the android logo</dc:description><dc:source>https://openclipart.org/detail/189057/android-another-by-roshellin-189057</dc:source><dc:creator><cc:Agent><dc:title>roshellin</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>android</rdf:li><rdf:li>clipart_issue</rdf:li><rdf:li>roshellin</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License rdf:about="http://creativecommons.org/licenses/publicdomain/"><cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/><cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/><cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/></cc:License></rdf:RDF></metadata></svg>
|