@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
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconVuilnisbak {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("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" })));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-icon-vuilnisbak"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["../../icon/index.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["../../icon/index.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconVuilniszak {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("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" })));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-icon-vuilniszak"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["../../icon/index.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["../../icon/index.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconZweefpaal {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("path", { d: "M30 32v2H6v-2h6V20h12v12h6ZM14 12h8c1.34 0 2 .9 2 2.02V18H12v-4c0-1.1.68-2 2-2Z" })));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-icon-zweefpaal"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["../../icon/index.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["../../icon/index.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -49,6 +49,10 @@ export { UtrechtIconCheckmark as UtrechtIconCheckmark } from '../types/generated
|
|
|
49
49
|
export { UtrechtIconCollegeBW as UtrechtIconCollegeBW } from '../types/generated/utrecht-icon-college-b-w/utrecht-icon-college-b-w.stencil';
|
|
50
50
|
export { UtrechtIconContainer as UtrechtIconContainer } from '../types/generated/utrecht-icon-container/utrecht-icon-container.stencil';
|
|
51
51
|
export { UtrechtIconContainerBio as UtrechtIconContainerBio } from '../types/generated/utrecht-icon-container-bio/utrecht-icon-container-bio.stencil';
|
|
52
|
+
export { UtrechtIconContainerGlas as UtrechtIconContainerGlas } from '../types/generated/utrecht-icon-container-glas/utrecht-icon-container-glas.stencil';
|
|
53
|
+
export { UtrechtIconContainerPapier as UtrechtIconContainerPapier } from '../types/generated/utrecht-icon-container-papier/utrecht-icon-container-papier.stencil';
|
|
54
|
+
export { UtrechtIconContainerRestafval as UtrechtIconContainerRestafval } from '../types/generated/utrecht-icon-container-restafval/utrecht-icon-container-restafval.stencil';
|
|
55
|
+
export { UtrechtIconContainerTextiel as UtrechtIconContainerTextiel } from '../types/generated/utrecht-icon-container-textiel/utrecht-icon-container-textiel.stencil';
|
|
52
56
|
export { UtrechtIconCross as UtrechtIconCross } from '../types/generated/utrecht-icon-cross/utrecht-icon-cross.stencil';
|
|
53
57
|
export { UtrechtIconDakloos as UtrechtIconDakloos } from '../types/generated/utrecht-icon-dakloos/utrecht-icon-dakloos.stencil';
|
|
54
58
|
export { UtrechtIconDementie as UtrechtIconDementie } from '../types/generated/utrecht-icon-dementie/utrecht-icon-dementie.stencil';
|
|
@@ -71,6 +75,7 @@ export { UtrechtIconGeluid as UtrechtIconGeluid } from '../types/generated/utrec
|
|
|
71
75
|
export { UtrechtIconGemeenteLocatie as UtrechtIconGemeenteLocatie } from '../types/generated/utrecht-icon-gemeente-locatie/utrecht-icon-gemeente-locatie.stencil';
|
|
72
76
|
export { UtrechtIconGemeenteraad as UtrechtIconGemeenteraad } from '../types/generated/utrecht-icon-gemeenteraad/utrecht-icon-gemeenteraad.stencil';
|
|
73
77
|
export { UtrechtIconGezicht as UtrechtIconGezicht } from '../types/generated/utrecht-icon-gezicht/utrecht-icon-gezicht.stencil';
|
|
78
|
+
export { UtrechtIconGlasAfval as UtrechtIconGlasAfval } from '../types/generated/utrecht-icon-glas-afval/utrecht-icon-glas-afval.stencil';
|
|
74
79
|
export { UtrechtIconGlijbaan as UtrechtIconGlijbaan } from '../types/generated/utrecht-icon-glijbaan/utrecht-icon-glijbaan.stencil';
|
|
75
80
|
export { UtrechtIconGrafiek as UtrechtIconGrafiek } from '../types/generated/utrecht-icon-grafiek/utrecht-icon-grafiek.stencil';
|
|
76
81
|
export { UtrechtIconGrofvuil as UtrechtIconGrofvuil } from '../types/generated/utrecht-icon-grofvuil/utrecht-icon-grofvuil.stencil';
|
|
@@ -148,6 +153,7 @@ export { UtrechtIconStrand as UtrechtIconStrand } from '../types/generated/utrec
|
|
|
148
153
|
export { UtrechtIconStrooien as UtrechtIconStrooien } from '../types/generated/utrecht-icon-strooien/utrecht-icon-strooien.stencil';
|
|
149
154
|
export { UtrechtIconSubsidie as UtrechtIconSubsidie } from '../types/generated/utrecht-icon-subsidie/utrecht-icon-subsidie.stencil';
|
|
150
155
|
export { UtrechtIconSubsidieGezin as UtrechtIconSubsidieGezin } from '../types/generated/utrecht-icon-subsidie-gezin/utrecht-icon-subsidie-gezin.stencil';
|
|
156
|
+
export { UtrechtIconTShirt as UtrechtIconTShirt } from '../types/generated/utrecht-icon-t-shirt/utrecht-icon-t-shirt.stencil';
|
|
151
157
|
export { UtrechtIconToeslag as UtrechtIconToeslag } from '../types/generated/utrecht-icon-toeslag/utrecht-icon-toeslag.stencil';
|
|
152
158
|
export { UtrechtIconTrein as UtrechtIconTrein } from '../types/generated/utrecht-icon-trein/utrecht-icon-trein.stencil';
|
|
153
159
|
export { UtrechtIconTrouwen as UtrechtIconTrouwen } from '../types/generated/utrecht-icon-trouwen/utrecht-icon-trouwen.stencil';
|
|
@@ -166,6 +172,8 @@ export { UtrechtIconVirus as UtrechtIconVirus } from '../types/generated/utrecht
|
|
|
166
172
|
export { UtrechtIconVluchtelingen as UtrechtIconVluchtelingen } from '../types/generated/utrecht-icon-vluchtelingen/utrecht-icon-vluchtelingen.stencil';
|
|
167
173
|
export { UtrechtIconVoorzieningenVervoer as UtrechtIconVoorzieningenVervoer } from '../types/generated/utrecht-icon-voorzieningen-vervoer/utrecht-icon-voorzieningen-vervoer.stencil';
|
|
168
174
|
export { UtrechtIconVrijwilligerswerk as UtrechtIconVrijwilligerswerk } from '../types/generated/utrecht-icon-vrijwilligerswerk/utrecht-icon-vrijwilligerswerk.stencil';
|
|
175
|
+
export { UtrechtIconVuilnisbak as UtrechtIconVuilnisbak } from '../types/generated/utrecht-icon-vuilnisbak/utrecht-icon-vuilnisbak.stencil';
|
|
176
|
+
export { UtrechtIconVuilniszak as UtrechtIconVuilniszak } from '../types/generated/utrecht-icon-vuilniszak/utrecht-icon-vuilniszak.stencil';
|
|
169
177
|
export { UtrechtIconVuurwerk as UtrechtIconVuurwerk } from '../types/generated/utrecht-icon-vuurwerk/utrecht-icon-vuurwerk.stencil';
|
|
170
178
|
export { UtrechtIconWandelstok as UtrechtIconWandelstok } from '../types/generated/utrecht-icon-wandelstok/utrecht-icon-wandelstok.stencil';
|
|
171
179
|
export { UtrechtIconWarm as UtrechtIconWarm } from '../types/generated/utrecht-icon-warm/utrecht-icon-warm.stencil';
|
|
@@ -180,6 +188,7 @@ export { UtrechtIconZelfstandigWonen as UtrechtIconZelfstandigWonen } from '../t
|
|
|
180
188
|
export { UtrechtIconZoomin as UtrechtIconZoomin } from '../types/generated/utrecht-icon-zoomin/utrecht-icon-zoomin.stencil';
|
|
181
189
|
export { UtrechtIconZoomout as UtrechtIconZoomout } from '../types/generated/utrecht-icon-zoomout/utrecht-icon-zoomout.stencil';
|
|
182
190
|
export { UtrechtIconZorgHuis as UtrechtIconZorgHuis } from '../types/generated/utrecht-icon-zorg-huis/utrecht-icon-zorg-huis.stencil';
|
|
191
|
+
export { UtrechtIconZweefpaal as UtrechtIconZweefpaal } from '../types/generated/utrecht-icon-zweefpaal/utrecht-icon-zweefpaal.stencil';
|
|
183
192
|
export { UtrechtIconZwemmen as UtrechtIconZwemmen } from '../types/generated/utrecht-icon-zwemmen/utrecht-icon-zwemmen.stencil';
|
|
184
193
|
export { Logo as UtrechtLogo } from '../types/logo/index.stencil';
|
|
185
194
|
export { DigidButton as UtrechtLogoButton } from '../types/logo-button/index.stencil';
|
package/dist/components/index.js
CHANGED
|
@@ -49,6 +49,10 @@ export { UtrechtIconCheckmark, defineCustomElement as defineCustomElementUtrecht
|
|
|
49
49
|
export { UtrechtIconCollegeBW, defineCustomElement as defineCustomElementUtrechtIconCollegeBW } from './utrecht-icon-college-b-w.js';
|
|
50
50
|
export { UtrechtIconContainer, defineCustomElement as defineCustomElementUtrechtIconContainer } from './utrecht-icon-container.js';
|
|
51
51
|
export { UtrechtIconContainerBio, defineCustomElement as defineCustomElementUtrechtIconContainerBio } from './utrecht-icon-container-bio.js';
|
|
52
|
+
export { UtrechtIconContainerGlas, defineCustomElement as defineCustomElementUtrechtIconContainerGlas } from './utrecht-icon-container-glas.js';
|
|
53
|
+
export { UtrechtIconContainerPapier, defineCustomElement as defineCustomElementUtrechtIconContainerPapier } from './utrecht-icon-container-papier.js';
|
|
54
|
+
export { UtrechtIconContainerRestafval, defineCustomElement as defineCustomElementUtrechtIconContainerRestafval } from './utrecht-icon-container-restafval.js';
|
|
55
|
+
export { UtrechtIconContainerTextiel, defineCustomElement as defineCustomElementUtrechtIconContainerTextiel } from './utrecht-icon-container-textiel.js';
|
|
52
56
|
export { UtrechtIconCross, defineCustomElement as defineCustomElementUtrechtIconCross } from './utrecht-icon-cross.js';
|
|
53
57
|
export { UtrechtIconDakloos, defineCustomElement as defineCustomElementUtrechtIconDakloos } from './utrecht-icon-dakloos.js';
|
|
54
58
|
export { UtrechtIconDementie, defineCustomElement as defineCustomElementUtrechtIconDementie } from './utrecht-icon-dementie.js';
|
|
@@ -71,6 +75,7 @@ export { UtrechtIconGeluid, defineCustomElement as defineCustomElementUtrechtIco
|
|
|
71
75
|
export { UtrechtIconGemeenteLocatie, defineCustomElement as defineCustomElementUtrechtIconGemeenteLocatie } from './utrecht-icon-gemeente-locatie.js';
|
|
72
76
|
export { UtrechtIconGemeenteraad, defineCustomElement as defineCustomElementUtrechtIconGemeenteraad } from './utrecht-icon-gemeenteraad.js';
|
|
73
77
|
export { UtrechtIconGezicht, defineCustomElement as defineCustomElementUtrechtIconGezicht } from './utrecht-icon-gezicht.js';
|
|
78
|
+
export { UtrechtIconGlasAfval, defineCustomElement as defineCustomElementUtrechtIconGlasAfval } from './utrecht-icon-glas-afval.js';
|
|
74
79
|
export { UtrechtIconGlijbaan, defineCustomElement as defineCustomElementUtrechtIconGlijbaan } from './utrecht-icon-glijbaan.js';
|
|
75
80
|
export { UtrechtIconGrafiek, defineCustomElement as defineCustomElementUtrechtIconGrafiek } from './utrecht-icon-grafiek.js';
|
|
76
81
|
export { UtrechtIconGrofvuil, defineCustomElement as defineCustomElementUtrechtIconGrofvuil } from './utrecht-icon-grofvuil.js';
|
|
@@ -148,6 +153,7 @@ export { UtrechtIconStrand, defineCustomElement as defineCustomElementUtrechtIco
|
|
|
148
153
|
export { UtrechtIconStrooien, defineCustomElement as defineCustomElementUtrechtIconStrooien } from './utrecht-icon-strooien.js';
|
|
149
154
|
export { UtrechtIconSubsidie, defineCustomElement as defineCustomElementUtrechtIconSubsidie } from './utrecht-icon-subsidie.js';
|
|
150
155
|
export { UtrechtIconSubsidieGezin, defineCustomElement as defineCustomElementUtrechtIconSubsidieGezin } from './utrecht-icon-subsidie-gezin.js';
|
|
156
|
+
export { UtrechtIconTShirt, defineCustomElement as defineCustomElementUtrechtIconTShirt } from './utrecht-icon-t-shirt.js';
|
|
151
157
|
export { UtrechtIconToeslag, defineCustomElement as defineCustomElementUtrechtIconToeslag } from './utrecht-icon-toeslag.js';
|
|
152
158
|
export { UtrechtIconTrein, defineCustomElement as defineCustomElementUtrechtIconTrein } from './utrecht-icon-trein.js';
|
|
153
159
|
export { UtrechtIconTrouwen, defineCustomElement as defineCustomElementUtrechtIconTrouwen } from './utrecht-icon-trouwen.js';
|
|
@@ -166,6 +172,8 @@ export { UtrechtIconVirus, defineCustomElement as defineCustomElementUtrechtIcon
|
|
|
166
172
|
export { UtrechtIconVluchtelingen, defineCustomElement as defineCustomElementUtrechtIconVluchtelingen } from './utrecht-icon-vluchtelingen.js';
|
|
167
173
|
export { UtrechtIconVoorzieningenVervoer, defineCustomElement as defineCustomElementUtrechtIconVoorzieningenVervoer } from './utrecht-icon-voorzieningen-vervoer.js';
|
|
168
174
|
export { UtrechtIconVrijwilligerswerk, defineCustomElement as defineCustomElementUtrechtIconVrijwilligerswerk } from './utrecht-icon-vrijwilligerswerk.js';
|
|
175
|
+
export { UtrechtIconVuilnisbak, defineCustomElement as defineCustomElementUtrechtIconVuilnisbak } from './utrecht-icon-vuilnisbak.js';
|
|
176
|
+
export { UtrechtIconVuilniszak, defineCustomElement as defineCustomElementUtrechtIconVuilniszak } from './utrecht-icon-vuilniszak.js';
|
|
169
177
|
export { UtrechtIconVuurwerk, defineCustomElement as defineCustomElementUtrechtIconVuurwerk } from './utrecht-icon-vuurwerk.js';
|
|
170
178
|
export { UtrechtIconWandelstok, defineCustomElement as defineCustomElementUtrechtIconWandelstok } from './utrecht-icon-wandelstok.js';
|
|
171
179
|
export { UtrechtIconWarm, defineCustomElement as defineCustomElementUtrechtIconWarm } from './utrecht-icon-warm.js';
|
|
@@ -180,6 +188,7 @@ export { UtrechtIconZelfstandigWonen, defineCustomElement as defineCustomElement
|
|
|
180
188
|
export { UtrechtIconZoomin, defineCustomElement as defineCustomElementUtrechtIconZoomin } from './utrecht-icon-zoomin.js';
|
|
181
189
|
export { UtrechtIconZoomout, defineCustomElement as defineCustomElementUtrechtIconZoomout } from './utrecht-icon-zoomout.js';
|
|
182
190
|
export { UtrechtIconZorgHuis, defineCustomElement as defineCustomElementUtrechtIconZorgHuis } from './utrecht-icon-zorg-huis.js';
|
|
191
|
+
export { UtrechtIconZweefpaal, defineCustomElement as defineCustomElementUtrechtIconZweefpaal } from './utrecht-icon-zweefpaal.js';
|
|
183
192
|
export { UtrechtIconZwemmen, defineCustomElement as defineCustomElementUtrechtIconZwemmen } from './utrecht-icon-zwemmen.js';
|
|
184
193
|
export { UtrechtLogo, defineCustomElement as defineCustomElementUtrechtLogo } from './utrecht-logo.js';
|
|
185
194
|
export { UtrechtLogoButton, defineCustomElement as defineCustomElementUtrechtLogoButton } from './utrecht-logo-button.js';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface UtrechtIconContainerGlas extends Components.UtrechtIconContainerGlas, HTMLElement {}
|
|
4
|
+
export const UtrechtIconContainerGlas: {
|
|
5
|
+
prototype: UtrechtIconContainerGlas;
|
|
6
|
+
new (): UtrechtIconContainerGlas;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":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)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconContainerGlas$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("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" }), h("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" })));
|
|
13
|
+
}
|
|
14
|
+
static get style() { return indexCss; }
|
|
15
|
+
}, [1, "utrecht-icon-container-glas"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["utrecht-icon-container-glas"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "utrecht-icon-container-glas":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, UtrechtIconContainerGlas$1);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const UtrechtIconContainerGlas = UtrechtIconContainerGlas$1;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { UtrechtIconContainerGlas, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface UtrechtIconContainerPapier extends Components.UtrechtIconContainerPapier, HTMLElement {}
|
|
4
|
+
export const UtrechtIconContainerPapier: {
|
|
5
|
+
prototype: UtrechtIconContainerPapier;
|
|
6
|
+
new (): UtrechtIconContainerPapier;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":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)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconContainerPapier$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("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" }), h("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" })));
|
|
13
|
+
}
|
|
14
|
+
static get style() { return indexCss; }
|
|
15
|
+
}, [1, "utrecht-icon-container-papier"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["utrecht-icon-container-papier"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "utrecht-icon-container-papier":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, UtrechtIconContainerPapier$1);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const UtrechtIconContainerPapier = UtrechtIconContainerPapier$1;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { UtrechtIconContainerPapier, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface UtrechtIconContainerRestafval extends Components.UtrechtIconContainerRestafval, HTMLElement {}
|
|
4
|
+
export const UtrechtIconContainerRestafval: {
|
|
5
|
+
prototype: UtrechtIconContainerRestafval;
|
|
6
|
+
new (): UtrechtIconContainerRestafval;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":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)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconContainerRestafval$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("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" }), h("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" })));
|
|
13
|
+
}
|
|
14
|
+
static get style() { return indexCss; }
|
|
15
|
+
}, [1, "utrecht-icon-container-restafval"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["utrecht-icon-container-restafval"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "utrecht-icon-container-restafval":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, UtrechtIconContainerRestafval$1);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const UtrechtIconContainerRestafval = UtrechtIconContainerRestafval$1;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { UtrechtIconContainerRestafval, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface UtrechtIconContainerTextiel extends Components.UtrechtIconContainerTextiel, HTMLElement {}
|
|
4
|
+
export const UtrechtIconContainerTextiel: {
|
|
5
|
+
prototype: UtrechtIconContainerTextiel;
|
|
6
|
+
new (): UtrechtIconContainerTextiel;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":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)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconContainerTextiel$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("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" })));
|
|
13
|
+
}
|
|
14
|
+
static get style() { return indexCss; }
|
|
15
|
+
}, [1, "utrecht-icon-container-textiel"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["utrecht-icon-container-textiel"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "utrecht-icon-container-textiel":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, UtrechtIconContainerTextiel$1);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const UtrechtIconContainerTextiel = UtrechtIconContainerTextiel$1;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { UtrechtIconContainerTextiel, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface UtrechtIconGlasAfval extends Components.UtrechtIconGlasAfval, HTMLElement {}
|
|
4
|
+
export const UtrechtIconGlasAfval: {
|
|
5
|
+
prototype: UtrechtIconGlasAfval;
|
|
6
|
+
new (): UtrechtIconGlasAfval;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":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)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconGlasAfval$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("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" })));
|
|
13
|
+
}
|
|
14
|
+
static get style() { return indexCss; }
|
|
15
|
+
}, [1, "utrecht-icon-glas-afval"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["utrecht-icon-glas-afval"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "utrecht-icon-glas-afval":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, UtrechtIconGlasAfval$1);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const UtrechtIconGlasAfval = UtrechtIconGlasAfval$1;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { UtrechtIconGlasAfval, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface UtrechtIconTShirt extends Components.UtrechtIconTShirt, HTMLElement {}
|
|
4
|
+
export const UtrechtIconTShirt: {
|
|
5
|
+
prototype: UtrechtIconTShirt;
|
|
6
|
+
new (): UtrechtIconTShirt;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":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)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconTShirt$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("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" })));
|
|
13
|
+
}
|
|
14
|
+
static get style() { return indexCss; }
|
|
15
|
+
}, [1, "utrecht-icon-t-shirt"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["utrecht-icon-t-shirt"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "utrecht-icon-t-shirt":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, UtrechtIconTShirt$1);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const UtrechtIconTShirt = UtrechtIconTShirt$1;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { UtrechtIconTShirt, defineCustomElement };
|
|
@@ -9,7 +9,7 @@ const UtrechtIconVerkeerslicht$1 = /*@__PURE__*/ proxyCustomElement(class extend
|
|
|
9
9
|
this.__attachShadow();
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("path", { d: "
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("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" })));
|
|
13
13
|
}
|
|
14
14
|
static get style() { return indexCss; }
|
|
15
15
|
}, [1, "utrecht-icon-verkeerslicht"]);
|
|
@@ -9,7 +9,7 @@ const UtrechtIconVerslaving$1 = /*@__PURE__*/ proxyCustomElement(class extends H
|
|
|
9
9
|
this.__attachShadow();
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("path", { d: "
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("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" })));
|
|
13
13
|
}
|
|
14
14
|
static get style() { return indexCss; }
|
|
15
15
|
}, [1, "utrecht-icon-verslaving"]);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface UtrechtIconVuilnisbak extends Components.UtrechtIconVuilnisbak, HTMLElement {}
|
|
4
|
+
export const UtrechtIconVuilnisbak: {
|
|
5
|
+
prototype: UtrechtIconVuilnisbak;
|
|
6
|
+
new (): UtrechtIconVuilnisbak;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":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)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconVuilnisbak$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("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" })));
|
|
13
|
+
}
|
|
14
|
+
static get style() { return indexCss; }
|
|
15
|
+
}, [1, "utrecht-icon-vuilnisbak"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["utrecht-icon-vuilnisbak"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "utrecht-icon-vuilnisbak":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, UtrechtIconVuilnisbak$1);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const UtrechtIconVuilnisbak = UtrechtIconVuilnisbak$1;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { UtrechtIconVuilnisbak, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface UtrechtIconVuilniszak extends Components.UtrechtIconVuilniszak, HTMLElement {}
|
|
4
|
+
export const UtrechtIconVuilniszak: {
|
|
5
|
+
prototype: UtrechtIconVuilniszak;
|
|
6
|
+
new (): UtrechtIconVuilniszak;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":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)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconVuilniszak$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("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" })));
|
|
13
|
+
}
|
|
14
|
+
static get style() { return indexCss; }
|
|
15
|
+
}, [1, "utrecht-icon-vuilniszak"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["utrecht-icon-vuilniszak"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "utrecht-icon-vuilniszak":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, UtrechtIconVuilniszak$1);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const UtrechtIconVuilniszak = UtrechtIconVuilniszak$1;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { UtrechtIconVuilniszak, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface UtrechtIconZweefpaal extends Components.UtrechtIconZweefpaal, HTMLElement {}
|
|
4
|
+
export const UtrechtIconZweefpaal: {
|
|
5
|
+
prototype: UtrechtIconZweefpaal;
|
|
6
|
+
new (): UtrechtIconZweefpaal;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":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)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconZweefpaal$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("path", { d: "M30 32v2H6v-2h6V20h12v12h6ZM14 12h8c1.34 0 2 .9 2 2.02V18H12v-4c0-1.1.68-2 2-2Z" })));
|
|
13
|
+
}
|
|
14
|
+
static get style() { return indexCss; }
|
|
15
|
+
}, [1, "utrecht-icon-zweefpaal"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["utrecht-icon-zweefpaal"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "utrecht-icon-zweefpaal":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, UtrechtIconZweefpaal$1);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const UtrechtIconZweefpaal = UtrechtIconZweefpaal$1;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { UtrechtIconZweefpaal, defineCustomElement };
|