@utrecht/web-component-library-stencil 1.0.0-alpha.371 → 1.0.0-alpha.372
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/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/utrecht-icon-container-glas.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-container-papier.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-container-restafval.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-container-textiel.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-glas-afval.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-t-shirt.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-verkeerslicht.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-verslaving.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-vuilnisbak.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-vuilniszak.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-zweefpaal.cjs.entry.js +19 -0
- package/dist/cjs/utrecht.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +9 -0
- package/dist/collection/generated/utrecht-icon-container-glas/utrecht-icon-container-glas.stencil.js +16 -0
- package/dist/collection/generated/utrecht-icon-container-papier/utrecht-icon-container-papier.stencil.js +16 -0
- package/dist/collection/generated/utrecht-icon-container-restafval/utrecht-icon-container-restafval.stencil.js +16 -0
- package/dist/collection/generated/utrecht-icon-container-textiel/utrecht-icon-container-textiel.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-glas-afval/utrecht-icon-glas-afval.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-t-shirt/utrecht-icon-t-shirt.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-verkeerslicht/utrecht-icon-verkeerslicht.stencil.js +1 -1
- package/dist/collection/generated/utrecht-icon-verslaving/utrecht-icon-verslaving.stencil.js +1 -1
- package/dist/collection/generated/utrecht-icon-vuilnisbak/utrecht-icon-vuilnisbak.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-vuilniszak/utrecht-icon-vuilniszak.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-zweefpaal/utrecht-icon-zweefpaal.stencil.js +15 -0
- package/dist/components/index.d.ts +9 -0
- package/dist/components/index.js +9 -0
- package/dist/components/utrecht-icon-container-glas.d.ts +11 -0
- package/dist/components/utrecht-icon-container-glas.js +33 -0
- package/dist/components/utrecht-icon-container-papier.d.ts +11 -0
- package/dist/components/utrecht-icon-container-papier.js +33 -0
- package/dist/components/utrecht-icon-container-restafval.d.ts +11 -0
- package/dist/components/utrecht-icon-container-restafval.js +33 -0
- package/dist/components/utrecht-icon-container-textiel.d.ts +11 -0
- package/dist/components/utrecht-icon-container-textiel.js +33 -0
- package/dist/components/utrecht-icon-glas-afval.d.ts +11 -0
- package/dist/components/utrecht-icon-glas-afval.js +33 -0
- package/dist/components/utrecht-icon-t-shirt.d.ts +11 -0
- package/dist/components/utrecht-icon-t-shirt.js +33 -0
- package/dist/components/utrecht-icon-verkeerslicht.js +1 -1
- package/dist/components/utrecht-icon-verslaving.js +1 -1
- package/dist/components/utrecht-icon-vuilnisbak.d.ts +11 -0
- package/dist/components/utrecht-icon-vuilnisbak.js +33 -0
- package/dist/components/utrecht-icon-vuilniszak.d.ts +11 -0
- package/dist/components/utrecht-icon-vuilniszak.js +33 -0
- package/dist/components/utrecht-icon-zweefpaal.d.ts +11 -0
- package/dist/components/utrecht-icon-zweefpaal.js +33 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/utrecht-icon-container-glas.entry.js +15 -0
- package/dist/esm/utrecht-icon-container-papier.entry.js +15 -0
- package/dist/esm/utrecht-icon-container-restafval.entry.js +15 -0
- package/dist/esm/utrecht-icon-container-textiel.entry.js +15 -0
- package/dist/esm/utrecht-icon-glas-afval.entry.js +15 -0
- package/dist/esm/utrecht-icon-t-shirt.entry.js +15 -0
- package/dist/esm/utrecht-icon-verkeerslicht.entry.js +1 -1
- package/dist/esm/utrecht-icon-verslaving.entry.js +1 -1
- package/dist/esm/utrecht-icon-vuilnisbak.entry.js +15 -0
- package/dist/esm/utrecht-icon-vuilniszak.entry.js +15 -0
- package/dist/esm/utrecht-icon-zweefpaal.entry.js +15 -0
- package/dist/esm/utrecht.js +1 -1
- package/dist/types/components.d.ts +117 -0
- package/dist/types/generated/utrecht-icon-container-glas/utrecht-icon-container-glas.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-container-papier/utrecht-icon-container-papier.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-container-restafval/utrecht-icon-container-restafval.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-container-textiel/utrecht-icon-container-textiel.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-glas-afval/utrecht-icon-glas-afval.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-t-shirt/utrecht-icon-t-shirt.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-vuilnisbak/utrecht-icon-vuilnisbak.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-vuilniszak/utrecht-icon-vuilniszak.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-zweefpaal/utrecht-icon-zweefpaal.stencil.d.ts +3 -0
- package/dist/utrecht/p-0d6ad809.entry.js +1 -0
- package/dist/utrecht/p-14f79a7b.entry.js +1 -0
- package/dist/utrecht/p-16c1abbf.entry.js +1 -0
- package/dist/utrecht/p-18a72347.entry.js +1 -0
- package/dist/utrecht/p-20f4784e.entry.js +1 -0
- package/dist/utrecht/p-304c60f1.entry.js +1 -0
- package/dist/utrecht/p-3dac6670.entry.js +1 -0
- package/dist/utrecht/p-97553fed.entry.js +1 -0
- package/dist/utrecht/p-c060e21b.entry.js +1 -0
- package/dist/utrecht/p-e94f0e44.entry.js +1 -0
- package/dist/utrecht/p-ecbcde77.entry.js +1 -0
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +4 -4
- package/dist/utrecht/p-e9dcfbc0.entry.js +0 -1
- package/dist/utrecht/p-ec97a629.entry.js +0 -1
|
@@ -156,6 +156,14 @@ export namespace Components {
|
|
|
156
156
|
}
|
|
157
157
|
interface UtrechtIconContainerBio {
|
|
158
158
|
}
|
|
159
|
+
interface UtrechtIconContainerGlas {
|
|
160
|
+
}
|
|
161
|
+
interface UtrechtIconContainerPapier {
|
|
162
|
+
}
|
|
163
|
+
interface UtrechtIconContainerRestafval {
|
|
164
|
+
}
|
|
165
|
+
interface UtrechtIconContainerTextiel {
|
|
166
|
+
}
|
|
159
167
|
interface UtrechtIconCross {
|
|
160
168
|
}
|
|
161
169
|
interface UtrechtIconDakloos {
|
|
@@ -200,6 +208,8 @@ export namespace Components {
|
|
|
200
208
|
}
|
|
201
209
|
interface UtrechtIconGezicht {
|
|
202
210
|
}
|
|
211
|
+
interface UtrechtIconGlasAfval {
|
|
212
|
+
}
|
|
203
213
|
interface UtrechtIconGlijbaan {
|
|
204
214
|
}
|
|
205
215
|
interface UtrechtIconGrafiek {
|
|
@@ -354,6 +364,8 @@ export namespace Components {
|
|
|
354
364
|
}
|
|
355
365
|
interface UtrechtIconSubsidieGezin {
|
|
356
366
|
}
|
|
367
|
+
interface UtrechtIconTShirt {
|
|
368
|
+
}
|
|
357
369
|
interface UtrechtIconToeslag {
|
|
358
370
|
}
|
|
359
371
|
interface UtrechtIconTrein {
|
|
@@ -390,6 +402,10 @@ export namespace Components {
|
|
|
390
402
|
}
|
|
391
403
|
interface UtrechtIconVrijwilligerswerk {
|
|
392
404
|
}
|
|
405
|
+
interface UtrechtIconVuilnisbak {
|
|
406
|
+
}
|
|
407
|
+
interface UtrechtIconVuilniszak {
|
|
408
|
+
}
|
|
393
409
|
interface UtrechtIconVuurwerk {
|
|
394
410
|
}
|
|
395
411
|
interface UtrechtIconWandelstok {
|
|
@@ -418,6 +434,8 @@ export namespace Components {
|
|
|
418
434
|
}
|
|
419
435
|
interface UtrechtIconZorgHuis {
|
|
420
436
|
}
|
|
437
|
+
interface UtrechtIconZweefpaal {
|
|
438
|
+
}
|
|
421
439
|
interface UtrechtIconZwemmen {
|
|
422
440
|
}
|
|
423
441
|
interface UtrechtLogo {
|
|
@@ -812,6 +830,30 @@ declare global {
|
|
|
812
830
|
prototype: HTMLUtrechtIconContainerBioElement;
|
|
813
831
|
new (): HTMLUtrechtIconContainerBioElement;
|
|
814
832
|
};
|
|
833
|
+
interface HTMLUtrechtIconContainerGlasElement extends Components.UtrechtIconContainerGlas, HTMLStencilElement {
|
|
834
|
+
}
|
|
835
|
+
var HTMLUtrechtIconContainerGlasElement: {
|
|
836
|
+
prototype: HTMLUtrechtIconContainerGlasElement;
|
|
837
|
+
new (): HTMLUtrechtIconContainerGlasElement;
|
|
838
|
+
};
|
|
839
|
+
interface HTMLUtrechtIconContainerPapierElement extends Components.UtrechtIconContainerPapier, HTMLStencilElement {
|
|
840
|
+
}
|
|
841
|
+
var HTMLUtrechtIconContainerPapierElement: {
|
|
842
|
+
prototype: HTMLUtrechtIconContainerPapierElement;
|
|
843
|
+
new (): HTMLUtrechtIconContainerPapierElement;
|
|
844
|
+
};
|
|
845
|
+
interface HTMLUtrechtIconContainerRestafvalElement extends Components.UtrechtIconContainerRestafval, HTMLStencilElement {
|
|
846
|
+
}
|
|
847
|
+
var HTMLUtrechtIconContainerRestafvalElement: {
|
|
848
|
+
prototype: HTMLUtrechtIconContainerRestafvalElement;
|
|
849
|
+
new (): HTMLUtrechtIconContainerRestafvalElement;
|
|
850
|
+
};
|
|
851
|
+
interface HTMLUtrechtIconContainerTextielElement extends Components.UtrechtIconContainerTextiel, HTMLStencilElement {
|
|
852
|
+
}
|
|
853
|
+
var HTMLUtrechtIconContainerTextielElement: {
|
|
854
|
+
prototype: HTMLUtrechtIconContainerTextielElement;
|
|
855
|
+
new (): HTMLUtrechtIconContainerTextielElement;
|
|
856
|
+
};
|
|
815
857
|
interface HTMLUtrechtIconCrossElement extends Components.UtrechtIconCross, HTMLStencilElement {
|
|
816
858
|
}
|
|
817
859
|
var HTMLUtrechtIconCrossElement: {
|
|
@@ -944,6 +986,12 @@ declare global {
|
|
|
944
986
|
prototype: HTMLUtrechtIconGezichtElement;
|
|
945
987
|
new (): HTMLUtrechtIconGezichtElement;
|
|
946
988
|
};
|
|
989
|
+
interface HTMLUtrechtIconGlasAfvalElement extends Components.UtrechtIconGlasAfval, HTMLStencilElement {
|
|
990
|
+
}
|
|
991
|
+
var HTMLUtrechtIconGlasAfvalElement: {
|
|
992
|
+
prototype: HTMLUtrechtIconGlasAfvalElement;
|
|
993
|
+
new (): HTMLUtrechtIconGlasAfvalElement;
|
|
994
|
+
};
|
|
947
995
|
interface HTMLUtrechtIconGlijbaanElement extends Components.UtrechtIconGlijbaan, HTMLStencilElement {
|
|
948
996
|
}
|
|
949
997
|
var HTMLUtrechtIconGlijbaanElement: {
|
|
@@ -1406,6 +1454,12 @@ declare global {
|
|
|
1406
1454
|
prototype: HTMLUtrechtIconSubsidieGezinElement;
|
|
1407
1455
|
new (): HTMLUtrechtIconSubsidieGezinElement;
|
|
1408
1456
|
};
|
|
1457
|
+
interface HTMLUtrechtIconTShirtElement extends Components.UtrechtIconTShirt, HTMLStencilElement {
|
|
1458
|
+
}
|
|
1459
|
+
var HTMLUtrechtIconTShirtElement: {
|
|
1460
|
+
prototype: HTMLUtrechtIconTShirtElement;
|
|
1461
|
+
new (): HTMLUtrechtIconTShirtElement;
|
|
1462
|
+
};
|
|
1409
1463
|
interface HTMLUtrechtIconToeslagElement extends Components.UtrechtIconToeslag, HTMLStencilElement {
|
|
1410
1464
|
}
|
|
1411
1465
|
var HTMLUtrechtIconToeslagElement: {
|
|
@@ -1514,6 +1568,18 @@ declare global {
|
|
|
1514
1568
|
prototype: HTMLUtrechtIconVrijwilligerswerkElement;
|
|
1515
1569
|
new (): HTMLUtrechtIconVrijwilligerswerkElement;
|
|
1516
1570
|
};
|
|
1571
|
+
interface HTMLUtrechtIconVuilnisbakElement extends Components.UtrechtIconVuilnisbak, HTMLStencilElement {
|
|
1572
|
+
}
|
|
1573
|
+
var HTMLUtrechtIconVuilnisbakElement: {
|
|
1574
|
+
prototype: HTMLUtrechtIconVuilnisbakElement;
|
|
1575
|
+
new (): HTMLUtrechtIconVuilnisbakElement;
|
|
1576
|
+
};
|
|
1577
|
+
interface HTMLUtrechtIconVuilniszakElement extends Components.UtrechtIconVuilniszak, HTMLStencilElement {
|
|
1578
|
+
}
|
|
1579
|
+
var HTMLUtrechtIconVuilniszakElement: {
|
|
1580
|
+
prototype: HTMLUtrechtIconVuilniszakElement;
|
|
1581
|
+
new (): HTMLUtrechtIconVuilniszakElement;
|
|
1582
|
+
};
|
|
1517
1583
|
interface HTMLUtrechtIconVuurwerkElement extends Components.UtrechtIconVuurwerk, HTMLStencilElement {
|
|
1518
1584
|
}
|
|
1519
1585
|
var HTMLUtrechtIconVuurwerkElement: {
|
|
@@ -1598,6 +1664,12 @@ declare global {
|
|
|
1598
1664
|
prototype: HTMLUtrechtIconZorgHuisElement;
|
|
1599
1665
|
new (): HTMLUtrechtIconZorgHuisElement;
|
|
1600
1666
|
};
|
|
1667
|
+
interface HTMLUtrechtIconZweefpaalElement extends Components.UtrechtIconZweefpaal, HTMLStencilElement {
|
|
1668
|
+
}
|
|
1669
|
+
var HTMLUtrechtIconZweefpaalElement: {
|
|
1670
|
+
prototype: HTMLUtrechtIconZweefpaalElement;
|
|
1671
|
+
new (): HTMLUtrechtIconZweefpaalElement;
|
|
1672
|
+
};
|
|
1601
1673
|
interface HTMLUtrechtIconZwemmenElement extends Components.UtrechtIconZwemmen, HTMLStencilElement {
|
|
1602
1674
|
}
|
|
1603
1675
|
var HTMLUtrechtIconZwemmenElement: {
|
|
@@ -1775,6 +1847,10 @@ declare global {
|
|
|
1775
1847
|
"utrecht-icon-college-b-w": HTMLUtrechtIconCollegeBWElement;
|
|
1776
1848
|
"utrecht-icon-container": HTMLUtrechtIconContainerElement;
|
|
1777
1849
|
"utrecht-icon-container-bio": HTMLUtrechtIconContainerBioElement;
|
|
1850
|
+
"utrecht-icon-container-glas": HTMLUtrechtIconContainerGlasElement;
|
|
1851
|
+
"utrecht-icon-container-papier": HTMLUtrechtIconContainerPapierElement;
|
|
1852
|
+
"utrecht-icon-container-restafval": HTMLUtrechtIconContainerRestafvalElement;
|
|
1853
|
+
"utrecht-icon-container-textiel": HTMLUtrechtIconContainerTextielElement;
|
|
1778
1854
|
"utrecht-icon-cross": HTMLUtrechtIconCrossElement;
|
|
1779
1855
|
"utrecht-icon-dakloos": HTMLUtrechtIconDakloosElement;
|
|
1780
1856
|
"utrecht-icon-dementie": HTMLUtrechtIconDementieElement;
|
|
@@ -1797,6 +1873,7 @@ declare global {
|
|
|
1797
1873
|
"utrecht-icon-gemeente-locatie": HTMLUtrechtIconGemeenteLocatieElement;
|
|
1798
1874
|
"utrecht-icon-gemeenteraad": HTMLUtrechtIconGemeenteraadElement;
|
|
1799
1875
|
"utrecht-icon-gezicht": HTMLUtrechtIconGezichtElement;
|
|
1876
|
+
"utrecht-icon-glas-afval": HTMLUtrechtIconGlasAfvalElement;
|
|
1800
1877
|
"utrecht-icon-glijbaan": HTMLUtrechtIconGlijbaanElement;
|
|
1801
1878
|
"utrecht-icon-grafiek": HTMLUtrechtIconGrafiekElement;
|
|
1802
1879
|
"utrecht-icon-grofvuil": HTMLUtrechtIconGrofvuilElement;
|
|
@@ -1874,6 +1951,7 @@ declare global {
|
|
|
1874
1951
|
"utrecht-icon-strooien": HTMLUtrechtIconStrooienElement;
|
|
1875
1952
|
"utrecht-icon-subsidie": HTMLUtrechtIconSubsidieElement;
|
|
1876
1953
|
"utrecht-icon-subsidie-gezin": HTMLUtrechtIconSubsidieGezinElement;
|
|
1954
|
+
"utrecht-icon-t-shirt": HTMLUtrechtIconTShirtElement;
|
|
1877
1955
|
"utrecht-icon-toeslag": HTMLUtrechtIconToeslagElement;
|
|
1878
1956
|
"utrecht-icon-trein": HTMLUtrechtIconTreinElement;
|
|
1879
1957
|
"utrecht-icon-trouwen": HTMLUtrechtIconTrouwenElement;
|
|
@@ -1892,6 +1970,8 @@ declare global {
|
|
|
1892
1970
|
"utrecht-icon-vluchtelingen": HTMLUtrechtIconVluchtelingenElement;
|
|
1893
1971
|
"utrecht-icon-voorzieningen-vervoer": HTMLUtrechtIconVoorzieningenVervoerElement;
|
|
1894
1972
|
"utrecht-icon-vrijwilligerswerk": HTMLUtrechtIconVrijwilligerswerkElement;
|
|
1973
|
+
"utrecht-icon-vuilnisbak": HTMLUtrechtIconVuilnisbakElement;
|
|
1974
|
+
"utrecht-icon-vuilniszak": HTMLUtrechtIconVuilniszakElement;
|
|
1895
1975
|
"utrecht-icon-vuurwerk": HTMLUtrechtIconVuurwerkElement;
|
|
1896
1976
|
"utrecht-icon-wandelstok": HTMLUtrechtIconWandelstokElement;
|
|
1897
1977
|
"utrecht-icon-warm": HTMLUtrechtIconWarmElement;
|
|
@@ -1906,6 +1986,7 @@ declare global {
|
|
|
1906
1986
|
"utrecht-icon-zoomin": HTMLUtrechtIconZoominElement;
|
|
1907
1987
|
"utrecht-icon-zoomout": HTMLUtrechtIconZoomoutElement;
|
|
1908
1988
|
"utrecht-icon-zorg-huis": HTMLUtrechtIconZorgHuisElement;
|
|
1989
|
+
"utrecht-icon-zweefpaal": HTMLUtrechtIconZweefpaalElement;
|
|
1909
1990
|
"utrecht-icon-zwemmen": HTMLUtrechtIconZwemmenElement;
|
|
1910
1991
|
"utrecht-logo": HTMLUtrechtLogoElement;
|
|
1911
1992
|
"utrecht-logo-button": HTMLUtrechtLogoButtonElement;
|
|
@@ -2102,6 +2183,14 @@ declare namespace LocalJSX {
|
|
|
2102
2183
|
}
|
|
2103
2184
|
interface UtrechtIconContainerBio {
|
|
2104
2185
|
}
|
|
2186
|
+
interface UtrechtIconContainerGlas {
|
|
2187
|
+
}
|
|
2188
|
+
interface UtrechtIconContainerPapier {
|
|
2189
|
+
}
|
|
2190
|
+
interface UtrechtIconContainerRestafval {
|
|
2191
|
+
}
|
|
2192
|
+
interface UtrechtIconContainerTextiel {
|
|
2193
|
+
}
|
|
2105
2194
|
interface UtrechtIconCross {
|
|
2106
2195
|
}
|
|
2107
2196
|
interface UtrechtIconDakloos {
|
|
@@ -2146,6 +2235,8 @@ declare namespace LocalJSX {
|
|
|
2146
2235
|
}
|
|
2147
2236
|
interface UtrechtIconGezicht {
|
|
2148
2237
|
}
|
|
2238
|
+
interface UtrechtIconGlasAfval {
|
|
2239
|
+
}
|
|
2149
2240
|
interface UtrechtIconGlijbaan {
|
|
2150
2241
|
}
|
|
2151
2242
|
interface UtrechtIconGrafiek {
|
|
@@ -2300,6 +2391,8 @@ declare namespace LocalJSX {
|
|
|
2300
2391
|
}
|
|
2301
2392
|
interface UtrechtIconSubsidieGezin {
|
|
2302
2393
|
}
|
|
2394
|
+
interface UtrechtIconTShirt {
|
|
2395
|
+
}
|
|
2303
2396
|
interface UtrechtIconToeslag {
|
|
2304
2397
|
}
|
|
2305
2398
|
interface UtrechtIconTrein {
|
|
@@ -2336,6 +2429,10 @@ declare namespace LocalJSX {
|
|
|
2336
2429
|
}
|
|
2337
2430
|
interface UtrechtIconVrijwilligerswerk {
|
|
2338
2431
|
}
|
|
2432
|
+
interface UtrechtIconVuilnisbak {
|
|
2433
|
+
}
|
|
2434
|
+
interface UtrechtIconVuilniszak {
|
|
2435
|
+
}
|
|
2339
2436
|
interface UtrechtIconVuurwerk {
|
|
2340
2437
|
}
|
|
2341
2438
|
interface UtrechtIconWandelstok {
|
|
@@ -2364,6 +2461,8 @@ declare namespace LocalJSX {
|
|
|
2364
2461
|
}
|
|
2365
2462
|
interface UtrechtIconZorgHuis {
|
|
2366
2463
|
}
|
|
2464
|
+
interface UtrechtIconZweefpaal {
|
|
2465
|
+
}
|
|
2367
2466
|
interface UtrechtIconZwemmen {
|
|
2368
2467
|
}
|
|
2369
2468
|
interface UtrechtLogo {
|
|
@@ -2483,6 +2582,10 @@ declare namespace LocalJSX {
|
|
|
2483
2582
|
"utrecht-icon-college-b-w": UtrechtIconCollegeBW;
|
|
2484
2583
|
"utrecht-icon-container": UtrechtIconContainer;
|
|
2485
2584
|
"utrecht-icon-container-bio": UtrechtIconContainerBio;
|
|
2585
|
+
"utrecht-icon-container-glas": UtrechtIconContainerGlas;
|
|
2586
|
+
"utrecht-icon-container-papier": UtrechtIconContainerPapier;
|
|
2587
|
+
"utrecht-icon-container-restafval": UtrechtIconContainerRestafval;
|
|
2588
|
+
"utrecht-icon-container-textiel": UtrechtIconContainerTextiel;
|
|
2486
2589
|
"utrecht-icon-cross": UtrechtIconCross;
|
|
2487
2590
|
"utrecht-icon-dakloos": UtrechtIconDakloos;
|
|
2488
2591
|
"utrecht-icon-dementie": UtrechtIconDementie;
|
|
@@ -2505,6 +2608,7 @@ declare namespace LocalJSX {
|
|
|
2505
2608
|
"utrecht-icon-gemeente-locatie": UtrechtIconGemeenteLocatie;
|
|
2506
2609
|
"utrecht-icon-gemeenteraad": UtrechtIconGemeenteraad;
|
|
2507
2610
|
"utrecht-icon-gezicht": UtrechtIconGezicht;
|
|
2611
|
+
"utrecht-icon-glas-afval": UtrechtIconGlasAfval;
|
|
2508
2612
|
"utrecht-icon-glijbaan": UtrechtIconGlijbaan;
|
|
2509
2613
|
"utrecht-icon-grafiek": UtrechtIconGrafiek;
|
|
2510
2614
|
"utrecht-icon-grofvuil": UtrechtIconGrofvuil;
|
|
@@ -2582,6 +2686,7 @@ declare namespace LocalJSX {
|
|
|
2582
2686
|
"utrecht-icon-strooien": UtrechtIconStrooien;
|
|
2583
2687
|
"utrecht-icon-subsidie": UtrechtIconSubsidie;
|
|
2584
2688
|
"utrecht-icon-subsidie-gezin": UtrechtIconSubsidieGezin;
|
|
2689
|
+
"utrecht-icon-t-shirt": UtrechtIconTShirt;
|
|
2585
2690
|
"utrecht-icon-toeslag": UtrechtIconToeslag;
|
|
2586
2691
|
"utrecht-icon-trein": UtrechtIconTrein;
|
|
2587
2692
|
"utrecht-icon-trouwen": UtrechtIconTrouwen;
|
|
@@ -2600,6 +2705,8 @@ declare namespace LocalJSX {
|
|
|
2600
2705
|
"utrecht-icon-vluchtelingen": UtrechtIconVluchtelingen;
|
|
2601
2706
|
"utrecht-icon-voorzieningen-vervoer": UtrechtIconVoorzieningenVervoer;
|
|
2602
2707
|
"utrecht-icon-vrijwilligerswerk": UtrechtIconVrijwilligerswerk;
|
|
2708
|
+
"utrecht-icon-vuilnisbak": UtrechtIconVuilnisbak;
|
|
2709
|
+
"utrecht-icon-vuilniszak": UtrechtIconVuilniszak;
|
|
2603
2710
|
"utrecht-icon-vuurwerk": UtrechtIconVuurwerk;
|
|
2604
2711
|
"utrecht-icon-wandelstok": UtrechtIconWandelstok;
|
|
2605
2712
|
"utrecht-icon-warm": UtrechtIconWarm;
|
|
@@ -2614,6 +2721,7 @@ declare namespace LocalJSX {
|
|
|
2614
2721
|
"utrecht-icon-zoomin": UtrechtIconZoomin;
|
|
2615
2722
|
"utrecht-icon-zoomout": UtrechtIconZoomout;
|
|
2616
2723
|
"utrecht-icon-zorg-huis": UtrechtIconZorgHuis;
|
|
2724
|
+
"utrecht-icon-zweefpaal": UtrechtIconZweefpaal;
|
|
2617
2725
|
"utrecht-icon-zwemmen": UtrechtIconZwemmen;
|
|
2618
2726
|
"utrecht-logo": UtrechtLogo;
|
|
2619
2727
|
"utrecht-logo-button": UtrechtLogoButton;
|
|
@@ -2691,6 +2799,10 @@ declare module "@stencil/core" {
|
|
|
2691
2799
|
"utrecht-icon-college-b-w": LocalJSX.UtrechtIconCollegeBW & JSXBase.HTMLAttributes<HTMLUtrechtIconCollegeBWElement>;
|
|
2692
2800
|
"utrecht-icon-container": LocalJSX.UtrechtIconContainer & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerElement>;
|
|
2693
2801
|
"utrecht-icon-container-bio": LocalJSX.UtrechtIconContainerBio & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerBioElement>;
|
|
2802
|
+
"utrecht-icon-container-glas": LocalJSX.UtrechtIconContainerGlas & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerGlasElement>;
|
|
2803
|
+
"utrecht-icon-container-papier": LocalJSX.UtrechtIconContainerPapier & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerPapierElement>;
|
|
2804
|
+
"utrecht-icon-container-restafval": LocalJSX.UtrechtIconContainerRestafval & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerRestafvalElement>;
|
|
2805
|
+
"utrecht-icon-container-textiel": LocalJSX.UtrechtIconContainerTextiel & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerTextielElement>;
|
|
2694
2806
|
"utrecht-icon-cross": LocalJSX.UtrechtIconCross & JSXBase.HTMLAttributes<HTMLUtrechtIconCrossElement>;
|
|
2695
2807
|
"utrecht-icon-dakloos": LocalJSX.UtrechtIconDakloos & JSXBase.HTMLAttributes<HTMLUtrechtIconDakloosElement>;
|
|
2696
2808
|
"utrecht-icon-dementie": LocalJSX.UtrechtIconDementie & JSXBase.HTMLAttributes<HTMLUtrechtIconDementieElement>;
|
|
@@ -2713,6 +2825,7 @@ declare module "@stencil/core" {
|
|
|
2713
2825
|
"utrecht-icon-gemeente-locatie": LocalJSX.UtrechtIconGemeenteLocatie & JSXBase.HTMLAttributes<HTMLUtrechtIconGemeenteLocatieElement>;
|
|
2714
2826
|
"utrecht-icon-gemeenteraad": LocalJSX.UtrechtIconGemeenteraad & JSXBase.HTMLAttributes<HTMLUtrechtIconGemeenteraadElement>;
|
|
2715
2827
|
"utrecht-icon-gezicht": LocalJSX.UtrechtIconGezicht & JSXBase.HTMLAttributes<HTMLUtrechtIconGezichtElement>;
|
|
2828
|
+
"utrecht-icon-glas-afval": LocalJSX.UtrechtIconGlasAfval & JSXBase.HTMLAttributes<HTMLUtrechtIconGlasAfvalElement>;
|
|
2716
2829
|
"utrecht-icon-glijbaan": LocalJSX.UtrechtIconGlijbaan & JSXBase.HTMLAttributes<HTMLUtrechtIconGlijbaanElement>;
|
|
2717
2830
|
"utrecht-icon-grafiek": LocalJSX.UtrechtIconGrafiek & JSXBase.HTMLAttributes<HTMLUtrechtIconGrafiekElement>;
|
|
2718
2831
|
"utrecht-icon-grofvuil": LocalJSX.UtrechtIconGrofvuil & JSXBase.HTMLAttributes<HTMLUtrechtIconGrofvuilElement>;
|
|
@@ -2790,6 +2903,7 @@ declare module "@stencil/core" {
|
|
|
2790
2903
|
"utrecht-icon-strooien": LocalJSX.UtrechtIconStrooien & JSXBase.HTMLAttributes<HTMLUtrechtIconStrooienElement>;
|
|
2791
2904
|
"utrecht-icon-subsidie": LocalJSX.UtrechtIconSubsidie & JSXBase.HTMLAttributes<HTMLUtrechtIconSubsidieElement>;
|
|
2792
2905
|
"utrecht-icon-subsidie-gezin": LocalJSX.UtrechtIconSubsidieGezin & JSXBase.HTMLAttributes<HTMLUtrechtIconSubsidieGezinElement>;
|
|
2906
|
+
"utrecht-icon-t-shirt": LocalJSX.UtrechtIconTShirt & JSXBase.HTMLAttributes<HTMLUtrechtIconTShirtElement>;
|
|
2793
2907
|
"utrecht-icon-toeslag": LocalJSX.UtrechtIconToeslag & JSXBase.HTMLAttributes<HTMLUtrechtIconToeslagElement>;
|
|
2794
2908
|
"utrecht-icon-trein": LocalJSX.UtrechtIconTrein & JSXBase.HTMLAttributes<HTMLUtrechtIconTreinElement>;
|
|
2795
2909
|
"utrecht-icon-trouwen": LocalJSX.UtrechtIconTrouwen & JSXBase.HTMLAttributes<HTMLUtrechtIconTrouwenElement>;
|
|
@@ -2808,6 +2922,8 @@ declare module "@stencil/core" {
|
|
|
2808
2922
|
"utrecht-icon-vluchtelingen": LocalJSX.UtrechtIconVluchtelingen & JSXBase.HTMLAttributes<HTMLUtrechtIconVluchtelingenElement>;
|
|
2809
2923
|
"utrecht-icon-voorzieningen-vervoer": LocalJSX.UtrechtIconVoorzieningenVervoer & JSXBase.HTMLAttributes<HTMLUtrechtIconVoorzieningenVervoerElement>;
|
|
2810
2924
|
"utrecht-icon-vrijwilligerswerk": LocalJSX.UtrechtIconVrijwilligerswerk & JSXBase.HTMLAttributes<HTMLUtrechtIconVrijwilligerswerkElement>;
|
|
2925
|
+
"utrecht-icon-vuilnisbak": LocalJSX.UtrechtIconVuilnisbak & JSXBase.HTMLAttributes<HTMLUtrechtIconVuilnisbakElement>;
|
|
2926
|
+
"utrecht-icon-vuilniszak": LocalJSX.UtrechtIconVuilniszak & JSXBase.HTMLAttributes<HTMLUtrechtIconVuilniszakElement>;
|
|
2811
2927
|
"utrecht-icon-vuurwerk": LocalJSX.UtrechtIconVuurwerk & JSXBase.HTMLAttributes<HTMLUtrechtIconVuurwerkElement>;
|
|
2812
2928
|
"utrecht-icon-wandelstok": LocalJSX.UtrechtIconWandelstok & JSXBase.HTMLAttributes<HTMLUtrechtIconWandelstokElement>;
|
|
2813
2929
|
"utrecht-icon-warm": LocalJSX.UtrechtIconWarm & JSXBase.HTMLAttributes<HTMLUtrechtIconWarmElement>;
|
|
@@ -2822,6 +2938,7 @@ declare module "@stencil/core" {
|
|
|
2822
2938
|
"utrecht-icon-zoomin": LocalJSX.UtrechtIconZoomin & JSXBase.HTMLAttributes<HTMLUtrechtIconZoominElement>;
|
|
2823
2939
|
"utrecht-icon-zoomout": LocalJSX.UtrechtIconZoomout & JSXBase.HTMLAttributes<HTMLUtrechtIconZoomoutElement>;
|
|
2824
2940
|
"utrecht-icon-zorg-huis": LocalJSX.UtrechtIconZorgHuis & JSXBase.HTMLAttributes<HTMLUtrechtIconZorgHuisElement>;
|
|
2941
|
+
"utrecht-icon-zweefpaal": LocalJSX.UtrechtIconZweefpaal & JSXBase.HTMLAttributes<HTMLUtrechtIconZweefpaalElement>;
|
|
2825
2942
|
"utrecht-icon-zwemmen": LocalJSX.UtrechtIconZwemmen & JSXBase.HTMLAttributes<HTMLUtrechtIconZwemmenElement>;
|
|
2826
2943
|
"utrecht-logo": LocalJSX.UtrechtLogo & JSXBase.HTMLAttributes<HTMLUtrechtLogoElement>;
|
|
2827
2944
|
"utrecht-logo-button": LocalJSX.UtrechtLogoButton & JSXBase.HTMLAttributes<HTMLUtrechtLogoButtonElement>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-61cfc384.js";const o=class{constructor(r){t(this,r)}render(){return r("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},r("path",{d:"M33.51 6.02c0-3.16-2.88-6.01-6.05-6.01h-5.19l-4.54 5.35L13.36 0H7.97C4.82 0 1.95 2.85 1.95 5.99l.03 7.59 4.49-.05V36h22.52V13.52l4.44-.05.08-7.46Z"}))}};o.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{o as utrecht_icon_t_shirt}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as c}from"./p-61cfc384.js";const r=class{constructor(c){t(this,c)}render(){return c("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},c("path",{d:"M17.79 10.66c-1.92.01-3.76 1.13-4.57 3.01L12 16.49v18.44l2.45 1.06 7.94-18.35c.82-1.88.38-3.98-.93-5.39L26 1.77 22.33.18l-4.54 10.48ZM0 16v20h10v-8H4v-9h6v-3c0-2.05-1.24-3.81-3-4.58V0H3v11.42c-1.76.77-3 2.53-3 4.58Zm27 7.12h6c1.65 0 3-1.35 3-3s-1.35-3-3-3h-6c-1.65 0-3 1.35-3 3s1.35 3 3 3Zm3-5h3c1.1 0 2 .9 2 2s-.9 2-2 2h-3v-4Zm.36 11-4.24-4.24a3 3 0 0 0-4.24 0 3 3 0 0 0 0 4.24l4.24 4.24c1.17 1.17 3.07 1.17 4.24 0s1.17-3.07 0-4.24Zm-5.66 1.41-2.12-2.12c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0l2.12 2.12-2.83 2.83Z"}))}};r.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{r as utrecht_icon_verslaving}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as c,h as t}from"./p-61cfc384.js";const r=class{constructor(t){c(this,t)}render(){return t("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},t("path",{d:"M9.99 29h3v5c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-5Zm12 0h3v5c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-5Zm4.25-26.28C26.1 1.73 25.25 1 24.26 1H10.72c-1 0-1.84.73-1.98 1.72L7.99 8l.9 17.1c.06 1.06.93 1.9 2 1.9h13.2c1.06 0 1.94-.83 2-1.9l.9-17.1-.75-5.28ZM23.99 7.6c0 1.33-.9 2.4-2 2.4h-9c-1.1 0-2-1.07-2-2.4V6.4c0-1.33.9-2.4 2-2.4h9c1.1 0 2 1.07 2 2.4v1.2Z"}))}};r.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{r as utrecht_icon_vuilnisbak}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as c}from"./p-61cfc384.js";const r=class{constructor(c){t(this,c)}render(){return c("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},c("path",{d:"M4 27.01v-7h4.96v-3A4.488 4.488 0 0 0 6 13.29V3.01H3v10.28a4.474 4.474 0 0 0-2.95 3.72l-.05 19h9l-.02-9H4Z"}),c("path",{d:"M33.01 13.96c0-5.5-4.46-9.97-9.97-9.97V1.47c0-.81-.67-1.47-1.51-1.47h-2.97c-.86 0-1.54.66-1.54 1.49v2.5c-3.98 0-7.4 2.33-9.02 5.69v2.37c1.63 1.04 2.71 2.75 2.94 4.74v.22l.04 13.01H33V13.96h.01ZM14 14.01c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Zm5.02-12.02H21v2h-1.98v-2ZM20 14.01c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Zm6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2ZM10.994 32.041l25.01-.065.005 2-25.01.065z"}))}};r.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{r as utrecht_icon_container_glas}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as c}from"./p-61cfc384.js";const r=class{constructor(c){t(this,c)}render(){return c("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},c("path",{d:"M12 17.98v.03h3c1.66 0 3.08.76 3.99 2.15.7 1.06 1.07 2.43 1.07 3.97v.06L20 26.07l-.06 1.94h-2.93v3h16.01v-17c0-5.67-4.54-9.97-10.04-9.97l.08-2.52c0-.83-.67-1.5-1.51-1.5h-2.97c-.86 0-1.54.68-1.54 1.53l-.03 1.46v1c-5.53 0-10 4.31-10 10v3.97H12Zm7-15.97h2v2h-2v-2Zm-3.98 7h9.99l1 5H14.02l1-5Zm20.99 24v2H17.03v-2h18.98Zm-32-13h2.17c.41 1.12 1.51 1.93 2.81 1.93s2.4-.81 2.81-1.93h3.18c2.11 0 3.05 1.84 3.05 3.87l-.05 1.77h-3L15.02 36H3V25.65H0v-1.79C0 21.84 1.91 20 4.01 20"}))}};r.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{r as utrecht_icon_container_textiel}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as c}from"./p-61cfc384.js";const r=class{constructor(c){t(this,c)}render(){return c("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},c("path",{d:"M17.02 32.03H36v2H17.02zM.53 32.01h3.7v3.5l-3.7-3.5Zm13.23-14H3.7c-.58 0-1.06.45-1.06 1v.5h10.59v14h.54c.58 0 1.04-.44 1.04-.99V19c0-.55-.47-1-1.06-1Zm-2.12 4v13.02c0 .54-.47.98-1.04.98l-4.78-.03v-4.49c0-.55-.47-1-1.05-1H0V22c0-.55.47-1 1.06-1h9.52c.58 0 1.06.45 1.06 1Zm-4.76 5.5H2.12v1h4.76v-1Zm2.65-2H2.12v1h7.41v-1Zm0-2H2.12v1h7.41v-1Z"}),c("path",{d:"M22.66 4.11v-2.6c0-.84-.7-1.51-1.56-1.51h-3.07c-.88 0-1.59.68-1.59 1.54v2.57C10.73 4.11 6.1 8.74 6.1 14.45v1.39h7.89c1.65 0 3 1.32 3 2.94v11.14h15.95V14.9c0-5.96-4.33-10.79-10.29-10.79Zm-4.15-2.07h2.05v2.07h-2.05V2.04Zm-5.52 11.97v-5h13v5h-13Z"}))}};r.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{r as utrecht_icon_container_papier}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-61cfc384.js";const c=class{constructor(r){t(this,r)}render(){return r("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},r("path",{d:"m16.38 32.01.83 2h19.02v-2H16.38zm-4.65-15.98c.74 0 1.23.77.91 1.44l-1.04 2.19c1 .54 1.87 1.21 1.87 1.21l.16.13.13.16 2.04 2.63.42.54v5.68h17.01V13.97c0-5.51-4.47-9.97-9.97-9.97V1.48c0-.81-.67-1.46-1.51-1.46h-2.97c-.85 0-1.54.66-1.54 1.49V4C11.71 4 7.23 8.48 7.23 14.01v2.02h4.5Zm7.52-14.04h1.98v2h-1.98v-2Zm-4.02 7h10l1 5h-12l1-5Z"}),r("path",{d:"m9.94 18-1.39 2.94h.73c.52 0 2.28 1.09 2.68 1.43L14 25v7l1.65 4H0l1-2 .09-6.95c.34-2.8 2.24-5.17 4.91-6.11h.68L5 18h4.94"}))}};c.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{c as utrecht_icon_container_restafval}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as c}from"./p-61cfc384.js";const r=class{constructor(c){t(this,c)}render(){return c("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},c("path",{d:"M18.17 22.95c3.26 0 5.9-2.64 5.9-5.9V5.9c0-3.26-2.64-5.9-5.9-5.9h-.34c-3.26 0-5.9 2.64-5.9 5.9v11.14c0 3.26 2.64 5.9 5.9 5.9h.34ZM18 4.05c1.12 0 2.03.91 2.03 2.03S19.12 8.11 18 8.11s-2.03-.91-2.03-2.03.91-2.03 2.03-2.03Zm0 5.4c1.12 0 2.03.91 2.03 2.03s-.91 2.03-2.03 2.03-2.03-.91-2.03-2.03.91-2.03 2.03-2.03Zm-2.03 7.43c0-1.12.91-2.03 2.03-2.03s2.03.91 2.03 2.03-.91 2.03-2.03 2.03-2.03-.91-2.03-2.03ZM15.93 29h4l-.01-4h-3.99v4zm6 6v-2.66c0-.74-.72-1.34-1.61-1.34h-4.79c-.88 0-1.59.59-1.59 1.33V36h8v-1Z"}))}};r.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{r as utrecht_icon_verkeerslicht}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-61cfc384.js";const c=class{constructor(r){t(this,r)}render(){return r("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},r("path",{d:"M23.79 10.66c-1.92.01-3.76 1.13-4.57 3.01L18 16.49v18.44l2.45 1.06 7.94-18.35c.82-1.88.38-3.98-.93-5.39L32 1.77 28.33.18l-4.54 10.48ZM6 16v20h10v-8h-6v-9h6v-3c0-2.05-1.24-3.81-3-4.58V0H9v11.42c-1.76.77-3 2.53-3 4.58Z"}))}};c.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{c as utrecht_icon_glas_afval}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-61cfc384.js";const o=class{constructor(r){t(this,r)}render(){return r("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},r("path",{d:"M30 32v2H6v-2h6V20h12v12h6ZM14 12h8c1.34 0 2 .9 2 2.02V18H12v-4c0-1.1.68-2 2-2Z"}))}};o.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{o as utrecht_icon_zweefpaal}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-61cfc384.js";const o=class{constructor(r){t(this,r)}render(){return r("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},r("path",{d:"m16 6-3-6h5v2h4l-2 4h-4Zm16 30H4l1-6v-9.78C5.68 14.61 10 8 16 8h5c1.05 0 4.57 2.06 5.37 2.74L30 15v16l2 5Z"}))}};o.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{o as utrecht_icon_vuilniszak}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-61cfc384.js";(()=>{const t=import.meta.url,c={};return""!==t&&(c.resourcesUrl=new URL(".",t).href),e(c)})().then((e=>t(JSON.parse('[["p-8ce48f11",[[1,"utrecht-contact-card-template"]]],["p-22fbbced",[[1,"utrecht-logo-button",{"type":[1]}]]],["p-f996067e",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-de72df8d",[[1,"utrecht-article"]]],["p-c79f206a",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-cc62aaef",[[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}]]],["p-42b7a00a",[[1,"utrecht-badge-data"]]],["p-d2ca8d44",[[1,"utrecht-badge-status",{"status":[1]}]]],["p-d5db9d0f",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["p-b21d4628",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-e09d251e",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-7c69094b",[[1,"utrecht-document"]]],["p-0d7734c2",[[1,"utrecht-eherkenning-logo"]]],["p-8e555a51",[[1,"utrecht-eidas-logo"]]],["p-70d62149",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["p-a249efe3",[[1,"utrecht-form-field-description",{"status":[513]}]]],["p-7201f969",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["p-1756e449",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-cbe45e1e",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-6755eb53",[[1,"utrecht-heading",{"level":[2]}]]],["p-2f31de75",[[1,"utrecht-heading-1"]]],["p-713c9cfe",[[1,"utrecht-heading-4"]]],["p-63a6ea4f",[[1,"utrecht-heading-5"]]],["p-d5126cfe",[[1,"utrecht-heading-6"]]],["p-0b5c4e8e",[[4,"utrecht-html-content"]]],["p-de564651",[[1,"utrecht-icon"]]],["p-d66a404f",[[1,"utrecht-icon-afspraak-maken"]]],["p-b2f55a87",[[1,"utrecht-icon-afval"]]],["p-54432330",[[1,"utrecht-icon-afval-container"]]],["p-6cfe570b",[[1,"utrecht-icon-afval-containerpas"]]],["p-3fdf18b7",[[1,"utrecht-icon-afval-kalender"]]],["p-a20a60bc",[[1,"utrecht-icon-afval-scheiden"]]],["p-eee97cfa",[[1,"utrecht-icon-afvalkalender"]]],["p-a0d42249",[[1,"utrecht-icon-alleen"]]],["p-37d2493b",[[1,"utrecht-icon-arrow"]]],["p-07ab9a4a",[[1,"utrecht-icon-bestemmingsplan"]]],["p-ab9f1679",[[1,"utrecht-icon-betaaldatum"]]],["p-a824f056",[[1,"utrecht-icon-bewijsstukken"]]],["p-a2924b9a",[[1,"utrecht-icon-bijstand"]]],["p-0147b768",[[1,"utrecht-icon-blad"]]],["p-1e320ba8",[[1,"utrecht-icon-bouwproject"]]],["p-59f28bc2",[[1,"utrecht-icon-brandgevaar"]]],["p-625ce2e8",[[1,"utrecht-icon-brief-betalen"]]],["p-93c9a579",[[1,"utrecht-icon-checkmark"]]],["p-3e88156a",[[1,"utrecht-icon-college-b-w"]]],["p-c446bb31",[[1,"utrecht-icon-container"]]],["p-098f2a6c",[[1,"utrecht-icon-container-bio"]]],["p-48ab1072",[[1,"utrecht-icon-cross"]]],["p-1a0cbac5",[[1,"utrecht-icon-dakloos"]]],["p-47dd6372",[[1,"utrecht-icon-dementie"]]],["p-3a68c114",[[1,"utrecht-icon-documenten"]]],["p-8f23be2d",[[1,"utrecht-icon-duurzaam"]]],["p-dcd065a6",[[1,"utrecht-icon-eenzaamheid"]]],["p-95376af4",[[1,"utrecht-icon-eikenprocessie"]]],["p-fecd3b31",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-19676f90",[[1,"utrecht-icon-energie-vergoeding"]]],["p-7432d159",[[1,"utrecht-icon-energietransitie"]]],["p-5ad2beee",[[1,"utrecht-icon-error"]]],["p-421d5f2c",[[1,"utrecht-icon-evenementen"]]],["p-976f9ce3",[[1,"utrecht-icon-facebook"]]],["p-968091b8",[[1,"utrecht-icon-fiets"]]],["p-384cbd75",[[1,"utrecht-icon-filter"]]],["p-c66462f7",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-c241e178",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-7ce19413",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-d7c64685",[[1,"utrecht-icon-geluid"]]],["p-52e4bcce",[[1,"utrecht-icon-gemeente-locatie"]]],["p-27d379fc",[[1,"utrecht-icon-gemeenteraad"]]],["p-df27bec1",[[1,"utrecht-icon-gezicht"]]],["p-22788160",[[1,"utrecht-icon-glijbaan"]]],["p-6a10f7bc",[[1,"utrecht-icon-grafiek"]]],["p-e309442e",[[1,"utrecht-icon-grofvuil"]]],["p-ace68320",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-6df4e09f",[[1,"utrecht-icon-herdenking"]]],["p-a90bed78",[[1,"utrecht-icon-hondenbelasting"]]],["p-8f6098c5",[[1,"utrecht-icon-horeca"]]],["p-c7aa98af",[[1,"utrecht-icon-horecavergunning"]]],["p-bc83b6e5",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-473b7bf5",[[1,"utrecht-icon-hulp-huishouden"]]],["p-850ecac4",[[1,"utrecht-icon-hulp-vervoer"]]],["p-7525b49d",[[1,"utrecht-icon-hulp-zorg"]]],["p-91874b18",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-9a00a33c",[[1,"utrecht-icon-hulpverlening"]]],["p-867f9eac",[[1,"utrecht-icon-idee"]]],["p-dc1b5896",[[1,"utrecht-icon-information"]]],["p-72fa7794",[[1,"utrecht-icon-innovatie"]]],["p-f45957fb",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-c9d6a627",[[1,"utrecht-icon-instagram"]]],["p-420e5d5f",[[1,"utrecht-icon-kalender"]]],["p-47d9b9b0",[[1,"utrecht-icon-kennis"]]],["p-251d5cf7",[[1,"utrecht-icon-kerstbomen"]]],["p-9eb4517c",[[1,"utrecht-icon-klachten"]]],["p-49111835",[[1,"utrecht-icon-kroon"]]],["p-806de3b0",[[1,"utrecht-icon-laadpaal"]]],["p-47ff8a1c",[[1,"utrecht-icon-lantaarnpaal"]]],["p-a423ba17",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-c54ec707",[[1,"utrecht-icon-leren"]]],["p-8143857e",[[1,"utrecht-icon-let-op"]]],["p-293206d7",[[1,"utrecht-icon-linkedin"]]],["p-b6a831c8",[[1,"utrecht-icon-list"]]],["p-4338a087",[[1,"utrecht-icon-loupe"]]],["p-69e4731a",[[1,"utrecht-icon-markt"]]],["p-cfbaffb3",[[1,"utrecht-icon-melding"]]],["p-a45cee05",[[1,"utrecht-icon-melding-boom"]]],["p-18c6a7ee",[[1,"utrecht-icon-melding-klacht"]]],["p-fb60c46d",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-438fa76a",[[1,"utrecht-icon-melding-verlichting"]]],["p-9a122e42",[[1,"utrecht-icon-menselijk"]]],["p-48afb32c",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-5ba5731f",[[1,"utrecht-icon-natuur"]]],["p-b57b353e",[[1,"utrecht-icon-nieuw-huis"]]],["p-3926735f",[[1,"utrecht-icon-nummerbord"]]],["p-8fdb7d87",[[1,"utrecht-icon-om-het-huis"]]],["p-bf1005cb",[[1,"utrecht-icon-omgeving"]]],["p-80577cff",[[1,"utrecht-icon-omgevingsvisie"]]],["p-710a6db7",[[1,"utrecht-icon-omgevingswet"]]],["p-c10f3275",[[1,"utrecht-icon-onderhoud"]]],["p-75710f6d",[[1,"utrecht-icon-ondernemen"]]],["p-9477b570",[[1,"utrecht-icon-openingstijden"]]],["p-fef0a811",[[1,"utrecht-icon-over-de-stad"]]],["p-2f43701c",[[1,"utrecht-icon-overlijden"]]],["p-e3f32c40",[[1,"utrecht-icon-panden"]]],["p-61197a6c",[[1,"utrecht-icon-park"]]],["p-09658591",[[1,"utrecht-icon-parkeerkaart"]]],["p-01c69249",[[1,"utrecht-icon-parkeervergunning"]]],["p-9c48ccff",[[1,"utrecht-icon-parken"]]],["p-2613bb23",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-2c3abb65",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-b8820870",[[1,"utrecht-icon-parkeren-betalen"]]],["p-5819bf58",[[1,"utrecht-icon-participatie-campagne"]]],["p-4c38331d",[[1,"utrecht-icon-participatie-like"]]],["p-10c3cbca",[[1,"utrecht-icon-participatie-pitch"]]],["p-6cb0e6d9",[[1,"utrecht-icon-paspoort"]]],["p-fadb654e",[[1,"utrecht-icon-rijbewijs"]]],["p-4f637d43",[[1,"utrecht-icon-rolstoel"]]],["p-98267462",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-30e0bbd8",[[1,"utrecht-icon-shoppen"]]],["p-b99992a8",[[1,"utrecht-icon-sinterklaas"]]],["p-981b1077",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-3d89acbf",[[1,"utrecht-icon-sport"]]],["p-be78c8da",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-05bb71be",[[1,"utrecht-icon-stookverbod"]]],["p-cd0b3597",[[1,"utrecht-icon-strand"]]],["p-e8b1d2c6",[[1,"utrecht-icon-strooien"]]],["p-23b2bc47",[[1,"utrecht-icon-subsidie"]]],["p-d304e423",[[1,"utrecht-icon-subsidie-gezin"]]],["p-15b936ff",[[1,"utrecht-icon-toeslag"]]],["p-ee4d6116",[[1,"utrecht-icon-trein"]]],["p-4c335ff9",[[1,"utrecht-icon-trouwen"]]],["p-ada30c1d",[[1,"utrecht-icon-twitter"]]],["p-8c895b93",[[1,"utrecht-icon-uw-wijk"]]],["p-4c8818f0",[[1,"utrecht-icon-vaccinatie"]]],["p-0e682937",[[1,"utrecht-icon-veilige-wijk"]]],["p-05155b1e",[[1,"utrecht-icon-vergaderen"]]],["p-68937e88",[[1,"utrecht-icon-vergoeding"]]],["p-a1aa07a0",[[1,"utrecht-icon-verhuizen"]]],["p-e9dcfbc0",[[1,"utrecht-icon-verkeerslicht"]]],["p-5d3e64bc",[[1,"utrecht-icon-verkiezingen"]]],["p-ec97a629",[[1,"utrecht-icon-verslaving"]]],["p-bdb8e0ab",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-9be8ebea",[[1,"utrecht-icon-virus"]]],["p-d9371346",[[1,"utrecht-icon-vluchtelingen"]]],["p-8964351f",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-ba2ff7b7",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-d042d943",[[1,"utrecht-icon-vuurwerk"]]],["p-cab70a89",[[1,"utrecht-icon-wandelstok"]]],["p-7a9ca08e",[[1,"utrecht-icon-warm"]]],["p-4e76b7f5",[[1,"utrecht-icon-warning"]]],["p-a95cffb3",[[1,"utrecht-icon-werken"]]],["p-bf0afa65",[[1,"utrecht-icon-werkzaamheden"]]],["p-17a46aea",[[1,"utrecht-icon-whatsapp"]]],["p-446b3179",[[1,"utrecht-icon-wonen-kosten"]]],["p-baffff49",[[1,"utrecht-icon-woning-zoeken"]]],["p-1087c4b7",[[1,"utrecht-icon-youtube"]]],["p-50f71026",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-c064168e",[[1,"utrecht-icon-zoomin"]]],["p-3e989e5d",[[1,"utrecht-icon-zoomout"]]],["p-42aea3c3",[[1,"utrecht-icon-zorg-huis"]]],["p-a4e6bea5",[[1,"utrecht-icon-zwemmen"]]],["p-2b8f0651",[[1,"utrecht-logo"]]],["p-0f8ac265",[[1,"utrecht-map-marker"]]],["p-ef44eb87",[[1,"utrecht-page"]]],["p-fc2cefba",[[1,"utrecht-page-content"]]],["p-4812b1f1",[[1,"utrecht-page-footer"]]],["p-64d22158",[[1,"utrecht-page-header"]]],["p-c7795b66",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-e0761870",[[1,"utrecht-separator"]]],["p-06aed2c0",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-789ec222",[[1,"utrecht-table"]]],["p-82ea28a7",[[1,"utrecht-table-body"]]],["p-15506bef",[[1,"utrecht-table-caption"]]],["p-d29b0f51",[[1,"utrecht-table-cell"]]],["p-d3dc6cd5",[[1,"utrecht-table-footer"]]],["p-3e96e168",[[1,"utrecht-table-header"]]],["p-0a4d417d",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-ff806677",[[1,"utrecht-table-row"]]],["p-62f84f6c",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-7e032f94",[[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}]]],["p-c19faecc",[[1,"utrecht-digid-logo"]]],["p-f1cdb5e9",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]]'),e)));
|
|
1
|
+
import{p as e,b as t}from"./p-61cfc384.js";(()=>{const t=import.meta.url,c={};return""!==t&&(c.resourcesUrl=new URL(".",t).href),e(c)})().then((e=>t(JSON.parse('[["p-8ce48f11",[[1,"utrecht-contact-card-template"]]],["p-22fbbced",[[1,"utrecht-logo-button",{"type":[1]}]]],["p-f996067e",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-de72df8d",[[1,"utrecht-article"]]],["p-c79f206a",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-cc62aaef",[[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}]]],["p-42b7a00a",[[1,"utrecht-badge-data"]]],["p-d2ca8d44",[[1,"utrecht-badge-status",{"status":[1]}]]],["p-d5db9d0f",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["p-b21d4628",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-e09d251e",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-7c69094b",[[1,"utrecht-document"]]],["p-0d7734c2",[[1,"utrecht-eherkenning-logo"]]],["p-8e555a51",[[1,"utrecht-eidas-logo"]]],["p-70d62149",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["p-a249efe3",[[1,"utrecht-form-field-description",{"status":[513]}]]],["p-7201f969",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["p-1756e449",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-cbe45e1e",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-6755eb53",[[1,"utrecht-heading",{"level":[2]}]]],["p-2f31de75",[[1,"utrecht-heading-1"]]],["p-713c9cfe",[[1,"utrecht-heading-4"]]],["p-63a6ea4f",[[1,"utrecht-heading-5"]]],["p-d5126cfe",[[1,"utrecht-heading-6"]]],["p-0b5c4e8e",[[4,"utrecht-html-content"]]],["p-de564651",[[1,"utrecht-icon"]]],["p-d66a404f",[[1,"utrecht-icon-afspraak-maken"]]],["p-b2f55a87",[[1,"utrecht-icon-afval"]]],["p-54432330",[[1,"utrecht-icon-afval-container"]]],["p-6cfe570b",[[1,"utrecht-icon-afval-containerpas"]]],["p-3fdf18b7",[[1,"utrecht-icon-afval-kalender"]]],["p-a20a60bc",[[1,"utrecht-icon-afval-scheiden"]]],["p-eee97cfa",[[1,"utrecht-icon-afvalkalender"]]],["p-a0d42249",[[1,"utrecht-icon-alleen"]]],["p-37d2493b",[[1,"utrecht-icon-arrow"]]],["p-07ab9a4a",[[1,"utrecht-icon-bestemmingsplan"]]],["p-ab9f1679",[[1,"utrecht-icon-betaaldatum"]]],["p-a824f056",[[1,"utrecht-icon-bewijsstukken"]]],["p-a2924b9a",[[1,"utrecht-icon-bijstand"]]],["p-0147b768",[[1,"utrecht-icon-blad"]]],["p-1e320ba8",[[1,"utrecht-icon-bouwproject"]]],["p-59f28bc2",[[1,"utrecht-icon-brandgevaar"]]],["p-625ce2e8",[[1,"utrecht-icon-brief-betalen"]]],["p-93c9a579",[[1,"utrecht-icon-checkmark"]]],["p-3e88156a",[[1,"utrecht-icon-college-b-w"]]],["p-c446bb31",[[1,"utrecht-icon-container"]]],["p-098f2a6c",[[1,"utrecht-icon-container-bio"]]],["p-18a72347",[[1,"utrecht-icon-container-glas"]]],["p-304c60f1",[[1,"utrecht-icon-container-papier"]]],["p-3dac6670",[[1,"utrecht-icon-container-restafval"]]],["p-20f4784e",[[1,"utrecht-icon-container-textiel"]]],["p-48ab1072",[[1,"utrecht-icon-cross"]]],["p-1a0cbac5",[[1,"utrecht-icon-dakloos"]]],["p-47dd6372",[[1,"utrecht-icon-dementie"]]],["p-3a68c114",[[1,"utrecht-icon-documenten"]]],["p-8f23be2d",[[1,"utrecht-icon-duurzaam"]]],["p-dcd065a6",[[1,"utrecht-icon-eenzaamheid"]]],["p-95376af4",[[1,"utrecht-icon-eikenprocessie"]]],["p-fecd3b31",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-19676f90",[[1,"utrecht-icon-energie-vergoeding"]]],["p-7432d159",[[1,"utrecht-icon-energietransitie"]]],["p-5ad2beee",[[1,"utrecht-icon-error"]]],["p-421d5f2c",[[1,"utrecht-icon-evenementen"]]],["p-976f9ce3",[[1,"utrecht-icon-facebook"]]],["p-968091b8",[[1,"utrecht-icon-fiets"]]],["p-384cbd75",[[1,"utrecht-icon-filter"]]],["p-c66462f7",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-c241e178",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-7ce19413",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-d7c64685",[[1,"utrecht-icon-geluid"]]],["p-52e4bcce",[[1,"utrecht-icon-gemeente-locatie"]]],["p-27d379fc",[[1,"utrecht-icon-gemeenteraad"]]],["p-df27bec1",[[1,"utrecht-icon-gezicht"]]],["p-c060e21b",[[1,"utrecht-icon-glas-afval"]]],["p-22788160",[[1,"utrecht-icon-glijbaan"]]],["p-6a10f7bc",[[1,"utrecht-icon-grafiek"]]],["p-e309442e",[[1,"utrecht-icon-grofvuil"]]],["p-ace68320",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-6df4e09f",[[1,"utrecht-icon-herdenking"]]],["p-a90bed78",[[1,"utrecht-icon-hondenbelasting"]]],["p-8f6098c5",[[1,"utrecht-icon-horeca"]]],["p-c7aa98af",[[1,"utrecht-icon-horecavergunning"]]],["p-bc83b6e5",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-473b7bf5",[[1,"utrecht-icon-hulp-huishouden"]]],["p-850ecac4",[[1,"utrecht-icon-hulp-vervoer"]]],["p-7525b49d",[[1,"utrecht-icon-hulp-zorg"]]],["p-91874b18",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-9a00a33c",[[1,"utrecht-icon-hulpverlening"]]],["p-867f9eac",[[1,"utrecht-icon-idee"]]],["p-dc1b5896",[[1,"utrecht-icon-information"]]],["p-72fa7794",[[1,"utrecht-icon-innovatie"]]],["p-f45957fb",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-c9d6a627",[[1,"utrecht-icon-instagram"]]],["p-420e5d5f",[[1,"utrecht-icon-kalender"]]],["p-47d9b9b0",[[1,"utrecht-icon-kennis"]]],["p-251d5cf7",[[1,"utrecht-icon-kerstbomen"]]],["p-9eb4517c",[[1,"utrecht-icon-klachten"]]],["p-49111835",[[1,"utrecht-icon-kroon"]]],["p-806de3b0",[[1,"utrecht-icon-laadpaal"]]],["p-47ff8a1c",[[1,"utrecht-icon-lantaarnpaal"]]],["p-a423ba17",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-c54ec707",[[1,"utrecht-icon-leren"]]],["p-8143857e",[[1,"utrecht-icon-let-op"]]],["p-293206d7",[[1,"utrecht-icon-linkedin"]]],["p-b6a831c8",[[1,"utrecht-icon-list"]]],["p-4338a087",[[1,"utrecht-icon-loupe"]]],["p-69e4731a",[[1,"utrecht-icon-markt"]]],["p-cfbaffb3",[[1,"utrecht-icon-melding"]]],["p-a45cee05",[[1,"utrecht-icon-melding-boom"]]],["p-18c6a7ee",[[1,"utrecht-icon-melding-klacht"]]],["p-fb60c46d",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-438fa76a",[[1,"utrecht-icon-melding-verlichting"]]],["p-9a122e42",[[1,"utrecht-icon-menselijk"]]],["p-48afb32c",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-5ba5731f",[[1,"utrecht-icon-natuur"]]],["p-b57b353e",[[1,"utrecht-icon-nieuw-huis"]]],["p-3926735f",[[1,"utrecht-icon-nummerbord"]]],["p-8fdb7d87",[[1,"utrecht-icon-om-het-huis"]]],["p-bf1005cb",[[1,"utrecht-icon-omgeving"]]],["p-80577cff",[[1,"utrecht-icon-omgevingsvisie"]]],["p-710a6db7",[[1,"utrecht-icon-omgevingswet"]]],["p-c10f3275",[[1,"utrecht-icon-onderhoud"]]],["p-75710f6d",[[1,"utrecht-icon-ondernemen"]]],["p-9477b570",[[1,"utrecht-icon-openingstijden"]]],["p-fef0a811",[[1,"utrecht-icon-over-de-stad"]]],["p-2f43701c",[[1,"utrecht-icon-overlijden"]]],["p-e3f32c40",[[1,"utrecht-icon-panden"]]],["p-61197a6c",[[1,"utrecht-icon-park"]]],["p-09658591",[[1,"utrecht-icon-parkeerkaart"]]],["p-01c69249",[[1,"utrecht-icon-parkeervergunning"]]],["p-9c48ccff",[[1,"utrecht-icon-parken"]]],["p-2613bb23",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-2c3abb65",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-b8820870",[[1,"utrecht-icon-parkeren-betalen"]]],["p-5819bf58",[[1,"utrecht-icon-participatie-campagne"]]],["p-4c38331d",[[1,"utrecht-icon-participatie-like"]]],["p-10c3cbca",[[1,"utrecht-icon-participatie-pitch"]]],["p-6cb0e6d9",[[1,"utrecht-icon-paspoort"]]],["p-fadb654e",[[1,"utrecht-icon-rijbewijs"]]],["p-4f637d43",[[1,"utrecht-icon-rolstoel"]]],["p-98267462",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-30e0bbd8",[[1,"utrecht-icon-shoppen"]]],["p-b99992a8",[[1,"utrecht-icon-sinterklaas"]]],["p-981b1077",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-3d89acbf",[[1,"utrecht-icon-sport"]]],["p-be78c8da",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-05bb71be",[[1,"utrecht-icon-stookverbod"]]],["p-cd0b3597",[[1,"utrecht-icon-strand"]]],["p-e8b1d2c6",[[1,"utrecht-icon-strooien"]]],["p-23b2bc47",[[1,"utrecht-icon-subsidie"]]],["p-d304e423",[[1,"utrecht-icon-subsidie-gezin"]]],["p-0d6ad809",[[1,"utrecht-icon-t-shirt"]]],["p-15b936ff",[[1,"utrecht-icon-toeslag"]]],["p-ee4d6116",[[1,"utrecht-icon-trein"]]],["p-4c335ff9",[[1,"utrecht-icon-trouwen"]]],["p-ada30c1d",[[1,"utrecht-icon-twitter"]]],["p-8c895b93",[[1,"utrecht-icon-uw-wijk"]]],["p-4c8818f0",[[1,"utrecht-icon-vaccinatie"]]],["p-0e682937",[[1,"utrecht-icon-veilige-wijk"]]],["p-05155b1e",[[1,"utrecht-icon-vergaderen"]]],["p-68937e88",[[1,"utrecht-icon-vergoeding"]]],["p-a1aa07a0",[[1,"utrecht-icon-verhuizen"]]],["p-97553fed",[[1,"utrecht-icon-verkeerslicht"]]],["p-5d3e64bc",[[1,"utrecht-icon-verkiezingen"]]],["p-14f79a7b",[[1,"utrecht-icon-verslaving"]]],["p-bdb8e0ab",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-9be8ebea",[[1,"utrecht-icon-virus"]]],["p-d9371346",[[1,"utrecht-icon-vluchtelingen"]]],["p-8964351f",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-ba2ff7b7",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-16c1abbf",[[1,"utrecht-icon-vuilnisbak"]]],["p-ecbcde77",[[1,"utrecht-icon-vuilniszak"]]],["p-d042d943",[[1,"utrecht-icon-vuurwerk"]]],["p-cab70a89",[[1,"utrecht-icon-wandelstok"]]],["p-7a9ca08e",[[1,"utrecht-icon-warm"]]],["p-4e76b7f5",[[1,"utrecht-icon-warning"]]],["p-a95cffb3",[[1,"utrecht-icon-werken"]]],["p-bf0afa65",[[1,"utrecht-icon-werkzaamheden"]]],["p-17a46aea",[[1,"utrecht-icon-whatsapp"]]],["p-446b3179",[[1,"utrecht-icon-wonen-kosten"]]],["p-baffff49",[[1,"utrecht-icon-woning-zoeken"]]],["p-1087c4b7",[[1,"utrecht-icon-youtube"]]],["p-50f71026",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-c064168e",[[1,"utrecht-icon-zoomin"]]],["p-3e989e5d",[[1,"utrecht-icon-zoomout"]]],["p-42aea3c3",[[1,"utrecht-icon-zorg-huis"]]],["p-e94f0e44",[[1,"utrecht-icon-zweefpaal"]]],["p-a4e6bea5",[[1,"utrecht-icon-zwemmen"]]],["p-2b8f0651",[[1,"utrecht-logo"]]],["p-0f8ac265",[[1,"utrecht-map-marker"]]],["p-ef44eb87",[[1,"utrecht-page"]]],["p-fc2cefba",[[1,"utrecht-page-content"]]],["p-4812b1f1",[[1,"utrecht-page-footer"]]],["p-64d22158",[[1,"utrecht-page-header"]]],["p-c7795b66",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-e0761870",[[1,"utrecht-separator"]]],["p-06aed2c0",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-789ec222",[[1,"utrecht-table"]]],["p-82ea28a7",[[1,"utrecht-table-body"]]],["p-15506bef",[[1,"utrecht-table-caption"]]],["p-d29b0f51",[[1,"utrecht-table-cell"]]],["p-d3dc6cd5",[[1,"utrecht-table-footer"]]],["p-3e96e168",[[1,"utrecht-table-header"]]],["p-0a4d417d",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-ff806677",[[1,"utrecht-table-row"]]],["p-62f84f6c",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-7e032f94",[[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}]]],["p-c19faecc",[[1,"utrecht-digid-logo"]]],["p-f1cdb5e9",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]]'),e)));
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.372",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@stencil/sass": "1.5.2",
|
|
33
33
|
"@stencil/vue-output-target": "0.6.2",
|
|
34
34
|
"@types/jest": "29.0.0",
|
|
35
|
-
"@utrecht/components": "1.0.0-alpha.
|
|
36
|
-
"@utrecht/icon": "1.0.0-alpha.
|
|
35
|
+
"@utrecht/components": "1.0.0-alpha.334",
|
|
36
|
+
"@utrecht/icon": "1.0.0-alpha.261",
|
|
37
37
|
"chokidar-cli": "3.0.0",
|
|
38
38
|
"clsx": "1.2.1",
|
|
39
39
|
"node-sass-package-importer": "5.3.2",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"watch:build": "stencil build --watch",
|
|
61
61
|
"generate": "stencil generate"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "792b5cc76c9f319c504a2c9d0618ba7c3d7eef14"
|
|
64
64
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as c}from"./p-61cfc384.js";const r=class{constructor(c){t(this,c)}render(){return c("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},c("path",{d:"M29.37 17h.25c2.42 0 4.37-1.96 4.37-4.37V4.37c0-2.42-1.96-4.37-4.37-4.37h-.25C26.95 0 25 1.96 25 4.37v8.26c0 2.42 1.96 4.37 4.37 4.37Zm.13-14c.83 0 1.5.67 1.5 1.5S30.33 6 29.5 6 28 5.33 28 4.5 28.67 3 29.5 3Zm0 4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5S28 9.33 28 8.5 28.67 7 29.5 7Zm0 4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5ZM36 34v2H0v-2h27v-5h5v5h4Zm-5.07-15 .04 3H28v-3h2.93ZM28 24h3c.56 0 1.01.45 1.01 1.01V27h-5v-2c0-.55.45-1 1-1Z"}))}};r.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{r as utrecht_icon_verkeerslicht}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as c,h as t}from"./p-61cfc384.js";const s=class{constructor(t){c(this,t)}render(){return t("svg",{viewBox:"0 0 36 36",xmlns:"http://www.w3.org/2000/svg",fill:"CurrentColor"},t("path",{d:"M12 13.73c0-2.18-1.75-4.02-4.16-4.66v-6.3c0-.37.2-.68.44-.68s.44-.3.44-.68v-.23c0-.37-.2-.68-.44-.68S7.84.39 7.84.25 7.47 0 7.01 0H4.79c-.46 0-.83.11-.83.25S3.81.5 3.63.5s-.33.3-.33.68v.23c0 .37.15.68.33.68s.33.3.33.68v6.37c-2.3.68-3.95 2.48-3.95 4.6 0 .07 0 .14.01.21 0 .03-.01.07-.01.1v21.28c0 .37.37.68.83.68h10.33c.46 0 .83-.3.83-.68V14.04s0-.07-.01-.1c0-.07.01-.14.01-.21ZM9 20H3v-4h6v4Zm16 7h6c1.65 0 3-1.35 3-3s-1.35-3-3-3h-6c-1.65 0-3 1.35-3 3s1.35 3 3 3Zm3-5h3c1.1 0 2 .9 2 2s-.9 2-2 2h-3v-4Zm-4.23 8.88-4.24-4.24a3 3 0 0 0-4.24 0 3 3 0 0 0 0 4.24l4.24 4.24c1.17 1.17 3.07 1.17 4.24 0s1.17-3.07 0-4.24Zm-5.66 1.41-2.12-2.12c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0l2.12 2.12-2.83 2.83Z"}))}};s.style=":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";export{s as utrecht_icon_verslaving}
|