@dialpad/dialtone-icons 4.25.0 → 4.26.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/icons.json +1 -1
- package/dist/keywords-icons.json +1 -1
- package/dist/svg/icons/bookmark-filled.svg +1 -0
- package/dist/svg/icons/dissatisfied-filled.svg +1 -0
- package/dist/svg/icons/map-pin-filled.svg +1 -0
- package/dist/svg/icons/pause-circle-filled.svg +1 -0
- package/dist/svg/icons/pin-filled.svg +1 -0
- package/dist/svg/icons/play-circle-filled.svg +1 -0
- package/dist/svg/icons/plus-circle-filled.svg +1 -0
- package/dist/svg/icons/satisfied-filled.svg +1 -0
- package/dist/svg/icons/somewhat-dissatisfied-filled.svg +1 -0
- package/dist/svg/icons/somewhat-satisfied-filled.svg +1 -0
- package/dist/svg/icons/sparkle-filled.svg +1 -0
- package/dist/svg/icons/stop-circle-filled.svg +1 -0
- package/dist/svg/icons/very-dissatisfied-filled.svg +1 -0
- package/dist/svg/icons/very-satisfied-filled.svg +1 -0
- package/package.json +1 -1
- package/vue2/dist/components/bookmark-filled.cjs +2 -0
- package/vue2/dist/components/bookmark-filled.cjs.map +1 -0
- package/vue2/dist/components/bookmark-filled.js +57 -0
- package/vue2/dist/components/bookmark-filled.js.map +1 -0
- package/vue2/dist/components/dissatisfied-filled.cjs +2 -0
- package/vue2/dist/components/dissatisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/dissatisfied-filled.js +57 -0
- package/vue2/dist/components/dissatisfied-filled.js.map +1 -0
- package/vue2/dist/components/map-pin-filled.cjs +2 -0
- package/vue2/dist/components/map-pin-filled.cjs.map +1 -0
- package/vue2/dist/components/map-pin-filled.js +57 -0
- package/vue2/dist/components/map-pin-filled.js.map +1 -0
- package/vue2/dist/components/pause-circle-filled.cjs +2 -0
- package/vue2/dist/components/pause-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/pause-circle-filled.js +58 -0
- package/vue2/dist/components/pause-circle-filled.js.map +1 -0
- package/vue2/dist/components/pin-filled.cjs +2 -0
- package/vue2/dist/components/pin-filled.cjs.map +1 -0
- package/vue2/dist/components/pin-filled.js +58 -0
- package/vue2/dist/components/pin-filled.js.map +1 -0
- package/vue2/dist/components/play-circle-filled.cjs +2 -0
- package/vue2/dist/components/play-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/play-circle-filled.js +58 -0
- package/vue2/dist/components/play-circle-filled.js.map +1 -0
- package/vue2/dist/components/plus-circle-filled.cjs +2 -0
- package/vue2/dist/components/plus-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/plus-circle-filled.js +58 -0
- package/vue2/dist/components/plus-circle-filled.js.map +1 -0
- package/vue2/dist/components/satisfied-filled.cjs +2 -0
- package/vue2/dist/components/satisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/satisfied-filled.js +57 -0
- package/vue2/dist/components/satisfied-filled.js.map +1 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.cjs +2 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.js +57 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.js.map +1 -0
- package/vue2/dist/components/somewhat-satisfied-filled.cjs +2 -0
- package/vue2/dist/components/somewhat-satisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/somewhat-satisfied-filled.js +57 -0
- package/vue2/dist/components/somewhat-satisfied-filled.js.map +1 -0
- package/vue2/dist/components/sparkle-filled.cjs +2 -0
- package/vue2/dist/components/sparkle-filled.cjs.map +1 -0
- package/vue2/dist/components/sparkle-filled.js +57 -0
- package/vue2/dist/components/sparkle-filled.js.map +1 -0
- package/vue2/dist/components/stop-circle-filled.cjs +2 -0
- package/vue2/dist/components/stop-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/stop-circle-filled.js +58 -0
- package/vue2/dist/components/stop-circle-filled.js.map +1 -0
- package/vue2/dist/components/very-dissatisfied-filled.cjs +2 -0
- package/vue2/dist/components/very-dissatisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/very-dissatisfied-filled.js +57 -0
- package/vue2/dist/components/very-dissatisfied-filled.js.map +1 -0
- package/vue2/dist/components/very-satisfied-filled.cjs +2 -0
- package/vue2/dist/components/very-satisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/very-satisfied-filled.js +57 -0
- package/vue2/dist/components/very-satisfied-filled.js.map +1 -0
- package/vue2/dist/dialtone-icons.cjs +1 -1
- package/vue2/dist/dialtone-icons.cjs.map +1 -1
- package/vue2/dist/dialtone-icons.js +1059 -1031
- package/vue2/dist/dialtone-icons.js.map +1 -1
- package/vue2/dist/types/index.d.ts +14 -0
- package/vue2/dist/types/index.d.ts.map +1 -1
- package/vue2/dist/types/src/icons/bookmark-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bookmark-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dissatisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/map-pin-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/map-pin-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pause-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pause-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pin-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pin-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/play-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/play-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/plus-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/plus-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/satisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/satisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sparkle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sparkle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/stop-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/stop-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/very-satisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/very-satisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/components/bookmark-filled.cjs +2 -0
- package/vue3/dist/components/bookmark-filled.cjs.map +1 -0
- package/vue3/dist/components/bookmark-filled.js +63 -0
- package/vue3/dist/components/bookmark-filled.js.map +1 -0
- package/vue3/dist/components/dissatisfied-filled.cjs +2 -0
- package/vue3/dist/components/dissatisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/dissatisfied-filled.js +63 -0
- package/vue3/dist/components/dissatisfied-filled.js.map +1 -0
- package/vue3/dist/components/map-pin-filled.cjs +2 -0
- package/vue3/dist/components/map-pin-filled.cjs.map +1 -0
- package/vue3/dist/components/map-pin-filled.js +63 -0
- package/vue3/dist/components/map-pin-filled.js.map +1 -0
- package/vue3/dist/components/pause-circle-filled.cjs +2 -0
- package/vue3/dist/components/pause-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/pause-circle-filled.js +78 -0
- package/vue3/dist/components/pause-circle-filled.js.map +1 -0
- package/vue3/dist/components/pin-filled.cjs +2 -0
- package/vue3/dist/components/pin-filled.cjs.map +1 -0
- package/vue3/dist/components/pin-filled.js +76 -0
- package/vue3/dist/components/pin-filled.js.map +1 -0
- package/vue3/dist/components/play-circle-filled.cjs +2 -0
- package/vue3/dist/components/play-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/play-circle-filled.js +78 -0
- package/vue3/dist/components/play-circle-filled.js.map +1 -0
- package/vue3/dist/components/plus-circle-filled.cjs +2 -0
- package/vue3/dist/components/plus-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/plus-circle-filled.js +78 -0
- package/vue3/dist/components/plus-circle-filled.js.map +1 -0
- package/vue3/dist/components/satisfied-filled.cjs +2 -0
- package/vue3/dist/components/satisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/satisfied-filled.js +63 -0
- package/vue3/dist/components/satisfied-filled.js.map +1 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.cjs +2 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.js +63 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.js.map +1 -0
- package/vue3/dist/components/somewhat-satisfied-filled.cjs +2 -0
- package/vue3/dist/components/somewhat-satisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/somewhat-satisfied-filled.js +63 -0
- package/vue3/dist/components/somewhat-satisfied-filled.js.map +1 -0
- package/vue3/dist/components/sparkle-filled.cjs +2 -0
- package/vue3/dist/components/sparkle-filled.cjs.map +1 -0
- package/vue3/dist/components/sparkle-filled.js +63 -0
- package/vue3/dist/components/sparkle-filled.js.map +1 -0
- package/vue3/dist/components/stop-circle-filled.cjs +2 -0
- package/vue3/dist/components/stop-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/stop-circle-filled.js +78 -0
- package/vue3/dist/components/stop-circle-filled.js.map +1 -0
- package/vue3/dist/components/very-dissatisfied-filled.cjs +2 -0
- package/vue3/dist/components/very-dissatisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/very-dissatisfied-filled.js +63 -0
- package/vue3/dist/components/very-dissatisfied-filled.js.map +1 -0
- package/vue3/dist/components/very-satisfied-filled.cjs +2 -0
- package/vue3/dist/components/very-satisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/very-satisfied-filled.js +63 -0
- package/vue3/dist/components/very-satisfied-filled.js.map +1 -0
- package/vue3/dist/dialtone-icons.cjs +1 -1
- package/vue3/dist/dialtone-icons.cjs.map +1 -1
- package/vue3/dist/dialtone-icons.js +1059 -1031
- package/vue3/dist/dialtone-icons.js.map +1 -1
- package/vue3/dist/types/index.d.ts +14 -0
- package/vue3/dist/types/index.d.ts.map +1 -1
- package/vue3/dist/types/src/icons/bookmark-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bookmark-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dissatisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/map-pin-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/map-pin-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pause-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pause-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pin-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pin-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/play-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/play-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/plus-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/plus-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/satisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/satisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sparkle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sparkle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/stop-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/stop-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/very-satisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/very-satisfied-filled.vue.d.ts.map +1 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The size of the icon.
|
|
4
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
5
|
+
*/
|
|
6
|
+
size: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator: (s: unknown) => boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
}, any, any, {
|
|
19
|
+
iconSizeClass(): any;
|
|
20
|
+
ariaHidden(): "true" | "false";
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
/**
|
|
23
|
+
* The size of the icon.
|
|
24
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
25
|
+
*/
|
|
26
|
+
size: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (s: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
33
|
+
*/
|
|
34
|
+
ariaLabel: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}>> & {
|
|
39
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
size: string;
|
|
42
|
+
ariaLabel: string;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=play-circle-filled.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"play-circle-filled.vue.d.ts","sourceRoot":"","sources":["../../../../../src/icons/play-circle-filled.vue.js"],"names":[],"mappings":";IASI;;;OAGG;;;;;;IAOH;;OAEG;;;;;;;;;IAZH;;;OAGG;;;;;;IAOH;;OAEG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The size of the icon.
|
|
4
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
5
|
+
*/
|
|
6
|
+
size: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator: (s: unknown) => boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
}, any, any, {
|
|
19
|
+
iconSizeClass(): any;
|
|
20
|
+
ariaHidden(): "true" | "false";
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
/**
|
|
23
|
+
* The size of the icon.
|
|
24
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
25
|
+
*/
|
|
26
|
+
size: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (s: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
33
|
+
*/
|
|
34
|
+
ariaLabel: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}>> & {
|
|
39
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
size: string;
|
|
42
|
+
ariaLabel: string;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=plus-circle-filled.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-circle-filled.vue.d.ts","sourceRoot":"","sources":["../../../../../src/icons/plus-circle-filled.vue.js"],"names":[],"mappings":";IASI;;;OAGG;;;;;;IAOH;;OAEG;;;;;;;;;IAZH;;;OAGG;;;;;;IAOH;;OAEG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The size of the icon.
|
|
4
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
5
|
+
*/
|
|
6
|
+
size: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator: (s: unknown) => boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
}, any, any, {
|
|
19
|
+
iconSizeClass(): any;
|
|
20
|
+
ariaHidden(): "true" | "false";
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
/**
|
|
23
|
+
* The size of the icon.
|
|
24
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
25
|
+
*/
|
|
26
|
+
size: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (s: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
33
|
+
*/
|
|
34
|
+
ariaLabel: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}>> & {
|
|
39
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
size: string;
|
|
42
|
+
ariaLabel: string;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=satisfied-filled.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"satisfied-filled.vue.d.ts","sourceRoot":"","sources":["../../../../../src/icons/satisfied-filled.vue.js"],"names":[],"mappings":";IASI;;;OAGG;;;;;;IAOH;;OAEG;;;;;;;;;IAZH;;;OAGG;;;;;;IAOH;;OAEG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The size of the icon.
|
|
4
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
5
|
+
*/
|
|
6
|
+
size: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator: (s: unknown) => boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
}, any, any, {
|
|
19
|
+
iconSizeClass(): any;
|
|
20
|
+
ariaHidden(): "true" | "false";
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
/**
|
|
23
|
+
* The size of the icon.
|
|
24
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
25
|
+
*/
|
|
26
|
+
size: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (s: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
33
|
+
*/
|
|
34
|
+
ariaLabel: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}>> & {
|
|
39
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
size: string;
|
|
42
|
+
ariaLabel: string;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=somewhat-dissatisfied-filled.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"somewhat-dissatisfied-filled.vue.d.ts","sourceRoot":"","sources":["../../../../../src/icons/somewhat-dissatisfied-filled.vue.js"],"names":[],"mappings":";IASI;;;OAGG;;;;;;IAOH;;OAEG;;;;;;;;;IAZH;;;OAGG;;;;;;IAOH;;OAEG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The size of the icon.
|
|
4
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
5
|
+
*/
|
|
6
|
+
size: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator: (s: unknown) => boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
}, any, any, {
|
|
19
|
+
iconSizeClass(): any;
|
|
20
|
+
ariaHidden(): "true" | "false";
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
/**
|
|
23
|
+
* The size of the icon.
|
|
24
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
25
|
+
*/
|
|
26
|
+
size: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (s: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
33
|
+
*/
|
|
34
|
+
ariaLabel: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}>> & {
|
|
39
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
size: string;
|
|
42
|
+
ariaLabel: string;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=somewhat-satisfied-filled.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"somewhat-satisfied-filled.vue.d.ts","sourceRoot":"","sources":["../../../../../src/icons/somewhat-satisfied-filled.vue.js"],"names":[],"mappings":";IASI;;;OAGG;;;;;;IAOH;;OAEG;;;;;;;;;IAZH;;;OAGG;;;;;;IAOH;;OAEG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The size of the icon.
|
|
4
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
5
|
+
*/
|
|
6
|
+
size: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator: (s: unknown) => boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
}, any, any, {
|
|
19
|
+
iconSizeClass(): any;
|
|
20
|
+
ariaHidden(): "true" | "false";
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
/**
|
|
23
|
+
* The size of the icon.
|
|
24
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
25
|
+
*/
|
|
26
|
+
size: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (s: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
33
|
+
*/
|
|
34
|
+
ariaLabel: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}>> & {
|
|
39
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
size: string;
|
|
42
|
+
ariaLabel: string;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=sparkle-filled.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sparkle-filled.vue.d.ts","sourceRoot":"","sources":["../../../../../src/icons/sparkle-filled.vue.js"],"names":[],"mappings":";IASI;;;OAGG;;;;;;IAOH;;OAEG;;;;;;;;;IAZH;;;OAGG;;;;;;IAOH;;OAEG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The size of the icon.
|
|
4
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
5
|
+
*/
|
|
6
|
+
size: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator: (s: unknown) => boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
}, any, any, {
|
|
19
|
+
iconSizeClass(): any;
|
|
20
|
+
ariaHidden(): "true" | "false";
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
/**
|
|
23
|
+
* The size of the icon.
|
|
24
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
25
|
+
*/
|
|
26
|
+
size: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (s: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
33
|
+
*/
|
|
34
|
+
ariaLabel: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}>> & {
|
|
39
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
size: string;
|
|
42
|
+
ariaLabel: string;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=stop-circle-filled.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-circle-filled.vue.d.ts","sourceRoot":"","sources":["../../../../../src/icons/stop-circle-filled.vue.js"],"names":[],"mappings":";IASI;;;OAGG;;;;;;IAOH;;OAEG;;;;;;;;;IAZH;;;OAGG;;;;;;IAOH;;OAEG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The size of the icon.
|
|
4
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
5
|
+
*/
|
|
6
|
+
size: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator: (s: unknown) => boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
}, any, any, {
|
|
19
|
+
iconSizeClass(): any;
|
|
20
|
+
ariaHidden(): "true" | "false";
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
/**
|
|
23
|
+
* The size of the icon.
|
|
24
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
25
|
+
*/
|
|
26
|
+
size: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (s: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
33
|
+
*/
|
|
34
|
+
ariaLabel: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}>> & {
|
|
39
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
size: string;
|
|
42
|
+
ariaLabel: string;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=very-dissatisfied-filled.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"very-dissatisfied-filled.vue.d.ts","sourceRoot":"","sources":["../../../../../src/icons/very-dissatisfied-filled.vue.js"],"names":[],"mappings":";IASI;;;OAGG;;;;;;IAOH;;OAEG;;;;;;;;;IAZH;;;OAGG;;;;;;IAOH;;OAEG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The size of the icon.
|
|
4
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
5
|
+
*/
|
|
6
|
+
size: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator: (s: unknown) => boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
}, any, any, {
|
|
19
|
+
iconSizeClass(): any;
|
|
20
|
+
ariaHidden(): "true" | "false";
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
/**
|
|
23
|
+
* The size of the icon.
|
|
24
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
25
|
+
*/
|
|
26
|
+
size: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (s: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
33
|
+
*/
|
|
34
|
+
ariaLabel: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}>> & {
|
|
39
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
size: string;
|
|
42
|
+
ariaLabel: string;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=very-satisfied-filled.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"very-satisfied-filled.vue.d.ts","sourceRoot":"","sources":["../../../../../src/icons/very-satisfied-filled.vue.js"],"names":[],"mappings":";IASI;;;OAGG;;;;;;IAOH;;OAEG;;;;;;;;;IAZH;;;OAGG;;;;;;IAOH;;OAEG"}
|