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.08 kB
import { h } from "@stencil/core"; export class UtrechtIconBrandgevaar { render() { return (h("svg", { key: '697013f0fdd5a9e3c8557893ea54a4e0bcc0421e', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'c921c7afcec3a1e29abc2b891dd3364faf01e7dc', d: "M10.01 33h16v3h-16zM24.08 6.4c.55 1.39.59 5.32-1.06 6.43-.55-3.06-2.18-10.36-7.39-12.87.23 3.8.79 8.53-5.28 15.01 0-3.22-2.11-5.36-2.11-5.36 0 7.51-7.66 17.07 5.28 20.38-3.29-6.12-.12-7.43 1.25-12.72.82 1.11 1.41 3.09 1.14 4.2 1.92-2.51 1.88-7.45 1.88-9.68 4.11 2.78 7.74 11.24 4.18 18.2 12.67-5.36 7.87-17.75 2.11-23.59" }))); } static get is() { return "utrecht-icon-brandgevaar"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-brandgevaar.stencil.js.map