@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"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const t=require("../constants-GmrCIBZc.cjs"),e=require("vue"),l=require("../_plugin-vue_export-helper-6_y-gaV6.cjs"),n={name:"DtIconBookmarkFilled",props:{size:{type:String,default:"500",validator:a=>Object.keys(t.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return t.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded")}},o=["aria-label","aria-hidden"],s=e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.516 1.484A1.438 1.438 0 0 0 8.5 1.063h-5A1.438 1.438 0 0 0 2.062 2.5v8a.437.437 0 0 0 .655.38L6 9.004l3.283 1.876a.438.438 0 0 0 .655-.38v-8c0-.381-.152-.747-.422-1.016Z",fill:"currentColor"},null,-1),d=[s];function c(a,_,r,m,p,i){return e.openBlock(),e.createElementBlock("svg",{"aria-label":r.ariaLabel,class:e.normalizeClass([i.iconSizeClass,"d-icon d-icon--bookmark-filled"]),"aria-hidden":i.ariaHidden,role:"img","data-name":"Bookmark Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},d,10,o)}const u=l._(n,[["render",c]]);module.exports=u;
|
|
2
|
+
//# sourceMappingURL=bookmark-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookmark-filled.cjs","sources":["../../../src/icons/bookmark-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Bookmark Filled\" class=\"d-icon d-icon--bookmark-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.516 1.484A1.438 1.438 0 0 0 8.5 1.063h-5A1.438 1.438 0 0 0 2.062 2.5v8a.437.437 0 0 0 .655.38L6 9.004l3.283 1.876a.438.438 0 0 0 .655-.38v-8c0-.381-.152-.747-.422-1.016Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconBookmarkFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","_hoisted_1","_createElementVNode","_hoisted_2","_createElementBlock","$props","_normalizeClass","$options","_hoisted_3"],"mappings":"kIAQKA,EAAU,CACb,KAAM,uBAEN,MAAO,CAKL,KAAM,CACJ,KAAM,OACN,QAAS,MACT,UAAYC,GAAM,OAAO,KAAKC,GAAmB,EAAE,SAASD,CAAC,CAC9D,EAKD,UAAW,CACT,KAAM,OACN,QAAS,MACV,CACF,EAMD,MAAO,CAAC,QAAQ,EAEhB,SAAU,CACR,eAAiB,CACf,OAAOC,EAAmB,EAAC,KAAK,IAAI,CACrC,EAED,YAAc,CACZ,OAAQ,KAAK,UAAqB,QAAT,MAC1B,CACF,EAED,SAAW,CACT,KAAK,MAAM,QAAQ,CACpB,CACH,EAlDAC,EAAA,CAAA,aAAA,aAAA,IACqNC,EAAoP,mBAAA,OAAA,CAA9O,YAAU,UAAU,YAAU,UAAU,EAAE,+KAA+K,KAAK,4BAApOC,gDAAnNC,EAA6c,mBAAA,MAAA,CAAvc,aAAYC,EAAS,UAAG,MADhCC,EAAAA,eAAA,CACuCC,EAAa,cAAyE,gCAAgC,CAAA,EAAtG,cAAaA,EAAU,WAAE,KAAK,MAAM,YAAU,kBAAyD,QAAQ,YAAY,MAAM,8BADxLC,EAAA,GAAAP,CAAA"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { I as i } from "../constants-B5bI7ccM.js";
|
|
2
|
+
import { openBlock as r, createElementBlock as l, normalizeClass as o, createElementVNode as d } from "vue";
|
|
3
|
+
import { _ as n } from "../_plugin-vue_export-helper-hUChTQA_.js";
|
|
4
|
+
const s = {
|
|
5
|
+
name: "DtIconBookmarkFilled",
|
|
6
|
+
props: {
|
|
7
|
+
/**
|
|
8
|
+
* The size of the icon.
|
|
9
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
10
|
+
*/
|
|
11
|
+
size: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "500",
|
|
14
|
+
validator: (e) => Object.keys(i).includes(e)
|
|
15
|
+
},
|
|
16
|
+
/**
|
|
17
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
18
|
+
*/
|
|
19
|
+
ariaLabel: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: void 0
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
26
|
+
* they will no longer need this event.
|
|
27
|
+
* */
|
|
28
|
+
emits: ["loaded"],
|
|
29
|
+
computed: {
|
|
30
|
+
iconSizeClass() {
|
|
31
|
+
return i[this.size];
|
|
32
|
+
},
|
|
33
|
+
ariaHidden() {
|
|
34
|
+
return this.ariaLabel ? "false" : "true";
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
created() {
|
|
38
|
+
this.$emit("loaded");
|
|
39
|
+
}
|
|
40
|
+
}, c = ["aria-label", "aria-hidden"], _ = /* @__PURE__ */ d("path", {
|
|
41
|
+
"fill-rule": "evenodd",
|
|
42
|
+
"clip-rule": "evenodd",
|
|
43
|
+
d: "M9.516 1.484A1.438 1.438 0 0 0 8.5 1.063h-5A1.438 1.438 0 0 0 2.062 2.5v8a.437.437 0 0 0 .655.38L6 9.004l3.283 1.876a.438.438 0 0 0 .655-.38v-8c0-.381-.152-.747-.422-1.016Z",
|
|
44
|
+
fill: "currentColor"
|
|
45
|
+
}, null, -1), m = [
|
|
46
|
+
_
|
|
47
|
+
];
|
|
48
|
+
function u(e, f, t, p, h, a) {
|
|
49
|
+
return r(), l("svg", {
|
|
50
|
+
"aria-label": t.ariaLabel,
|
|
51
|
+
class: o([a.iconSizeClass, "d-icon d-icon--bookmark-filled"]),
|
|
52
|
+
"aria-hidden": a.ariaHidden,
|
|
53
|
+
role: "img",
|
|
54
|
+
"data-name": "Bookmark Filled",
|
|
55
|
+
viewBox: "0 0 12 12",
|
|
56
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
57
|
+
}, m, 10, c);
|
|
58
|
+
}
|
|
59
|
+
const g = /* @__PURE__ */ n(s, [["render", u]]);
|
|
60
|
+
export {
|
|
61
|
+
g as default
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=bookmark-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookmark-filled.js","sources":["../../../src/icons/bookmark-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Bookmark Filled\" class=\"d-icon d-icon--bookmark-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.516 1.484A1.438 1.438 0 0 0 8.5 1.063h-5A1.438 1.438 0 0 0 2.062 2.5v8a.437.437 0 0 0 .655.38L6 9.004l3.283 1.876a.438.438 0 0 0 .655-.38v-8c0-.381-.152-.747-.422-1.016Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconBookmarkFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","_hoisted_1","_createElementVNode","_hoisted_2","_createElementBlock","$props","_normalizeClass","$options","_hoisted_3"],"mappings":";;;AAQA,MAAKA,IAAU;AAAA,EACb,MAAM;AAAA,EAEN,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKL,MAAM;AAAA,MACJ,MAAM;AAAA,MACN,SAAS;AAAA,MACT,WAAW,CAACC,MAAM,OAAO,KAAKC,CAAmB,EAAE,SAASD,CAAC;AAAA,IAC9D;AAAA;AAAA;AAAA;AAAA,IAKD,WAAW;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,OAAO,CAAC,QAAQ;AAAA,EAEhB,UAAU;AAAA,IACR,gBAAiB;AACf,aAAOC,EAAoB,KAAK,IAAI;AAAA,IACrC;AAAA,IAED,aAAc;AACZ,aAAQ,KAAK,YAAqB,UAAT;AAAA,IAC1B;AAAA,EACF;AAAA,EAED,UAAW;AACT,SAAK,MAAM,QAAQ;AAAA,EACpB;AACH,GAlDAC,IAAA,CAAA,cAAA,aAAA,OACqNC,gBAAAA,EAAoP,QAAA;AAAA,EAA9O,aAAU;AAAA,EAAU,aAAU;AAAA,EAAU,GAAE;AAAA,EAA+K,MAAK;;EAApOC;;;cAAnNC,EAA6c,OAAA;AAAA,IAAvc,cAAYC,EAAS;AAAA,IAAG,OADhCC,EAAA,CACuCC,EAAa,eAAyE,gCAAgC,CAAA;AAAA,IAAtG,eAAaA,EAAU;AAAA,IAAE,MAAK;AAAA,IAAM,aAAU;AAAA,IAAyD,SAAQ;AAAA,IAAY,OAAM;AAAA,KADxLC,GAAA,IAAAP,CAAA;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const t=require("../constants-GmrCIBZc.cjs"),e=require("vue"),s=require("../_plugin-vue_export-helper-6_y-gaV6.cjs"),r={name:"DtIconDissatisfiedFilled",props:{size:{type:String,default:"500",validator:a=>Object.keys(t.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return t.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded")}},n=["aria-label","aria-hidden"],d=e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437Zm2.788 2.646A2.931 2.931 0 0 0 6 6.563a2.93 2.93 0 0 0-1.726.583 3.411 3.411 0 0 0-.608.571l-.01.013-.004.005-.001.001S3.65 7.739 4 8l-.35-.263a.437.437 0 0 0 .699.527m0 0 .003-.004a2.537 2.537 0 0 1 .437-.407A2.057 2.057 0 0 1 6 7.439c.504 0 .916.201 1.211.416a2.536 2.536 0 0 1 .437.406l.003.004v-.001.001a.438.438 0 0 0 .699-.526L8 8l.35-.263h-.001l-.001-.002-.004-.005-.01-.013a1.914 1.914 0 0 0-.155-.176 3.41 3.41 0 0 0-.453-.395M4.35 8.264v-.001m0 0Z",fill:"currentColor"},null,-1),o=[d];function c(a,_,l,m,h,i){return e.openBlock(),e.createElementBlock("svg",{"aria-label":l.ariaLabel,class:e.normalizeClass([i.iconSizeClass,"d-icon d-icon--dissatisfied-filled"]),"aria-hidden":i.ariaHidden,role:"img","data-name":"Dissatisfied Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},o,10,n)}const u=s._(r,[["render",c]]);module.exports=u;
|
|
2
|
+
//# sourceMappingURL=dissatisfied-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dissatisfied-filled.cjs","sources":["../../../src/icons/dissatisfied-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dissatisfied Filled\" class=\"d-icon d-icon--dissatisfied-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437Zm2.788 2.646A2.931 2.931 0 0 0 6 6.563a2.93 2.93 0 0 0-1.726.583 3.411 3.411 0 0 0-.608.571l-.01.013-.004.005-.001.001S3.65 7.739 4 8l-.35-.263a.437.437 0 0 0 .699.527m0 0 .003-.004a2.537 2.537 0 0 1 .437-.407A2.057 2.057 0 0 1 6 7.439c.504 0 .916.201 1.211.416a2.536 2.536 0 0 1 .437.406l.003.004v-.001.001a.438.438 0 0 0 .699-.526L8 8l.35-.263h-.001l-.001-.002-.004-.005-.01-.013a1.914 1.914 0 0 0-.155-.176 3.41 3.41 0 0 0-.453-.395M4.35 8.264v-.001m0 0Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDissatisfiedFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","_hoisted_1","_createElementVNode","_hoisted_2","_createElementBlock","$props","_normalizeClass","$options","_hoisted_3"],"mappings":"kIAQKA,EAAU,CACb,KAAM,2BAEN,MAAO,CAKL,KAAM,CACJ,KAAM,OACN,QAAS,MACT,UAAYC,GAAM,OAAO,KAAKC,GAAmB,EAAE,SAASD,CAAC,CAC9D,EAKD,UAAW,CACT,KAAM,OACN,QAAS,MACV,CACF,EAMD,MAAO,CAAC,QAAQ,EAEhB,SAAU,CACR,eAAiB,CACf,OAAOC,EAAmB,EAAC,KAAK,IAAI,CACrC,EAED,YAAc,CACZ,OAAQ,KAAK,UAAqB,QAAT,MAC1B,CACF,EAED,SAAW,CACT,KAAK,MAAM,QAAQ,CACpB,CACH,EAlDAC,EAAA,CAAA,aAAA,aAAA,IAC6NC,EAAmwB,mBAAA,OAAA,CAA7vB,YAAU,UAAU,YAAU,UAAU,EAAE,8rBAA8rB,KAAK,4BAAnvBC,gDAA3NC,EAAo+B,mBAAA,MAAA,CAA99B,aAAYC,EAAS,UAAG,MADhCC,EAAAA,eAAA,CACuCC,EAAa,cAA6E,oCAAoC,CAAA,EAA9G,cAAaA,EAAU,WAAE,KAAK,MAAM,YAAU,sBAAiE,QAAQ,YAAY,MAAM,8BADhMC,EAAA,GAAAP,CAAA"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { I as i } from "../constants-B5bI7ccM.js";
|
|
2
|
+
import { openBlock as l, createElementBlock as s, normalizeClass as d, createElementVNode as r } from "vue";
|
|
3
|
+
import { _ as o } from "../_plugin-vue_export-helper-hUChTQA_.js";
|
|
4
|
+
const n = {
|
|
5
|
+
name: "DtIconDissatisfiedFilled",
|
|
6
|
+
props: {
|
|
7
|
+
/**
|
|
8
|
+
* The size of the icon.
|
|
9
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
10
|
+
*/
|
|
11
|
+
size: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "500",
|
|
14
|
+
validator: (e) => Object.keys(i).includes(e)
|
|
15
|
+
},
|
|
16
|
+
/**
|
|
17
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
18
|
+
*/
|
|
19
|
+
ariaLabel: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: void 0
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
26
|
+
* they will no longer need this event.
|
|
27
|
+
* */
|
|
28
|
+
emits: ["loaded"],
|
|
29
|
+
computed: {
|
|
30
|
+
iconSizeClass() {
|
|
31
|
+
return i[this.size];
|
|
32
|
+
},
|
|
33
|
+
ariaHidden() {
|
|
34
|
+
return this.ariaLabel ? "false" : "true";
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
created() {
|
|
38
|
+
this.$emit("loaded");
|
|
39
|
+
}
|
|
40
|
+
}, c = ["aria-label", "aria-hidden"], m = /* @__PURE__ */ r("path", {
|
|
41
|
+
"fill-rule": "evenodd",
|
|
42
|
+
"clip-rule": "evenodd",
|
|
43
|
+
d: "M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437Zm2.788 2.646A2.931 2.931 0 0 0 6 6.563a2.93 2.93 0 0 0-1.726.583 3.411 3.411 0 0 0-.608.571l-.01.013-.004.005-.001.001S3.65 7.739 4 8l-.35-.263a.437.437 0 0 0 .699.527m0 0 .003-.004a2.537 2.537 0 0 1 .437-.407A2.057 2.057 0 0 1 6 7.439c.504 0 .916.201 1.211.416a2.536 2.536 0 0 1 .437.406l.003.004v-.001.001a.438.438 0 0 0 .699-.526L8 8l.35-.263h-.001l-.001-.002-.004-.005-.01-.013a1.914 1.914 0 0 0-.155-.176 3.41 3.41 0 0 0-.453-.395M4.35 8.264v-.001m0 0Z",
|
|
44
|
+
fill: "currentColor"
|
|
45
|
+
}, null, -1), _ = [
|
|
46
|
+
m
|
|
47
|
+
];
|
|
48
|
+
function f(e, u, t, h, p, a) {
|
|
49
|
+
return l(), s("svg", {
|
|
50
|
+
"aria-label": t.ariaLabel,
|
|
51
|
+
class: d([a.iconSizeClass, "d-icon d-icon--dissatisfied-filled"]),
|
|
52
|
+
"aria-hidden": a.ariaHidden,
|
|
53
|
+
role: "img",
|
|
54
|
+
"data-name": "Dissatisfied Filled",
|
|
55
|
+
viewBox: "0 0 12 12",
|
|
56
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
57
|
+
}, _, 10, c);
|
|
58
|
+
}
|
|
59
|
+
const S = /* @__PURE__ */ o(n, [["render", f]]);
|
|
60
|
+
export {
|
|
61
|
+
S as default
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=dissatisfied-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dissatisfied-filled.js","sources":["../../../src/icons/dissatisfied-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dissatisfied Filled\" class=\"d-icon d-icon--dissatisfied-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437Zm2.788 2.646A2.931 2.931 0 0 0 6 6.563a2.93 2.93 0 0 0-1.726.583 3.411 3.411 0 0 0-.608.571l-.01.013-.004.005-.001.001S3.65 7.739 4 8l-.35-.263a.437.437 0 0 0 .699.527m0 0 .003-.004a2.537 2.537 0 0 1 .437-.407A2.057 2.057 0 0 1 6 7.439c.504 0 .916.201 1.211.416a2.536 2.536 0 0 1 .437.406l.003.004v-.001.001a.438.438 0 0 0 .699-.526L8 8l.35-.263h-.001l-.001-.002-.004-.005-.01-.013a1.914 1.914 0 0 0-.155-.176 3.41 3.41 0 0 0-.453-.395M4.35 8.264v-.001m0 0Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDissatisfiedFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","_hoisted_1","_createElementVNode","_hoisted_2","_createElementBlock","$props","_normalizeClass","$options","_hoisted_3"],"mappings":";;;AAQA,MAAKA,IAAU;AAAA,EACb,MAAM;AAAA,EAEN,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKL,MAAM;AAAA,MACJ,MAAM;AAAA,MACN,SAAS;AAAA,MACT,WAAW,CAACC,MAAM,OAAO,KAAKC,CAAmB,EAAE,SAASD,CAAC;AAAA,IAC9D;AAAA;AAAA;AAAA;AAAA,IAKD,WAAW;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,OAAO,CAAC,QAAQ;AAAA,EAEhB,UAAU;AAAA,IACR,gBAAiB;AACf,aAAOC,EAAoB,KAAK,IAAI;AAAA,IACrC;AAAA,IAED,aAAc;AACZ,aAAQ,KAAK,YAAqB,UAAT;AAAA,IAC1B;AAAA,EACF;AAAA,EAED,UAAW;AACT,SAAK,MAAM,QAAQ;AAAA,EACpB;AACH,GAlDAC,IAAA,CAAA,cAAA,aAAA,OAC6NC,gBAAAA,EAAmwB,QAAA;AAAA,EAA7vB,aAAU;AAAA,EAAU,aAAU;AAAA,EAAU,GAAE;AAAA,EAA8rB,MAAK;;EAAnvBC;;;cAA3NC,EAAo+B,OAAA;AAAA,IAA99B,cAAYC,EAAS;AAAA,IAAG,OADhCC,EAAA,CACuCC,EAAa,eAA6E,oCAAoC,CAAA;AAAA,IAA9G,eAAaA,EAAU;AAAA,IAAE,MAAK;AAAA,IAAM,aAAU;AAAA,IAAiE,SAAQ;AAAA,IAAY,OAAM;AAAA,KADhMC,GAAA,IAAAP,CAAA;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const t=require("../constants-GmrCIBZc.cjs"),e=require("vue"),n=require("../_plugin-vue_export-helper-6_y-gaV6.cjs"),r={name:"DtIconMapPinFilled",props:{size:{type:String,default:"500",validator:a=>Object.keys(t.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return t.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded")}},s=["aria-label","aria-hidden"],d=e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"m6 11 .263.35v-.001l.004-.002.01-.008.036-.028.133-.105a16.107 16.107 0 0 0 1.881-1.79c1.01-1.137 2.11-2.743 2.11-4.416a4.438 4.438 0 0 0-8.874 0c0 1.673 1.1 3.28 2.11 4.416a16.107 16.107 0 0 0 2.014 1.895l.023.018.013.01.01.008.003.002h.001L6 11Zm0 0-.263.35c.156.117.37.117.526 0L6 11Zm0-7.063a1.063 1.063 0 1 1 0 2.126 1.063 1.063 0 0 1 0-2.125ZM7.938 5a1.938 1.938 0 1 0-3.876 0 1.938 1.938 0 0 0 3.875 0Z",fill:"currentColor"},null,-1),o=[d];function c(a,_,l,p,m,i){return e.openBlock(),e.createElementBlock("svg",{"aria-label":l.ariaLabel,class:e.normalizeClass([i.iconSizeClass,"d-icon d-icon--map-pin-filled"]),"aria-hidden":i.ariaHidden,role:"img","data-name":"Map Pin Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},o,10,s)}const u=n._(r,[["render",c]]);module.exports=u;
|
|
2
|
+
//# sourceMappingURL=map-pin-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-pin-filled.cjs","sources":["../../../src/icons/map-pin-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Map Pin Filled\" class=\"d-icon d-icon--map-pin-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m6 11 .263.35v-.001l.004-.002.01-.008.036-.028.133-.105a16.107 16.107 0 0 0 1.881-1.79c1.01-1.137 2.11-2.743 2.11-4.416a4.438 4.438 0 0 0-8.874 0c0 1.673 1.1 3.28 2.11 4.416a16.107 16.107 0 0 0 2.014 1.895l.023.018.013.01.01.008.003.002h.001L6 11Zm0 0-.263.35c.156.117.37.117.526 0L6 11Zm0-7.063a1.063 1.063 0 1 1 0 2.126 1.063 1.063 0 0 1 0-2.125ZM7.938 5a1.938 1.938 0 1 0-3.876 0 1.938 1.938 0 0 0 3.875 0Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconMapPinFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","_hoisted_1","_createElementVNode","_hoisted_2","_createElementBlock","$props","_normalizeClass","$options","_hoisted_3"],"mappings":"kIAQKA,EAAU,CACb,KAAM,qBAEN,MAAO,CAKL,KAAM,CACJ,KAAM,OACN,QAAS,MACT,UAAYC,GAAM,OAAO,KAAKC,GAAmB,EAAE,SAASD,CAAC,CAC9D,EAKD,UAAW,CACT,KAAM,OACN,QAAS,MACV,CACF,EAMD,MAAO,CAAC,QAAQ,EAEhB,SAAU,CACR,eAAiB,CACf,OAAOC,EAAmB,EAAC,KAAK,IAAI,CACrC,EAED,YAAc,CACZ,OAAQ,KAAK,UAAqB,QAAT,MAC1B,CACF,EAED,SAAW,CACT,KAAK,MAAM,QAAQ,CACpB,CACH,EAlDAC,EAAA,CAAA,aAAA,aAAA,IACmNC,EAAie,mBAAA,OAAA,CAA3d,YAAU,UAAU,YAAU,UAAU,EAAE,4ZAA4Z,KAAK,4BAAjdC,gDAAjNC,EAAwrB,mBAAA,MAAA,CAAlrB,aAAYC,EAAS,UAAG,MADhCC,EAAAA,eAAA,CACuCC,EAAa,cAAwE,+BAA+B,CAAA,EAApG,cAAaA,EAAU,WAAE,KAAK,MAAM,YAAU,iBAAuD,QAAQ,YAAY,MAAM,8BADtLC,EAAA,GAAAP,CAAA"}
|