@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.39 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconVerkeersProjecten {
render() {
return (h("svg", { key: '0b9640ca806187133e693800060bf8a89eedf101', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '1f3540bbfbc181cc07575e1f5fc2b78419b89c3f', d: "M18.89 19.39H1.11c-.61 0-1.11-.5-1.11-1.11s.5-1.11 1.11-1.11h17.78c.61 0 1.11.5 1.11 1.11s-.5 1.11-1.11 1.11m-6-11.11H7.11C6.5 8.28 6 7.78 6 7.17s.5-1.11 1.11-1.11h5.78c.61 0 1.11.5 1.11 1.11s-.5 1.11-1.11 1.11m1.78 5.55H5.33c-.61 0-1.11-.5-1.11-1.11s.5-1.11 1.11-1.11h9.33c.61 0 1.11.5 1.11 1.11s-.5 1.11-1.11 1.11Z" }), h("path", { key: '8fb6e1d263e1c73c0800bee74468b4329272ad3d', d: "M16.67 19.39c-.47 0-.9-.3-1.05-.76L10.31 2.72h-.62l-5.3 15.91c-.19.58-.82.89-1.41.7-.58-.19-.9-.82-.7-1.41L7.83 1.26C7.98.81 8.41.5 8.88.5h2.22c.48 0 .9.31 1.05.76l5.56 16.67a1.123 1.123 0 0 1-1.05 1.47Z" })));
}
static get is() { return "utrecht-icon-verkeers-projecten"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-verkeers-projecten.stencil.js.map