@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
|
@@ -0,0 +1,690 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
<svg
|
|
4
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
8
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
9
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns:ns1="http://sozi.baierouge.fr"
|
|
13
|
+
id="svg21211"
|
|
14
|
+
sodipodi:docname="Box_02_Software_Web.svg"
|
|
15
|
+
viewBox="0 0 199.09 260.5"
|
|
16
|
+
sodipodi:version="0.32"
|
|
17
|
+
version="1.0"
|
|
18
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
|
19
|
+
inkscape:version="0.47 r22583"
|
|
20
|
+
>
|
|
21
|
+
<sodipodi:namedview
|
|
22
|
+
id="base"
|
|
23
|
+
bordercolor="#666666"
|
|
24
|
+
inkscape:pageshadow="2"
|
|
25
|
+
inkscape:window-y="-8"
|
|
26
|
+
pagecolor="#ffffff"
|
|
27
|
+
inkscape:window-height="1138"
|
|
28
|
+
inkscape:window-maximized="1"
|
|
29
|
+
inkscape:zoom="1.9788882"
|
|
30
|
+
inkscape:window-x="-8"
|
|
31
|
+
showgrid="false"
|
|
32
|
+
borderopacity="1.0"
|
|
33
|
+
inkscape:current-layer="layer1"
|
|
34
|
+
inkscape:cx="99.594544"
|
|
35
|
+
inkscape:cy="192.98071"
|
|
36
|
+
showguides="true"
|
|
37
|
+
inkscape:guide-bbox="true"
|
|
38
|
+
inkscape:snap-grids="false"
|
|
39
|
+
inkscape:window-width="1920"
|
|
40
|
+
inkscape:snap-to-guides="false"
|
|
41
|
+
inkscape:pageopacity="0.0"
|
|
42
|
+
inkscape:document-units="px"
|
|
43
|
+
/>
|
|
44
|
+
<defs
|
|
45
|
+
id="defs21213"
|
|
46
|
+
>
|
|
47
|
+
<filter
|
|
48
|
+
id="filter12921"
|
|
49
|
+
height="1.2722"
|
|
50
|
+
width="1.0583"
|
|
51
|
+
color-interpolation-filters="sRGB"
|
|
52
|
+
y="-.13611"
|
|
53
|
+
x="-.029138"
|
|
54
|
+
inkscape:collect="always"
|
|
55
|
+
>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
id="feGaussianBlur12923"
|
|
58
|
+
stdDeviation="1.1108522"
|
|
59
|
+
inkscape:collect="always"
|
|
60
|
+
/>
|
|
61
|
+
</filter
|
|
62
|
+
>
|
|
63
|
+
<filter
|
|
64
|
+
id="filter14892"
|
|
65
|
+
height="1.436"
|
|
66
|
+
width="1.5339"
|
|
67
|
+
color-interpolation-filters="sRGB"
|
|
68
|
+
y="-.21798"
|
|
69
|
+
x="-.26697"
|
|
70
|
+
inkscape:collect="always"
|
|
71
|
+
>
|
|
72
|
+
<feGaussianBlur
|
|
73
|
+
id="feGaussianBlur14894"
|
|
74
|
+
stdDeviation="2.2792624"
|
|
75
|
+
inkscape:collect="always"
|
|
76
|
+
/>
|
|
77
|
+
</filter
|
|
78
|
+
>
|
|
79
|
+
<linearGradient
|
|
80
|
+
id="linearGradient3761"
|
|
81
|
+
y2="-143.01"
|
|
82
|
+
gradientUnits="userSpaceOnUse"
|
|
83
|
+
x2="594.95"
|
|
84
|
+
y1="185.38"
|
|
85
|
+
x1="130.04"
|
|
86
|
+
inkscape:collect="always"
|
|
87
|
+
>
|
|
88
|
+
<stop
|
|
89
|
+
id="stop3713"
|
|
90
|
+
style="stop-color:#004455"
|
|
91
|
+
offset="0"
|
|
92
|
+
/>
|
|
93
|
+
<stop
|
|
94
|
+
id="stop3715"
|
|
95
|
+
style="stop-color:#2c89a0;stop-opacity:0"
|
|
96
|
+
offset="1"
|
|
97
|
+
/>
|
|
98
|
+
</linearGradient
|
|
99
|
+
>
|
|
100
|
+
<linearGradient
|
|
101
|
+
id="linearGradient3764"
|
|
102
|
+
y2="6.4962"
|
|
103
|
+
gradientUnits="userSpaceOnUse"
|
|
104
|
+
x2="476.86"
|
|
105
|
+
y1="38.744"
|
|
106
|
+
x1="86.236"
|
|
107
|
+
inkscape:collect="always"
|
|
108
|
+
>
|
|
109
|
+
<stop
|
|
110
|
+
id="stop3729"
|
|
111
|
+
style="stop-color:#2a6877"
|
|
112
|
+
offset="0"
|
|
113
|
+
/>
|
|
114
|
+
<stop
|
|
115
|
+
id="stop3731"
|
|
116
|
+
style="stop-color:#2c89a0;stop-opacity:0"
|
|
117
|
+
offset="1"
|
|
118
|
+
/>
|
|
119
|
+
</linearGradient
|
|
120
|
+
>
|
|
121
|
+
</defs
|
|
122
|
+
>
|
|
123
|
+
<g
|
|
124
|
+
id="layer1"
|
|
125
|
+
inkscape:label="Calque 1"
|
|
126
|
+
inkscape:groupmode="layer"
|
|
127
|
+
transform="translate(-38.719 -22.648)"
|
|
128
|
+
>
|
|
129
|
+
<g
|
|
130
|
+
id="g3766"
|
|
131
|
+
>
|
|
132
|
+
<path
|
|
133
|
+
id="path4127"
|
|
134
|
+
style="fill-rule:evenodd;fill:url(#linearGradient3764)"
|
|
135
|
+
d="m55.665 34.471 23.398 14.832 158.4-15.759-32.22-10.896-149.58 11.823z"
|
|
136
|
+
inkscape:export-ydpi="69"
|
|
137
|
+
sodipodi:nodetypes="ccccc"
|
|
138
|
+
inkscape:export-filename="/home/leandro/Área de Trabalho/box.png"
|
|
139
|
+
inkscape:export-xdpi="69"
|
|
140
|
+
/>
|
|
141
|
+
<path
|
|
142
|
+
id="path4129"
|
|
143
|
+
style="fill-rule:evenodd;fill:url(#linearGradient3761)"
|
|
144
|
+
d="m230.05 235.69-142.8 35.23-8.346-221.61 158.57-15.767-7.42 202.15z"
|
|
145
|
+
inkscape:export-ydpi="69"
|
|
146
|
+
sodipodi:nodetypes="ccccc"
|
|
147
|
+
inkscape:export-filename="/home/leandro/Área de Trabalho/box.png"
|
|
148
|
+
inkscape:export-xdpi="69"
|
|
149
|
+
/>
|
|
150
|
+
<path
|
|
151
|
+
id="path4131"
|
|
152
|
+
style="fill-rule:evenodd;fill:#216778"
|
|
153
|
+
d="m87.617 270.95-23.47-36.19-8.424-200.29 23.402 14.837 8.492 221.64z"
|
|
154
|
+
inkscape:export-ydpi="69"
|
|
155
|
+
sodipodi:nodetypes="ccccc"
|
|
156
|
+
inkscape:export-filename="/home/leandro/Área de Trabalho/box.png"
|
|
157
|
+
inkscape:export-xdpi="69"
|
|
158
|
+
/>
|
|
159
|
+
<path
|
|
160
|
+
id="path13917"
|
|
161
|
+
sodipodi:rx="8.3337584"
|
|
162
|
+
sodipodi:ry="13.889598"
|
|
163
|
+
style="filter:url(#filter14892);fill-rule:evenodd;fill:#a9a9a9"
|
|
164
|
+
sodipodi:cy="481.87854"
|
|
165
|
+
sodipodi:type="arc"
|
|
166
|
+
d="m283.35 481.88a8.3338 13.89 0 1 1 -16.668 0 8.3338 13.89 0 1 1 16.668 0z"
|
|
167
|
+
inkscape:export-ydpi="69"
|
|
168
|
+
inkscape:export-filename="/home/leandro/Área de Trabalho/box.png"
|
|
169
|
+
transform="matrix(1.6257 -1.1039 1.0335 1.7364 -875.9 -286.88)"
|
|
170
|
+
inkscape:export-xdpi="69"
|
|
171
|
+
sodipodi:cx="275.01404"
|
|
172
|
+
/>
|
|
173
|
+
<path
|
|
174
|
+
id="path11948"
|
|
175
|
+
style="filter:url(#filter12921);fill-rule:evenodd;fill:#696969"
|
|
176
|
+
d="m390.44 478.87 13.069 19.856 79.692-20.093-92.76 0.23676z"
|
|
177
|
+
inkscape:export-ydpi="69"
|
|
178
|
+
sodipodi:nodetypes="cccc"
|
|
179
|
+
inkscape:export-filename="/home/leandro/Área de Trabalho/box.png"
|
|
180
|
+
transform="matrix(1.8359 0 0 1.8359 -654.18 -642.96)"
|
|
181
|
+
inkscape:export-xdpi="69"
|
|
182
|
+
/>
|
|
183
|
+
<path
|
|
184
|
+
id="path11944"
|
|
185
|
+
style="fill-rule:evenodd;fill:#dcdcdc"
|
|
186
|
+
d="m231.45 197.27-1.4306 38.423-142.74 35.208-1.579-42.243 145.75-31.388z"
|
|
187
|
+
inkscape:export-ydpi="69"
|
|
188
|
+
sodipodi:nodetypes="ccccc"
|
|
189
|
+
inkscape:export-filename="/home/leandro/Área de Trabalho/box.png"
|
|
190
|
+
inkscape:export-xdpi="69"
|
|
191
|
+
/>
|
|
192
|
+
<path
|
|
193
|
+
id="path13913"
|
|
194
|
+
style="fill-rule:evenodd;fill:#c0c0c0"
|
|
195
|
+
d="m87.286 270.9-23.211-35.08-1.545-39.41l23.179 32.236 1.5776 42.249z"
|
|
196
|
+
inkscape:export-ydpi="69"
|
|
197
|
+
sodipodi:nodetypes="ccccc"
|
|
198
|
+
inkscape:export-filename="/home/leandro/Área de Trabalho/box.png"
|
|
199
|
+
inkscape:export-xdpi="69"
|
|
200
|
+
/>
|
|
201
|
+
<path
|
|
202
|
+
id="path9999"
|
|
203
|
+
style="fill-rule:evenodd;fill:#dcdcdc"
|
|
204
|
+
d="m237.24 39.574-1.68 45.766-154.34 18.8-1.952-49.717 157.97-14.849z"
|
|
205
|
+
inkscape:export-ydpi="69"
|
|
206
|
+
sodipodi:nodetypes="ccccc"
|
|
207
|
+
inkscape:export-filename="/home/leandro/Área de Trabalho/box.png"
|
|
208
|
+
inkscape:export-xdpi="69"
|
|
209
|
+
/>
|
|
210
|
+
<path
|
|
211
|
+
id="path13915"
|
|
212
|
+
style="fill-rule:evenodd;fill:#c0c0c0"
|
|
213
|
+
d="m81.227 104.14-23.364-18.048-1.957-47.245 23.401 15.576l1.9192 49.718z"
|
|
214
|
+
inkscape:export-ydpi="69"
|
|
215
|
+
sodipodi:nodetypes="ccccc"
|
|
216
|
+
inkscape:export-filename="/home/leandro/Área de Trabalho/box.png"
|
|
217
|
+
inkscape:export-xdpi="69"
|
|
218
|
+
/>
|
|
219
|
+
<g
|
|
220
|
+
id="g2999"
|
|
221
|
+
inkscape:export-ydpi="69"
|
|
222
|
+
inkscape:export-xdpi="69"
|
|
223
|
+
inkscape:export-filename="/home/leandro/Área de Trabalho/box.png"
|
|
224
|
+
>
|
|
225
|
+
<rect
|
|
226
|
+
id="rect2233"
|
|
227
|
+
style="stroke-linejoin:round;stroke:#666666;stroke-width:.11275;fill:#cccccc"
|
|
228
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
229
|
+
height="9.3543"
|
|
230
|
+
width="22.262"
|
|
231
|
+
y="101.62"
|
|
232
|
+
x="126.89"
|
|
233
|
+
/>
|
|
234
|
+
<rect
|
|
235
|
+
id="rect2160"
|
|
236
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.023775;fill:#000000"
|
|
237
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
238
|
+
ry="0"
|
|
239
|
+
height="7.1565"
|
|
240
|
+
width=".28508"
|
|
241
|
+
y="102.37"
|
|
242
|
+
x="128.74"
|
|
243
|
+
/>
|
|
244
|
+
<rect
|
|
245
|
+
id="rect2162"
|
|
246
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.023775;fill:#000000"
|
|
247
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
248
|
+
ry="0"
|
|
249
|
+
height="7.1565"
|
|
250
|
+
width=".28508"
|
|
251
|
+
y="102.37"
|
|
252
|
+
x="129.24"
|
|
253
|
+
/>
|
|
254
|
+
<rect
|
|
255
|
+
id="rect2164"
|
|
256
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.022469;fill:#000000"
|
|
257
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
258
|
+
ry="0"
|
|
259
|
+
height="6.3628"
|
|
260
|
+
width=".28639"
|
|
261
|
+
y="102.37"
|
|
262
|
+
x="130.25"
|
|
263
|
+
/>
|
|
264
|
+
<rect
|
|
265
|
+
id="rect2166"
|
|
266
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.031688;fill:#000000"
|
|
267
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
268
|
+
ry="0"
|
|
269
|
+
height="6.3575"
|
|
270
|
+
width=".57007"
|
|
271
|
+
y="102.37"
|
|
272
|
+
x="130.76"
|
|
273
|
+
/>
|
|
274
|
+
<rect
|
|
275
|
+
id="rect2168"
|
|
276
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.018469;fill:#000000"
|
|
277
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
278
|
+
ry="0"
|
|
279
|
+
height="6.3651"
|
|
280
|
+
width=".19343"
|
|
281
|
+
y="102.37"
|
|
282
|
+
x="131.75"
|
|
283
|
+
/>
|
|
284
|
+
<rect
|
|
285
|
+
id="rect2170"
|
|
286
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.031688;fill:#000000"
|
|
287
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
288
|
+
ry="0"
|
|
289
|
+
height="6.3575"
|
|
290
|
+
width=".57007"
|
|
291
|
+
y="102.37"
|
|
292
|
+
x="132.76"
|
|
293
|
+
/>
|
|
294
|
+
<rect
|
|
295
|
+
id="rect2172"
|
|
296
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.028927;fill:#000000"
|
|
297
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
298
|
+
ry="0"
|
|
299
|
+
height="6.3591"
|
|
300
|
+
width=".47497"
|
|
301
|
+
y="102.37"
|
|
302
|
+
x="133.77"
|
|
303
|
+
/>
|
|
304
|
+
<rect
|
|
305
|
+
id="rect2174"
|
|
306
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.018469;fill:#000000"
|
|
307
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
308
|
+
ry="0"
|
|
309
|
+
height="6.3651"
|
|
310
|
+
width=".19343"
|
|
311
|
+
y="102.37"
|
|
312
|
+
x="134.76"
|
|
313
|
+
/>
|
|
314
|
+
<rect
|
|
315
|
+
id="rect2176"
|
|
316
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.018469;fill:#000000"
|
|
317
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
318
|
+
ry="0"
|
|
319
|
+
height="6.3651"
|
|
320
|
+
width=".19343"
|
|
321
|
+
y="102.37"
|
|
322
|
+
x="135.26"
|
|
323
|
+
/>
|
|
324
|
+
<rect
|
|
325
|
+
id="rect2178"
|
|
326
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.018469;fill:#000000"
|
|
327
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
328
|
+
ry="0"
|
|
329
|
+
height="6.3651"
|
|
330
|
+
width=".19343"
|
|
331
|
+
y="102.37"
|
|
332
|
+
x="135.76"
|
|
333
|
+
/>
|
|
334
|
+
<rect
|
|
335
|
+
id="rect2180"
|
|
336
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.034234;fill:#000000"
|
|
337
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
338
|
+
ry="0"
|
|
339
|
+
height="6.356"
|
|
340
|
+
width=".66554"
|
|
341
|
+
y="102.37"
|
|
342
|
+
x="136.78"
|
|
343
|
+
/>
|
|
344
|
+
<rect
|
|
345
|
+
id="rect2182"
|
|
346
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.022469;fill:#000000"
|
|
347
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
348
|
+
ry="0"
|
|
349
|
+
height="6.3628"
|
|
350
|
+
width=".28639"
|
|
351
|
+
y="102.37"
|
|
352
|
+
x="138.18"
|
|
353
|
+
/>
|
|
354
|
+
<rect
|
|
355
|
+
id="rect2184"
|
|
356
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.022469;fill:#000000"
|
|
357
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
358
|
+
ry="0"
|
|
359
|
+
height="6.3628"
|
|
360
|
+
width=".28639"
|
|
361
|
+
y="102.37"
|
|
362
|
+
x="138.68"
|
|
363
|
+
/>
|
|
364
|
+
<rect
|
|
365
|
+
id="rect2186"
|
|
366
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.034234;fill:#000000"
|
|
367
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
368
|
+
ry="0"
|
|
369
|
+
height="6.356"
|
|
370
|
+
width=".66554"
|
|
371
|
+
y="102.37"
|
|
372
|
+
x="139.44"
|
|
373
|
+
/>
|
|
374
|
+
<rect
|
|
375
|
+
id="rect2188"
|
|
376
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.018469;fill:#000000"
|
|
377
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
378
|
+
ry="0"
|
|
379
|
+
height="6.3651"
|
|
380
|
+
width=".19343"
|
|
381
|
+
y="102.37"
|
|
382
|
+
x="141.18"
|
|
383
|
+
/>
|
|
384
|
+
<rect
|
|
385
|
+
id="rect2190"
|
|
386
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.019572;fill:#000000"
|
|
387
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
388
|
+
ry="0"
|
|
389
|
+
height="7.1591"
|
|
390
|
+
width=".19312"
|
|
391
|
+
y="102.37"
|
|
392
|
+
x="141.68"
|
|
393
|
+
/>
|
|
394
|
+
<rect
|
|
395
|
+
id="rect2192"
|
|
396
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.019572;fill:#000000"
|
|
397
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
398
|
+
ry="0"
|
|
399
|
+
height="7.1591"
|
|
400
|
+
width=".19312"
|
|
401
|
+
y="102.37"
|
|
402
|
+
x="142.19"
|
|
403
|
+
/>
|
|
404
|
+
<rect
|
|
405
|
+
id="rect2194"
|
|
406
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.018469;fill:#000000"
|
|
407
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
408
|
+
ry="0"
|
|
409
|
+
height="6.3651"
|
|
410
|
+
width=".19343"
|
|
411
|
+
y="102.37"
|
|
412
|
+
x="143.19"
|
|
413
|
+
/>
|
|
414
|
+
<rect
|
|
415
|
+
id="rect2196"
|
|
416
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.031688;fill:#000000"
|
|
417
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
418
|
+
ry="0"
|
|
419
|
+
height="6.3575"
|
|
420
|
+
width=".57007"
|
|
421
|
+
y="102.37"
|
|
422
|
+
x="143.7"
|
|
423
|
+
/>
|
|
424
|
+
<rect
|
|
425
|
+
id="rect2198"
|
|
426
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.031688;fill:#000000"
|
|
427
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
428
|
+
ry="0"
|
|
429
|
+
height="6.3575"
|
|
430
|
+
width=".57007"
|
|
431
|
+
y="102.37"
|
|
432
|
+
x="144.71"
|
|
433
|
+
/>
|
|
434
|
+
<rect
|
|
435
|
+
id="rect2204"
|
|
436
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.018053;fill:#000000"
|
|
437
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
438
|
+
ry="0"
|
|
439
|
+
height="6.3711"
|
|
440
|
+
width=".18463"
|
|
441
|
+
y="102.36"
|
|
442
|
+
x="145.6"
|
|
443
|
+
/>
|
|
444
|
+
<rect
|
|
445
|
+
id="rect2206"
|
|
446
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.018053;fill:#000000"
|
|
447
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
448
|
+
ry="0"
|
|
449
|
+
height="6.3711"
|
|
450
|
+
width=".18463"
|
|
451
|
+
y="102.36"
|
|
452
|
+
x="146.1"
|
|
453
|
+
/>
|
|
454
|
+
<rect
|
|
455
|
+
id="rect2208"
|
|
456
|
+
style="stroke-linejoin:round;stroke:#0e0101;stroke-width:.031688;fill:#000000"
|
|
457
|
+
transform="matrix(.50945 .86050 .024265 .99971 0 0)"
|
|
458
|
+
ry="0"
|
|
459
|
+
height="6.3575"
|
|
460
|
+
width=".57007"
|
|
461
|
+
y="102.37"
|
|
462
|
+
x="146.61"
|
|
463
|
+
/>
|
|
464
|
+
</g
|
|
465
|
+
>
|
|
466
|
+
</g
|
|
467
|
+
>
|
|
468
|
+
</g
|
|
469
|
+
>
|
|
470
|
+
<metadata
|
|
471
|
+
>
|
|
472
|
+
<rdf:RDF
|
|
473
|
+
>
|
|
474
|
+
<cc:Work
|
|
475
|
+
>
|
|
476
|
+
<dc:format
|
|
477
|
+
>image/svg+xml</dc:format
|
|
478
|
+
>
|
|
479
|
+
<dc:type
|
|
480
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage"
|
|
481
|
+
/>
|
|
482
|
+
<cc:license
|
|
483
|
+
rdf:resource="http://creativecommons.org/licenses/publicdomain/"
|
|
484
|
+
/>
|
|
485
|
+
<dc:publisher
|
|
486
|
+
>
|
|
487
|
+
<cc:Agent
|
|
488
|
+
rdf:about="http://openclipart.org/"
|
|
489
|
+
>
|
|
490
|
+
<dc:title
|
|
491
|
+
>Openclipart</dc:title
|
|
492
|
+
>
|
|
493
|
+
</cc:Agent
|
|
494
|
+
>
|
|
495
|
+
</dc:publisher
|
|
496
|
+
>
|
|
497
|
+
<dc:title
|
|
498
|
+
>Software Carton Box with no Text (remix)</dc:title
|
|
499
|
+
>
|
|
500
|
+
<dc:date
|
|
501
|
+
>2010-06-10T20:05:57</dc:date
|
|
502
|
+
>
|
|
503
|
+
<dc:description
|
|
504
|
+
>Software Carton Box with no Text (remixed illustration from the excellent work of "leandrosciola@gmail.com") - Boîte en carton pour logiciel sans texte - Software Karton ohne Text - Cartone per software senza testo</dc:description
|
|
505
|
+
>
|
|
506
|
+
<dc:source
|
|
507
|
+
>https://openclipart.org/detail/65635/software-carton-box-with-no-text-(remix)-by-palomaironique</dc:source
|
|
508
|
+
>
|
|
509
|
+
<dc:creator
|
|
510
|
+
>
|
|
511
|
+
<cc:Agent
|
|
512
|
+
>
|
|
513
|
+
<dc:title
|
|
514
|
+
>palomaironique</dc:title
|
|
515
|
+
>
|
|
516
|
+
</cc:Agent
|
|
517
|
+
>
|
|
518
|
+
</dc:creator
|
|
519
|
+
>
|
|
520
|
+
<dc:subject
|
|
521
|
+
>
|
|
522
|
+
<rdf:Bag
|
|
523
|
+
>
|
|
524
|
+
<rdf:li
|
|
525
|
+
>Bild</rdf:li
|
|
526
|
+
>
|
|
527
|
+
<rdf:li
|
|
528
|
+
>Grafik</rdf:li
|
|
529
|
+
>
|
|
530
|
+
<rdf:li
|
|
531
|
+
>Ikone</rdf:li
|
|
532
|
+
>
|
|
533
|
+
<rdf:li
|
|
534
|
+
>Karton</rdf:li
|
|
535
|
+
>
|
|
536
|
+
<rdf:li
|
|
537
|
+
>Medien</rdf:li
|
|
538
|
+
>
|
|
539
|
+
<rdf:li
|
|
540
|
+
>Packung</rdf:li
|
|
541
|
+
>
|
|
542
|
+
<rdf:li
|
|
543
|
+
>Satz</rdf:li
|
|
544
|
+
>
|
|
545
|
+
<rdf:li
|
|
546
|
+
>Schachtel</rdf:li
|
|
547
|
+
>
|
|
548
|
+
<rdf:li
|
|
549
|
+
>Symbol</rdf:li
|
|
550
|
+
>
|
|
551
|
+
<rdf:li
|
|
552
|
+
>Vektor</rdf:li
|
|
553
|
+
>
|
|
554
|
+
<rdf:li
|
|
555
|
+
>Zeichen</rdf:li
|
|
556
|
+
>
|
|
557
|
+
<rdf:li
|
|
558
|
+
>box</rdf:li
|
|
559
|
+
>
|
|
560
|
+
<rdf:li
|
|
561
|
+
>carton</rdf:li
|
|
562
|
+
>
|
|
563
|
+
<rdf:li
|
|
564
|
+
>cartone</rdf:li
|
|
565
|
+
>
|
|
566
|
+
<rdf:li
|
|
567
|
+
>domain</rdf:li
|
|
568
|
+
>
|
|
569
|
+
<rdf:li
|
|
570
|
+
>domaine</rdf:li
|
|
571
|
+
>
|
|
572
|
+
<rdf:li
|
|
573
|
+
>grafica</rdf:li
|
|
574
|
+
>
|
|
575
|
+
<rdf:li
|
|
576
|
+
>graphic</rdf:li
|
|
577
|
+
>
|
|
578
|
+
<rdf:li
|
|
579
|
+
>graphique</rdf:li
|
|
580
|
+
>
|
|
581
|
+
<rdf:li
|
|
582
|
+
>icon</rdf:li
|
|
583
|
+
>
|
|
584
|
+
<rdf:li
|
|
585
|
+
>icona</rdf:li
|
|
586
|
+
>
|
|
587
|
+
<rdf:li
|
|
588
|
+
>icône</rdf:li
|
|
589
|
+
>
|
|
590
|
+
<rdf:li
|
|
591
|
+
>immagine</rdf:li
|
|
592
|
+
>
|
|
593
|
+
<rdf:li
|
|
594
|
+
>kit</rdf:li
|
|
595
|
+
>
|
|
596
|
+
<rdf:li
|
|
597
|
+
>logiciel</rdf:li
|
|
598
|
+
>
|
|
599
|
+
<rdf:li
|
|
600
|
+
>no</rdf:li
|
|
601
|
+
>
|
|
602
|
+
<rdf:li
|
|
603
|
+
>ohne</rdf:li
|
|
604
|
+
>
|
|
605
|
+
<rdf:li
|
|
606
|
+
>package</rdf:li
|
|
607
|
+
>
|
|
608
|
+
<rdf:li
|
|
609
|
+
>public</rdf:li
|
|
610
|
+
>
|
|
611
|
+
<rdf:li
|
|
612
|
+
>remix</rdf:li
|
|
613
|
+
>
|
|
614
|
+
<rdf:li
|
|
615
|
+
>sans</rdf:li
|
|
616
|
+
>
|
|
617
|
+
<rdf:li
|
|
618
|
+
>scatola</rdf:li
|
|
619
|
+
>
|
|
620
|
+
<rdf:li
|
|
621
|
+
>segno</rdf:li
|
|
622
|
+
>
|
|
623
|
+
<rdf:li
|
|
624
|
+
>senza</rdf:li
|
|
625
|
+
>
|
|
626
|
+
<rdf:li
|
|
627
|
+
>sign</rdf:li
|
|
628
|
+
>
|
|
629
|
+
<rdf:li
|
|
630
|
+
>signe</rdf:li
|
|
631
|
+
>
|
|
632
|
+
<rdf:li
|
|
633
|
+
>simbolo</rdf:li
|
|
634
|
+
>
|
|
635
|
+
<rdf:li
|
|
636
|
+
>software</rdf:li
|
|
637
|
+
>
|
|
638
|
+
<rdf:li
|
|
639
|
+
>symbol</rdf:li
|
|
640
|
+
>
|
|
641
|
+
<rdf:li
|
|
642
|
+
>symbole</rdf:li
|
|
643
|
+
>
|
|
644
|
+
<rdf:li
|
|
645
|
+
>testo</rdf:li
|
|
646
|
+
>
|
|
647
|
+
<rdf:li
|
|
648
|
+
>text</rdf:li
|
|
649
|
+
>
|
|
650
|
+
<rdf:li
|
|
651
|
+
>texte</rdf:li
|
|
652
|
+
>
|
|
653
|
+
<rdf:li
|
|
654
|
+
>vecteur</rdf:li
|
|
655
|
+
>
|
|
656
|
+
<rdf:li
|
|
657
|
+
>vector</rdf:li
|
|
658
|
+
>
|
|
659
|
+
<rdf:li
|
|
660
|
+
>vettore</rdf:li
|
|
661
|
+
>
|
|
662
|
+
<rdf:li
|
|
663
|
+
>vettoriale</rdf:li
|
|
664
|
+
>
|
|
665
|
+
</rdf:Bag
|
|
666
|
+
>
|
|
667
|
+
</dc:subject
|
|
668
|
+
>
|
|
669
|
+
</cc:Work
|
|
670
|
+
>
|
|
671
|
+
<cc:License
|
|
672
|
+
rdf:about="http://creativecommons.org/licenses/publicdomain/"
|
|
673
|
+
>
|
|
674
|
+
<cc:permits
|
|
675
|
+
rdf:resource="http://creativecommons.org/ns#Reproduction"
|
|
676
|
+
/>
|
|
677
|
+
<cc:permits
|
|
678
|
+
rdf:resource="http://creativecommons.org/ns#Distribution"
|
|
679
|
+
/>
|
|
680
|
+
<cc:permits
|
|
681
|
+
rdf:resource="http://creativecommons.org/ns#DerivativeWorks"
|
|
682
|
+
/>
|
|
683
|
+
</cc:License
|
|
684
|
+
>
|
|
685
|
+
</rdf:RDF
|
|
686
|
+
>
|
|
687
|
+
</metadata
|
|
688
|
+
>
|
|
689
|
+
</svg
|
|
690
|
+
>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><path stroke="#003366" stroke-linecap="round" stroke-linejoin="round" d="M10.726 13.2501V8.44241"></path><path stroke="#003366" stroke-linecap="round" stroke-linejoin="round" d="M8.32214 10.8465H13.1298"></path><path fill="#e0e7ed" stroke="#003366" stroke-linecap="round" stroke-linejoin="round" d="M0.950896 4.41091C1.01018 4.96501 1.45583 5.41066 2.00966 5.4724C2.42103 5.51825 2.8434 5.55763 3.27402 5.55763C3.70465 5.55763 4.12702 5.51825 4.53839 5.4724C5.09221 5.41067 5.53787 4.96501 5.59715 4.41091C5.64092 4.00187 5.67787 3.58192 5.67787 3.15378C5.67787 2.72565 5.64092 2.3057 5.59715 1.89666C5.53787 1.34256 5.09221 0.896905 4.53839 0.835173C4.12702 0.789321 3.70465 0.749939 3.27402 0.749939C2.8434 0.749939 2.42103 0.789321 2.00966 0.835173C1.45583 0.896905 1.01018 1.34256 0.950896 1.89666C0.907133 2.3057 0.870178 2.72565 0.870178 3.15378C0.870178 3.58192 0.907133 4.00187 0.950896 4.41091Z"></path><path fill="#e0e7ed" stroke="#003366" stroke-linecap="round" stroke-linejoin="round" d="M0.950896 12.1033C1.01018 12.6574 1.45583 13.1031 2.00966 13.1648C2.42103 13.2107 2.8434 13.2501 3.27402 13.2501C3.70465 13.2501 4.12702 13.2107 4.53839 13.1648C5.09221 13.1031 5.53787 12.6574 5.59715 12.1033C5.64092 11.6943 5.67787 11.2744 5.67787 10.8462C5.67787 10.4181 5.64092 9.99813 5.59715 9.58909C5.53787 9.03499 5.09221 8.58933 4.53839 8.5276C4.12702 8.48175 3.70465 8.44237 3.27402 8.44237C2.8434 8.44237 2.42103 8.48175 2.00966 8.5276C1.45583 8.58933 1.01018 9.03499 0.950896 9.58909C0.907133 9.99813 0.870178 10.4181 0.870178 10.8462C0.870178 11.2744 0.907133 11.6943 0.950896 12.1033Z"></path><path fill="#e0e7ed" stroke="#003366" stroke-linecap="round" stroke-linejoin="round" d="M8.40286 4.41091C8.46214 4.96501 8.9078 5.41066 9.46163 5.4724C9.87299 5.51825 10.2954 5.55763 10.726 5.55763C11.1566 5.55763 11.579 5.51825 11.9904 5.4724C12.5442 5.41067 12.9898 4.96501 13.0491 4.41091C13.0929 4.00187 13.1298 3.58192 13.1298 3.15378C13.1298 2.72565 13.0929 2.3057 13.0491 1.89666C12.9898 1.34256 12.5442 0.896905 11.9904 0.835173C11.579 0.789321 11.1566 0.749939 10.726 0.749939C10.2954 0.749939 9.87299 0.789321 9.46163 0.835173C8.9078 0.896905 8.46214 1.34256 8.40286 1.89666C8.3591 2.3057 8.32214 2.72565 8.32214 3.15378C8.32214 3.58192 8.3591 4.00187 8.40286 4.41091Z"></path></svg>
|