@ihk-gfi/lux-components-update 18.5.2 → 19.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 +3 -3
- package/collection.json +22 -57
- package/package.json +15 -34
- package/src/update-dependencies/index.js +89 -0
- package/{update-en-messages → src/update-en-messages}/index.js +4 -4
- package/src/update-standalone-imports/index.js +677 -0
- package/src/update-standalone-imports/schema.json +20 -0
- package/src/updates/19.0.0/index.js +345 -0
- package/{utility → src/utility}/dependencies.js +5 -7
- package/{utility → src/utility}/files.js +9 -1
- package/{utility → src/utility}/html/hit.js +5 -0
- package/{utility → src/utility}/html/html-manipulator.js +6 -4
- package/{utility → src/utility}/json.js +21 -4
- package/{utility → src/utility}/replace-item.js +17 -2
- package/{utility → src/utility}/typescript.js +125 -46
- package/{utility → src/utility}/util.js +0 -22
- package/{utility → src/utility}/validation.js +1 -2
- package/add-lux-components/files/app/app-routing.module.ts +0 -21
- package/add-lux-components/files/app/app.component.html +0 -34
- package/add-lux-components/files/app/app.component.scss +0 -4
- package/add-lux-components/files/app/app.component.spec.ts +0 -21
- package/add-lux-components/files/app/app.component.ts +0 -24
- package/add-lux-components/files/app/app.module.ts +0 -63
- package/add-lux-components/files/app/base/license-hint/license-hint.component.html +0 -11
- package/add-lux-components/files/app/base/license-hint/license-hint.component.ts +0 -24
- package/add-lux-components/files/app/error/error.component.html +0 -10
- package/add-lux-components/files/app/error/error.component.scss +0 -3
- package/add-lux-components/files/app/error/error.component.spec.ts +0 -51
- package/add-lux-components/files/app/error/error.component.ts +0 -17
- package/add-lux-components/files/app/home/home.component.html +0 -10
- package/add-lux-components/files/app/home/home.component.scss +0 -3
- package/add-lux-components/files/app/home/home.component.ts +0 -13
- package/add-lux-components/files/app/profil/profil.component.html +0 -1
- package/add-lux-components/files/app/profil/profil.component.scss +0 -0
- package/add-lux-components/files/app/profil/profil.component.spec.ts +0 -24
- package/add-lux-components/files/app/profil/profil.component.ts +0 -11
- package/add-lux-components/files/assets/svg/Example.svg +0 -6
- package/add-lux-components/files/assets/svg/android.svg +0 -2
- package/add-lux-components/files/assets/svg/box.svg +0 -690
- package/add-lux-components/files/assets/svg/demoAppLogo.svg +0 -1
- package/add-lux-components/files/assets/svg/red_power_button.svg +0 -67
- package/add-lux-components/files/assets/svg/svg2009.svg +0 -57457
- package/add-lux-components/files/environments/environment.prod.ts +0 -4
- package/add-lux-components/files/environments/environment.ts +0 -17
- package/add-lux-components/files/locale/messages.en.xlf +0 -1373
- package/add-lux-components/files/locale/messages.xlf +0 -1220
- package/add-lux-components/files/root/move-de-files.js +0 -15
- package/add-lux-components/files/src/index.html +0 -29
- package/add-lux-components/files/src/main.ts +0 -12
- package/add-lux-components/index.d.ts +0 -10
- package/add-lux-components/index.js +0 -232
- package/add-lux-components/schema.json +0 -23
- package/update-dependencies/index.d.ts +0 -6
- package/update-dependencies/index.js +0 -89
- package/update-en-messages/index.d.ts +0 -2
- package/updates/18.0.0/index.d.ts +0 -13
- package/updates/18.0.0/index.js +0 -125
- package/updates/18.1.0/index.d.ts +0 -2
- package/updates/18.1.0/index.js +0 -19
- package/updates/18.1.0/schema.json +0 -23
- package/updates/18.2.0/index.d.ts +0 -5
- package/updates/18.2.0/index.js +0 -44
- package/updates/18.2.0/schema.json +0 -23
- package/updates/18.3.0/index.d.ts +0 -5
- package/updates/18.3.0/index.js +0 -59
- package/updates/18.3.0/schema.json +0 -23
- package/updates/18.4.0/index.d.ts +0 -7
- package/updates/18.4.0/index.js +0 -76
- package/updates/18.4.0/schema.json +0 -23
- package/updates/18.5.0/index.d.ts +0 -5
- package/updates/18.5.0/index.js +0 -53
- package/updates/18.5.0/schema.json +0 -23
- package/utility/dependencies.d.ts +0 -45
- package/utility/files.d.ts +0 -66
- package/utility/html/hit.d.ts +0 -21
- package/utility/html/html-manipulator.d.ts +0 -71
- package/utility/html/manipulator-functions.d.ts +0 -99
- package/utility/json.d.ts +0 -82
- package/utility/logging.d.ts +0 -32
- package/utility/replace-item.d.ts +0 -18
- package/utility/test.d.ts +0 -10
- package/utility/typescript.d.ts +0 -22
- package/utility/util.d.ts +0 -37
- package/utility/validation.d.ts +0 -10
- /package/{update-dependencies → src/update-dependencies}/schema.json +0 -0
- /package/{update-en-messages → src/update-en-messages}/schema.json +0 -0
- /package/{updates/18.0.0 → src/updates/19.0.0}/schema.json +0 -0
- /package/{utility → src/utility}/html/manipulator-functions.js +0 -0
- /package/{utility → src/utility}/logging.js +0 -0
- /package/{utility → src/utility}/test.js +0 -0
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
|
|
2
|
-
|
|
3
|
-
import { ProfilComponent } from './profil.component';
|
|
4
|
-
|
|
5
|
-
describe('ProfilComponent', () => {
|
|
6
|
-
let component: ProfilComponent;
|
|
7
|
-
let fixture: ComponentFixture<ProfilComponent>;
|
|
8
|
-
|
|
9
|
-
beforeEach(waitForAsync(() => {
|
|
10
|
-
TestBed.configureTestingModule({
|
|
11
|
-
declarations: [ProfilComponent]
|
|
12
|
-
}).compileComponents();
|
|
13
|
-
}));
|
|
14
|
-
|
|
15
|
-
beforeEach(() => {
|
|
16
|
-
fixture = TestBed.createComponent(ProfilComponent);
|
|
17
|
-
component = fixture.componentInstance;
|
|
18
|
-
fixture.detectChanges();
|
|
19
|
-
});
|
|
20
|
-
|
|
21
|
-
it('should create', () => {
|
|
22
|
-
expect(component).toBeTruthy();
|
|
23
|
-
});
|
|
24
|
-
});
|
|
@@ -1,6 +0,0 @@
|
|
|
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>
|
|
@@ -1,2 +0,0 @@
|
|
|
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>
|