@justeattakeaway/pie-icons-webc 1.23.0 → 1.24.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 (55) hide show
  1. package/dist/IconChef.d.ts +21 -0
  2. package/dist/IconChef.d.ts.map +1 -0
  3. package/dist/IconChef.js +29 -0
  4. package/dist/IconChefLarge.d.ts +21 -0
  5. package/dist/IconChefLarge.d.ts.map +1 -0
  6. package/dist/IconChefLarge.js +29 -0
  7. package/dist/IconOver16.d.ts +21 -0
  8. package/dist/IconOver16.d.ts.map +1 -0
  9. package/dist/IconOver16.js +29 -0
  10. package/dist/IconOver16Large.d.ts +21 -0
  11. package/dist/IconOver16Large.d.ts.map +1 -0
  12. package/dist/IconOver16Large.js +29 -0
  13. package/dist/IconOver18.d.ts +21 -0
  14. package/dist/IconOver18.d.ts.map +1 -0
  15. package/dist/IconOver18.js +29 -0
  16. package/dist/IconOver18Large.d.ts +21 -0
  17. package/dist/IconOver18Large.d.ts.map +1 -0
  18. package/dist/IconOver18Large.js +29 -0
  19. package/dist/IconOver21.d.ts +21 -0
  20. package/dist/IconOver21.d.ts.map +1 -0
  21. package/dist/IconOver21.js +29 -0
  22. package/dist/IconOver21Large.d.ts +21 -0
  23. package/dist/IconOver21Large.d.ts.map +1 -0
  24. package/dist/IconOver21Large.js +29 -0
  25. package/dist/index.d.ts +8 -0
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/index.js +2034 -2018
  28. package/dist/react/IconChef.d.ts +3 -0
  29. package/dist/react/IconChef.d.ts.map +1 -0
  30. package/dist/react/IconChef.js +13 -0
  31. package/dist/react/IconChefLarge.d.ts +3 -0
  32. package/dist/react/IconChefLarge.d.ts.map +1 -0
  33. package/dist/react/IconChefLarge.js +13 -0
  34. package/dist/react/IconOver16.d.ts +3 -0
  35. package/dist/react/IconOver16.d.ts.map +1 -0
  36. package/dist/react/IconOver16.js +13 -0
  37. package/dist/react/IconOver16Large.d.ts +3 -0
  38. package/dist/react/IconOver16Large.d.ts.map +1 -0
  39. package/dist/react/IconOver16Large.js +13 -0
  40. package/dist/react/IconOver18.d.ts +3 -0
  41. package/dist/react/IconOver18.d.ts.map +1 -0
  42. package/dist/react/IconOver18.js +13 -0
  43. package/dist/react/IconOver18Large.d.ts +3 -0
  44. package/dist/react/IconOver18Large.d.ts.map +1 -0
  45. package/dist/react/IconOver18Large.js +13 -0
  46. package/dist/react/IconOver21.d.ts +3 -0
  47. package/dist/react/IconOver21.d.ts.map +1 -0
  48. package/dist/react/IconOver21.js +13 -0
  49. package/dist/react/IconOver21Large.d.ts +3 -0
  50. package/dist/react/IconOver21Large.d.ts.map +1 -0
  51. package/dist/react/IconOver21Large.js +13 -0
  52. package/dist/react/index.d.ts +8 -0
  53. package/dist/react/index.d.ts.map +1 -1
  54. package/dist/react/index.js +2034 -2018
  55. package/package.json +3 -3
