@justeattakeaway/pie-icons-webc 1.11.1 → 1.13.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.
- package/dist/IconFaceExcited.d.ts +20 -0
- package/dist/IconFaceExcited.d.ts.map +1 -0
- package/dist/IconFaceExcited.js +29 -0
- package/dist/IconFaceExcitedFilled.d.ts +20 -0
- package/dist/IconFaceExcitedFilled.d.ts.map +1 -0
- package/dist/IconFaceExcitedFilled.js +29 -0
- package/dist/IconFaceExcitedFilledLarge.d.ts +20 -0
- package/dist/IconFaceExcitedFilledLarge.d.ts.map +1 -0
- package/dist/IconFaceExcitedFilledLarge.js +29 -0
- package/dist/IconFaceExcitedLarge.d.ts +20 -0
- package/dist/IconFaceExcitedLarge.d.ts.map +1 -0
- package/dist/IconFaceExcitedLarge.js +29 -0
- package/dist/IconFaceHappyFilled.d.ts +20 -0
- package/dist/IconFaceHappyFilled.d.ts.map +1 -0
- package/dist/IconFaceHappyFilled.js +29 -0
- package/dist/IconFaceHappyFilledLarge.d.ts +20 -0
- package/dist/IconFaceHappyFilledLarge.d.ts.map +1 -0
- package/dist/IconFaceHappyFilledLarge.js +29 -0
- package/dist/IconFaceNeutral.d.ts +20 -0
- package/dist/IconFaceNeutral.d.ts.map +1 -0
- package/dist/IconFaceNeutral.js +29 -0
- package/dist/IconFaceNeutralFilled.d.ts +20 -0
- package/dist/IconFaceNeutralFilled.d.ts.map +1 -0
- package/dist/IconFaceNeutralFilled.js +29 -0
- package/dist/IconFaceNeutralFilledLarge.d.ts +20 -0
- package/dist/IconFaceNeutralFilledLarge.d.ts.map +1 -0
- package/dist/IconFaceNeutralFilledLarge.js +29 -0
- package/dist/IconFaceNeutralLarge.d.ts +20 -0
- package/dist/IconFaceNeutralLarge.d.ts.map +1 -0
- package/dist/IconFaceNeutralLarge.js +29 -0
- package/dist/IconWeight.d.ts +20 -0
- package/dist/IconWeight.d.ts.map +1 -0
- package/dist/IconWeight.js +29 -0
- package/dist/IconWeightLarge.d.ts +20 -0
- package/dist/IconWeightLarge.d.ts.map +1 -0
- package/dist/IconWeightLarge.js +29 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1770 -1746
- package/dist/react/IconFaceExcited.d.ts +3 -0
- package/dist/react/IconFaceExcited.d.ts.map +1 -0
- package/dist/react/IconFaceExcited.js +13 -0
- package/dist/react/IconFaceExcitedFilled.d.ts +3 -0
- package/dist/react/IconFaceExcitedFilled.d.ts.map +1 -0
- package/dist/react/IconFaceExcitedFilled.js +13 -0
- package/dist/react/IconFaceExcitedFilledLarge.d.ts +3 -0
- package/dist/react/IconFaceExcitedFilledLarge.d.ts.map +1 -0
- package/dist/react/IconFaceExcitedFilledLarge.js +13 -0
- package/dist/react/IconFaceExcitedLarge.d.ts +3 -0
- package/dist/react/IconFaceExcitedLarge.d.ts.map +1 -0
- package/dist/react/IconFaceExcitedLarge.js +13 -0
- package/dist/react/IconFaceHappyFilled.d.ts +3 -0
- package/dist/react/IconFaceHappyFilled.d.ts.map +1 -0
- package/dist/react/IconFaceHappyFilled.js +13 -0
- package/dist/react/IconFaceHappyFilledLarge.d.ts +3 -0
- package/dist/react/IconFaceHappyFilledLarge.d.ts.map +1 -0
- package/dist/react/IconFaceHappyFilledLarge.js +13 -0
- package/dist/react/IconFaceNeutral.d.ts +3 -0
- package/dist/react/IconFaceNeutral.d.ts.map +1 -0
- package/dist/react/IconFaceNeutral.js +13 -0
- package/dist/react/IconFaceNeutralFilled.d.ts +3 -0
- package/dist/react/IconFaceNeutralFilled.d.ts.map +1 -0
- package/dist/react/IconFaceNeutralFilled.js +13 -0
- package/dist/react/IconFaceNeutralFilledLarge.d.ts +3 -0
- package/dist/react/IconFaceNeutralFilledLarge.d.ts.map +1 -0
- package/dist/react/IconFaceNeutralFilledLarge.js +13 -0
- package/dist/react/IconFaceNeutralLarge.d.ts +3 -0
- package/dist/react/IconFaceNeutralLarge.d.ts.map +1 -0
- package/dist/react/IconFaceNeutralLarge.js +13 -0
- package/dist/react/IconWeight.d.ts +3 -0
- package/dist/react/IconWeight.d.ts.map +1 -0
- package/dist/react/IconWeight.js +13 -0
- package/dist/react/IconWeightLarge.d.ts +3 -0
- package/dist/react/IconWeightLarge.d.ts.map +1 -0
- package/dist/react/IconWeightLarge.js +13 -0
- package/dist/react/index.d.ts +12 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +1770 -1746
- package/package.json +2 -2
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-face-excited";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-face-excited
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconFaceExcited extends PieIconComponent {
|
|
9
|
+
size: RegularIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconFaceExcited;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconFaceExcited.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFaceExcited.d.ts","sourceRoot":"","sources":["../icons/IconFaceExcited.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;IAI7B,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 h } from "lit";
|
|
2
|
+
import { property as n } from "lit/decorators.js";
|
|
3
|
+
import { PieIconComponent as l } from "./PieIconComponent.js";
|
|
4
|
+
import { safeCustomElement as f } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var m = Object.defineProperty, v = Object.getOwnPropertyDescriptor, i = (a, t, o, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? v(t, o) : t, s = a.length - 1, p; s >= 0; s--)
|
|
7
|
+
(p = a[s]) && (e = (r ? p(t, o, e) : p(e)) || e);
|
|
8
|
+
return r && e && m(t, o, e), e;
|
|
9
|
+
};
|
|
10
|
+
let c = class extends l {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--faceExcited", this.name = "IconFaceExcited";
|
|
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" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--faceExcited"><path d="M9.5 6.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"></path><path d="M12.792 3.207A6.79 6.79 0 0 0 8 1.22 6.781 6.781 0 1 0 14.781 8a6.79 6.79 0 0 0-1.989-4.793Zm.26 6.886a5.47 5.47 0 0 1-10.104 0 5.468 5.468 0 1 1 10.105 0Z"></path><path d="M5.75 7.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z"></path><path d="M4.866 9.297c0 1.475 1.405 2.675 3.134 2.675 1.729 0 3.134-1.2 3.134-2.675v-.656H4.866v.656Zm4.723.656c-.316.418-.917.707-1.589.707-.672 0-1.273-.29-1.588-.707h3.177Z"></path></svg>`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
i([
|
|
19
|
+
n({ type: String, reflect: !0 })
|
|
20
|
+
], c.prototype, "size", 2);
|
|
21
|
+
i([
|
|
22
|
+
n({ type: String, reflect: !0 })
|
|
23
|
+
], c.prototype, "class", 2);
|
|
24
|
+
c = i([
|
|
25
|
+
f("icon-face-excited")
|
|
26
|
+
], c);
|
|
27
|
+
export {
|
|
28
|
+
c as IconFaceExcited
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-face-excited-filled";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-face-excited-filled
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconFaceExcitedFilled extends PieIconComponent {
|
|
9
|
+
size: RegularIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconFaceExcitedFilled;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconFaceExcitedFilled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFaceExcitedFilled.d.ts","sourceRoot":"","sources":["../icons/IconFaceExcitedFilled.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,6BAA6B,CAAC;AAErD;;GAEG;AACH,qBACa,qBAAsB,SAAQ,gBAAgB;IAEhD,IAAI,EAAE,eAAe,CAAQ;IAI7B,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 a } from "lit";
|
|
2
|
+
import { property as n } from "lit/decorators.js";
|
|
3
|
+
import { PieIconComponent as f } from "./PieIconComponent.js";
|
|
4
|
+
import { safeCustomElement as m } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var h = Object.defineProperty, v = Object.getOwnPropertyDescriptor, l = (p, t, o, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? v(t, o) : t, s = p.length - 1, c; s >= 0; s--)
|
|
7
|
+
(c = p[s]) && (e = (r ? c(t, o, e) : c(e)) || e);
|
|
8
|
+
return r && e && h(t, o, e), e;
|
|
9
|
+
};
|
|
10
|
+
let i = class extends f {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--faceExcitedFilled", this.name = "IconFaceExcitedFilled";
|
|
13
|
+
}
|
|
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--faceExcitedFilled"><path d="M12.792 3.207A6.79 6.79 0 0 0 8 1.22 6.781 6.781 0 1 0 14.78 8a6.789 6.789 0 0 0-1.989-4.793ZM10.25 6a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm-4.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm5.384 3.297c0 1.475-1.406 2.675-3.134 2.675s-3.134-1.2-3.134-2.675v-.656h6.268v.656Z"></path></svg>`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
l([
|
|
19
|
+
n({ type: String, reflect: !0 })
|
|
20
|
+
], i.prototype, "size", 2);
|
|
21
|
+
l([
|
|
22
|
+
n({ type: String, reflect: !0 })
|
|
23
|
+
], i.prototype, "class", 2);
|
|
24
|
+
i = l([
|
|
25
|
+
m("icon-face-excited-filled")
|
|
26
|
+
], i);
|
|
27
|
+
export {
|
|
28
|
+
i as IconFaceExcitedFilled
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { LargeIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-face-excited-filled-large";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-face-excited-filled-large
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconFaceExcitedFilledLarge extends PieIconComponent {
|
|
9
|
+
size: LargeIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconFaceExcitedFilledLarge;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconFaceExcitedFilledLarge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFaceExcitedFilledLarge.d.ts","sourceRoot":"","sources":["../icons/IconFaceExcitedFilledLarge.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,mCAAmC,CAAC;AAE3D;;GAEG;AACH,qBACa,0BAA2B,SAAQ,gBAAgB;IAErD,IAAI,EAAE,aAAa,CAAM;IAIzB,KAAK,SAAiD;IAE7D,SAAS,CAAC,IAAI,SAAgC;IAE9C,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,0BAA0B,CAAC;KACnD;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 f } from "./PieIconComponent.js";
|
|
4
|
+
import { safeCustomElement as m } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var g = Object.defineProperty, h = Object.getOwnPropertyDescriptor, l = (p, t, o, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? h(t, o) : t, c = p.length - 1, s; c >= 0; c--)
|
|
7
|
+
(s = p[c]) && (e = (r ? s(t, o, e) : s(e)) || e);
|
|
8
|
+
return r && e && g(t, o, e), e;
|
|
9
|
+
};
|
|
10
|
+
let i = class extends f {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = 32, this.class = "c-pieIcon c-pieIcon--faceExcitedFilledLarge", this.name = "IconFaceExcitedFilledLarge";
|
|
13
|
+
}
|
|
14
|
+
render() {
|
|
15
|
+
return n`<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--faceExcitedFilledLarge"><path d="M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338Zm-14.606 8.637a1.313 1.313 0 1 1 .513-2.576 1.313 1.313 0 0 1-.513 2.576Zm11.162 2.88c0 2.517-2.341 4.565-5.219 4.565-2.877 0-5.217-2.048-5.217-4.565v-.437h10.436v.438Zm1.56-3.438a1.312 1.312 0 1 1-2.181-1.458 1.312 1.312 0 0 1 2.182 1.458Z"></path></svg>`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
l([
|
|
19
|
+
a({ type: String, reflect: !0 })
|
|
20
|
+
], i.prototype, "size", 2);
|
|
21
|
+
l([
|
|
22
|
+
a({ type: String, reflect: !0 })
|
|
23
|
+
], i.prototype, "class", 2);
|
|
24
|
+
i = l([
|
|
25
|
+
m("icon-face-excited-filled-large")
|
|
26
|
+
], i);
|
|
27
|
+
export {
|
|
28
|
+
i as IconFaceExcitedFilledLarge
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { LargeIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-face-excited-large";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-face-excited-large
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconFaceExcitedLarge extends PieIconComponent {
|
|
9
|
+
size: LargeIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconFaceExcitedLarge;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconFaceExcitedLarge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFaceExcitedLarge.d.ts","sourceRoot":"","sources":["../icons/IconFaceExcitedLarge.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;IAIzB,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 h } from "lit";
|
|
2
|
+
import { property as n } from "lit/decorators.js";
|
|
3
|
+
import { PieIconComponent as l } from "./PieIconComponent.js";
|
|
4
|
+
import { safeCustomElement as f } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var m = Object.defineProperty, g = Object.getOwnPropertyDescriptor, a = (i, t, o, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? g(t, o) : t, p = i.length - 1, s; p >= 0; p--)
|
|
7
|
+
(s = i[p]) && (e = (r ? s(t, o, e) : s(e)) || e);
|
|
8
|
+
return r && e && m(t, o, e), e;
|
|
9
|
+
};
|
|
10
|
+
let c = class extends l {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = 32, this.class = "c-pieIcon c-pieIcon--faceExcitedLarge", this.name = "IconFaceExcitedLarge";
|
|
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" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--faceExcitedLarge"><path d="M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338Zm-1.237 16.087a10.5 10.5 0 1 1-14.85-14.85 10.5 10.5 0 0 1 14.85 14.85Z"></path><path d="M10.815 15.9a1.31 1.31 0 0 0 .81-1.213 1.313 1.313 0 1 0-.81 1.213Z"></path><path d="M21.688 13.375a1.312 1.312 0 1 0 0 2.625 1.312 1.312 0 0 0 0-2.625Z"></path><path d="M10.344 18.855c0 2.759 2.537 5.003 5.656 5.003 3.119 0 5.656-2.244 5.656-5.003v-.875H10.344v.875Zm9.418.875c-.46 1.37-1.973 2.378-3.762 2.378-1.79 0-3.303-1.008-3.762-2.378h7.524Z"></path></svg>`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
a([
|
|
19
|
+
n({ type: String, reflect: !0 })
|
|
20
|
+
], c.prototype, "size", 2);
|
|
21
|
+
a([
|
|
22
|
+
n({ type: String, reflect: !0 })
|
|
23
|
+
], c.prototype, "class", 2);
|
|
24
|
+
c = a([
|
|
25
|
+
f("icon-face-excited-large")
|
|
26
|
+
], c);
|
|
27
|
+
export {
|
|
28
|
+
c as IconFaceExcitedLarge
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-face-happy-filled";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-face-happy-filled
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconFaceHappyFilled extends PieIconComponent {
|
|
9
|
+
size: RegularIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconFaceHappyFilled;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconFaceHappyFilled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFaceHappyFilled.d.ts","sourceRoot":"","sources":["../icons/IconFaceHappyFilled.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,2BAA2B,CAAC;AAEnD;;GAEG;AACH,qBACa,mBAAoB,SAAQ,gBAAgB;IAE9C,IAAI,EAAE,eAAe,CAAQ;IAI7B,KAAK,SAA0C;IAEtD,SAAS,CAAC,IAAI,SAAyB;IAEvC,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,mBAAmB,CAAC;KAC5C;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 f } from "./PieIconComponent.js";
|
|
4
|
+
import { safeCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var m = Object.defineProperty, v = Object.getOwnPropertyDescriptor, c = (l, t, o, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? v(t, o) : t, s = l.length - 1, i; s >= 0; s--)
|
|
7
|
+
(i = l[s]) && (e = (r ? i(t, o, e) : i(e)) || e);
|
|
8
|
+
return r && e && m(t, o, e), e;
|
|
9
|
+
};
|
|
10
|
+
let p = class extends f {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--faceHappyFilled", this.name = "IconFaceHappyFilled";
|
|
13
|
+
}
|
|
14
|
+
render() {
|
|
15
|
+
return n`<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--faceHappyFilled"><path d="M12.792 3.208A6.79 6.79 0 0 0 8 1.218 6.781 6.781 0 1 0 14.781 8a6.79 6.79 0 0 0-1.989-4.792ZM10.25 6a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm-4.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm4.245 4.7A3.168 3.168 0 0 1 5 9h1.374A1.847 1.847 0 0 0 9.75 9h1.374a3.167 3.167 0 0 1-1.13 1.7Z"></path></svg>`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
c([
|
|
19
|
+
a({ type: String, reflect: !0 })
|
|
20
|
+
], p.prototype, "size", 2);
|
|
21
|
+
c([
|
|
22
|
+
a({ type: String, reflect: !0 })
|
|
23
|
+
], p.prototype, "class", 2);
|
|
24
|
+
p = c([
|
|
25
|
+
h("icon-face-happy-filled")
|
|
26
|
+
], p);
|
|
27
|
+
export {
|
|
28
|
+
p as IconFaceHappyFilled
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { LargeIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-face-happy-filled-large";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-face-happy-filled-large
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconFaceHappyFilledLarge extends PieIconComponent {
|
|
9
|
+
size: LargeIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconFaceHappyFilledLarge;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconFaceHappyFilledLarge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFaceHappyFilledLarge.d.ts","sourceRoot":"","sources":["../icons/IconFaceHappyFilledLarge.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,iCAAiC,CAAC;AAEzD;;GAEG;AACH,qBACa,wBAAyB,SAAQ,gBAAgB;IAEnD,IAAI,EAAE,aAAa,CAAM;IAIzB,KAAK,SAA+C;IAE3D,SAAS,CAAC,IAAI,SAA8B;IAE5C,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,wBAAwB,CAAC;KACjD;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { html as n } from "lit";
|
|
2
|
+
import { property as c } from "lit/decorators.js";
|
|
3
|
+
import { PieIconComponent as f } from "./PieIconComponent.js";
|
|
4
|
+
import { safeCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var m = Object.defineProperty, g = Object.getOwnPropertyDescriptor, i = (l, r, o, t) => {
|
|
6
|
+
for (var e = t > 1 ? void 0 : t ? g(r, o) : r, s = l.length - 1, a; s >= 0; s--)
|
|
7
|
+
(a = l[s]) && (e = (t ? a(r, o, e) : a(e)) || e);
|
|
8
|
+
return t && e && m(r, o, e), e;
|
|
9
|
+
};
|
|
10
|
+
let p = class extends f {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = 32, this.class = "c-pieIcon c-pieIcon--faceHappyFilledLarge", this.name = "IconFaceHappyFilledLarge";
|
|
13
|
+
}
|
|
14
|
+
render() {
|
|
15
|
+
return n`<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--faceHappyFilledLarge"><path d="M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338ZM10.815 15.9a1.312 1.312 0 1 1-1.005-2.424 1.312 1.312 0 0 1 1.005 2.424Zm8.061 5.254a4.716 4.716 0 0 1-7.435-2.529h1.846a2.975 2.975 0 0 0 5.426 0h1.846a4.716 4.716 0 0 1-1.683 2.53Zm3.903-5.737a1.312 1.312 0 1 1-2.182-1.457 1.312 1.312 0 0 1 2.182 1.457Z"></path></svg>`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
i([
|
|
19
|
+
c({ type: String, reflect: !0 })
|
|
20
|
+
], p.prototype, "size", 2);
|
|
21
|
+
i([
|
|
22
|
+
c({ type: String, reflect: !0 })
|
|
23
|
+
], p.prototype, "class", 2);
|
|
24
|
+
p = i([
|
|
25
|
+
h("icon-face-happy-filled-large")
|
|
26
|
+
], p);
|
|
27
|
+
export {
|
|
28
|
+
p as IconFaceHappyFilledLarge
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-face-neutral";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-face-neutral
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconFaceNeutral extends PieIconComponent {
|
|
9
|
+
size: RegularIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconFaceNeutral;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconFaceNeutral.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFaceNeutral.d.ts","sourceRoot":"","sources":["../icons/IconFaceNeutral.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;IAI7B,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 n } from "lit/decorators.js";
|
|
3
|
+
import { PieIconComponent as h } from "./PieIconComponent.js";
|
|
4
|
+
import { safeCustomElement as f } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var m = Object.defineProperty, u = Object.getOwnPropertyDescriptor, c = (i, t, s, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? u(t, s) : t, p = i.length - 1, a; p >= 0; p--)
|
|
7
|
+
(a = i[p]) && (e = (r ? a(t, s, e) : a(e)) || e);
|
|
8
|
+
return r && e && m(t, s, e), e;
|
|
9
|
+
};
|
|
10
|
+
let o = class extends h {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--faceNeutral", this.name = "IconFaceNeutral";
|
|
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--faceNeutral"><path d="M8 1.219A6.781 6.781 0 1 0 14.781 8 6.79 6.79 0 0 0 8 1.219Zm0 12.25A5.469 5.469 0 1 1 8 2.53a5.469 5.469 0 0 1 0 10.938Z"></path><path d="M5 6.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"></path><path d="M9.5 6.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"></path><path d="M11 9.627H5v1.312h6V9.627Z"></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
|
+
f("icon-face-neutral")
|
|
26
|
+
], o);
|
|
27
|
+
export {
|
|
28
|
+
o as IconFaceNeutral
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-face-neutral-filled";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-face-neutral-filled
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconFaceNeutralFilled extends PieIconComponent {
|
|
9
|
+
size: RegularIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconFaceNeutralFilled;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconFaceNeutralFilled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFaceNeutralFilled.d.ts","sourceRoot":"","sources":["../icons/IconFaceNeutralFilled.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,6BAA6B,CAAC;AAErD;;GAEG;AACH,qBACa,qBAAsB,SAAQ,gBAAgB;IAEhD,IAAI,EAAE,eAAe,CAAQ;IAI7B,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 n } from "lit";
|
|
2
|
+
import { property as a } from "lit/decorators.js";
|
|
3
|
+
import { PieIconComponent as f } from "./PieIconComponent.js";
|
|
4
|
+
import { safeCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var m = Object.defineProperty, u = Object.getOwnPropertyDescriptor, c = (p, t, s, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? u(t, s) : t, l = p.length - 1, i; l >= 0; l--)
|
|
7
|
+
(i = p[l]) && (e = (r ? i(t, s, e) : i(e)) || e);
|
|
8
|
+
return r && e && m(t, s, e), e;
|
|
9
|
+
};
|
|
10
|
+
let o = class extends f {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--faceNeutralFilled", this.name = "IconFaceNeutralFilled";
|
|
13
|
+
}
|
|
14
|
+
render() {
|
|
15
|
+
return n`<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--faceNeutralFilled"><path d="M12.793 3.208A6.79 6.79 0 0 0 8 1.218 6.782 6.782 0 1 0 14.78 8a6.789 6.789 0 0 0-1.989-4.793ZM5.75 6a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5ZM11 10.94H5V9.626h6v1.312Zm-.75-3.44a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"></path></svg>`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
c([
|
|
19
|
+
a({ type: String, reflect: !0 })
|
|
20
|
+
], o.prototype, "size", 2);
|
|
21
|
+
c([
|
|
22
|
+
a({ type: String, reflect: !0 })
|
|
23
|
+
], o.prototype, "class", 2);
|
|
24
|
+
o = c([
|
|
25
|
+
h("icon-face-neutral-filled")
|
|
26
|
+
], o);
|
|
27
|
+
export {
|
|
28
|
+
o as IconFaceNeutralFilled
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { LargeIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-face-neutral-filled-large";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-face-neutral-filled-large
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconFaceNeutralFilledLarge extends PieIconComponent {
|
|
9
|
+
size: LargeIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconFaceNeutralFilledLarge;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconFaceNeutralFilledLarge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFaceNeutralFilledLarge.d.ts","sourceRoot":"","sources":["../icons/IconFaceNeutralFilledLarge.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,mCAAmC,CAAC;AAE3D;;GAEG;AACH,qBACa,0BAA2B,SAAQ,gBAAgB;IAErD,IAAI,EAAE,aAAa,CAAM;IAIzB,KAAK,SAAiD;IAE7D,SAAS,CAAC,IAAI,SAAgC;IAE9C,MAAM,IAAI,cAAc;CAG3B;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,0BAA0B,CAAC;KACnD;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { html as n } from "lit";
|
|
2
|
+
import { property as p } from "lit/decorators.js";
|
|
3
|
+
import { PieIconComponent as f } from "./PieIconComponent.js";
|
|
4
|
+
import { safeCustomElement as m } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var g = Object.defineProperty, h = Object.getOwnPropertyDescriptor, a = (c, r, l, t) => {
|
|
6
|
+
for (var e = t > 1 ? void 0 : t ? h(r, l) : r, s = c.length - 1, i; s >= 0; s--)
|
|
7
|
+
(i = c[s]) && (e = (t ? i(r, l, e) : i(e)) || e);
|
|
8
|
+
return t && e && g(r, l, e), e;
|
|
9
|
+
};
|
|
10
|
+
let o = class extends f {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = 32, this.class = "c-pieIcon c-pieIcon--faceNeutralFilledLarge", this.name = "IconFaceNeutralFilledLarge";
|
|
13
|
+
}
|
|
14
|
+
render() {
|
|
15
|
+
return n`<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--faceNeutralFilledLarge"><path d="M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338ZM10.815 15.9a1.312 1.312 0 1 1-1.005-2.423 1.312 1.312 0 0 1 1.005 2.423Zm9.744 5.354H11.44v-1.75h9.118v1.75Zm2.22-5.837a1.314 1.314 0 1 1-2.184-1.46 1.314 1.314 0 0 1 2.184 1.46Z"></path></svg>`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
a([
|
|
19
|
+
p({ type: String, reflect: !0 })
|
|
20
|
+
], o.prototype, "size", 2);
|
|
21
|
+
a([
|
|
22
|
+
p({ type: String, reflect: !0 })
|
|
23
|
+
], o.prototype, "class", 2);
|
|
24
|
+
o = a([
|
|
25
|
+
m("icon-face-neutral-filled-large")
|
|
26
|
+
], o);
|
|
27
|
+
export {
|
|
28
|
+
o as IconFaceNeutralFilledLarge
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { LargeIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-face-neutral-large";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-face-neutral-large
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconFaceNeutralLarge extends PieIconComponent {
|
|
9
|
+
size: LargeIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconFaceNeutralLarge;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconFaceNeutralLarge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFaceNeutralLarge.d.ts","sourceRoot":"","sources":["../icons/IconFaceNeutralLarge.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;IAIzB,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 n } from "lit/decorators.js";
|
|
3
|
+
import { PieIconComponent as h } from "./PieIconComponent.js";
|
|
4
|
+
import { safeCustomElement as f } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var g = Object.defineProperty, m = Object.getOwnPropertyDescriptor, c = (i, t, o, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? m(t, o) : t, p = i.length - 1, s; p >= 0; p--)
|
|
7
|
+
(s = i[p]) && (e = (r ? s(t, o, e) : s(e)) || e);
|
|
8
|
+
return r && e && g(t, o, e), e;
|
|
9
|
+
};
|
|
10
|
+
let a = class extends h {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = 32, this.class = "c-pieIcon c-pieIcon--faceNeutralLarge", this.name = "IconFaceNeutralLarge";
|
|
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--faceNeutralLarge"><path d="M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338Zm-1.237 16.087a10.5 10.5 0 1 1-14.85-14.85 10.5 10.5 0 0 1 14.85 14.85Z"></path><path d="M11.625 14.688a1.313 1.313 0 1 1-2.625 0 1.313 1.313 0 0 1 2.625 0Z"></path><path d="M23 14.688a1.313 1.313 0 1 1-2.625 0 1.313 1.313 0 0 1 2.625 0Z"></path><path d="M20.559 19.504H11.44v1.75h9.118v-1.75Z"></path></svg>`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
c([
|
|
19
|
+
n({ type: String, reflect: !0 })
|
|
20
|
+
], a.prototype, "size", 2);
|
|
21
|
+
c([
|
|
22
|
+
n({ type: String, reflect: !0 })
|
|
23
|
+
], a.prototype, "class", 2);
|
|
24
|
+
a = c([
|
|
25
|
+
f("icon-face-neutral-large")
|
|
26
|
+
], a);
|
|
27
|
+
export {
|
|
28
|
+
a as IconFaceNeutralLarge
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { RegularIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-weight";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-weight
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconWeight extends PieIconComponent {
|
|
9
|
+
size: RegularIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconWeight;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconWeight.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconWeight.d.ts","sourceRoot":"","sources":["../icons/IconWeight.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;IAI7B,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 g } from "@justeattakeaway/pie-webc-core";
|
|
5
|
+
var m = Object.defineProperty, v = Object.getOwnPropertyDescriptor, i = (c, e, s, r) => {
|
|
6
|
+
for (var t = r > 1 ? void 0 : r ? v(e, s) : e, h = c.length - 1, p; h >= 0; h--)
|
|
7
|
+
(p = c[h]) && (t = (r ? p(e, s, t) : p(t)) || t);
|
|
8
|
+
return r && t && m(e, s, t), t;
|
|
9
|
+
};
|
|
10
|
+
let o = class extends a {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--weight", this.name = "IconWeight";
|
|
13
|
+
}
|
|
14
|
+
render() {
|
|
15
|
+
return n`<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--weight"><path d="M13.013 6.213a1.089 1.089 0 0 0-1.086-1.031H9.831c.074-.207.122-.426.122-.658a1.96 1.96 0 0 0-1.957-1.957 1.96 1.96 0 0 0-1.958 1.957c0 .232.048.451.122.658H4.098c-.6 0-1.087.487-1.085 1.055l-.887 6.107.003.067a1.09 1.09 0 0 0 1.086 1.022h9.57c.574 0 1.05-.45 1.085-1.023l.004-.065-.86-6.132ZM7.996 3.87a.654.654 0 1 1-.002 1.308.654.654 0 0 1 .002-1.308Zm-4.52 8.258.817-5.643h7.442l.79 5.643h-9.05Z"></path><path d="M7.92 7.945h-.708l-.956 1.123V7.945h-.602v2.475h.602v-.56l.308-.358.67.918h.724l-.979-1.356.94-1.119Z"></path><path d="M9.387 9.552h.396v.263c-.137.072-.32.102-.464.102-.499 0-.743-.361-.743-.734 0-.42.305-.74.705-.74a.75.75 0 0 1 .525.21l.38-.38a1.228 1.228 0 0 0-.92-.374c-.88 0-1.306.686-1.306 1.284 0 .574.392 1.283 1.32 1.283.477 0 .907-.175 1.105-.389V9.041h-.998v.51Z"></path></svg>`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
i([
|
|
19
|
+
l({ type: String, reflect: !0 })
|
|
20
|
+
], o.prototype, "size", 2);
|
|
21
|
+
i([
|
|
22
|
+
l({ type: String, reflect: !0 })
|
|
23
|
+
], o.prototype, "class", 2);
|
|
24
|
+
o = i([
|
|
25
|
+
g("icon-weight")
|
|
26
|
+
], o);
|
|
27
|
+
export {
|
|
28
|
+
o as IconWeight
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { LargeIconSize } from '@justeattakeaway/pie-icons-configs';
|
|
3
|
+
import { PieIconComponent } from './PieIconComponent.ts';
|
|
4
|
+
declare const componentSelector = "icon-weight-large";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-weight-large
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconWeightLarge extends PieIconComponent {
|
|
9
|
+
size: LargeIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconWeightLarge;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconWeightLarge.d.ts.map
|