@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 1.47 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconContainerBio {
render() {
return (h("svg", { key: '33ba3204b90fe65b8408184bfaeb967f04895575', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '5cda9d1b9ac1cef4dbed5d3b6275c0e23e2f8ccb', d: "M25.98 3v1c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h1v-.04C4 .88 4.88 0 5.96 0h14.03c1.1 0 2 .9 2 2h3c.55 0 1 .45 1 1ZM10 31c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3m4-11.83v-2.18c0-1.65 1.34-3 3-3h4.22L22 6.98H4v20s.05-.02.07-.03c.83-.6 1.83-.97 2.93-.97 2.76 0 5 2.24 5 5 0 1.13-.39 2.16-1.02 3h5.33c1.53 0 2.81-1.15 2.98-2.67v-.02c-2.72-2.11-4.92-5.8-5.29-12.14Zm18.92 15.7c-.59-5.3-2.96-8.69-7.46-10.7-.5-.22-.73-.82-.51-1.32.23-.5.82-.73 1.32-.51 3.37 1.5 5.72 3.76 7.14 6.81.56-1.35.59-2.52.59-3.16-.02-8.7-8.15-10-12.99-10H17c-.55 0-1 .45-1 1v2.06c.61 10.7 6.86 12.94 11.99 12.94h2.33c.32.94.54 1.97.67 3.11.06.51.49.89.99.89h.11c.49-.06.84-.46.87-.94-.02-.06-.05-.11-.05-.18Z" })));
}
static get is() { return "utrecht-icon-container-bio"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-container-bio.stencil.js.map