@@ -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-chef";
5
+ /**
6
+ * @tagname icon-chef
7
+ */
8
+ export declare class IconChef 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]: IconChef;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconChef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconChef.d.ts","sourceRoot":"","sources":["../icons/IconChef.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 n } from "lit";
2
+ import { property as h } from "lit/decorators.js";
3
+ import { PieIconComponent as f } from "./PieIconComponent.js";
4
+ import { safeCustomElement as a } from "@justeattakeaway/pie-webc-core";
5
+ var m = Object.defineProperty, v = Object.getOwnPropertyDescriptor, l = (p, t, c, r) => {
6
+ for (var e = r > 1 ? void 0 : r ? v(t, c) : t, o = p.length - 1, i; o >= 0; o--)
7
+ (i = p[o]) && (e = (r ? i(t, c, e) : i(e)) || e);
8
+ return r && e && m(t, c, e), e;
9
+ };
10
+ let s = class extends f {
11
+ constructor() {
12
+ super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--chef", this.class = "c-pieIcon c-pieIcon--chef", this.name = "IconChef";
13
+ }
14
+ render() {
15
+ return n`<svg width="${this._svgWidth}" height="${this._svgHeight}" fill="${this.fill}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--chef"><path d="M14.874 3.573a3.022 3.022 0 0 0-2.31-2.354 3.013 3.013 0 0 0-2.45.542l-.123.105c-.49.412-1.759 1.47-3.964 0a3.003 3.003 0 0 0-2.58-.638 3 3 0 0 0-2.31 2.345c-.21 1.085.157 2.16.988 2.87.569.49.927.9 1.155 1.338.332.63.507 1.304.542 1.987h-.586v5.066h9.52V9.768h-.586a4.85 4.85 0 0 1 .542-1.987c.228-.437.587-.848 1.155-1.338.832-.71 1.2-1.785.99-2.87h.017Zm-3.422 9.957H4.557v-2.441h6.895v2.441Zm1.575-8.076c-.472.402-1.067.971-1.46 1.732a6.09 6.09 0 0 0-.692 2.599H9.78l.324-1.505-1.286-.271-.377 1.776h-.796l-.499-2.502-1.286.253.446 2.249H5.152a6.09 6.09 0 0 0-.69-2.599C4.058 6.425 3.471 5.865 3 5.463a1.703 1.703 0 0 1-.56-1.628 1.667 1.667 0 0 1 1.286-1.312c.473-.097.901 0 1.243.21.026.026.06.043.096.07.306.218.534.533.665.883.254.727.954 2.652 3.027 2.573l-.052-1.313c-.788.035-1.208-.472-1.514-1.111 1.129.271 2.389.114 3.649-.936l.07-.061A1.745 1.745 0 0 1 12.3 2.53a1.667 1.667 0 0 1 1.286 1.313c.114.621-.087 1.225-.56 1.627v-.017Z"></path></svg>`;
16
+ }
17
+ };
18
+ l([
19
+ h({ type: String, reflect: !0 })
20
+ ], s.prototype, "size", 2);
21
+ l([
22
+ h({ type: String, reflect: !0 })
23
+ ], s.prototype, "class", 2);
24
+ s = l([
25
+ a("icon-chef")
26
+ ], s);
27
+ export {
28
+ s as IconChef
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-chef-large";
5
+ /**
6
+ * @tagname icon-chef-large
7
+ */
8
+ export declare class IconChefLarge 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]: IconChefLarge;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconChefLarge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconChefLarge.d.ts","sourceRoot":"","sources":["../icons/IconChefLarge.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,oBAAoB,CAAC;AAE5C;;GAEG;AACH,qBACa,aAAc,SAAQ,gBAAgB;IAExC,IAAI,EAAE,aAAa,CAAM;IAEhC,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 h } from "lit";
2
+ import { property as a } from "lit/decorators.js";
3
+ import { PieIconComponent as n } from "./PieIconComponent.js";
4
+ import { safeCustomElement as f } from "@justeattakeaway/pie-webc-core";
5
+ var g = Object.defineProperty, m = Object.getOwnPropertyDescriptor, i = (p, t, s, r) => {
6
+ for (var e = r > 1 ? void 0 : r ? m(t, s) : t, o = p.length - 1, l; o >= 0; o--)
7
+ (l = p[o]) && (e = (r ? l(t, s, e) : l(e)) || e);
8
+ return r && e && g(t, s, e), e;
9
+ };
10
+ let c = class extends n {
11
+ constructor() {
12
+ super(...arguments), this.size = 32, this.defaultClasses = "c-pieIcon c-pieIcon--chefLarge", this.class = "c-pieIcon c-pieIcon--chefLarge", this.name = "IconChefLarge";
13
+ }
14
+ render() {
15
+ return h`<svg width="${this._svgWidth}" height="${this._svgHeight}" fill="${this.fill}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--chefLarge"><path d="M27.231 8.501c-.358-1.855-1.837-3.36-3.675-3.745-1.4-.288-2.79.018-3.91.866a2.188 2.188 0 0 0-.202.167c-.858.717-3.063 2.555-6.878-.009a4.822 4.822 0 0 0-4.103-1.015c-1.847.385-3.325 1.89-3.684 3.745-.333 1.732.254 3.439 1.584 4.576.97.832 1.575 1.54 1.977 2.301a8.23 8.23 0 0 1 .954 3.964h-.989v7.998h15.418V19.35h-.99a8.23 8.23 0 0 1 .955-3.963c.393-.753 1.006-1.47 1.977-2.302 1.321-1.137 1.916-2.844 1.584-4.576l-.018-.009ZM21.964 25.6H10.046V21.1h11.918V25.6Zm2.546-13.843c-.77.665-1.741 1.584-2.38 2.818a9.971 9.971 0 0 0-1.146 4.777h-2.065l.647-3.578-1.723-.316-.7 3.894H14.71l-.98-5.398-1.724.315.928 5.092h-1.89a9.971 9.971 0 0 0-1.146-4.777c-.648-1.234-1.61-2.153-2.39-2.818-.84-.718-1.215-1.811-.997-2.923a3.019 3.019 0 0 1 2.32-2.362 3.1 3.1 0 0 1 2.143.315c.166.123.341.254.525.376.376.333.682.753.866 1.26l.079.228c.376 1.111 1.059 3.167 4.322 3.053l-.07-1.75c-1.653.07-2.117-.586-2.44-1.434 1.933.586 4.138.446 6.325-1.392l.132-.105a3.009 3.009 0 0 1 2.493-.542 3.019 3.019 0 0 1 2.32 2.362c.21 1.103-.158 2.196-.998 2.914l-.018-.009Z"></path></svg>`;
16
+ }
17
+ };
18
+ i([
19
+ a({ type: String, reflect: !0 })
20
+ ], c.prototype, "size", 2);
21
+ i([
22
+ a({ type: String, reflect: !0 })
23
+ ], c.prototype, "class", 2);
24
+ c = i([
25
+ f("icon-chef-large")
26
+ ], c);
27
+ export {
28
+ c as IconChefLarge
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-over16";
5
+ /**
6
+ * @tagname icon-over16
7
+ */
8
+ export declare class IconOver16 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]: IconOver16;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconOver16.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconOver16.d.ts","sourceRoot":"","sources":["../icons/IconOver16.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,gBAAgB,CAAC;AAExC;;GAEG;AACH,qBACa,UAAW,SAAQ,gBAAgB;IAErC,IAAI,EAAE,eAAe,CAAQ;IAEpC,SAAS,CAAC,cAAc,SAAiC;IAIlD,KAAK,SAAiC;IAE7C,SAAS,CAAC,IAAI,SAAgB;IAE9B,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC;KACnC;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as h } from "lit";
2
+ import { property as n } from "lit/decorators.js";
3
+ import { PieIconComponent as v } from "./PieIconComponent.js";
4
+ import { safeCustomElement as a } from "@justeattakeaway/pie-webc-core";
5
+ var f = Object.defineProperty, m = Object.getOwnPropertyDescriptor, c = (l, t, s, r) => {
6
+ for (var e = r > 1 ? void 0 : r ? m(t, s) : t, p = l.length - 1, i; p >= 0; p--)
7
+ (i = l[p]) && (e = (r ? i(t, s, e) : i(e)) || e);
8
+ return r && e && f(t, s, e), e;
9
+ };
10
+ let o = class extends v {
11
+ constructor() {
12
+ super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--over16", this.class = "c-pieIcon c-pieIcon--over16", this.name = "IconOver16";
13
+ }
14
+ render() {
15
+ return h`<svg width="${this._svgWidth}" height="${this._svgHeight}" fill="${this.fill}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--over16"><path fill-rule="evenodd" d="M7.805 5.005c.348-.022.696.031 1.02.155.324.124.614.315.85.56l-.769.808a1.503 1.503 0 0 0-.505-.334 1.562 1.562 0 0 0-.603-.112c-.781 0-1.28.612-1.28 1.609.163-.193.374-.345.612-.444.239-.099.499-.141.758-.125.262-.01.524.03.769.12.245.089.468.225.656.4.188.174.336.384.436.615.1.232.149.48.144.731.002.275-.056.548-.17.8-.113.253-.28.48-.49.67-.21.188-.458.333-.73.425-.27.093-.559.131-.846.113-1.441 0-2.357-.949-2.357-2.858 0-2.117 1.127-3.133 2.505-3.133Zm-.18 3.103a.967.967 0 0 0-.745.238.915.915 0 0 0-.23.314.877.877 0 0 0-.075.378.893.893 0 0 0 .069.385c.05.122.129.232.228.324a.983.983 0 0 0 .754.257 1.017 1.017 0 0 0 .745-.25.933.933 0 0 0 .23-.319.894.894 0 0 0 .075-.379.877.877 0 0 0-.069-.383.911.911 0 0 0-.229-.321.965.965 0 0 0-.752-.244Z" clip-rule="evenodd"></path><path d="M4.213 10.896H3.049V6.49l-.956.356-.393-.987 1.68-.754h.833v5.792Z"></path><path d="M13.014 8.6h1.2V7.4h-1.2V6.2h-1.2v1.2h-1.2v1.2h1.2v1.2h1.2V8.6Z"></path></svg>`;
16
+ }
17
+ };
18
+ c([
19
+ n({ type: String, reflect: !0 })
20
+ ], o.prototype, "size", 2);
21
+ c([
22
+ n({ type: String, reflect: !0 })
23
+ ], o.prototype, "class", 2);
24
+ o = c([
25
+ a("icon-over16")
26
+ ], o);
27
+ export {
28
+ o as IconOver16
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-over16-large";
5
+ /**
6
+ * @tagname icon-over16-large
7
+ */
8
+ export declare class IconOver16Large 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]: IconOver16Large;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconOver16Large.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconOver16Large.d.ts","sourceRoot":"","sources":["../icons/IconOver16Large.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,sBAAsB,CAAC;AAE9C;;GAEG;AACH,qBACa,eAAgB,SAAQ,gBAAgB;IAE1C,IAAI,EAAE,aAAa,CAAM;IAEhC,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 n } from "lit";
2
+ import { property as a } from "lit/decorators.js";
3
+ import { PieIconComponent as h } from "./PieIconComponent.js";
4
+ import { safeCustomElement as v } from "@justeattakeaway/pie-webc-core";
5
+ var f = Object.defineProperty, g = Object.getOwnPropertyDescriptor, i = (l, r, s, t) => {
6
+ for (var e = t > 1 ? void 0 : t ? g(r, s) : r, p = l.length - 1, c; p >= 0; p--)
7
+ (c = l[p]) && (e = (t ? c(r, s, e) : c(e)) || e);
8
+ return t && e && f(r, s, e), e;
9
+ };
10
+ let o = class extends h {
11
+ constructor() {
12
+ super(...arguments), this.size = 32, this.defaultClasses = "c-pieIcon c-pieIcon--over16Large", this.class = "c-pieIcon c-pieIcon--over16Large", this.name = "IconOver16Large";
13
+ }
14
+ render() {
15
+ return n`<svg width="${this._svgWidth}" height="${this._svgHeight}" fill="${this.fill}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--over16Large"><path fill-rule="evenodd" d="M15.71 10.01a4.877 4.877 0 0 1 2.04.31 4.69 4.69 0 0 1 1.701 1.12l-1.538 1.616a3.005 3.005 0 0 0-1.01-.668 3.125 3.125 0 0 0-1.207-.224c-1.563 0-2.561 1.223-2.562 3.218.329-.385.75-.69 1.226-.888a3.393 3.393 0 0 1 1.517-.25 4.009 4.009 0 0 1 1.537.239c.49.178.937.45 1.312.8.376.35.673.769.872 1.232.2.463.297.96.288 1.461a3.851 3.851 0 0 1-.34 1.6 4.007 4.007 0 0 1-.98 1.338 4.23 4.23 0 0 1-1.459.853 4.372 4.372 0 0 1-1.692.224c-2.883 0-4.715-1.897-4.715-5.715 0-4.235 2.255-6.267 5.01-6.267Zm-.359 6.205a1.995 1.995 0 0 0-.799.084 1.933 1.933 0 0 0-.69.392 1.83 1.83 0 0 0-.463.63 1.753 1.753 0 0 0-.149.754c-.012.263.035.526.137.77.103.245.259.465.457.648.199.183.436.325.695.414.26.088.537.123.812.102.272.02.545-.014.802-.1.257-.087.492-.224.69-.402.198-.18.355-.396.46-.637.105-.24.155-.498.15-.758a1.753 1.753 0 0 0-.138-.767 1.823 1.823 0 0 0-.459-.641c-.2-.18-.437-.317-.696-.402a1.994 1.994 0 0 0-.809-.087Z" clip-rule="evenodd"></path><path d="M8.526 21.793H6.197v-8.815l-1.912.712-.785-1.974 3.358-1.508h1.668v11.585Z"></path><path d="M26.129 17.2h2.4v-2.4h-2.4v-2.4h-2.4v2.4h-2.4v2.4h2.4v2.4h2.4v-2.4Z"></path></svg>`;
16
+ }
17
+ };
18
+ i([
19
+ a({ type: String, reflect: !0 })
20
+ ], o.prototype, "size", 2);
21
+ i([
22
+ a({ type: String, reflect: !0 })
23
+ ], o.prototype, "class", 2);
24
+ o = i([
25
+ v("icon-over16-large")
26
+ ], o);
27
+ export {
28
+ o as IconOver16Large
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-over18";
5
+ /**
6
+ * @tagname icon-over18
7
+ */
8
+ export declare class IconOver18 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]: IconOver18;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconOver18.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconOver18.d.ts","sourceRoot":"","sources":["../icons/IconOver18.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,gBAAgB,CAAC;AAExC;;GAEG;AACH,qBACa,UAAW,SAAQ,gBAAgB;IAErC,IAAI,EAAE,eAAe,CAAQ;IAEpC,SAAS,CAAC,cAAc,SAAiC;IAIlD,KAAK,SAAiC;IAE7C,SAAS,CAAC,IAAI,SAAgB;IAE9B,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC;KACnC;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as h } from "lit";
2
+ import { property as n } from "lit/decorators.js";
3
+ import { PieIconComponent as v } from "./PieIconComponent.js";
4
+ import { safeCustomElement as a } from "@justeattakeaway/pie-webc-core";
5
+ var f = Object.defineProperty, m = Object.getOwnPropertyDescriptor, c = (l, t, s, r) => {
6
+ for (var e = r > 1 ? void 0 : r ? m(t, s) : t, p = l.length - 1, i; p >= 0; p--)
7
+ (i = l[p]) && (e = (r ? i(t, s, e) : i(e)) || e);
8
+ return r && e && f(t, s, e), e;
9
+ };
10
+ let o = class extends v {
11
+ constructor() {
12
+ super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--over18", this.class = "c-pieIcon c-pieIcon--over18", this.name = "IconOver18";
13
+ }
14
+ render() {
15
+ return h`<svg width="${this._svgWidth}" height="${this._svgHeight}" fill="${this.fill}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--over18"><path fill-rule="evenodd" d="M7.639 5c1.336 0 2.035.803 2.035 1.642a1.443 1.443 0 0 1-.791 1.281 1.423 1.423 0 0 1 1.01 1.38C9.894 10.208 9.16 11 7.64 11s-2.25-.79-2.25-1.698a1.416 1.416 0 0 1 1-1.379 1.416 1.416 0 0 1-.78-1.28C5.61 5.802 6.304 5 7.64 5Zm0 3.414c-.565 0-1.024.354-1.024.79 0 .437.459.79 1.024.79s1.023-.353 1.023-.79c0-.436-.458-.79-1.023-.79Zm0-2.403a.756.756 0 0 0-.828.736.768.768 0 0 0 .828.742.78.78 0 0 0 .834-.742.761.761 0 0 0-.834-.736Z" clip-rule="evenodd"></path><path d="M4.213 10.896H3.048V6.49l-.955.356-.393-.987 1.68-.754h.833v5.792Z"></path><path d="M13.014 8.6h1.2V7.4h-1.2V6.2h-1.2v1.2h-1.2v1.2h1.2v1.2h1.2V8.6Z"></path></svg>`;
16
+ }
17
+ };
18
+ c([
19
+ n({ type: String, reflect: !0 })
20
+ ], o.prototype, "size", 2);
21
+ c([
22
+ n({ type: String, reflect: !0 })
23
+ ], o.prototype, "class", 2);
24
+ o = c([
25
+ a("icon-over18")
26
+ ], o);
27
+ export {
28
+ o as IconOver18
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-over18-large";
5
+ /**
6
+ * @tagname icon-over18-large
7
+ */
8
+ export declare class IconOver18Large 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]: IconOver18Large;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconOver18Large.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconOver18Large.d.ts","sourceRoot":"","sources":["../icons/IconOver18Large.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,sBAAsB,CAAC;AAE9C;;GAEG;AACH,qBACa,eAAgB,SAAQ,gBAAgB;IAE1C,IAAI,EAAE,aAAa,CAAM;IAEhC,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 a } from "lit";
2
+ import { property as n } from "lit/decorators.js";
3
+ import { PieIconComponent as h } from "./PieIconComponent.js";
4
+ import { safeCustomElement as v } from "@justeattakeaway/pie-webc-core";
5
+ var f = Object.defineProperty, g = Object.getOwnPropertyDescriptor, i = (l, r, s, t) => {
6
+ for (var e = t > 1 ? void 0 : t ? g(r, s) : r, p = l.length - 1, c; p >= 0; p--)
7
+ (c = l[p]) && (e = (t ? c(r, s, e) : c(e)) || e);
8
+ return t && e && f(r, s, e), e;
9
+ };
10
+ let o = class extends h {
11
+ constructor() {
12
+ super(...arguments), this.size = 32, this.defaultClasses = "c-pieIcon c-pieIcon--over18Large", this.class = "c-pieIcon c-pieIcon--over18Large", this.name = "IconOver18Large";
13
+ }
14
+ render() {
15
+ return a`<svg width="${this._svgWidth}" height="${this._svgHeight}" fill="${this.fill}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--over18Large"><path fill-rule="evenodd" d="M15.378 10c2.671 0 4.07 1.606 4.07 3.285a2.884 2.884 0 0 1-1.582 2.561 2.845 2.845 0 0 1 2.022 2.759c0 1.814-1.47 3.395-4.51 3.395s-4.498-1.581-4.498-3.395a2.83 2.83 0 0 1 1.997-2.759 2.832 2.832 0 0 1-1.557-2.561c0-1.68 1.386-3.285 4.058-3.285Zm0 6.827c-1.13 0-2.048.709-2.048 1.582 0 .873.918 1.58 2.048 1.58s2.045-.707 2.046-1.58c0-.873-.916-1.582-2.046-1.582Zm0-4.805a1.512 1.512 0 0 0-1.517.87 1.515 1.515 0 0 0-.139.602 1.536 1.536 0 0 0 1.656 1.483 1.558 1.558 0 0 0 1.667-1.483 1.522 1.522 0 0 0-1.667-1.472Z" clip-rule="evenodd"></path><path d="M8.526 21.792H6.197v-8.814l-1.912.712-.785-1.974 3.358-1.508h1.668v11.584Z"></path><path d="M26.129 17.2h2.4v-2.4h-2.4v-2.4h-2.4v2.4h-2.4v2.4h2.4v2.4h2.4v-2.4Z"></path></svg>`;
16
+ }
17
+ };
18
+ i([
19
+ n({ type: String, reflect: !0 })
20
+ ], o.prototype, "size", 2);
21
+ i([
22
+ n({ type: String, reflect: !0 })
23
+ ], o.prototype, "class", 2);
24
+ o = i([
25
+ v("icon-over18-large")
26
+ ], o);
27
+ export {
28
+ o as IconOver18Large
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-over21";
5
+ /**
6
+ * @tagname icon-over21
7
+ */
8
+ export declare class IconOver21 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]: IconOver21;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconOver21.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconOver21.d.ts","sourceRoot":"","sources":["../icons/IconOver21.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,gBAAgB,CAAC;AAExC;;GAEG;AACH,qBACa,UAAW,SAAQ,gBAAgB;IAErC,IAAI,EAAE,eAAe,CAAQ;IAEpC,SAAS,CAAC,cAAc,SAAiC;IAIlD,KAAK,SAAiC;IAE7C,SAAS,CAAC,IAAI,SAAgB;IAE9B,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC;KACnC;CACJ"}
@@ -0,0 +1,29 @@
1
+ import { html as n } from "lit";
2
+ import { property as l } from "lit/decorators.js";
3
+ import { PieIconComponent as a } from "./PieIconComponent.js";
4
+ import { safeCustomElement as v } from "@justeattakeaway/pie-webc-core";
5
+ var f = Object.defineProperty, m = Object.getOwnPropertyDescriptor, c = (h, t, s, r) => {
6
+ for (var e = r > 1 ? void 0 : r ? m(t, s) : t, p = h.length - 1, i; p >= 0; p--)
7
+ (i = h[p]) && (e = (r ? i(t, s, e) : i(e)) || e);
8
+ return r && e && f(t, s, e), e;
9
+ };
10
+ let o = class extends a {
11
+ constructor() {
12
+ super(...arguments), this.size = "xs", this.defaultClasses = "c-pieIcon c-pieIcon--over21", this.class = "c-pieIcon c-pieIcon--over21", this.name = "IconOver21";
13
+ }
14
+ render() {
15
+ return n`<svg width="${this._svgWidth}" height="${this._svgHeight}" fill="${this.fill}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--over21"><path d="M1.7 11h4.318l-.025-1.066H2.93V9.87c0-.311.335-.567 1.263-1.028 1.029-.493 1.66-1.092 1.66-2.07 0-1.098-.796-1.771-2.058-1.771a2.687 2.687 0 0 0-2.052.848l.695.841a1.627 1.627 0 0 1 1.262-.56c.524 0 .89.155.89.679s-.303.742-1.262 1.247c-.96.505-1.629.985-1.629 2.126V11Z"></path><path d="M8.215 11h1.2V5.108h-.866l-1.723.767.404 1.003.985-.361V11Z"></path><path d="M13.014 8.6h1.2V7.4h-1.2V6.2h-1.2v1.2h-1.2v1.2h1.2v1.2h1.2V8.6Z"></path></svg>`;
16
+ }
17
+ };
18
+ c([
19
+ l({ type: String, reflect: !0 })
20
+ ], o.prototype, "size", 2);
21
+ c([
22
+ l({ type: String, reflect: !0 })
23
+ ], o.prototype, "class", 2);
24
+ o = c([
25
+ v("icon-over21")
26
+ ], o);
27
+ export {
28
+ o as IconOver21
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-over21-large";
5
+ /**
6
+ * @tagname icon-over21-large
7
+ */
8
+ export declare class IconOver21Large 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]: IconOver21Large;
18
+ }
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=IconOver21Large.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconOver21Large.d.ts","sourceRoot":"","sources":["../icons/IconOver21Large.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,sBAAsB,CAAC;AAE9C;;GAEG;AACH,qBACa,eAAgB,SAAQ,gBAAgB;IAE1C,IAAI,EAAE,aAAa,CAAM;IAEhC,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 a } from "lit";
2
+ import { property as l } from "lit/decorators.js";
3
+ import { PieIconComponent as n } from "./PieIconComponent.js";
4
+ import { safeCustomElement as v } from "@justeattakeaway/pie-webc-core";
5
+ var f = Object.defineProperty, g = Object.getOwnPropertyDescriptor, c = (h, r, s, t) => {
6
+ for (var e = t > 1 ? void 0 : t ? g(r, s) : r, p = h.length - 1, i; p >= 0; p--)
7
+ (i = h[p]) && (e = (t ? i(r, s, e) : i(e)) || e);
8
+ return t && e && f(r, s, e), e;
9
+ };
10
+ let o = class extends n {
11
+ constructor() {
12
+ super(...arguments), this.size = 32, this.defaultClasses = "c-pieIcon c-pieIcon--over21Large", this.class = "c-pieIcon c-pieIcon--over21Large", this.name = "IconOver21Large";
13
+ }
14
+ render() {
15
+ return a`<svg width="${this._svgWidth}" height="${this._svgHeight}" fill="${this.fill}" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--over21Large"><path d="M3.5 22h8.636l-.05-2.133H5.962v-.124c0-.624.67-1.135 2.525-2.058 2.058-.985 3.32-2.182 3.32-4.14 0-2.195-1.59-3.542-4.115-3.542a5.375 5.375 0 0 0-2.24.404 5.316 5.316 0 0 0-1.864 1.292l1.39 1.684c.31-.359.699-.646 1.135-.84a3.29 3.29 0 0 1 1.39-.282c1.047 0 1.78.311 1.78 1.359 0 1.047-.606 1.484-2.526 2.494-1.919 1.01-3.257 1.97-3.257 4.252V22Z"></path><path d="M16.53 22h2.399V10.215h-1.73l-3.447 1.534.808 2.008 1.97-.723V22Z"></path><path d="M26.129 17.2h2.4v-2.4h-2.4v-2.4h-2.4v2.4h-2.4v2.4h2.4v2.4h2.4v-2.4Z"></path></svg>`;
16
+ }
17
+ };
18
+ c([
19
+ l({ type: String, reflect: !0 })
20
+ ], o.prototype, "size", 2);
21
+ c([
22
+ l({ type: String, reflect: !0 })
23
+ ], o.prototype, "class", 2);
24
+ o = c([
25
+ v("icon-over21-large")
26
+ ], o);
27
+ export {
28
+ o as IconOver21Large
29
+ };
package/dist/index.d.ts CHANGED
@@ -188,6 +188,8 @@ export { IconCheckboxSelectedLarge } from './IconCheckboxSelectedLarge';
188
188
  export { IconCheckboxSelected } from './IconCheckboxSelected';
