@ihk-gfi/lux-components-update 14.8.0 → 15.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.
Files changed (225) hide show
  1. package/README.md +4 -2
  2. package/add-lux-components/files/app/app.component.html +34 -0
  3. package/{src/add-lux-components → add-lux-components}/files/app/app.component.spec.ts +4 -2
  4. package/{src/add-lux-components → add-lux-components}/files/app/app.component.ts +1 -1
  5. package/add-lux-components/files/src/main.ts +17 -0
  6. package/{src/add-lux-components → add-lux-components}/index.js +29 -30
  7. package/add-lux-components/schema.json +23 -0
  8. package/collection.json +35 -0
  9. package/package.json +27 -27
  10. package/{src/theme → theme}/change-theme-to-authentic/index.js +0 -1
  11. package/theme/change-theme-to-authentic/schema.json +23 -0
  12. package/{src/theme → theme}/change-to-lux-icons/index.js +0 -1
  13. package/theme/change-to-lux-icons/schema.json +23 -0
  14. package/{src/update-dependencies → update-dependencies}/index.d.ts +1 -0
  15. package/update-dependencies/index.js +92 -0
  16. package/update-dependencies/schema.json +23 -0
  17. package/{src/update-en-messages → update-en-messages}/index.js +0 -1
  18. package/update-en-messages/schema.json +23 -0
  19. package/updates/15.0.0/index.d.ts +8 -0
  20. package/updates/15.0.0/index.js +109 -0
  21. package/updates/15.0.0/schema.json +23 -0
  22. package/{src/utility → utility}/dependencies.js +0 -1
  23. package/{src/utility → utility}/files.js +0 -1
  24. package/{src/utility → utility}/html/hit.js +0 -1
  25. package/{src/utility → utility}/html/html-manipulator.js +0 -1
  26. package/{src/utility → utility}/html/manipulator-functions.js +0 -1
  27. package/{src/utility → utility}/json.d.ts +2 -0
  28. package/{src/utility → utility}/json.js +16 -8
  29. package/{src/utility → utility}/logging.js +0 -1
  30. package/{src/utility → utility}/test.js +0 -1
  31. package/{src/utility → utility}/typescript.js +0 -1
  32. package/{src/utility → utility}/util.js +0 -1
  33. package/{src/utility → utility}/validation.js +0 -1
  34. package/src/add-lux-components/files/app/app.component.html +0 -32
  35. package/src/add-lux-components/files/app/base/license-hint/license-hint.component.html +0 -7
  36. package/src/add-lux-components/files/app/base/license-hint/license-hint.component.ts +0 -18
  37. package/src/add-lux-components/files/app/error/error.component.html +0 -10
  38. package/src/add-lux-components/files/app/error/error.component.scss +0 -3
  39. package/src/add-lux-components/files/app/error/error.component.spec.ts +0 -49
  40. package/src/add-lux-components/files/app/error/error.component.ts +0 -17
  41. package/src/add-lux-components/files/app/home/home.component.html +0 -7
  42. package/src/add-lux-components/files/app/home/home.component.scss +0 -3
  43. package/src/add-lux-components/files/app/home/home.component.ts +0 -13
  44. package/src/add-lux-components/files/app/profil/profil.component.html +0 -1
  45. package/src/add-lux-components/files/app/profil/profil.component.scss +0 -0
  46. package/src/add-lux-components/files/app/profil/profil.component.spec.ts +0 -24
  47. package/src/add-lux-components/files/app/profil/profil.component.ts +0 -11
  48. package/src/add-lux-components/files/assets/svg/Example.svg +0 -6
  49. package/src/add-lux-components/files/assets/svg/android.svg +0 -2
  50. package/src/add-lux-components/files/assets/svg/box.svg +0 -690
  51. package/src/add-lux-components/files/assets/svg/demoAppLogo.svg +0 -1
  52. package/src/add-lux-components/files/assets/svg/red_power_button.svg +0 -67
  53. package/src/add-lux-components/files/assets/svg/svg2009.svg +0 -57457
  54. package/src/add-lux-components/files/src/polyfills.ts +0 -58
  55. package/src/add-lux-components/index.js.map +0 -1
  56. package/src/add-lux-components/index.ts +0 -293
  57. package/src/add-lux-components/index_spec.d.ts +0 -1
  58. package/src/add-lux-components/index_spec.js +0 -51
  59. package/src/add-lux-components/index_spec.js.map +0 -1
  60. package/src/add-lux-components/index_spec.ts +0 -55
  61. package/src/add-lux-components/schema.json +0 -23
  62. package/src/collection.json +0 -75
  63. package/src/theme/change-theme-to-authentic/index.js.map +0 -1
  64. package/src/theme/change-theme-to-authentic/index.ts +0 -131
  65. package/src/theme/change-theme-to-authentic/index_spec.d.ts +0 -1
  66. package/src/theme/change-theme-to-authentic/index_spec.js +0 -300
  67. package/src/theme/change-theme-to-authentic/index_spec.js.map +0 -1
  68. package/src/theme/change-theme-to-authentic/index_spec.ts +0 -321
  69. package/src/theme/change-theme-to-authentic/schema.json +0 -23
  70. package/src/theme/change-to-lux-icons/index.js.map +0 -1
  71. package/src/theme/change-to-lux-icons/index.ts +0 -392
  72. package/src/theme/change-to-lux-icons/index_spec.d.ts +0 -1
  73. package/src/theme/change-to-lux-icons/index_spec.js +0 -128
  74. package/src/theme/change-to-lux-icons/index_spec.js.map +0 -1
  75. package/src/theme/change-to-lux-icons/index_spec.ts +0 -130
  76. package/src/theme/change-to-lux-icons/schema.json +0 -23
  77. package/src/update-dependencies/index.js +0 -88
  78. package/src/update-dependencies/index.js.map +0 -1
  79. package/src/update-dependencies/index.ts +0 -86
  80. package/src/update-dependencies/schema.json +0 -23
  81. package/src/update-en-messages/index.js.map +0 -1
  82. package/src/update-en-messages/index.ts +0 -83
  83. package/src/update-en-messages/index_spec.d.ts +0 -1
  84. package/src/update-en-messages/index_spec.js +0 -174
  85. package/src/update-en-messages/index_spec.js.map +0 -1
  86. package/src/update-en-messages/index_spec.ts +0 -182
  87. package/src/update-en-messages/schema.json +0 -23
  88. package/src/updates/update140000/files/src/polyfills.ts +0 -70
  89. package/src/updates/update140000/index.d.ts +0 -14
  90. package/src/updates/update140000/index.js +0 -95
  91. package/src/updates/update140000/index.js.map +0 -1
  92. package/src/updates/update140000/index.ts +0 -110
  93. package/src/updates/update140000/index_spec.d.ts +0 -1
  94. package/src/updates/update140000/index_spec.js +0 -165
  95. package/src/updates/update140000/index_spec.js.map +0 -1
  96. package/src/updates/update140000/index_spec.ts +0 -171
  97. package/src/updates/update140000/schema.json +0 -23
  98. package/src/updates/update140100/index.d.ts +0 -5
  99. package/src/updates/update140100/index.js +0 -62
  100. package/src/updates/update140100/index.js.map +0 -1
  101. package/src/updates/update140100/index.ts +0 -60
  102. package/src/updates/update140100/index_spec.d.ts +0 -1
  103. package/src/updates/update140100/index_spec.js +0 -124
  104. package/src/updates/update140100/index_spec.js.map +0 -1
  105. package/src/updates/update140100/index_spec.ts +0 -137
  106. package/src/updates/update140100/schema.json +0 -23
  107. package/src/updates/update140200/index.d.ts +0 -8
  108. package/src/updates/update140200/index.js +0 -40
  109. package/src/updates/update140200/index.js.map +0 -1
  110. package/src/updates/update140200/index.ts +0 -38
  111. package/src/updates/update140200/index_spec.d.ts +0 -1
  112. package/src/updates/update140200/index_spec.js +0 -75
  113. package/src/updates/update140200/index_spec.js.map +0 -1
  114. package/src/updates/update140200/index_spec.ts +0 -81
  115. package/src/updates/update140200/schema.json +0 -23
  116. package/src/updates/update140300/index.d.ts +0 -10
  117. package/src/updates/update140300/index.js +0 -85
  118. package/src/updates/update140300/index.js.map +0 -1
  119. package/src/updates/update140300/index.ts +0 -86
  120. package/src/updates/update140300/index_spec.d.ts +0 -1
  121. package/src/updates/update140300/index_spec.js +0 -145
  122. package/src/updates/update140300/index_spec.js.map +0 -1
  123. package/src/updates/update140300/index_spec.ts +0 -177
  124. package/src/updates/update140300/schema.json +0 -23
  125. package/src/updates/update140400/index.d.ts +0 -2
  126. package/src/updates/update140400/index.js +0 -22
  127. package/src/updates/update140400/index.js.map +0 -1
  128. package/src/updates/update140400/index.ts +0 -18
  129. package/src/updates/update140400/index_spec.d.ts +0 -1
  130. package/src/updates/update140400/index_spec.js +0 -75
  131. package/src/updates/update140400/index_spec.js.map +0 -1
  132. package/src/updates/update140400/index_spec.ts +0 -81
  133. package/src/updates/update140400/schema.json +0 -23
  134. package/src/updates/update140500/index.d.ts +0 -2
  135. package/src/updates/update140500/index.js +0 -21
  136. package/src/updates/update140500/index.js.map +0 -1
  137. package/src/updates/update140500/index.ts +0 -17
  138. package/src/updates/update140500/index_spec.d.ts +0 -1
  139. package/src/updates/update140500/index_spec.js +0 -73
  140. package/src/updates/update140500/index_spec.js.map +0 -1
  141. package/src/updates/update140500/index_spec.ts +0 -78
  142. package/src/updates/update140500/schema.json +0 -23
  143. package/src/updates/update140600/index.d.ts +0 -2
  144. package/src/updates/update140600/index.js +0 -39
  145. package/src/updates/update140600/index.js.map +0 -1
  146. package/src/updates/update140600/index.ts +0 -35
  147. package/src/updates/update140600/index_spec.d.ts +0 -1
  148. package/src/updates/update140600/index_spec.js +0 -71
  149. package/src/updates/update140600/index_spec.js.map +0 -1
  150. package/src/updates/update140600/index_spec.ts +0 -75
  151. package/src/updates/update140600/schema.json +0 -23
  152. package/src/updates/update140700/index.d.ts +0 -2
  153. package/src/updates/update140700/index.js +0 -22
  154. package/src/updates/update140700/index.js.map +0 -1
  155. package/src/updates/update140700/index.ts +0 -18
  156. package/src/updates/update140700/index_spec.d.ts +0 -1
  157. package/src/updates/update140700/index_spec.js +0 -75
  158. package/src/updates/update140700/index_spec.js.map +0 -1
  159. package/src/updates/update140700/index_spec.ts +0 -79
  160. package/src/updates/update140700/schema.json +0 -23
  161. package/src/updates/update140800/index.d.ts +0 -2
  162. package/src/updates/update140800/index.js +0 -22
  163. package/src/updates/update140800/index.js.map +0 -1
  164. package/src/updates/update140800/index.ts +0 -18
  165. package/src/updates/update140800/index_spec.d.ts +0 -1
  166. package/src/updates/update140800/index_spec.js +0 -76
  167. package/src/updates/update140800/index_spec.js.map +0 -1
  168. package/src/updates/update140800/index_spec.ts +0 -82
  169. package/src/updates/update140800/schema.json +0 -23
  170. package/src/utility/dependencies.js.map +0 -1
  171. package/src/utility/dependencies.ts +0 -144
  172. package/src/utility/files.js.map +0 -1
  173. package/src/utility/files.ts +0 -368
  174. package/src/utility/html/hit.js.map +0 -1
  175. package/src/utility/html/hit.ts +0 -28
  176. package/src/utility/html/html-manipulator.js.map +0 -1
  177. package/src/utility/html/html-manipulator.ts +0 -156
  178. package/src/utility/html/html_spec.d.ts +0 -1
  179. package/src/utility/html/html_spec.js +0 -692
  180. package/src/utility/html/html_spec.js.map +0 -1
  181. package/src/utility/html/html_spec.ts +0 -751
  182. package/src/utility/html/manipulator-functions.js.map +0 -1
  183. package/src/utility/html/manipulator-functions.ts +0 -149
  184. package/src/utility/json.js.map +0 -1
  185. package/src/utility/json.ts +0 -288
  186. package/src/utility/json_spec.d.ts +0 -1
  187. package/src/utility/json_spec.js +0 -326
  188. package/src/utility/json_spec.js.map +0 -1
  189. package/src/utility/json_spec.ts +0 -446
  190. package/src/utility/logging.js.map +0 -1
  191. package/src/utility/logging.ts +0 -80
  192. package/src/utility/test.js.map +0 -1
  193. package/src/utility/test.ts +0 -24
  194. package/src/utility/typescript.js.map +0 -1
  195. package/src/utility/typescript.ts +0 -598
  196. package/src/utility/typescript_spec.d.ts +0 -1
  197. package/src/utility/typescript_spec.js +0 -1005
  198. package/src/utility/typescript_spec.js.map +0 -1
  199. package/src/utility/typescript_spec.ts +0 -1265
  200. package/src/utility/util.js.map +0 -1
  201. package/src/utility/util.ts +0 -145
  202. package/src/utility/validation.js.map +0 -1
  203. package/src/utility/validation.ts +0 -48
  204. package/tsconfig.json +0 -35
  205. /package/{src/add-lux-components → add-lux-components}/files/app/app-routing.module.ts +0 -0
  206. /package/{src/add-lux-components → add-lux-components}/files/app/app.module.ts +0 -0
  207. /package/{src/add-lux-components → add-lux-components}/files/environments/environment.prod.ts +0 -0
  208. /package/{src/add-lux-components → add-lux-components}/files/environments/environment.ts +0 -0
  209. /package/{src/add-lux-components → add-lux-components}/files/locale/messages.en.xlf +0 -0
  210. /package/{src/add-lux-components → add-lux-components}/files/locale/messages.xlf +0 -0
  211. /package/{src/add-lux-components → add-lux-components}/files/src/index.html +0 -0
  212. /package/{src/add-lux-components → add-lux-components}/index.d.ts +0 -0
  213. /package/{src/theme → theme}/change-theme-to-authentic/index.d.ts +0 -0
  214. /package/{src/theme → theme}/change-to-lux-icons/index.d.ts +0 -0
  215. /package/{src/update-en-messages → update-en-messages}/index.d.ts +0 -0
  216. /package/{src/utility → utility}/dependencies.d.ts +0 -0
  217. /package/{src/utility → utility}/files.d.ts +0 -0
  218. /package/{src/utility → utility}/html/hit.d.ts +0 -0
  219. /package/{src/utility → utility}/html/html-manipulator.d.ts +0 -0
  220. /package/{src/utility → utility}/html/manipulator-functions.d.ts +0 -0
  221. /package/{src/utility → utility}/logging.d.ts +0 -0
  222. /package/{src/utility → utility}/test.d.ts +0 -0
  223. /package/{src/utility → utility}/typescript.d.ts +0 -0
  224. /package/{src/utility → utility}/util.d.ts +0 -0
  225. /package/{src/utility → utility}/validation.d.ts +0 -0
@@ -1,690 +0,0 @@
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
- >
@@ -1 +0,0 @@
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>