@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.
Files changed (197) hide show
  1. package/dist/icons.json +1 -1
  2. package/dist/keywords-icons.json +1 -1
  3. package/dist/svg/icons/bookmark-filled.svg +1 -0
  4. package/dist/svg/icons/dissatisfied-filled.svg +1 -0
  5. package/dist/svg/icons/map-pin-filled.svg +1 -0
  6. package/dist/svg/icons/pause-circle-filled.svg +1 -0
  7. package/dist/svg/icons/pin-filled.svg +1 -0
  8. package/dist/svg/icons/play-circle-filled.svg +1 -0
  9. package/dist/svg/icons/plus-circle-filled.svg +1 -0
  10. package/dist/svg/icons/satisfied-filled.svg +1 -0
  11. package/dist/svg/icons/somewhat-dissatisfied-filled.svg +1 -0
  12. package/dist/svg/icons/somewhat-satisfied-filled.svg +1 -0
  13. package/dist/svg/icons/sparkle-filled.svg +1 -0
  14. package/dist/svg/icons/stop-circle-filled.svg +1 -0
  15. package/dist/svg/icons/very-dissatisfied-filled.svg +1 -0
  16. package/dist/svg/icons/very-satisfied-filled.svg +1 -0
  17. package/package.json +1 -1
  18. package/vue2/dist/components/bookmark-filled.cjs +2 -0
  19. package/vue2/dist/components/bookmark-filled.cjs.map +1 -0
  20. package/vue2/dist/components/bookmark-filled.js +57 -0
  21. package/vue2/dist/components/bookmark-filled.js.map +1 -0
  22. package/vue2/dist/components/dissatisfied-filled.cjs +2 -0
  23. package/vue2/dist/components/dissatisfied-filled.cjs.map +1 -0
  24. package/vue2/dist/components/dissatisfied-filled.js +57 -0
  25. package/vue2/dist/components/dissatisfied-filled.js.map +1 -0
  26. package/vue2/dist/components/map-pin-filled.cjs +2 -0
  27. package/vue2/dist/components/map-pin-filled.cjs.map +1 -0
  28. package/vue2/dist/components/map-pin-filled.js +57 -0
  29. package/vue2/dist/components/map-pin-filled.js.map +1 -0
  30. package/vue2/dist/components/pause-circle-filled.cjs +2 -0
  31. package/vue2/dist/components/pause-circle-filled.cjs.map +1 -0
  32. package/vue2/dist/components/pause-circle-filled.js +58 -0
  33. package/vue2/dist/components/pause-circle-filled.js.map +1 -0
  34. package/vue2/dist/components/pin-filled.cjs +2 -0
  35. package/vue2/dist/components/pin-filled.cjs.map +1 -0
  36. package/vue2/dist/components/pin-filled.js +58 -0
  37. package/vue2/dist/components/pin-filled.js.map +1 -0
  38. package/vue2/dist/components/play-circle-filled.cjs +2 -0
  39. package/vue2/dist/components/play-circle-filled.cjs.map +1 -0
  40. package/vue2/dist/components/play-circle-filled.js +58 -0
  41. package/vue2/dist/components/play-circle-filled.js.map +1 -0
  42. package/vue2/dist/components/plus-circle-filled.cjs +2 -0
  43. package/vue2/dist/components/plus-circle-filled.cjs.map +1 -0
  44. package/vue2/dist/components/plus-circle-filled.js +58 -0
  45. package/vue2/dist/components/plus-circle-filled.js.map +1 -0
  46. package/vue2/dist/components/satisfied-filled.cjs +2 -0
  47. package/vue2/dist/components/satisfied-filled.cjs.map +1 -0
  48. package/vue2/dist/components/satisfied-filled.js +57 -0
  49. package/vue2/dist/components/satisfied-filled.js.map +1 -0
  50. package/vue2/dist/components/somewhat-dissatisfied-filled.cjs +2 -0
  51. package/vue2/dist/components/somewhat-dissatisfied-filled.cjs.map +1 -0
  52. package/vue2/dist/components/somewhat-dissatisfied-filled.js +57 -0
  53. package/vue2/dist/components/somewhat-dissatisfied-filled.js.map +1 -0
  54. package/vue2/dist/components/somewhat-satisfied-filled.cjs +2 -0
  55. package/vue2/dist/components/somewhat-satisfied-filled.cjs.map +1 -0
  56. package/vue2/dist/components/somewhat-satisfied-filled.js +57 -0
  57. package/vue2/dist/components/somewhat-satisfied-filled.js.map +1 -0
  58. package/vue2/dist/components/sparkle-filled.cjs +2 -0
  59. package/vue2/dist/components/sparkle-filled.cjs.map +1 -0
  60. package/vue2/dist/components/sparkle-filled.js +57 -0
  61. package/vue2/dist/components/sparkle-filled.js.map +1 -0
  62. package/vue2/dist/components/stop-circle-filled.cjs +2 -0
  63. package/vue2/dist/components/stop-circle-filled.cjs.map +1 -0
  64. package/vue2/dist/components/stop-circle-filled.js +58 -0
  65. package/vue2/dist/components/stop-circle-filled.js.map +1 -0
  66. package/vue2/dist/components/very-dissatisfied-filled.cjs +2 -0
  67. package/vue2/dist/components/very-dissatisfied-filled.cjs.map +1 -0
  68. package/vue2/dist/components/very-dissatisfied-filled.js +57 -0
  69. package/vue2/dist/components/very-dissatisfied-filled.js.map +1 -0
  70. package/vue2/dist/components/very-satisfied-filled.cjs +2 -0
  71. package/vue2/dist/components/very-satisfied-filled.cjs.map +1 -0
  72. package/vue2/dist/components/very-satisfied-filled.js +57 -0
  73. package/vue2/dist/components/very-satisfied-filled.js.map +1 -0
  74. package/vue2/dist/dialtone-icons.cjs +1 -1
  75. package/vue2/dist/dialtone-icons.cjs.map +1 -1
  76. package/vue2/dist/dialtone-icons.js +1059 -1031
  77. package/vue2/dist/dialtone-icons.js.map +1 -1
  78. package/vue2/dist/types/index.d.ts +14 -0
  79. package/vue2/dist/types/index.d.ts.map +1 -1
  80. package/vue2/dist/types/src/icons/bookmark-filled.vue.d.ts +45 -0
  81. package/vue2/dist/types/src/icons/bookmark-filled.vue.d.ts.map +1 -0
  82. package/vue2/dist/types/src/icons/dissatisfied-filled.vue.d.ts +45 -0
  83. package/vue2/dist/types/src/icons/dissatisfied-filled.vue.d.ts.map +1 -0
  84. package/vue2/dist/types/src/icons/map-pin-filled.vue.d.ts +45 -0
  85. package/vue2/dist/types/src/icons/map-pin-filled.vue.d.ts.map +1 -0
  86. package/vue2/dist/types/src/icons/pause-circle-filled.vue.d.ts +45 -0
  87. package/vue2/dist/types/src/icons/pause-circle-filled.vue.d.ts.map +1 -0
  88. package/vue2/dist/types/src/icons/pin-filled.vue.d.ts +45 -0
  89. package/vue2/dist/types/src/icons/pin-filled.vue.d.ts.map +1 -0
  90. package/vue2/dist/types/src/icons/play-circle-filled.vue.d.ts +45 -0
  91. package/vue2/dist/types/src/icons/play-circle-filled.vue.d.ts.map +1 -0
  92. package/vue2/dist/types/src/icons/plus-circle-filled.vue.d.ts +45 -0
  93. package/vue2/dist/types/src/icons/plus-circle-filled.vue.d.ts.map +1 -0
  94. package/vue2/dist/types/src/icons/satisfied-filled.vue.d.ts +45 -0
  95. package/vue2/dist/types/src/icons/satisfied-filled.vue.d.ts.map +1 -0
  96. package/vue2/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts +45 -0
  97. package/vue2/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts.map +1 -0
  98. package/vue2/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts +45 -0
  99. package/vue2/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts.map +1 -0
  100. package/vue2/dist/types/src/icons/sparkle-filled.vue.d.ts +45 -0
  101. package/vue2/dist/types/src/icons/sparkle-filled.vue.d.ts.map +1 -0
  102. package/vue2/dist/types/src/icons/stop-circle-filled.vue.d.ts +45 -0
  103. package/vue2/dist/types/src/icons/stop-circle-filled.vue.d.ts.map +1 -0
  104. package/vue2/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts +45 -0
  105. package/vue2/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts.map +1 -0
  106. package/vue2/dist/types/src/icons/very-satisfied-filled.vue.d.ts +45 -0
  107. package/vue2/dist/types/src/icons/very-satisfied-filled.vue.d.ts.map +1 -0
  108. package/vue3/dist/components/bookmark-filled.cjs +2 -0
  109. package/vue3/dist/components/bookmark-filled.cjs.map +1 -0
  110. package/vue3/dist/components/bookmark-filled.js +63 -0
  111. package/vue3/dist/components/bookmark-filled.js.map +1 -0
  112. package/vue3/dist/components/dissatisfied-filled.cjs +2 -0
  113. package/vue3/dist/components/dissatisfied-filled.cjs.map +1 -0
  114. package/vue3/dist/components/dissatisfied-filled.js +63 -0
  115. package/vue3/dist/components/dissatisfied-filled.js.map +1 -0
  116. package/vue3/dist/components/map-pin-filled.cjs +2 -0
  117. package/vue3/dist/components/map-pin-filled.cjs.map +1 -0
  118. package/vue3/dist/components/map-pin-filled.js +63 -0
  119. package/vue3/dist/components/map-pin-filled.js.map +1 -0
  120. package/vue3/dist/components/pause-circle-filled.cjs +2 -0
  121. package/vue3/dist/components/pause-circle-filled.cjs.map +1 -0
  122. package/vue3/dist/components/pause-circle-filled.js +78 -0
  123. package/vue3/dist/components/pause-circle-filled.js.map +1 -0
  124. package/vue3/dist/components/pin-filled.cjs +2 -0
  125. package/vue3/dist/components/pin-filled.cjs.map +1 -0
  126. package/vue3/dist/components/pin-filled.js +76 -0
  127. package/vue3/dist/components/pin-filled.js.map +1 -0
  128. package/vue3/dist/components/play-circle-filled.cjs +2 -0
  129. package/vue3/dist/components/play-circle-filled.cjs.map +1 -0
  130. package/vue3/dist/components/play-circle-filled.js +78 -0
  131. package/vue3/dist/components/play-circle-filled.js.map +1 -0
  132. package/vue3/dist/components/plus-circle-filled.cjs +2 -0
  133. package/vue3/dist/components/plus-circle-filled.cjs.map +1 -0
  134. package/vue3/dist/components/plus-circle-filled.js +78 -0
  135. package/vue3/dist/components/plus-circle-filled.js.map +1 -0
  136. package/vue3/dist/components/satisfied-filled.cjs +2 -0
  137. package/vue3/dist/components/satisfied-filled.cjs.map +1 -0
  138. package/vue3/dist/components/satisfied-filled.js +63 -0
  139. package/vue3/dist/components/satisfied-filled.js.map +1 -0
  140. package/vue3/dist/components/somewhat-dissatisfied-filled.cjs +2 -0
  141. package/vue3/dist/components/somewhat-dissatisfied-filled.cjs.map +1 -0
  142. package/vue3/dist/components/somewhat-dissatisfied-filled.js +63 -0
  143. package/vue3/dist/components/somewhat-dissatisfied-filled.js.map +1 -0
  144. package/vue3/dist/components/somewhat-satisfied-filled.cjs +2 -0
  145. package/vue3/dist/components/somewhat-satisfied-filled.cjs.map +1 -0
  146. package/vue3/dist/components/somewhat-satisfied-filled.js +63 -0
  147. package/vue3/dist/components/somewhat-satisfied-filled.js.map +1 -0
  148. package/vue3/dist/components/sparkle-filled.cjs +2 -0
  149. package/vue3/dist/components/sparkle-filled.cjs.map +1 -0
  150. package/vue3/dist/components/sparkle-filled.js +63 -0
  151. package/vue3/dist/components/sparkle-filled.js.map +1 -0
  152. package/vue3/dist/components/stop-circle-filled.cjs +2 -0
  153. package/vue3/dist/components/stop-circle-filled.cjs.map +1 -0
  154. package/vue3/dist/components/stop-circle-filled.js +78 -0
  155. package/vue3/dist/components/stop-circle-filled.js.map +1 -0
  156. package/vue3/dist/components/very-dissatisfied-filled.cjs +2 -0
  157. package/vue3/dist/components/very-dissatisfied-filled.cjs.map +1 -0
  158. package/vue3/dist/components/very-dissatisfied-filled.js +63 -0
  159. package/vue3/dist/components/very-dissatisfied-filled.js.map +1 -0
  160. package/vue3/dist/components/very-satisfied-filled.cjs +2 -0
  161. package/vue3/dist/components/very-satisfied-filled.cjs.map +1 -0
  162. package/vue3/dist/components/very-satisfied-filled.js +63 -0
  163. package/vue3/dist/components/very-satisfied-filled.js.map +1 -0
  164. package/vue3/dist/dialtone-icons.cjs +1 -1
  165. package/vue3/dist/dialtone-icons.cjs.map +1 -1
  166. package/vue3/dist/dialtone-icons.js +1059 -1031
  167. package/vue3/dist/dialtone-icons.js.map +1 -1
  168. package/vue3/dist/types/index.d.ts +14 -0
  169. package/vue3/dist/types/index.d.ts.map +1 -1
  170. package/vue3/dist/types/src/icons/bookmark-filled.vue.d.ts +45 -0
  171. package/vue3/dist/types/src/icons/bookmark-filled.vue.d.ts.map +1 -0
  172. package/vue3/dist/types/src/icons/dissatisfied-filled.vue.d.ts +45 -0
  173. package/vue3/dist/types/src/icons/dissatisfied-filled.vue.d.ts.map +1 -0
  174. package/vue3/dist/types/src/icons/map-pin-filled.vue.d.ts +45 -0
  175. package/vue3/dist/types/src/icons/map-pin-filled.vue.d.ts.map +1 -0
  176. package/vue3/dist/types/src/icons/pause-circle-filled.vue.d.ts +45 -0
  177. package/vue3/dist/types/src/icons/pause-circle-filled.vue.d.ts.map +1 -0
  178. package/vue3/dist/types/src/icons/pin-filled.vue.d.ts +45 -0
  179. package/vue3/dist/types/src/icons/pin-filled.vue.d.ts.map +1 -0
  180. package/vue3/dist/types/src/icons/play-circle-filled.vue.d.ts +45 -0
  181. package/vue3/dist/types/src/icons/play-circle-filled.vue.d.ts.map +1 -0
  182. package/vue3/dist/types/src/icons/plus-circle-filled.vue.d.ts +45 -0
  183. package/vue3/dist/types/src/icons/plus-circle-filled.vue.d.ts.map +1 -0
  184. package/vue3/dist/types/src/icons/satisfied-filled.vue.d.ts +45 -0
  185. package/vue3/dist/types/src/icons/satisfied-filled.vue.d.ts.map +1 -0
  186. package/vue3/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts +45 -0
  187. package/vue3/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts.map +1 -0
  188. package/vue3/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts +45 -0
  189. package/vue3/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts.map +1 -0
  190. package/vue3/dist/types/src/icons/sparkle-filled.vue.d.ts +45 -0
  191. package/vue3/dist/types/src/icons/sparkle-filled.vue.d.ts.map +1 -0
  192. package/vue3/dist/types/src/icons/stop-circle-filled.vue.d.ts +45 -0
  193. package/vue3/dist/types/src/icons/stop-circle-filled.vue.d.ts.map +1 -0
  194. package/vue3/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts +45 -0
  195. package/vue3/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts.map +1 -0
  196. package/vue3/dist/types/src/icons/very-satisfied-filled.vue.d.ts +45 -0
  197. 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"}