@justeattakeaway/pie-icons-webc 1.18.2 → 1.19.0

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.
Files changed (93) hide show
  1. package/dist/IconChatCourier.d.ts +21 -0
  2. package/dist/IconChatCourier.d.ts.map +1 -0
  3. package/dist/IconChatCourier.js +29 -0
  4. package/dist/IconChatCourierLarge.d.ts +21 -0
  5. package/dist/IconChatCourierLarge.d.ts.map +1 -0
  6. package/dist/IconChatCourierLarge.js +29 -0
  7. package/dist/IconDocumentEdit.d.ts +21 -0
  8. package/dist/IconDocumentEdit.d.ts.map +1 -0
  9. package/dist/IconDocumentEdit.js +29 -0
  10. package/dist/IconDocumentEditLarge.d.ts +21 -0
  11. package/dist/IconDocumentEditLarge.d.ts.map +1 -0
  12. package/dist/IconDocumentEditLarge.js +29 -0
  13. package/dist/IconLocationPin.js +12 -12
  14. package/dist/IconLocationPinFilled.js +1 -1
  15. package/dist/IconNumberInput.d.ts +21 -0
  16. package/dist/IconNumberInput.d.ts.map +1 -0
  17. package/dist/IconNumberInput.js +29 -0
  18. package/dist/IconNumberInputLarge.d.ts +21 -0
  19. package/dist/IconNumberInputLarge.d.ts.map +1 -0
  20. package/dist/IconNumberInputLarge.js +29 -0
  21. package/dist/IconSignEmpty.d.ts +21 -0
  22. package/dist/IconSignEmpty.d.ts.map +1 -0
  23. package/dist/IconSignEmpty.js +29 -0
  24. package/dist/IconSignEmptyLarge.d.ts +21 -0
  25. package/dist/IconSignEmptyLarge.d.ts.map +1 -0
  26. package/dist/IconSignEmptyLarge.js +29 -0
  27. package/dist/IconStop.d.ts +21 -0
  28. package/dist/IconStop.d.ts.map +1 -0
  29. package/dist/IconStop.js +29 -0
  30. package/dist/IconStopCircle.d.ts +21 -0
  31. package/dist/IconStopCircle.d.ts.map +1 -0
  32. package/dist/IconStopCircle.js +29 -0
  33. package/dist/IconStopCircleFilled.d.ts +21 -0
  34. package/dist/IconStopCircleFilled.d.ts.map +1 -0
  35. package/dist/IconStopCircleFilled.js +29 -0
  36. package/dist/IconStopCircleFilledLarge.d.ts +21 -0
  37. package/dist/IconStopCircleFilledLarge.d.ts.map +1 -0
  38. package/dist/IconStopCircleFilledLarge.js +29 -0
  39. package/dist/IconStopCircleLarge.d.ts +21 -0
  40. package/dist/IconStopCircleLarge.d.ts.map +1 -0
  41. package/dist/IconStopCircleLarge.js +29 -0
  42. package/dist/IconStopLarge.d.ts +21 -0
  43. package/dist/IconStopLarge.d.ts.map +1 -0
  44. package/dist/IconStopLarge.js +29 -0
  45. package/dist/index.d.ts +14 -0
  46. package/dist/index.d.ts.map +1 -1
  47. package/dist/index.js +2044 -2016
  48. package/dist/react/IconChatCourier.d.ts +3 -0
  49. package/dist/react/IconChatCourier.d.ts.map +1 -0
  50. package/dist/react/IconChatCourier.js +13 -0
  51. package/dist/react/IconChatCourierLarge.d.ts +3 -0
  52. package/dist/react/IconChatCourierLarge.d.ts.map +1 -0
  53. package/dist/react/IconChatCourierLarge.js +13 -0
  54. package/dist/react/IconDocumentEdit.d.ts +3 -0
  55. package/dist/react/IconDocumentEdit.d.ts.map +1 -0
  56. package/dist/react/IconDocumentEdit.js +13 -0
  57. package/dist/react/IconDocumentEditLarge.d.ts +3 -0
  58. package/dist/react/IconDocumentEditLarge.d.ts.map +1 -0
  59. package/dist/react/IconDocumentEditLarge.js +13 -0
  60. package/dist/react/IconNumberInput.d.ts +3 -0
  61. package/dist/react/IconNumberInput.d.ts.map +1 -0
  62. package/dist/react/IconNumberInput.js +13 -0
  63. package/dist/react/IconNumberInputLarge.d.ts +3 -0
  64. package/dist/react/IconNumberInputLarge.d.ts.map +1 -0
  65. package/dist/react/IconNumberInputLarge.js +13 -0
  66. package/dist/react/IconSignEmpty.d.ts +3 -0
  67. package/dist/react/IconSignEmpty.d.ts.map +1 -0
  68. package/dist/react/IconSignEmpty.js +13 -0
  69. package/dist/react/IconSignEmptyLarge.d.ts +3 -0
  70. package/dist/react/IconSignEmptyLarge.d.ts.map +1 -0
  71. package/dist/react/IconSignEmptyLarge.js +13 -0
  72. package/dist/react/IconStop.d.ts +3 -0
  73. package/dist/react/IconStop.d.ts.map +1 -0
  74. package/dist/react/IconStop.js +13 -0
  75. package/dist/react/IconStopCircle.d.ts +3 -0
  76. package/dist/react/IconStopCircle.d.ts.map +1 -0
  77. package/dist/react/IconStopCircle.js +13 -0
  78. package/dist/react/IconStopCircleFilled.d.ts +3 -0
  79. package/dist/react/IconStopCircleFilled.d.ts.map +1 -0
  80. package/dist/react/IconStopCircleFilled.js +13 -0
  81. package/dist/react/IconStopCircleFilledLarge.d.ts +3 -0
  82. package/dist/react/IconStopCircleFilledLarge.d.ts.map +1 -0
  83. package/dist/react/IconStopCircleFilledLarge.js +13 -0
  84. package/dist/react/IconStopCircleLarge.d.ts +3 -0
  85. package/dist/react/IconStopCircleLarge.d.ts.map +1 -0
  86. package/dist/react/IconStopCircleLarge.js +13 -0
  87. package/dist/react/IconStopLarge.d.ts +3 -0
  88. package/dist/react/IconStopLarge.d.ts.map +1 -0
  89. package/dist/react/IconStopLarge.js +13 -0
  90. package/dist/react/index.d.ts +14 -0
  91. package/dist/react/index.d.ts.map +1 -1
  92. package/dist/react/index.js +2044 -2016
  93. package/package.json +2 -2
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
3
+ import { PieIconComponent } from './PieIconComponent.ts';
4
+ declare const componentSelector = "icon-chat-courier";
5
+ /**
6
+ * @tagname icon-chat-courier
7
+ */
8
+ export declare class IconChatCourier extends PieIconComponent {
9
+ size: RegularIconSize;
10
+ protected defaultClasses: string;
11
+ class: string;
12
+ protected name: string;
13
+ render(): TemplateResult;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ [componentSelector]: IconChatCourier;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconChatCourier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconChatCourier.d.ts","sourceRoot":"","sources":["../icons/IconChatCourier.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,QAAA,MAAM,iBAAiB,sBAAsB,CAAC;AAE9C;;GAEG;AACH,qBACa,eAAgB,SAAQ,gBAAgB;IAE1C,IAAI,EAAE,eAAe,CAAQ;IAEpC,SAAS,CAAC,cAAc,SAAsC;IAIvD,KAAK,SAAsC;IAElD,SAAS,CAAC,IAAI,SAAqB;IAEnC,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,eAAe,CAAC;KACxC;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as l } from "lit";
2
+ import { property as h } from "lit/decorators.js";
3
+ import { PieIconComponent as n } from "./PieIconComponent.js";
4
+ import { safeCustomElement as v } from "@justeattakeaway/pie-webc-core";
5
+ var u = Object.defineProperty, f = Object.getOwnPropertyDescriptor, a = (p, t, c, r) => {
6
+ for (var e = r > 1 ? void 0 : r ? f(t, c) : t, s = p.length - 1, i; s >= 0; s--)
7
+ (i = p[s]) && (e = (r ? i(t, c, e) : i(e)) || e);
8
+ return r && e && u(t, c, e), e;
9
+ };
10
+ let o = class extends n {
11
+ constructor() {
12
+ super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--chatCourier", this.class = "c-pieIcon c-pieIcon--chatCourier", this.name = "IconChatCourier";
13
+ }
14
+ render() {
15
+ return l`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--chatCourier"><path d="M7.454 9.265a.656.656 0 0 1-.656-.656V2.636c0-.446.365-.809.815-.809h6.35c.45 0 .816.363.816.81v4.276c0 .446-.366.81-.816.81H9.517a.469.469 0 0 0-.33.129l-1.279 1.23a.654.654 0 0 1-.454.183ZM8.11 3.14v3.927l.168-.16c.332-.32.773-.497 1.24-.497h3.948V3.14H8.11Z"></path><path d="M13.986 8.593c-.008 0-.014.004-.023.004h-1.302a.356.356 0 0 1 0 .108l.052 1.624v.594h-.07a26.082 26.082 0 0 1-9.02 0h-.079V8.705a.357.357 0 0 1 0-.14l.297-.698.472-1.24.558-2.157a.21.21 0 0 1 .088-.13c.318-.089.641-.143.964-.202v-1.34c-.441.074-.88.164-1.314.284a1.431 1.431 0 0 0-1.004 1.047l-.498 1.965H1.885l-.664 1.31H2.62l-.28.646c-.087.207-.132.43-.13.655v5.03h1.309V12.26a27.469 27.469 0 0 0 9.169 0v1.476h1.31v-5.03c0-.038-.008-.075-.01-.112Z"></path></svg>`;
16
+ }
17
+ };
18
+ a([
19
+ h({ type: String, reflect: !0 })
20
+ ], o.prototype, "size", 2);
21
+ a([
22
+ h({ type: String, reflect: !0 })
23
+ ], o.prototype, "class", 2);
24
+ o = a([
25
+ v("icon-chat-courier")
26
+ ], o);
27
+ export {
28
+ o as IconChatCourier
29
+ };
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { LargeIconSize } from '@justeattakeaway/pie-icons-configs';
3
+ import { PieIconComponent } from './PieIconComponent.ts';
4
+ declare const componentSelector = "icon-chat-courier-large";
5
+ /**
6
+ * @tagname icon-chat-courier-large
7
+ */
8
+ export declare class IconChatCourierLarge extends PieIconComponent {
9
+ size: LargeIconSize;
10
+ protected defaultClasses: string;
11
+ class: string;
12
+ protected name: string;
13
+ render(): TemplateResult;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ [componentSelector]: IconChatCourierLarge;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconChatCourierLarge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconChatCourierLarge.d.ts","sourceRoot":"","sources":["../icons/IconChatCourierLarge.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,QAAA,MAAM,iBAAiB,4BAA4B,CAAC;AAEpD;;GAEG;AACH,qBACa,oBAAqB,SAAQ,gBAAgB;IAE/C,IAAI,EAAE,aAAa,CAAM;IAEhC,SAAS,CAAC,cAAc,SAA2C;IAI5D,KAAK,SAA2C;IAEvD,SAAS,CAAC,IAAI,SAA0B;IAExC,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;KAC7C;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as l } from "lit";
2
+ import { property as i } from "lit/decorators.js";
3
+ import { PieIconComponent as n } from "./PieIconComponent.js";
4
+ import { safeCustomElement as v } from "@justeattakeaway/pie-webc-core";
5
+ var u = Object.defineProperty, g = Object.getOwnPropertyDescriptor, h = (s, e, o, r) => {
6
+ for (var t = r > 1 ? void 0 : r ? g(e, o) : e, c = s.length - 1, p; c >= 0; c--)
7
+ (p = s[c]) && (t = (r ? p(e, o, t) : p(t)) || t);
8
+ return r && t && u(e, o, t), t;
9
+ };
10
+ let a = class extends n {
11
+ constructor() {
12
+ super(...arguments), this.size = 32, this.defaultClasses = "c-pieIcon c-pieIcon--chatCourierLarge", this.class = "c-pieIcon c-pieIcon--chatCourierLarge", this.name = "IconChatCourierLarge";
13
+ }
14
+ render() {
15
+ return l`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--chatCourierLarge"><path d="M22.034 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923Z"></path><path d="M25.88 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923Z"></path><path d="M18.187 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923Z"></path><path d="M11.098 19.23H7.603v1.748h3.495V19.23Z"></path><path d="M25.082 19.23h-3.496v1.748h3.496V19.23Z"></path><path d="M28.525 17.36a8.172 8.172 0 0 1-1.695 1.127v4.99a.988.988 0 0 1-.498.21 62.41 62.41 0 0 1-9.99.787c-3.34-.001-6.674-.264-9.972-.787a1.084 1.084 0 0 1-.515-.21v-5.585c-.003-.15.027-.299.087-.436l.734-1.748a53.47 53.47 0 0 0 6.393.774v-1.727a51.185 51.185 0 0 1-5.702-.664L8.58 9.319a.758.758 0 0 1 .472-.577c1.32-.327 2.663-.55 4.016-.685V6.293a33.244 33.244 0 0 0-4.496.772A2.488 2.488 0 0 0 6.886 8.89l-.857 3.347H3.67l-.873 1.748H5.53l-1.197 2.78c-.15.356-.227.74-.227 1.126V27.97h1.748v-2.622l.21.053c3.399.54 6.835.815 10.277.821a63.847 63.847 0 0 0 10.295-.812l.193-.061v2.621h1.748V17.892c0-.178-.018-.357-.053-.533Z"></path><path d="M15.557 18.533a.876.876 0 0 1-.875-.875V5.768c0-.651.53-1.18 1.18-1.18h12.163c.65 0 1.18.529 1.18 1.18v8.514c0 .65-.53 1.179-1.18 1.179H19.51c-.335 0-.65.13-.886.367l-2.448 2.449a.875.875 0 0 1-.619.256Zm.875-12.195v9.208l.955-.955a2.981 2.981 0 0 1 2.123-.88h7.944V6.338H16.432Z"></path></svg>`;
16
+ }
17
+ };
18
+ h([
19
+ i({ type: String, reflect: !0 })
20
+ ], a.prototype, "size", 2);
21
+ h([
22
+ i({ type: String, reflect: !0 })
23
+ ], a.prototype, "class", 2);
24
+ a = h([
25
+ v("icon-chat-courier-large")
26
+ ], a);
27
+ export {
28
+ a as IconChatCourierLarge
29
+ };
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
3
+ import { PieIconComponent } from './PieIconComponent.ts';
4
+ declare const componentSelector = "icon-document-edit";
5
+ /**
6
+ * @tagname icon-document-edit
7
+ */
8
+ export declare class IconDocumentEdit extends PieIconComponent {
9
+ size: RegularIconSize;
10
+ protected defaultClasses: string;
11
+ class: string;
12
+ protected name: string;
13
+ render(): TemplateResult;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ [componentSelector]: IconDocumentEdit;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconDocumentEdit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconDocumentEdit.d.ts","sourceRoot":"","sources":["../icons/IconDocumentEdit.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,QAAA,MAAM,iBAAiB,uBAAuB,CAAC;AAE/C;;GAEG;AACH,qBACa,gBAAiB,SAAQ,gBAAgB;IAE3C,IAAI,EAAE,eAAe,CAAQ;IAEpC,SAAS,CAAC,cAAc,SAAuC;IAIxD,KAAK,SAAuC;IAEnD,SAAS,CAAC,IAAI,SAAsB;IAEpC,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;KACzC;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as h } from "lit";
2
+ import { property as p } from "lit/decorators.js";
3
+ import { PieIconComponent as d } from "./PieIconComponent.js";
4
+ import { safeCustomElement as m } from "@justeattakeaway/pie-webc-core";
5
+ var v = Object.defineProperty, u = Object.getOwnPropertyDescriptor, n = (l, t, c, o) => {
6
+ for (var e = o > 1 ? void 0 : o ? u(t, c) : t, s = l.length - 1, i; s >= 0; s--)
7
+ (i = l[s]) && (e = (o ? i(t, c, e) : i(e)) || e);
8
+ return o && e && v(t, c, e), e;
9
+ };
10
+ let r = class extends d {
11
+ constructor() {
12
+ super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--documentEdit", this.class = "c-pieIcon c-pieIcon--documentEdit", this.name = "IconDocumentEdit";
13
+ }
14
+ render() {
15
+ return h`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--documentEdit"><path fill-rule="evenodd" d="M12.73 7.17c.28 0 .55.11.75.31l.88.88v.03c.1.09.18.21.23.34l.01.01c.05.13.08.27.08.41 0 .14-.03.28-.08.41-.05.12-.13.24-.23.34l-3.88 3.88c-.18.18-.41.29-.66.31l-2.34.26.26-2.34c.03-.25.14-.48.31-.66l3.92-3.87c.2-.2.47-.31.75-.31Zm-3.68 5 .56.56 2.57-2.57-.56-.56-2.57 2.57Z" clip-rule="evenodd"></path><path fill-rule="evenodd" d="M8.99 1.66c1.1 0 2.16.43 2.94 1.21.78.78 1.22 1.84 1.22 2.94v.66H8.33v-3.5H2.65v10.06h2.84v1.31H1.33V1.66h7.66Zm.66 3.5h2.1c-.12-.51-.38-.98-.76-1.35-.37-.37-.83-.63-1.34-.75v2.1Z" clip-rule="evenodd"></path><path d="M8.87 9.97H4.62V8.66h4.25v1.31ZM7.24 7.34H4.62V6.03h2.62v1.31Z"></path></svg>`;
16
+ }
17
+ };
18
+ n([
19
+ p({ type: String, reflect: !0 })
20
+ ], r.prototype, "size", 2);
21
+ n([
22
+ p({ type: String, reflect: !0 })
23
+ ], r.prototype, "class", 2);
24
+ r = n([
25
+ m("icon-document-edit")
26
+ ], r);
27
+ export {
28
+ r as IconDocumentEdit
29
+ };
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { LargeIconSize } from '@justeattakeaway/pie-icons-configs';
3
+ import { PieIconComponent } from './PieIconComponent.ts';
4
+ declare const componentSelector = "icon-document-edit-large";
5
+ /**
6
+ * @tagname icon-document-edit-large
7
+ */
8
+ export declare class IconDocumentEditLarge extends PieIconComponent {
9
+ size: LargeIconSize;
10
+ protected defaultClasses: string;
11
+ class: string;
12
+ protected name: string;
13
+ render(): TemplateResult;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ [componentSelector]: IconDocumentEditLarge;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconDocumentEditLarge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconDocumentEditLarge.d.ts","sourceRoot":"","sources":["../icons/IconDocumentEditLarge.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,QAAA,MAAM,iBAAiB,6BAA6B,CAAC;AAErD;;GAEG;AACH,qBACa,qBAAsB,SAAQ,gBAAgB;IAEhD,IAAI,EAAE,aAAa,CAAM;IAEhC,SAAS,CAAC,cAAc,SAA4C;IAI7D,KAAK,SAA4C;IAExD,SAAS,CAAC,IAAI,SAA2B;IAEzC,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;KAC9C;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as h } from "lit";
2
+ import { property as p } from "lit/decorators.js";
3
+ import { PieIconComponent as a } from "./PieIconComponent.js";
4
+ import { safeCustomElement as m } from "@justeattakeaway/pie-webc-core";
5
+ var v = Object.defineProperty, d = Object.getOwnPropertyDescriptor, n = (l, t, c, r) => {
6
+ for (var e = r > 1 ? void 0 : r ? d(t, c) : t, i = l.length - 1, s; i >= 0; i--)
7
+ (s = l[i]) && (e = (r ? s(t, c, e) : s(e)) || e);
8
+ return r && e && v(t, c, e), e;
9
+ };
10
+ let o = class extends a {
11
+ constructor() {
12
+ super(...arguments), this.size = 32, this.defaultClasses = "c-pieIcon c-pieIcon--documentEditLarge", this.class = "c-pieIcon c-pieIcon--documentEditLarge", this.name = "IconDocumentEditLarge";
13
+ }
14
+ render() {
15
+ return h`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--documentEditLarge"><path fill-rule="evenodd" d="M17.62 3.31c1.15 0 2.29.23 3.35.67a8.54 8.54 0 0 1 2.84 1.9c.81.81 1.46 1.77 1.9 2.83.43 1.04.66 2.23.67 3.35h-8.76v-7H5.38v21.88h7.59v1.75H3.62V3.31h14Zm1.76 7h5.02a7.11 7.11 0 0 0-1.83-3.19 7.166 7.166 0 0 0-3.19-1.83v5.02Z" clip-rule="evenodd"></path><path fill-rule="evenodd" d="M26.04 14.4a1.728 1.728 0 0 1 1.24.51l1.94 1.94h-.02v.03c.33.33.51.77.51 1.23 0 .46-.18.9-.51 1.23l-8.24 8.27c-.29.28-.66.47-1.07.52l-4.36.48.48-4.36c.05-.4.23-.78.52-1.07l8.27-8.27c.17-.16.36-.29.57-.38.21-.08.44-.13.67-.13Zm-8.26 9.99-.25 2.19 2.2-.25 5.94-5.92-1.94-1.94-5.95 5.92Zm7.18-7.15 1.94 1.94 1.06-1.06-1.95-1.94-1.05 1.06Z" clip-rule="evenodd"></path><path d="M16.75 19.94v1.75h-7v-1.75h7Zm3.5-4.38v1.75H9.75v-1.75h10.5Zm-6.13-4.37v1.75H9.75v-1.75h4.37Z"></path></svg>`;
16
+ }
17
+ };
18
+ n([
19
+ p({ type: String, reflect: !0 })
20
+ ], o.prototype, "size", 2);
21
+ n([
22
+ p({ type: String, reflect: !0 })
23
+ ], o.prototype, "class", 2);
24
+ o = n([
25
+ m("icon-document-edit-large")
26
+ ], o);
27
+ export {
28
+ o as IconDocumentEditLarge
29
+ };
@@ -1,28 +1,28 @@
1
- import { html as a } from "lit";
2
- import { property as l } from "lit/decorators.js";
3
- import { PieIconComponent as m } from "./PieIconComponent.js";
4
- import { safeCustomElement as f } from "@justeattakeaway/pie-webc-core";
5
- var h = Object.defineProperty, v = Object.getOwnPropertyDescriptor, c = (p, e, i, o) => {
6
- for (var t = o > 1 ? void 0 : o ? v(e, i) : e, n = p.length - 1, s; n >= 0; n--)
1
+ import { html as l } from "lit";
2
+ import { property as a } from "lit/decorators.js";
3
+ import { PieIconComponent as h } from "./PieIconComponent.js";
4
+ import { safeCustomElement as m } from "@justeattakeaway/pie-webc-core";
5
+ var f = Object.defineProperty, u = Object.getOwnPropertyDescriptor, c = (p, e, i, o) => {
6
+ for (var t = o > 1 ? void 0 : o ? u(e, i) : e, n = p.length - 1, s; n >= 0; n--)
7
7
  (s = p[n]) && (t = (o ? s(e, i, t) : s(t)) || t);
8
- return o && t && h(e, i, t), t;
8
+ return o && t && f(e, i, t), t;
9
9
  };
10
- let r = class extends m {
10
+ let r = class extends h {
11
11
  constructor() {
12
12
  super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--locationPin", this.class = "c-pieIcon c-pieIcon--locationPin", this.name = "IconLocationPin";
13
13
  }
14
14
  render() {
15
- return a`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--locationPin"><path d="M11.938 3.135a5.574 5.574 0 0 0-7.875 7.875L8 15l3.938-3.938a5.575 5.575 0 0 0 0-7.927Zm-.928 7L8 13.1l-3.01-3.01a4.27 4.27 0 0 1 0-6.029 4.27 4.27 0 0 1 6.02 0 4.27 4.27 0 0 1 0 6.03v.043ZM8 4.719A2.406 2.406 0 1 0 8 9.53 2.406 2.406 0 0 0 8 4.72Zm0 3.5A1.094 1.094 0 1 1 8 6.03 1.094 1.094 0 0 1 8 8.22Z"></path></svg>`;
15
+ return l`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--locationPin"><path d="M11.94 3.178a5.578 5.578 0 0 0-7.88 0 5.58 5.58 0 0 0 0 7.881L8 15l3.94-3.94a5.58 5.58 0 0 0 0-7.882Zm-.928 6.954L8 13.144l-3.013-3.012a4.266 4.266 0 0 1 0-6.026A4.248 4.248 0 0 1 8 2.86c1.09 0 2.182.415 3.012 1.246a4.267 4.267 0 0 1 0 6.026Z"></path><path d="M8 4.759a2.409 2.409 0 0 0-2.406 2.406A2.409 2.409 0 0 0 8 9.571a2.409 2.409 0 0 0 2.407-2.406A2.409 2.409 0 0 0 8 4.76Zm0 3.5A1.095 1.095 0 0 1 8 6.07 1.095 1.095 0 0 1 8 8.26Z"></path></svg>`;
16
16
  }
17
17
  };
18
18
  c([
19
- l({ type: String, reflect: !0 })
19
+ a({ type: String, reflect: !0 })
20
20
  ], r.prototype, "size", 2);
21
21
  c([
22
- l({ type: String, reflect: !0 })
22
+ a({ type: String, reflect: !0 })
23
23
  ], r.prototype, "class", 2);
24
24
  r = c([
25
- f("icon-location-pin")
25
+ m("icon-location-pin")
26
26
  ], r);
27
27
  export {
28
28
  r as IconLocationPin
@@ -12,7 +12,7 @@ let i = class extends f {
12
12
  super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--locationPinFilled", this.class = "c-pieIcon c-pieIcon--locationPinFilled", this.name = "IconLocationPinFilled";
13
13
  }
14
14
  render() {
15
- return a`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--locationPinFilled"><path d="M11.938 3.135a5.574 5.574 0 0 0-7.875 7.875L8 15l3.938-3.938a5.575 5.575 0 0 0 0-7.927Zm-2.844 3.99a1.094 1.094 0 1 1-2.188 0 1.094 1.094 0 0 1 2.188 0Z"></path></svg>`;
15
+ return a`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--locationPinFilled"><path d="M11.94 3.178a5.578 5.578 0 0 0-7.88 0 5.58 5.58 0 0 0 0 7.881L8 15l3.94-3.94a5.58 5.58 0 0 0 0-7.882ZM8 8.258a1.094 1.094 0 1 1 0-2.186 1.094 1.094 0 0 1 0 2.187Z"></path></svg>`;
16
16
  }
17
17
  };
18
18
  l([
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
3
+ import { PieIconComponent } from './PieIconComponent.ts';
4
+ declare const componentSelector = "icon-number-input";
5
+ /**
6
+ * @tagname icon-number-input
7
+ */
8
+ export declare class IconNumberInput extends PieIconComponent {
9
+ size: RegularIconSize;
10
+ protected defaultClasses: string;
11
+ class: string;
12
+ protected name: string;
13
+ render(): TemplateResult;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ [componentSelector]: IconNumberInput;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconNumberInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconNumberInput.d.ts","sourceRoot":"","sources":["../icons/IconNumberInput.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,QAAA,MAAM,iBAAiB,sBAAsB,CAAC;AAE9C;;GAEG;AACH,qBACa,eAAgB,SAAQ,gBAAgB;IAE1C,IAAI,EAAE,eAAe,CAAQ;IAEpC,SAAS,CAAC,cAAc,SAAsC;IAIvD,KAAK,SAAsC;IAElD,SAAS,CAAC,IAAI,SAAqB;IAEnC,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,eAAe,CAAC;KACxC;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as u } from "lit";
2
+ import { property as l } from "lit/decorators.js";
3
+ import { PieIconComponent as a } from "./PieIconComponent.js";
4
+ import { safeCustomElement as m } from "@justeattakeaway/pie-webc-core";
5
+ var h = Object.defineProperty, v = Object.getOwnPropertyDescriptor, p = (i, t, c, r) => {
6
+ for (var e = r > 1 ? void 0 : r ? v(t, c) : t, n = i.length - 1, s; n >= 0; n--)
7
+ (s = i[n]) && (e = (r ? s(t, c, e) : s(e)) || e);
8
+ return r && e && h(t, c, e), e;
9
+ };
10
+ let o = class extends a {
11
+ constructor() {
12
+ super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--numberInput", this.class = "c-pieIcon c-pieIcon--numberInput", this.name = "IconNumberInput";
13
+ }
14
+ render() {
15
+ return u`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--numberInput"><path fill-rule="evenodd" d="M12.215 2.31c.813 0 1.475.662 1.475 1.475v8.43c0 .813-.662 1.475-1.475 1.475h-8.43a1.477 1.477 0 0 1-1.475-1.475v-8.43c0-.813.662-1.475 1.475-1.475h8.43Zm-1.03 3.701c-.318 0-.592.045-.825.133a1.82 1.82 0 0 0-.614.387l.614.702a.871.871 0 0 1 .321-.21 1.13 1.13 0 0 1 .404-.073.74.74 0 0 1 .337.07.239.239 0 0 1 .142.23.28.28 0 0 1-.044.157.29.29 0 0 1-.133.106.536.536 0 0 1-.213.04h-.454v.836h.49c.152 0 .273.025.362.074.088.05.133.13.133.24 0 .07-.025.132-.074.185a.455.455 0 0 1-.215.12 1.22 1.22 0 0 1-.342.043 1.31 1.31 0 0 1-.437-.07 1.139 1.139 0 0 1-.354-.202l-.607.732c.17.161.37.28.605.36.233.077.521.118.863.118.26 0 .493-.028.7-.086.206-.057.382-.137.528-.239.146-.102.257-.223.333-.363a.913.913 0 0 0 .024-.84.974.974 0 0 0-.256-.31 1.194 1.194 0 0 0-.39-.204 1.003 1.003 0 0 0 .51-.507.873.873 0 0 0-.115-.89 1.321 1.321 0 0 0-.522-.391 1.896 1.896 0 0 0-.77-.148Zm-3.498.036c-.323 0-.616.047-.879.142a1.696 1.696 0 0 0-.637.383l.578.732a1.232 1.232 0 0 1 .826-.307c.149 0 .268.028.354.082a.26.26 0 0 1 .13.23.3.3 0 0 1-.035.143.392.392 0 0 1-.125.127c-.059.04-.145.09-.256.144a12.09 12.09 0 0 1-.434.2 2.85 2.85 0 0 0-.608.355 1.25 1.25 0 0 0-.374.475 1.676 1.676 0 0 0-.126.693v.507h3.15v-.896H7.244v-.013c0-.031.022-.067.067-.106.046-.039.123-.086.234-.141.11-.055.263-.126.46-.213.259-.106.474-.225.643-.356.17-.132.295-.28.377-.443.083-.163.125-.344.125-.54 0-.252-.062-.467-.186-.647a1.184 1.184 0 0 0-.514-.41 1.907 1.907 0 0 0-.764-.141Zm-4.508.608.36.885.631-.23v2.607h1.074V6.083H4.53l-1.35.572Z" clip-rule="evenodd"></path></svg>`;
16
+ }
17
+ };
18
+ p([
19
+ l({ type: String, reflect: !0 })
20
+ ], o.prototype, "size", 2);
21
+ p([
22
+ l({ type: String, reflect: !0 })
23
+ ], o.prototype, "class", 2);
24
+ o = p([
25
+ m("icon-number-input")
26
+ ], o);
27
+ export {
28
+ o as IconNumberInput
29
+ };
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { LargeIconSize } from '@justeattakeaway/pie-icons-configs';
3
+ import { PieIconComponent } from './PieIconComponent.ts';
4
+ declare const componentSelector = "icon-number-input-large";
5
+ /**
6
+ * @tagname icon-number-input-large
7
+ */
8
+ export declare class IconNumberInputLarge extends PieIconComponent {
9
+ size: LargeIconSize;
10
+ protected defaultClasses: string;
11
+ class: string;
12
+ protected name: string;
13
+ render(): TemplateResult;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ [componentSelector]: IconNumberInputLarge;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconNumberInputLarge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconNumberInputLarge.d.ts","sourceRoot":"","sources":["../icons/IconNumberInputLarge.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,QAAA,MAAM,iBAAiB,4BAA4B,CAAC;AAEpD;;GAEG;AACH,qBACa,oBAAqB,SAAQ,gBAAgB;IAE/C,IAAI,EAAE,aAAa,CAAM;IAEhC,SAAS,CAAC,cAAc,SAA2C;IAI5D,KAAK,SAA2C;IAEvD,SAAS,CAAC,IAAI,SAA0B;IAExC,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;KAC7C;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as l } from "lit";
2
+ import { property as i } from "lit/decorators.js";
3
+ import { PieIconComponent as u } from "./PieIconComponent.js";
4
+ import { safeCustomElement as m } from "@justeattakeaway/pie-webc-core";
5
+ var h = Object.defineProperty, v = Object.getOwnPropertyDescriptor, p = (a, r, o, t) => {
6
+ for (var e = t > 1 ? void 0 : t ? v(r, o) : r, n = a.length - 1, s; n >= 0; n--)
7
+ (s = a[n]) && (e = (t ? s(r, o, e) : s(e)) || e);
8
+ return t && e && h(r, o, e), e;
9
+ };
10
+ let c = class extends u {
11
+ constructor() {
12
+ super(...arguments), this.size = 32, this.defaultClasses = "c-pieIcon c-pieIcon--numberInputLarge", this.class = "c-pieIcon c-pieIcon--numberInputLarge", this.name = "IconNumberInputLarge";
13
+ }
14
+ render() {
15
+ return l`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--numberInputLarge"><path fill-rule="evenodd" d="M24.75 4.625a2.628 2.628 0 0 1 2.625 2.625v17.5a2.628 2.628 0 0 1-2.625 2.625H7.25a2.628 2.628 0 0 1-2.625-2.625V7.25A2.628 2.628 0 0 1 7.25 4.625h17.5Zm-3.08 7.837c-.567 0-1.057.078-1.47.235a3.228 3.228 0 0 0-1.093.688l1.093 1.25a1.55 1.55 0 0 1 .573-.373c.227-.087.466-.132.718-.132.232 0 .43.043.599.127.167.084.252.22.252.409a.494.494 0 0 1-.08.278.515.515 0 0 1-.236.19.95.95 0 0 1-.377.068h-.81v1.491h.873c.273 0 .488.043.645.13.158.088.238.23.238.426a.476.476 0 0 1-.132.331.822.822 0 0 1-.384.215 2.2 2.2 0 0 1-.608.074c-.28 0-.54-.042-.778-.127a1.994 1.994 0 0 1-.63-.356l-1.082 1.302c.302.287.66.5 1.077.64.416.14.929.21 1.538.21.462 0 .877-.05 1.245-.151a3.02 3.02 0 0 0 .94-.426c.258-.182.456-.398.592-.646.137-.25.205-.513.205-.794a1.52 1.52 0 0 0-.162-.703 1.723 1.723 0 0 0-.457-.55 2.107 2.107 0 0 0-.693-.363c.217-.098.401-.224.551-.378.15-.153.269-.329.357-.525.087-.196.13-.4.13-.608 0-.358-.111-.682-.335-.972-.224-.29-.533-.523-.929-.698-.395-.175-.852-.262-1.37-.262Zm-6.228.062a4.6 4.6 0 0 0-1.563.252c-.47.168-.848.396-1.135.683l1.03 1.302a2.18 2.18 0 0 1 1.47-.546c.266 0 .475.05.629.147a.463.463 0 0 1 .232.41.52.52 0 0 1-.063.251.7.7 0 0 1-.22.226c-.106.073-.258.16-.458.257-.199.098-.456.217-.771.357-.428.19-.787.4-1.082.63a2.24 2.24 0 0 0-.667.846c-.15.332-.225.744-.225 1.233v.904h5.607v-1.597h-3.57v-.02c0-.057.04-.12.12-.19.08-.07.219-.153.415-.251.196-.098.469-.224.819-.379.462-.189.843-.4 1.144-.635.302-.234.526-.497.673-.788.147-.29.22-.61.22-.96 0-.447-.11-.831-.33-1.15a2.09 2.09 0 0 0-.914-.73c-.389-.168-.842-.252-1.36-.252Zm-8.02 1.082.64 1.575 1.124-.41v4.641h1.91v-6.824h-1.27l-2.404 1.018Z" clip-rule="evenodd"></path></svg>`;
16
+ }
17
+ };
18
+ p([
19
+ i({ type: String, reflect: !0 })
20
+ ], c.prototype, "size", 2);
21
+ p([
22
+ i({ type: String, reflect: !0 })
23
+ ], c.prototype, "class", 2);
24
+ c = p([
25
+ m("icon-number-input-large")
26
+ ], c);
27
+ export {
28
+ c as IconNumberInputLarge
29
+ };
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
3
+ import { PieIconComponent } from './PieIconComponent.ts';
4
+ declare const componentSelector = "icon-sign-empty";
5
+ /**
6
+ * @tagname icon-sign-empty
7
+ */
8
+ export declare class IconSignEmpty extends PieIconComponent {
9
+ size: RegularIconSize;
10
+ protected defaultClasses: string;
11
+ class: string;
12
+ protected name: string;
13
+ render(): TemplateResult;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ [componentSelector]: IconSignEmpty;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconSignEmpty.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconSignEmpty.d.ts","sourceRoot":"","sources":["../icons/IconSignEmpty.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,QAAA,MAAM,iBAAiB,oBAAoB,CAAC;AAE5C;;GAEG;AACH,qBACa,aAAc,SAAQ,gBAAgB;IAExC,IAAI,EAAE,eAAe,CAAQ;IAEpC,SAAS,CAAC,cAAc,SAAoC;IAIrD,KAAK,SAAoC;IAEhD,SAAS,CAAC,IAAI,SAAmB;IAEjC,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,aAAa,CAAC;KACtC;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as m } from "lit";
2
+ import { property as h } from "lit/decorators.js";
3
+ import { PieIconComponent as l } from "./PieIconComponent.js";
4
+ import { safeCustomElement as g } from "@justeattakeaway/pie-webc-core";
5
+ var f = Object.defineProperty, a = Object.getOwnPropertyDescriptor, n = (c, e, o, s) => {
6
+ for (var t = s > 1 ? void 0 : s ? a(e, o) : e, p = c.length - 1, i; p >= 0; p--)
7
+ (i = c[p]) && (t = (s ? i(e, o, t) : i(t)) || t);
8
+ return s && t && f(e, o, t), t;
9
+ };
10
+ let r = class extends l {
11
+ constructor() {
12
+ super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--signEmpty", this.class = "c-pieIcon c-pieIcon--signEmpty", this.name = "IconSignEmpty";
13
+ }
14
+ render() {
15
+ return m`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--signEmpty"><path d="M13.112 4.723h-2.078L8.46 1.46h-.99L4.897 4.723H2.82c-.396 0-.792.198-1.09.495-.296.296-.395.692-.494 1.088v5.142c0 .395.198.79.495 1.088.297.296.693.395 1.089.494h10.39c.396 0 .792-.198 1.089-.494.297-.297.396-.693.495-1.088V6.306c0-.396-.198-.792-.495-1.088-.297-.297-.693-.396-1.089-.495h-.099Zm-5.147-1.68 1.386 1.78h-2.87l1.385-1.78h.1Zm5.444 8.405v.198H2.621V6.108h10.788v5.34Z"></path></svg>`;
16
+ }
17
+ };
18
+ n([
19
+ h({ type: String, reflect: !0 })
20
+ ], r.prototype, "size", 2);
21
+ n([
22
+ h({ type: String, reflect: !0 })
23
+ ], r.prototype, "class", 2);
24
+ r = n([
25
+ g("icon-sign-empty")
26
+ ], r);
27
+ export {
28
+ r as IconSignEmpty
29
+ };
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { LargeIconSize } from '@justeattakeaway/pie-icons-configs';
3
+ import { PieIconComponent } from './PieIconComponent.ts';
4
+ declare const componentSelector = "icon-sign-empty-large";
5
+ /**
6
+ * @tagname icon-sign-empty-large
7
+ */
8
+ export declare class IconSignEmptyLarge extends PieIconComponent {
9
+ size: LargeIconSize;
10
+ protected defaultClasses: string;
11
+ class: string;
12
+ protected name: string;
13
+ render(): TemplateResult;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ [componentSelector]: IconSignEmptyLarge;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconSignEmptyLarge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconSignEmptyLarge.d.ts","sourceRoot":"","sources":["../icons/IconSignEmptyLarge.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,QAAA,MAAM,iBAAiB,0BAA0B,CAAC;AAElD;;GAEG;AACH,qBACa,kBAAmB,SAAQ,gBAAgB;IAE7C,IAAI,EAAE,aAAa,CAAM;IAEhC,SAAS,CAAC,cAAc,SAAyC;IAI1D,KAAK,SAAyC;IAErD,SAAS,CAAC,IAAI,SAAwB;IAEtC,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,kBAAkB,CAAC;KAC3C;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as l } from "lit";
2
+ import { property as a } from "lit/decorators.js";
3
+ import { PieIconComponent as g } from "./PieIconComponent.js";
4
+ import { safeCustomElement as h } from "@justeattakeaway/pie-webc-core";
5
+ var m = Object.defineProperty, f = Object.getOwnPropertyDescriptor, c = (n, t, p, r) => {
6
+ for (var e = r > 1 ? void 0 : r ? f(t, p) : t, o = n.length - 1, i; o >= 0; o--)
7
+ (i = n[o]) && (e = (r ? i(t, p, e) : i(e)) || e);
8
+ return r && e && m(t, p, e), e;
9
+ };
10
+ let s = class extends g {
11
+ constructor() {
12
+ super(...arguments), this.size = 32, this.defaultClasses = "c-pieIcon c-pieIcon--signEmptyLarge", this.class = "c-pieIcon c-pieIcon--signEmptyLarge", this.name = "IconSignEmptyLarge";
13
+ }
14
+ render() {
15
+ return l`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--signEmptyLarge"><g clip-path="url(#prefix__a)"><path d="M26.645 11.6h-4.474L16.8 4.95h-1.39l-5.37 6.65H5.566a2.72 2.72 0 0 0-1.89.794 2.709 2.709 0 0 0-.795 1.885V24.7c0 .695.298 1.39.795 1.886a2.719 2.719 0 0 0 1.89.794h20.88c.696 0 1.392-.298 1.89-.794.497-.496.795-1.19.795-1.886V14.28a2.72 2.72 0 0 0-2.685-2.68h.2Zm-10.44-4.665 3.778 4.665h-7.557l3.779-4.665ZM27.54 24.7c0 .199 0 .497-.298.596-.299.1-.398.298-.597.298H5.765c-.2 0-.498 0-.597-.298-.2-.199-.298-.397-.298-.596V14.28c0-.2 0-.497.298-.596.199-.199.398-.298.596-.298h20.881c.199 0 .497 0 .597.298.1.298.298.397.298.595V24.7Z"></path></g></svg>`;
16
+ }
17
+ };
18
+ c([
19
+ a({ type: String, reflect: !0 })
20
+ ], s.prototype, "size", 2);
21
+ c([
22
+ a({ type: String, reflect: !0 })
23
+ ], s.prototype, "class", 2);
24
+ s = c([
25
+ h("icon-sign-empty-large")
26
+ ], s);
27
+ export {
28
+ s as IconSignEmptyLarge
29
+ };
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
3
+ import { PieIconComponent } from './PieIconComponent.ts';
4
+ declare const componentSelector = "icon-stop";
5
+ /**
6
+ * @tagname icon-stop
7
+ */
8
+ export declare class IconStop extends PieIconComponent {
9
+ size: RegularIconSize;
10
+ protected defaultClasses: string;
11
+ class: string;
12
+ protected name: string;
13
+ render(): TemplateResult;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ [componentSelector]: IconStop;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconStop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconStop.d.ts","sourceRoot":"","sources":["../icons/IconStop.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,QAAA,MAAM,iBAAiB,cAAc,CAAC;AAEtC;;GAEG;AACH,qBACa,QAAS,SAAQ,gBAAgB;IAEnC,IAAI,EAAE,eAAe,CAAQ;IAEpC,SAAS,CAAC,cAAc,SAA+B;IAIhD,KAAK,SAA+B;IAE3C,SAAS,CAAC,IAAI,SAAc;IAE5B,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,QAAQ,CAAC;KACjC;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as h } from "lit";
2
+ import { property as l } from "lit/decorators.js";
3
+ import { PieIconComponent as f } from "./PieIconComponent.js";
4
+ import { safeCustomElement as m } from "@justeattakeaway/pie-webc-core";
5
+ var a = Object.defineProperty, v = Object.getOwnPropertyDescriptor, i = (n, e, r, o) => {
6
+ for (var t = o > 1 ? void 0 : o ? v(e, r) : e, c = n.length - 1, p; c >= 0; c--)
7
+ (p = n[c]) && (t = (o ? p(e, r, t) : p(t)) || t);
8
+ return o && t && a(e, r, t), t;
9
+ };
10
+ let s = class extends f {
11
+ constructor() {
12
+ super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--stop", this.class = "c-pieIcon c-pieIcon--stop", this.name = "IconStop";
13
+ }
14
+ render() {
15
+ return h`<svg width="${this._svgWidth}" height="${this._svgHeight}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--stop"><path d="M10.56 3.25H5.44c-1.21 0-2.19.98-2.19 2.19v5.12c0 1.21.98 2.19 2.19 2.19h5.12c1.21 0 2.19-.98 2.19-2.19V5.44c0-1.21-.98-2.19-2.19-2.19Zm.69 7.31c0 .38-.31.69-.69.69H5.44c-.38 0-.69-.31-.69-.69V5.44c0-.38.31-.69.69-.69h5.12c.38 0 .69.31.69.69v5.12Z"></path></svg>`;
16
+ }
17
+ };
18
+ i([
19
+ l({ type: String, reflect: !0 })
20
+ ], s.prototype, "size", 2);
21
+ i([
22
+ l({ type: String, reflect: !0 })
23
+ ], s.prototype, "class", 2);
24
+ s = i([
25
+ m("icon-stop")
26
+ ], s);
27
+ export {
28
+ s as IconStop
29
+ };
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
3
+ import { PieIconComponent } from './PieIconComponent.ts';
4
+ declare const componentSelector = "icon-stop-circle";
5
+ /**
6
+ * @tagname icon-stop-circle
7
+ */
8
+ export declare class IconStopCircle extends PieIconComponent {
9
+ size: RegularIconSize;
10
+ protected defaultClasses: string;
11
+ class: string;
12
+ protected name: string;
13
+ render(): TemplateResult;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ [componentSelector]: IconStopCircle;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconStopCircle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconStopCircle.d.ts","sourceRoot":"","sources":["../icons/IconStopCircle.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,QAAA,MAAM,iBAAiB,qBAAqB,CAAC;AAE7C;;GAEG;AACH,qBACa,cAAe,SAAQ,gBAAgB;IAEzC,IAAI,EAAE,eAAe,CAAQ;IAEpC,SAAS,CAAC,cAAc,SAAqC;IAItD,KAAK,SAAqC;IAEjD,SAAS,CAAC,IAAI,SAAoB;IAElC,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,cAAc,CAAC;KACvC;CACJ"}