UNPKG

@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.4 kB
import { h } from "@stencil/core"; export class UtrechtIconContainerPapier { render() { return (h("svg", { key: '5a391b12eeee8c10cf767d7dd5abd684c4daec28', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '2bca350d463063dd7d7442da947706751deba9e1', d: "M23.02 32.03H42v2H23.02zM.53 32.01h3.7v3.5zm13.23-14H3.7c-.58 0-1.06.45-1.06 1v.5h10.58v14h.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.76zm2.65-2H2.12v1h7.41zm0-2H2.12v1h7.41z" }), h("path", { key: 'cbc57141dd3191133b77d78ae7652a689612a57b', 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.91c0-5.96-4.33-10.79-10.29-10.79Zm-4.15-2.07h2.05v2.07h-2.05zm-5.52 11.97v-5h13v5z" }))); } static get is() { return "utrecht-icon-container-papier"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-container-papier.stencil.js.map