189
189
  export { IconCheckboxUnselectedLarge } from './IconCheckboxUnselectedLarge';
190
190
  export { IconCheckboxUnselected } from './IconCheckboxUnselected';
191
+ export { IconChefLarge } from './IconChefLarge';
192
+ export { IconChef } from './IconChef';
191
193
  export { IconChequeFilledLarge } from './IconChequeFilledLarge';
192
194
  export { IconChequeFilled } from './IconChequeFilled';
193
195
  export { IconChequeLarge } from './IconChequeLarge';
@@ -672,10 +674,16 @@ export { IconOrderLarge } from './IconOrderLarge';
672
674
  export { IconOrder } from './IconOrder';
673
675
  export { IconOver16FilledLarge } from './IconOver16FilledLarge';
674
676
  export { IconOver16Filled } from './IconOver16Filled';
677
+ export { IconOver16Large } from './IconOver16Large';
678
+ export { IconOver16 } from './IconOver16';
675
679
  export { IconOver18FilledLarge } from './IconOver18FilledLarge';
676
680
  export { IconOver18Filled } from './IconOver18Filled';
681
+ export { IconOver18Large } from './IconOver18Large';
682
+ export { IconOver18 } from './IconOver18';
677
683
  export { IconOver21FilledLarge } from './IconOver21FilledLarge';
678
684
  export { IconOver21Filled } from './IconOver21Filled';
685
+ export { IconOver21Large } from './IconOver21Large';
686
+ export { IconOver21 } from './IconOver21';
679
687
  export { IconPacifierLarge } from './IconPacifierLarge';
680
688
  export { IconPacifier } from './IconPacifier';
681
689
  export { IconPaintbrushLarge } from './IconPaintbrushLarge';