@justeattakeaway/pie-icons-webc 0.23.1 → 0.24.1
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/IconAccountCredit.js +18 -18
- package/dist/IconAccountCreditLarge.js +13 -13
- package/dist/IconBabyKid.d.ts +20 -0
- package/dist/IconBabyKid.d.ts.map +1 -0
- package/dist/IconBabyKid.js +28 -0
- package/dist/IconBabyKidLarge.d.ts +20 -0
- package/dist/IconBabyKidLarge.d.ts.map +1 -0
- package/dist/IconBabyKidLarge.js +28 -0
- package/dist/IconBag.js +17 -17
- package/dist/IconBagFilled.js +5 -5
- package/dist/IconBagFilledLarge.js +8 -8
- package/dist/IconBagLarge.js +13 -13
- package/dist/IconBuildingBlocks.d.ts +20 -0
- package/dist/IconBuildingBlocks.d.ts.map +1 -0
- package/dist/IconBuildingBlocks.js +28 -0
- package/dist/IconBuildingBlocksLarge.d.ts +20 -0
- package/dist/IconBuildingBlocksLarge.d.ts.map +1 -0
- package/dist/IconBuildingBlocksLarge.js +28 -0
- package/dist/IconCannabis.d.ts +20 -0
- package/dist/IconCannabis.d.ts.map +1 -0
- package/dist/IconCannabis.js +28 -0
- package/dist/IconCannabisLarge.d.ts +20 -0
- package/dist/IconCannabisLarge.d.ts.map +1 -0
- package/dist/IconCannabisLarge.js +28 -0
- package/dist/IconExperiment.d.ts +20 -0
- package/dist/IconExperiment.d.ts.map +1 -0
- package/dist/IconExperiment.js +28 -0
- package/dist/IconExperimentLarge.d.ts +20 -0
- package/dist/IconExperimentLarge.d.ts.map +1 -0
- package/dist/IconExperimentLarge.js +28 -0
- package/dist/IconLaptopFilled.d.ts +20 -0
- package/dist/IconLaptopFilled.d.ts.map +1 -0
- package/dist/IconLaptopFilled.js +28 -0
- package/dist/IconLaptopFilledLarge.d.ts +20 -0
- package/dist/IconLaptopFilledLarge.d.ts.map +1 -0
- package/dist/IconLaptopFilledLarge.js +28 -0
- package/dist/IconPacifier.d.ts +20 -0
- package/dist/IconPacifier.d.ts.map +1 -0
- package/dist/IconPacifier.js +28 -0
- package/dist/IconPacifierLarge.d.ts +20 -0
- package/dist/IconPacifierLarge.d.ts.map +1 -0
- package/dist/IconPacifierLarge.js +28 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1944 -1920
- package/dist/react/IconBabyKid.d.ts +3 -0
- package/dist/react/IconBabyKid.d.ts.map +1 -0
- package/dist/react/IconBabyKid.js +17 -0
- package/dist/react/IconBabyKidLarge.d.ts +3 -0
- package/dist/react/IconBabyKidLarge.d.ts.map +1 -0
- package/dist/react/IconBabyKidLarge.js +17 -0
- package/dist/react/IconBuildingBlocks.d.ts +3 -0
- package/dist/react/IconBuildingBlocks.d.ts.map +1 -0
- package/dist/react/IconBuildingBlocks.js +17 -0
- package/dist/react/IconBuildingBlocksLarge.d.ts +3 -0
- package/dist/react/IconBuildingBlocksLarge.d.ts.map +1 -0
- package/dist/react/IconBuildingBlocksLarge.js +17 -0
- package/dist/react/IconCannabis.d.ts +3 -0
- package/dist/react/IconCannabis.d.ts.map +1 -0
- package/dist/react/IconCannabis.js +17 -0
- package/dist/react/IconCannabisLarge.d.ts +3 -0
- package/dist/react/IconCannabisLarge.d.ts.map +1 -0
- package/dist/react/IconCannabisLarge.js +17 -0
- package/dist/react/IconExperiment.d.ts +3 -0
- package/dist/react/IconExperiment.d.ts.map +1 -0
- package/dist/react/IconExperiment.js +17 -0
- package/dist/react/IconExperimentLarge.d.ts +3 -0
- package/dist/react/IconExperimentLarge.d.ts.map +1 -0
- package/dist/react/IconExperimentLarge.js +17 -0
- package/dist/react/IconLaptopFilled.d.ts +3 -0
- package/dist/react/IconLaptopFilled.d.ts.map +1 -0
- package/dist/react/IconLaptopFilled.js +17 -0
- package/dist/react/IconLaptopFilledLarge.d.ts +3 -0
- package/dist/react/IconLaptopFilledLarge.d.ts.map +1 -0
- package/dist/react/IconLaptopFilledLarge.js +17 -0
- package/dist/react/IconPacifier.d.ts +3 -0
- package/dist/react/IconPacifier.d.ts.map +1 -0
- package/dist/react/IconPacifier.js +17 -0
- package/dist/react/IconPacifierLarge.d.ts +3 -0
- package/dist/react/IconPacifierLarge.d.ts.map +1 -0
- package/dist/react/IconPacifierLarge.js +17 -0
- package/dist/react/index.d.ts +12 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +2034 -1998
- package/package.json +6 -8
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { html as
|
|
1
|
+
import { html as l } from "lit";
|
|
2
2
|
import { defineCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
3
|
-
import { property as
|
|
4
|
-
import { PieIconComponent as
|
|
5
|
-
var
|
|
6
|
-
for (var
|
|
7
|
-
(
|
|
8
|
-
return
|
|
3
|
+
import { property as i } from "lit/decorators.js";
|
|
4
|
+
import { PieIconComponent as m } from "./PieIconComponent.js";
|
|
5
|
+
var u = Object.defineProperty, f = Object.getOwnPropertyDescriptor, p = (r, e, o, c) => {
|
|
6
|
+
for (var t = c > 1 ? void 0 : c ? f(e, o) : e, s = r.length - 1, n; s >= 0; s--)
|
|
7
|
+
(n = r[s]) && (t = (c ? n(e, o, t) : n(t)) || t);
|
|
8
|
+
return c && t && u(e, o, t), t;
|
|
9
9
|
};
|
|
10
|
-
const
|
|
11
|
-
class
|
|
10
|
+
const v = "icon-account-credit";
|
|
11
|
+
class a extends m {
|
|
12
12
|
constructor() {
|
|
13
13
|
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--accountCredit", this.name = "IconAccountCredit";
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
return
|
|
16
|
+
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--accountCredit"><path d="M13.145 2.837a6.073 6.073 0 0 0-8.942.403c-.263.219-.595.569-1.007 1.015-.131.149-.253.271-.332.35C.5 6.967.493 10.809 2.846 13.162a6.015 6.015 0 0 0 4.262 1.76c1.54 0 3.115-.596 4.296-1.777l1.435-1.435-.018-.018c.105-.096.219-.183.324-.288a6.073 6.073 0 0 0 0-8.575v.008Zm-.928.928a4.753 4.753 0 0 1-6.72 6.72 4.753 4.753 0 0 1 6.72-6.72Zm-8.443 8.479c-1.409-1.41-1.724-3.5-.971-5.233a6.024 6.024 0 0 0 1.767 4.41 5.97 5.97 0 0 0 4.288 1.776c.07 0 .148 0 .218-.008-1.75.796-3.876.498-5.302-.937v-.008Z"></path><path d="M11.614 6.818s-.245-.472-.674-.997a.067.067 0 0 1-.018-.044 8.446 8.446 0 0 0-.13-.927c0-.035-.027-.062-.044-.08a.134.134 0 0 0-.088-.034l-.446-.053h-.009a.1.1 0 0 0-.07.027.1.1 0 0 0-.026.07v.157a5.972 5.972 0 0 0-.893-.674.383.383 0 0 0-.218-.07.383.383 0 0 0-.22.07c-1.522.945-2.362 2.485-2.397 2.564a.162.162 0 0 0-.017.061c0 .035.009.07.035.097a.157.157 0 0 0 .079.052l.437.088s.053.026.07.043c.018.027.035.053.035.08 0 .078.088 1.82.193 2.265 0 .035.026.062.052.08a.183.183 0 0 0 .096.034c.254 0 .49-.009.744-.017H10.1c.166 0 .324 0 .499.008 0 0 .07-.008.096-.035a.157.157 0 0 0 .053-.078c.104-.455.183-2.188.192-2.267a.13.13 0 0 1 .035-.078.092.092 0 0 1 .079-.044l.437-.088s.062-.026.079-.052a.183.183 0 0 0 .035-.096c0-.018 0-.044-.018-.062h.027Z"></path></svg>`;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
],
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
],
|
|
25
|
-
h(
|
|
19
|
+
p([
|
|
20
|
+
i({ type: String, reflect: !0 })
|
|
21
|
+
], a.prototype, "size", 2);
|
|
22
|
+
p([
|
|
23
|
+
i({ type: String, reflect: !0 })
|
|
24
|
+
], a.prototype, "class", 2);
|
|
25
|
+
h(v, a);
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
a as IconAccountCredit
|
|
28
28
|
};
|
|
@@ -2,27 +2,27 @@ import { html as l } from "lit";
|
|
|
2
2
|
import { defineCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
3
3
|
import { property as i } from "lit/decorators.js";
|
|
4
4
|
import { PieIconComponent as v } from "./PieIconComponent.js";
|
|
5
|
-
var
|
|
6
|
-
for (var
|
|
7
|
-
(
|
|
8
|
-
return
|
|
5
|
+
var g = Object.defineProperty, m = Object.getOwnPropertyDescriptor, p = (r, e, a, t) => {
|
|
6
|
+
for (var c = t > 1 ? void 0 : t ? m(e, a) : e, o = r.length - 1, s; o >= 0; o--)
|
|
7
|
+
(s = r[o]) && (c = (t ? s(e, a, c) : s(c)) || c);
|
|
8
|
+
return t && c && g(e, a, c), c;
|
|
9
9
|
};
|
|
10
|
-
const
|
|
11
|
-
class
|
|
10
|
+
const u = "icon-account-credit-large";
|
|
11
|
+
class n extends v {
|
|
12
12
|
constructor() {
|
|
13
13
|
super(...arguments), this.size = 32, this.class = "c-pieIcon c-pieIcon--accountCreditLarge", this.name = "IconAccountCreditLarge";
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
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--accountCreditLarge"><path
|
|
16
|
+
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--accountCreditLarge"><path d="M25.053 6.944c-4.259-4.259-11.193-4.259-15.452 0L6.944 9.601c-4.259 4.26-4.259 11.193 0 15.452a10.881 10.881 0 0 0 7.722 3.197c2.794 0 5.597-1.063 7.722-3.197.146-.146.384-.366.66-.623.934-.87 1.676-1.575 2.033-2.07 4.222-4.259 4.213-11.165-.037-15.406l.01-.01ZM17.332 5.58c2.326 0 4.653.888 6.43 2.656 3.544 3.545 3.544 9.315 0 12.86-3.545 3.545-9.316 3.545-12.86 0-3.545-3.545-3.545-9.315 0-12.86a9.055 9.055 0 0 1 6.43-2.656ZM8.245 23.753c-2.803-2.803-3.38-6.99-1.75-10.378-.375 3.215.651 6.558 3.106 9.022a10.881 10.881 0 0 0 7.721 3.197c.43 0 .861-.037 1.292-.083-3.39 1.63-7.575 1.054-10.378-1.75l.01-.008Z"></path><path d="M21.959 14.294c-.026-.079-.438-.84-1.207-1.794-.018-.026-.035-.053-.035-.079a15.192 15.192 0 0 0-.228-1.662.28.28 0 0 0-.079-.14.332.332 0 0 0-.148-.07l-.797-.096h-.017a.173.173 0 0 0-.123.052.159.159 0 0 0-.052.122v.28a11.348 11.348 0 0 0-1.601-1.216.699.699 0 0 0-.788 0c-2.739 1.698-4.244 4.454-4.305 4.611a.27.27 0 0 0-.026.114.23.23 0 0 0 .061.166.295.295 0 0 0 .149.097l.787.149a.27.27 0 0 1 .193.236c0 .14.157 3.264.341 4.077a.295.295 0 0 0 .096.149.27.27 0 0 0 .167.053l1.338-.027h.07c.009 0 .018-.008.026-.017 0 0 .018-.018.018-.026v-.035c-.018-.272-.061-.902-.088-1.558v-.052a.141.141 0 0 0-.026-.08.379.379 0 0 0-.052-.06.83.83 0 0 1-.289-.29.902.902 0 0 1-.122-.393c-.044-1.094-.062-2.362 0-3.351 0-.044.017-.079.052-.105a.166.166 0 0 1 .114-.044c.043 0 .079.018.105.044.026.026.043.07.043.105a30.68 30.68 0 0 0-.026 2.222c0 .027 0 .053.018.07.008.027.026.044.043.061.018.018.036.035.062.044.026.009.044.018.07.009.026 0 .052 0 .07-.018a.156.156 0 0 0 .061-.043c.018-.018.035-.035.044-.061.008-.027.017-.044.008-.07a30.553 30.553 0 0 1 .027-2.223c0-.044.017-.079.052-.114a.166.166 0 0 1 .114-.043c.044 0 .079.017.114.052.026.026.043.07.043.114a30.435 30.435 0 0 0-.026 2.213c0 .053.018.097.061.132a.193.193 0 0 0 .132.052.157.157 0 0 0 .131-.061.193.193 0 0 0 .053-.131c-.018-.77-.01-1.558.026-2.214 0-.044.017-.079.052-.114a.166.166 0 0 1 .114-.043c.044 0 .079.017.114.052.026.026.043.07.043.114-.052.98-.035 2.196 0 3.264v.026a.917.917 0 0 1-.096.411.83.83 0 0 1-.271.306l-.052.053a.164.164 0 0 0-.018.07s-.017.166.053.962c.035.35.06.587.07.7 0 .018.008.035.026.053.017.017.035.017.052.017H18.345s.044 0 .053-.017c.017-.018.026-.035.026-.053.105-.953.131-1.487.131-1.487a.08.08 0 0 0-.026-.061.08.08 0 0 0-.061-.027l-.543-.078s-.07-.018-.096-.044a.314.314 0 0 1-.061-.088c0-.026-.009-.052 0-.087.218-3.176 1.26-4.253 1.26-4.253.017-.017.035-.035.052-.043a.184.184 0 0 1 .097-.035c.035 0 .07.008.096.026a.14.14 0 0 1 .061.079c0 .026.009.052.018.078.087.998.043 2.695-.01 4.025-.043 1.129-.104 2.013-.104 2.013v.026s0 .018.017.018c0 0 .018.008.018.017h.026c.297 0 .586.009.901.018a.27.27 0 0 0 .166-.053.295.295 0 0 0 .097-.149c.183-.813.332-3.937.341-4.077 0-.053.026-.105.061-.149a.27.27 0 0 1 .132-.087l.787-.15a.295.295 0 0 0 .149-.096.276.276 0 0 0 .061-.166.27.27 0 0 0-.026-.114l-.009-.008Z"></path></svg>`;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
|
|
19
|
+
p([
|
|
20
20
|
i({ type: String, reflect: !0 })
|
|
21
|
-
],
|
|
22
|
-
|
|
21
|
+
], n.prototype, "size", 2);
|
|
22
|
+
p([
|
|
23
23
|
i({ type: String, reflect: !0 })
|
|
24
|
-
],
|
|
25
|
-
h(
|
|
24
|
+
], n.prototype, "class", 2);
|
|
25
|
+
h(u, n);
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
n as IconAccountCreditLarge
|
|
28
28
|
};
|
|
@@ -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-baby-kid";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-baby-kid
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconBabyKid extends PieIconComponent {
|
|
9
|
+
size: RegularIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconBabyKid;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconBabyKid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBabyKid.d.ts","sourceRoot":"","sources":["../icons/IconBabyKid.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,QAAA,MAAM,iBAAiB,kBAAkB,CAAC;AAE1C;;GAEG;AACH,qBAAa,WAAY,SAAQ,gBAAgB;IAEtC,IAAI,EAAE,eAAe,CAAQ;IAI7B,KAAK,SAAkC;IAE9C,SAAS,CAAC,IAAI,SAAiB;IAE/B,MAAM,IAAI,cAAc;CAG3B;AAID,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,WAAW,CAAC;KACpC;CACJ"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { html as l } from "lit";
|
|
2
|
+
import { defineCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
3
|
+
import { property as i } from "lit/decorators.js";
|
|
4
|
+
import { PieIconComponent as m } from "./PieIconComponent.js";
|
|
5
|
+
var f = Object.defineProperty, d = Object.getOwnPropertyDescriptor, n = (o, e, c, r) => {
|
|
6
|
+
for (var t = r > 1 ? void 0 : r ? d(e, c) : e, p = o.length - 1, s; p >= 0; p--)
|
|
7
|
+
(s = o[p]) && (t = (r ? s(e, c, t) : s(t)) || t);
|
|
8
|
+
return r && t && f(e, c, t), t;
|
|
9
|
+
};
|
|
10
|
+
const v = "icon-baby-kid";
|
|
11
|
+
class a extends m {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--babyKid", this.name = "IconBabyKid";
|
|
14
|
+
}
|
|
15
|
+
render() {
|
|
16
|
+
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--babyKid"><path d="M6.206 7.956a.586.586 0 1 0 0-1.172.586.586 0 0 0 0 1.172Z"></path><path d="M9.697 7.956a.586.586 0 1 0 0-1.172.586.586 0 0 0 0 1.172Z"></path><path d="M8.779 9.75A1.476 1.476 0 0 1 8 9.986c-.271 0-.551-.079-.779-.236a1.344 1.344 0 0 1-.525-.621H5.63a2.44 2.44 0 0 0 2.38 1.829c.551 0 1.067-.184 1.505-.508.428-.332.735-.796.875-1.321H9.32a1.455 1.455 0 0 1-.525.621H8.78Z"></path><path d="M13.644 6.11A5.929 5.929 0 0 0 8 2.05a5.929 5.929 0 0 0-5.644 4.06c-.875.166-1.444 1.164-1.312 2.336.122 1.024.743 1.803 1.505 1.943A5.96 5.96 0 0 0 7.99 13.95a5.936 5.936 0 0 0 5.443-3.561c.76-.14 1.382-.919 1.505-1.952.14-1.163-.438-2.17-1.313-2.336l.018.009Zm0 2.179c-.062.551-.377.813-.455.805l-.604-.184-.201.595A4.644 4.644 0 0 1 8 12.637a4.644 4.644 0 0 1-4.384-3.132l-.21-.586-.604.183c-.105.018-.385-.262-.446-.805-.061-.55.166-.883.271-.883l.692.245.166-.718a4.61 4.61 0 0 1 3.929-3.535c.008.088.035.166.026.254-.044.691-.621 1.032-.656 1.059l.665 1.207c.131-.07 1.268-.744 1.365-2.179 0-.105 0-.21-.01-.315a4.614 4.614 0 0 1 3.702 3.51l.201.708.692-.245c.096.035.306.359.245.892V8.29Z"></path></svg>`;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n([
|
|
20
|
+
i({ type: String, reflect: !0 })
|
|
21
|
+
], a.prototype, "size", 2);
|
|
22
|
+
n([
|
|
23
|
+
i({ type: String, reflect: !0 })
|
|
24
|
+
], a.prototype, "class", 2);
|
|
25
|
+
h(v, a);
|
|
26
|
+
export {
|
|
27
|
+
a as IconBabyKid
|
|
28
|
+
};
|
|
@@ -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-baby-kid-large";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-baby-kid-large
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconBabyKidLarge extends PieIconComponent {
|
|
9
|
+
size: LargeIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconBabyKidLarge;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconBabyKidLarge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBabyKidLarge.d.ts","sourceRoot":"","sources":["../icons/IconBabyKidLarge.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,QAAA,MAAM,iBAAiB,wBAAwB,CAAC;AAEhD;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,gBAAgB;IAE3C,IAAI,EAAE,aAAa,CAAM;IAIzB,KAAK,SAAuC;IAEnD,SAAS,CAAC,IAAI,SAAsB;IAEpC,MAAM,IAAI,cAAc;CAG3B;AAID,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;KACzC;CACJ"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { html as n } from "lit";
|
|
2
|
+
import { defineCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
3
|
+
import { property as i } from "lit/decorators.js";
|
|
4
|
+
import { PieIconComponent as m } from "./PieIconComponent.js";
|
|
5
|
+
var g = Object.defineProperty, f = Object.getOwnPropertyDescriptor, l = (c, t, a, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? f(t, a) : t, o = c.length - 1, p; o >= 0; o--)
|
|
7
|
+
(p = c[o]) && (e = (r ? p(t, a, e) : p(e)) || e);
|
|
8
|
+
return r && e && g(t, a, e), e;
|
|
9
|
+
};
|
|
10
|
+
const d = "icon-baby-kid-large";
|
|
11
|
+
class s extends m {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments), this.size = 32, this.class = "c-pieIcon c-pieIcon--babyKidLarge", this.name = "IconBabyKidLarge";
|
|
14
|
+
}
|
|
15
|
+
render() {
|
|
16
|
+
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--babyKidLarge"><path d="M11.835 14.364a1.138 1.138 0 0 0-.814-.333c-.228 0-.446.07-.639.193a1.106 1.106 0 0 0-.42.516 1.08 1.08 0 0 0-.061.665c.044.219.158.429.315.586.158.158.368.271.586.315.219.044.455.018.665-.061a1.15 1.15 0 0 0 .516-.42c.123-.192.193-.411.193-.639 0-.306-.123-.595-.332-.813l-.01-.01Z"></path><path d="M20.979 14.031c-.228 0-.447.07-.64.193a1.106 1.106 0 0 0-.42.516 1.08 1.08 0 0 0-.06.665c.043.219.157.429.314.586.158.158.368.271.587.315.218.044.455.018.665-.061a1.15 1.15 0 0 0 .516-.42c.123-.192.193-.411.193-.639 0-.306-.123-.595-.333-.813a1.137 1.137 0 0 0-.814-.333l-.008-.009Z"></path><path d="M17.409 19.745c-.42.271-.91.42-1.41.42-.498 0-.988-.149-1.408-.42a2.607 2.607 0 0 1-.962-1.12h-1.62a4.167 4.167 0 0 0 1.47 2.214 4.1 4.1 0 0 0 2.52.857c.91 0 1.795-.297 2.52-.857a4.07 4.07 0 0 0 1.47-2.214h-1.618c-.21.455-.543.849-.962 1.12Z"></path><path d="M28.6 14.197c-.429-.848-1.138-1.382-1.943-1.478h-.07A11.024 11.024 0 0 0 16.01 4.922c-4.91 0-9.162 3.16-10.588 7.788h-.07c-.805.096-1.514.63-1.942 1.479-.377.743-.525 1.671-.412 2.616.114.945.473 1.811 1.007 2.45.498.586 1.128.936 1.776.998a11.091 11.091 0 0 0 10.229 6.825c4.488 0 8.513-2.713 10.228-6.825.648-.062 1.278-.412 1.777-.998.542-.639.9-1.505 1.006-2.45.105-.945-.035-1.873-.412-2.616l-.008.008Zm-1.322 2.416c-.07.595-.288 1.146-.603 1.513-.105.131-.394.429-.648.394l-.927-.28-.272.796a9.326 9.326 0 0 1-8.82 6.3 9.326 9.326 0 0 1-8.82-6.3l-.35-.77-.804.245c-.324.044-.587-.262-.7-.385-.315-.367-.534-.919-.604-1.514-.07-.595.017-1.18.236-1.618.079-.149.289-.499.586-.534.053 0 .132.009.219.044l.919.324.219-.954A9.289 9.289 0 0 1 13.917 6.9c.018.052.044.105.053.166.148.761-.289 1.724-1.181 1.943l.42 1.697c1.715-.42 2.826-2.205 2.476-3.972 0-.018-.009-.035-.018-.053.105 0 .219-.017.324-.017.446 0 .893.035 1.33.096.044.096.079.192.096.297.149.762-.289 1.724-1.181 1.943l.42 1.697c1.558-.384 2.599-1.89 2.529-3.482a9.296 9.296 0 0 1 5.897 6.65l.219.954.919-.324a.669.669 0 0 1 .219-.044c.306.035.516.385.586.534.219.429.306 1.024.236 1.619l.018.009Z"></path></svg>`;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
l([
|
|
20
|
+
i({ type: String, reflect: !0 })
|
|
21
|
+
], s.prototype, "size", 2);
|
|
22
|
+
l([
|
|
23
|
+
i({ type: String, reflect: !0 })
|
|
24
|
+
], s.prototype, "class", 2);
|
|
25
|
+
h(d, s);
|
|
26
|
+
export {
|
|
27
|
+
s as IconBabyKidLarge
|
|
28
|
+
};
|
package/dist/IconBag.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { html as a } from "lit";
|
|
2
2
|
import { defineCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
3
|
-
import { property as
|
|
4
|
-
import { PieIconComponent as
|
|
5
|
-
var
|
|
6
|
-
for (var e = r > 1 ? void 0 : r ? f(t, s) : t,
|
|
7
|
-
(
|
|
8
|
-
return r && e &&
|
|
3
|
+
import { property as n } from "lit/decorators.js";
|
|
4
|
+
import { PieIconComponent as m } from "./PieIconComponent.js";
|
|
5
|
+
var v = Object.defineProperty, f = Object.getOwnPropertyDescriptor, i = (o, t, s, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? f(t, s) : t, p = o.length - 1, c; p >= 0; p--)
|
|
7
|
+
(c = o[p]) && (e = (r ? c(t, s, e) : c(e)) || e);
|
|
8
|
+
return r && e && v(t, s, e), e;
|
|
9
9
|
};
|
|
10
|
-
const
|
|
11
|
-
class
|
|
10
|
+
const g = "icon-bag";
|
|
11
|
+
class l extends m {
|
|
12
12
|
constructor() {
|
|
13
13
|
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--bag", this.name = "IconBag";
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
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--bag"><path d="
|
|
16
|
+
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--bag"><path d="m8.499 12.331-.123-1.312h2.634l.123 1.312H8.498Z"></path><path fill-rule="evenodd" d="M11.369 4.43h1.785v-.009l.744 8.864c.034.42-.105.831-.394 1.146a1.575 1.575 0 0 1-1.164.508H3.66a1.6 1.6 0 0 1-1.164-.499 1.49 1.49 0 0 1-.402-1.137l.647-8.847h1.89V2.111L5.673 1.07h4.655l1.04 1.041V4.43ZM10.02 2.418H5.98v2.038l4.042-.017V2.418Zm2.319 11.208c.105 0 .201-.087.201-.087v.008a.232.232 0 0 0 .053-.148l-.648-7.656-7.98.026-.56 7.63a.18.18 0 0 0 .053.149l.007.005c.036.028.096.073.194.073h8.68Z" clip-rule="evenodd"></path></svg>`;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
],
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
],
|
|
25
|
-
h(
|
|
19
|
+
i([
|
|
20
|
+
n({ type: String, reflect: !0 })
|
|
21
|
+
], l.prototype, "size", 2);
|
|
22
|
+
i([
|
|
23
|
+
n({ type: String, reflect: !0 })
|
|
24
|
+
], l.prototype, "class", 2);
|
|
25
|
+
h(g, l);
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
l as IconBag
|
|
28
28
|
};
|
package/dist/IconBagFilled.js
CHANGED
|
@@ -2,10 +2,10 @@ import { html as a } from "lit";
|
|
|
2
2
|
import { defineCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
3
3
|
import { property as p } from "lit/decorators.js";
|
|
4
4
|
import { PieIconComponent as f } from "./PieIconComponent.js";
|
|
5
|
-
var g = Object.defineProperty, m = Object.getOwnPropertyDescriptor, c = (o, t,
|
|
6
|
-
for (var e = r > 1 ? void 0 : r ? m(t,
|
|
7
|
-
(
|
|
8
|
-
return r && e && g(t,
|
|
5
|
+
var g = Object.defineProperty, m = Object.getOwnPropertyDescriptor, c = (o, t, l, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? m(t, l) : t, s = o.length - 1, i; s >= 0; s--)
|
|
7
|
+
(i = o[s]) && (e = (r ? i(t, l, e) : i(e)) || e);
|
|
8
|
+
return r && e && g(t, l, e), e;
|
|
9
9
|
};
|
|
10
10
|
const v = "icon-bag-filled";
|
|
11
11
|
class n extends f {
|
|
@@ -13,7 +13,7 @@ class n extends f {
|
|
|
13
13
|
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--bagFilled", this.name = "IconBagFilled";
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
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--bagFilled"><path d="
|
|
16
|
+
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--bagFilled"><path fill-rule="evenodd" d="M11.369 4.43h1.785v-.009l.744 8.864c.034.42-.105.831-.394 1.146a1.575 1.575 0 0 1-1.164.508H3.66a1.6 1.6 0 0 1-1.164-.499 1.49 1.49 0 0 1-.402-1.137l.647-8.847h1.89V2.111L5.673 1.07h4.655l1.04 1.041V4.43ZM10.02 2.418H5.98v2.038l4.042-.017V2.418ZM8.5 12.33l-.123-1.312h2.634l.123 1.312H8.498Z" clip-rule="evenodd"></path></svg>`;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
c([
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { html as
|
|
2
|
-
import { defineCustomElement as
|
|
1
|
+
import { html as a } from "lit";
|
|
2
|
+
import { defineCustomElement as g } from "@justeattakeaway/pie-webc-core";
|
|
3
3
|
import { property as p } from "lit/decorators.js";
|
|
4
|
-
import { PieIconComponent as
|
|
4
|
+
import { PieIconComponent as h } from "./PieIconComponent.js";
|
|
5
5
|
var m = Object.defineProperty, v = Object.getOwnPropertyDescriptor, c = (o, r, l, t) => {
|
|
6
|
-
for (var e = t > 1 ? void 0 : t ? v(r, l) : r,
|
|
7
|
-
(
|
|
6
|
+
for (var e = t > 1 ? void 0 : t ? v(r, l) : r, i = o.length - 1, s; i >= 0; i--)
|
|
7
|
+
(s = o[i]) && (e = (t ? s(r, l, e) : s(e)) || e);
|
|
8
8
|
return t && e && m(r, l, e), e;
|
|
9
9
|
};
|
|
10
10
|
const f = "icon-bag-filled-large";
|
|
11
|
-
class n extends
|
|
11
|
+
class n extends h {
|
|
12
12
|
constructor() {
|
|
13
13
|
super(...arguments), this.size = 32, this.class = "c-pieIcon c-pieIcon--bagFilledLarge", this.name = "IconBagFilledLarge";
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
return
|
|
16
|
+
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 32 32" class="c-pieIcon c-pieIcon--bagFilledLarge"><path fill-rule="evenodd" d="m21.644 9.779 3.911-.018v-.008l1.409 16.528a2.603 2.603 0 0 1-.683 1.995 2.663 2.663 0 0 1-1.933.84H7.643a2.622 2.622 0 0 1-2.616-2.809L6.253 9.823l4.112-.018v-5.18l1.75-1.75h7.779l1.75 1.75v5.154Zm-1.759-5.154h-7.779v5.171l7.779-.026V4.625Zm-2.144 21.079-.157-1.75h5.696l.157 1.75h-5.696Z" clip-rule="evenodd"></path></svg>`;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
c([
|
|
@@ -22,7 +22,7 @@ c([
|
|
|
22
22
|
c([
|
|
23
23
|
p({ type: String, reflect: !0 })
|
|
24
24
|
], n.prototype, "class", 2);
|
|
25
|
-
|
|
25
|
+
g(f, n);
|
|
26
26
|
export {
|
|
27
27
|
n as IconBagFilledLarge
|
|
28
28
|
};
|
package/dist/IconBagLarge.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { html as l } from "lit";
|
|
2
|
-
import { defineCustomElement as
|
|
2
|
+
import { defineCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
3
3
|
import { property as c } from "lit/decorators.js";
|
|
4
4
|
import { PieIconComponent as g } from "./PieIconComponent.js";
|
|
5
|
-
var m = Object.defineProperty,
|
|
6
|
-
for (var e = r > 1 ? void 0 : r ?
|
|
7
|
-
(
|
|
5
|
+
var m = Object.defineProperty, f = Object.getOwnPropertyDescriptor, i = (o, t, s, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? f(t, s) : t, p = o.length - 1, n; p >= 0; p--)
|
|
7
|
+
(n = o[p]) && (e = (r ? n(t, s, e) : n(e)) || e);
|
|
8
8
|
return r && e && m(t, s, e), e;
|
|
9
9
|
};
|
|
10
|
-
const
|
|
11
|
-
class
|
|
10
|
+
const v = "icon-bag-large";
|
|
11
|
+
class a extends g {
|
|
12
12
|
constructor() {
|
|
13
13
|
super(...arguments), this.size = 32, this.class = "c-pieIcon c-pieIcon--bagLarge", this.name = "IconBagLarge";
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
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--bagLarge"><path d="
|
|
16
|
+
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--bagLarge"><path d="m25.555 9.761-3.911.018V4.625l-1.75-1.75h-7.779l-1.75 1.75v5.18l-4.112.018-1.225 16.484a2.622 2.622 0 0 0 2.616 2.81h16.704c.726 0 1.434-.307 1.933-.84.499-.535.744-1.26.683-1.996L25.555 9.752v.01ZM12.106 4.625h7.779V9.77l-7.779.026V4.625Zm12.88 22.461a.849.849 0 0 1-.639.28H7.636a.849.849 0 0 1-.639-.28.862.862 0 0 1-.236-.656l1.103-14.875 16.082-.061 1.269 14.919a.887.887 0 0 1-.228.665v.008Z"></path><path d="m17.584 23.954.157 1.75h5.697l-.158-1.75h-5.696Z"></path></svg>`;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
|
|
19
|
+
i([
|
|
20
20
|
c({ type: String, reflect: !0 })
|
|
21
|
-
],
|
|
22
|
-
|
|
21
|
+
], a.prototype, "size", 2);
|
|
22
|
+
i([
|
|
23
23
|
c({ type: String, reflect: !0 })
|
|
24
|
-
],
|
|
25
|
-
|
|
24
|
+
], a.prototype, "class", 2);
|
|
25
|
+
h(v, a);
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
a as IconBagLarge
|
|
28
28
|
};
|
|
@@ -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-building-blocks";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-building-blocks
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconBuildingBlocks extends PieIconComponent {
|
|
9
|
+
size: RegularIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconBuildingBlocks;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconBuildingBlocks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBuildingBlocks.d.ts","sourceRoot":"","sources":["../icons/IconBuildingBlocks.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,QAAA,MAAM,iBAAiB,yBAAyB,CAAC;AAEjD;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,gBAAgB;IAE7C,IAAI,EAAE,eAAe,CAAQ;IAI7B,KAAK,SAAyC;IAErD,SAAS,CAAC,IAAI,SAAwB;IAEtC,MAAM,IAAI,cAAc;CAG3B;AAID,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,kBAAkB,CAAC;KAC3C;CACJ"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { html as a } from "lit";
|
|
2
|
+
import { defineCustomElement as d } from "@justeattakeaway/pie-webc-core";
|
|
3
|
+
import { property as s } from "lit/decorators.js";
|
|
4
|
+
import { PieIconComponent as h } from "./PieIconComponent.js";
|
|
5
|
+
var u = Object.defineProperty, m = Object.getOwnPropertyDescriptor, p = (o, l, c, t) => {
|
|
6
|
+
for (var e = t > 1 ? void 0 : t ? m(l, c) : l, r = o.length - 1, i; r >= 0; r--)
|
|
7
|
+
(i = o[r]) && (e = (t ? i(l, c, e) : i(e)) || e);
|
|
8
|
+
return t && e && u(l, c, e), e;
|
|
9
|
+
};
|
|
10
|
+
const v = "icon-building-blocks";
|
|
11
|
+
class n extends h {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--buildingBlocks", this.name = "IconBuildingBlocks";
|
|
14
|
+
}
|
|
15
|
+
render() {
|
|
16
|
+
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--buildingBlocks"><path d="M8.735 3.8c.228.052.447.14.657.271l-.01.009c.185.114.316.236.386.359a.648.648 0 0 1 .105.358h-.849c0-.13-.087-.253-.271-.367a.99.99 0 0 0-.28-.114.927.927 0 0 0-.306-.044c-.105 0-.21.018-.315.035a1.167 1.167 0 0 0-.29.114.785.785 0 0 0-.2.166.282.282 0 0 0-.07.184c0 .061.008.123.052.184a.696.696 0 0 0 .184.166c.087.053.175.088.28.123a.889.889 0 0 0 .297.052v.508a2.4 2.4 0 0 1-.612-.079 2.139 2.139 0 0 1-.586-.245c-.21-.131-.35-.263-.43-.403-.07-.14-.113-.27-.087-.402a.701.701 0 0 1 .167-.368c.096-.113.218-.21.358-.288.14-.079.315-.149.508-.202.192-.052.402-.087.63-.087.227-.009.446.017.682.07Z"></path><path fill-rule="evenodd" d="M4.833 7.632 5.55 8h-.017l.989 3.517-.71-.367-.148-.569-.997-.516-.15.411-.682-.359.998-2.485Zm.359 1.077-.29.77h-.008l.578.297-.28-1.067Z" clip-rule="evenodd"></path><path fill-rule="evenodd" d="M10.853 7.676 9.6 8.254l-.035 3.316 1.234-.569a1.91 1.91 0 0 0 .788-.665c.087-.131.148-.254.192-.394.035-.13.061-.262.061-.385 0-.183-.035-.315-.096-.402a.453.453 0 0 0-.297-.158c.096-.122.157-.253.2-.385.045-.14.07-.262.07-.402a.832.832 0 0 0-.052-.306.533.533 0 0 0-.157-.228.452.452 0 0 0-.271-.079.963.963 0 0 0-.377.088l-.008-.009Zm-.5 2.783v-.595l.42-.193c.097-.044.176-.052.228-.035.053.018.08.088.08.184a.39.39 0 0 1-.088.271.586.586 0 0 1-.228.175l-.411.193Zm.01-1.26v-.56l.367-.167c.061-.026.123-.026.166 0 .044.035.07.088.07.167a.521.521 0 0 1-.07.245.382.382 0 0 1-.166.148l-.367.167Z" clip-rule="evenodd"></path><path fill-rule="evenodd" d="M8.415 1.485a.656.656 0 0 0-.583-.01l-5.451 2.59a.656.656 0 0 0-.375.59l-.017 6.563c0 .246.136.472.354.585l5.242 2.712c.184.095.4.098.585.01l5.45-2.59a.656.656 0 0 0 .374-.59l.018-6.563a.656.656 0 0 0-.366-.59l-5.23-2.707Zm-.499 5.152L4.14 4.683 8.1 2.8l3.778 1.955-3.963 1.882Zm-4.614 4.184.014-5.086 3.93 2.034-.013 5.086-3.93-2.034ZM8.56 7.785l-.013 5.108 4.137-1.966.013-5.107L8.56 7.785Z" clip-rule="evenodd"></path></svg>`;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
p([
|
|
20
|
+
s({ type: String, reflect: !0 })
|
|
21
|
+
], n.prototype, "size", 2);
|
|
22
|
+
p([
|
|
23
|
+
s({ type: String, reflect: !0 })
|
|
24
|
+
], n.prototype, "class", 2);
|
|
25
|
+
d(v, n);
|
|
26
|
+
export {
|
|
27
|
+
n as IconBuildingBlocks
|
|
28
|
+
};
|
|
@@ -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-building-blocks-large";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-building-blocks-large
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconBuildingBlocksLarge extends PieIconComponent {
|
|
9
|
+
size: LargeIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconBuildingBlocksLarge;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconBuildingBlocksLarge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBuildingBlocksLarge.d.ts","sourceRoot":"","sources":["../icons/IconBuildingBlocksLarge.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,QAAA,MAAM,iBAAiB,+BAA+B,CAAC;AAEvD;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,gBAAgB;IAElD,IAAI,EAAE,aAAa,CAAM;IAIzB,KAAK,SAA8C;IAE1D,SAAS,CAAC,IAAI,SAA6B;IAE3C,MAAM,IAAI,cAAc;CAG3B;AAID,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,uBAAuB,CAAC;KAChD;CACJ"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { html as s } from "lit";
|
|
2
|
+
import { defineCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
3
|
+
import { property as p } from "lit/decorators.js";
|
|
4
|
+
import { PieIconComponent as v } from "./PieIconComponent.js";
|
|
5
|
+
var d = Object.defineProperty, m = Object.getOwnPropertyDescriptor, a = (l, t, o, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? m(t, o) : t, c = l.length - 1, i; c >= 0; c--)
|
|
7
|
+
(i = l[c]) && (e = (r ? i(t, o, e) : i(e)) || e);
|
|
8
|
+
return r && e && d(t, o, e), e;
|
|
9
|
+
};
|
|
10
|
+
const u = "icon-building-blocks-large";
|
|
11
|
+
class n extends v {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments), this.size = 32, this.class = "c-pieIcon c-pieIcon--buildingBlocksLarge", this.name = "IconBuildingBlocksLarge";
|
|
14
|
+
}
|
|
15
|
+
render() {
|
|
16
|
+
return s`<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--buildingBlocksLarge"><path d="m14.66 8.35-.008.003.01-.01-.002.007Z"></path><path fill-rule="evenodd" d="m15.93 7.959-1.27.391-.454 4.771 1.216-.376.053-.77 1.776-.543.481.613 1.252-.385-3.054-3.701Zm.639 2.616-1.015.315.105-1.461.91 1.146Z" clip-rule="evenodd"></path><path d="M20.41 23.114c.245.218.56.393.945.516v-.009c.35.114.665.149.963.114.297-.035.56-.114.805-.245l-.534-1.006a1.236 1.236 0 0 1-.42.087 1.213 1.213 0 0 1-.464-.061 1.19 1.19 0 0 1-.402-.219 1.191 1.191 0 0 1-.263-.332.932.932 0 0 1-.114-.412 1.192 1.192 0 0 1 .062-.454c.052-.158.122-.298.218-.412.097-.114.21-.201.333-.271.122-.061.254-.105.402-.114a.981.981 0 0 1 .447.053c.332.105.568.288.717.551l1.015-.525a2.315 2.315 0 0 0-.516-.665c-.219-.201-.499-.35-.849-.464-.385-.122-.752-.166-1.076-.122-.333.044-.621.14-.884.289-.254.157-.472.35-.647.577a2.43 2.43 0 0 0-.385.726 2.472 2.472 0 0 0-.105.814c.017.289.078.569.2.84.123.271.307.516.552.744Z"></path><path fill-rule="evenodd" d="M9.472 20.226H7.46l-.009-.017v4.436h1.995c.289 0 .534-.035.744-.105.21-.07.376-.166.516-.289.14-.122.245-.262.306-.411.062-.149.097-.315.097-.481 0-.237-.053-.438-.167-.604a1.225 1.225 0 0 0-.48-.402.97.97 0 0 0 .323-.386c.07-.157.105-.323.105-.498 0-.149-.035-.298-.088-.447a1.184 1.184 0 0 0-.262-.402 1.31 1.31 0 0 0-.446-.289 1.68 1.68 0 0 0-.622-.105Zm.097 1.645a.391.391 0 0 1-.272.105h-.586v-.752h.586c.105 0 .193.035.272.105.078.061.113.148.113.262 0 .114-.035.21-.113.28Zm.175 1.698a.633.633 0 0 1-.368.096h-.665v-.805h.665c.158 0 .28.035.368.096.096.061.14.158.14.298 0 .148-.053.253-.14.315Z" clip-rule="evenodd"></path><path fill-rule="evenodd" d="M9.304 8.247a1.586 1.586 0 0 1 1.051-1.982l7.965-2.44A1.586 1.586 0 0 1 20.3 4.875l2.441 7.964a1.586 1.586 0 0 1-1.052 1.982l-.943.29 6.615 2.101a1.586 1.586 0 0 1 1.032 1.993l-2.523 7.939a1.586 1.586 0 0 1-1.992 1.03l-7.94-2.522a1.58 1.58 0 0 1-.908-.746v1.707c0 .876-.71 1.586-1.586 1.586h-8.33c-.876 0-1.586-.71-1.586-1.586v-8.33c0-.876.71-1.586 1.586-1.586h6.876a1.585 1.585 0 0 1-.246-.487L9.304 8.247Zm2.033-.19 2.199 7.172 7.173-2.198-2.199-7.173-7.173 2.198Zm3.1 8.988 2.852-.874-2.258 7.103v-4.99c0-.501-.232-.948-.595-1.239Zm2.503 6.827 2.272-7.15 7.15 2.272-2.272 7.15-7.15-2.272ZM5.529 18.698V26.2h7.502v-7.502H5.53Z" clip-rule="evenodd"></path></svg>`;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
a([
|
|
20
|
+
p({ type: String, reflect: !0 })
|
|
21
|
+
], n.prototype, "size", 2);
|
|
22
|
+
a([
|
|
23
|
+
p({ type: String, reflect: !0 })
|
|
24
|
+
], n.prototype, "class", 2);
|
|
25
|
+
h(u, n);
|
|
26
|
+
export {
|
|
27
|
+
n as IconBuildingBlocksLarge
|
|
28
|
+
};
|
|
@@ -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-cannabis";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-cannabis
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconCannabis extends PieIconComponent {
|
|
9
|
+
size: RegularIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconCannabis;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconCannabis.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCannabis.d.ts","sourceRoot":"","sources":["../icons/IconCannabis.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,QAAA,MAAM,iBAAiB,kBAAkB,CAAC;AAE1C;;GAEG;AACH,qBAAa,YAAa,SAAQ,gBAAgB;IAEvC,IAAI,EAAE,eAAe,CAAQ;IAI7B,KAAK,SAAmC;IAE/C,SAAS,CAAC,IAAI,SAAkB;IAEhC,MAAM,IAAI,cAAc;CAG3B;AAID,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,YAAY,CAAC;KACrC;CACJ"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { html as a } from "lit";
|
|
2
|
+
import { defineCustomElement as m } from "@justeattakeaway/pie-webc-core";
|
|
3
|
+
import { property as l } from "lit/decorators.js";
|
|
4
|
+
import { PieIconComponent as h } from "./PieIconComponent.js";
|
|
5
|
+
var f = Object.defineProperty, v = Object.getOwnPropertyDescriptor, p = (s, t, c, r) => {
|
|
6
|
+
for (var e = r > 1 ? void 0 : r ? v(t, c) : t, o = s.length - 1, n; o >= 0; o--)
|
|
7
|
+
(n = s[o]) && (e = (r ? n(t, c, e) : n(e)) || e);
|
|
8
|
+
return r && e && f(t, c, e), e;
|
|
9
|
+
};
|
|
10
|
+
const g = "icon-cannabis";
|
|
11
|
+
class i extends h {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments), this.size = "xs", this.class = "c-pieIcon c-pieIcon--cannabis", this.name = "IconCannabis";
|
|
14
|
+
}
|
|
15
|
+
render() {
|
|
16
|
+
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--cannabis"><path d="m14.851 10.599-1.172-.543a22.932 22.932 0 0 0-1.671-.7c1.715-1.452 1.855-3.097 1.863-3.176l.053-.752-.753.043c-.087 0-1.793.123-3.403.85-.15-1.042-.482-2.713-1.2-4.06l-.577-1.095-.577 1.094c-.718 1.348-1.05 3.019-1.199 4.06-1.601-.726-3.316-.84-3.404-.849l-.752-.043.052.752c0 .079.15 1.724 1.864 3.177-.472.175-1.05.41-1.671.7l-1.173.542 1.13.63c1.128.63 2.432.928 3.263 1.068l-.796 2.3 2.642-1.093v1.391h1.313V13.53l2.563 1.059-.796-2.301c.831-.14 2.126-.438 3.264-1.068l1.129-.63.008.009Zm-5.32.49-.848.061.385 1.111-1.06-.437-1.067.438.385-1.112-.848-.061s-1.042-.079-2.188-.438a15.464 15.464 0 0 1 1.321-.463l1.462-.438-1.33-.761c-1.182-.674-1.76-1.479-2.04-2.074.762.14 1.847.429 2.713.998l.945.612.07-1.129s.105-1.548.578-3.088c.472 1.54.577 3.071.577 3.088l.07 1.12.945-.612c.867-.56 1.943-.849 2.713-.997-.28.595-.858 1.39-2.039 2.065l-1.33.76 1.461.438s.543.166 1.322.464c-1.147.359-2.17.438-2.188.438l-.009.017Z"></path></svg>`;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
p([
|
|
20
|
+
l({ type: String, reflect: !0 })
|
|
21
|
+
], i.prototype, "size", 2);
|
|
22
|
+
p([
|
|
23
|
+
l({ type: String, reflect: !0 })
|
|
24
|
+
], i.prototype, "class", 2);
|
|
25
|
+
m(g, i);
|
|
26
|
+
export {
|
|
27
|
+
i as IconCannabis
|
|
28
|
+
};
|
|
@@ -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-cannabis-large";
|
|
5
|
+
/**
|
|
6
|
+
* @tagname icon-cannabis-large
|
|
7
|
+
*/
|
|
8
|
+
export declare class IconCannabisLarge extends PieIconComponent {
|
|
9
|
+
size: LargeIconSize;
|
|
10
|
+
class: string;
|
|
11
|
+
protected name: string;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[componentSelector]: IconCannabisLarge;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=IconCannabisLarge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCannabisLarge.d.ts","sourceRoot":"","sources":["../icons/IconCannabisLarge.ts"],"names":[],"mappings":"AAAA,OAAO,EACO,cAAc,EACvB,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,QAAA,MAAM,iBAAiB,wBAAwB,CAAC;AAEhD;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,gBAAgB;IAE5C,IAAI,EAAE,aAAa,CAAM;IAIzB,KAAK,SAAwC;IAEpD,SAAS,CAAC,IAAI,SAAuB;IAErC,MAAM,IAAI,cAAc;CAG3B;AAID,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;KAC1C;CACJ"}
|