@tipp/ui 2.0.6 → 2.1.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 (276) hide show
  1. package/dist/app/index.cjs +505 -308
  2. package/dist/app/index.cjs.map +1 -1
  3. package/dist/app/index.js +23 -18
  4. package/dist/app/platform/coach-question-list.cjs +231 -34
  5. package/dist/app/platform/coach-question-list.cjs.map +1 -1
  6. package/dist/app/platform/coach-question-list.js +10 -5
  7. package/dist/app/platform/contents-card.cjs +259 -62
  8. package/dist/app/platform/contents-card.cjs.map +1 -1
  9. package/dist/app/platform/contents-card.js +10 -5
  10. package/dist/app/platform/curriculum-card.cjs +213 -16
  11. package/dist/app/platform/curriculum-card.cjs.map +1 -1
  12. package/dist/app/platform/curriculum-card.js +8 -3
  13. package/dist/app/platform/edit-coaching-time.cjs +275 -78
  14. package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
  15. package/dist/app/platform/edit-coaching-time.js +14 -9
  16. package/dist/app/platform/edit-service-type.cjs +268 -71
  17. package/dist/app/platform/edit-service-type.cjs.map +1 -1
  18. package/dist/app/platform/edit-service-type.js +13 -8
  19. package/dist/app/platform/goal-manage-card-edit.cjs +277 -80
  20. package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
  21. package/dist/app/platform/goal-manage-card-edit.js +14 -9
  22. package/dist/app/platform/goal-manage-card-read.cjs +261 -64
  23. package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
  24. package/dist/app/platform/goal-manage-card-read.js +10 -5
  25. package/dist/app/platform/on-offline-radio-card.cjs +261 -64
  26. package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
  27. package/dist/app/platform/on-offline-radio-card.js +13 -8
  28. package/dist/app/platform/report-card.cjs +234 -37
  29. package/dist/app/platform/report-card.cjs.map +1 -1
  30. package/dist/app/platform/report-card.js +10 -5
  31. package/dist/app/platform/reservation-card.cjs +303 -106
  32. package/dist/app/platform/reservation-card.cjs.map +1 -1
  33. package/dist/app/platform/reservation-card.js +14 -9
  34. package/dist/app/platform/session-card.cjs +320 -123
  35. package/dist/app/platform/session-card.cjs.map +1 -1
  36. package/dist/app/platform/session-card.js +15 -10
  37. package/dist/app/platform/session-review-simple-read.cjs +232 -35
  38. package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
  39. package/dist/app/platform/session-review-simple-read.js +10 -5
  40. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +265 -68
  41. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
  42. package/dist/app/platform/userInfos/coaching-customer-info/index.js +11 -6
  43. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +242 -45
  44. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
  45. package/dist/app/platform/userInfos/coaching-customer-info/large.js +10 -5
  46. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +245 -48
  47. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
  48. package/dist/app/platform/userInfos/coaching-customer-info/medium.js +10 -5
  49. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +231 -34
  50. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
  51. package/dist/app/platform/userInfos/coaching-customer-info/small.js +10 -5
  52. package/dist/app/platform/userInfos/session-user-info-detail.cjs +241 -44
  53. package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
  54. package/dist/app/platform/userInfos/session-user-info-detail.js +10 -5
  55. package/dist/app/platform/userInfos/utils.cjs +233 -36
  56. package/dist/app/platform/userInfos/utils.cjs.map +1 -1
  57. package/dist/app/platform/userInfos/utils.js +10 -5
  58. package/dist/atoms/index.cjs +256 -59
  59. package/dist/atoms/index.cjs.map +1 -1
  60. package/dist/atoms/index.js +10 -5
  61. package/dist/atoms/pagination.cjs +210 -13
  62. package/dist/atoms/pagination.cjs.map +1 -1
  63. package/dist/atoms/pagination.js +8 -3
  64. package/dist/atoms/toast.cjs +1 -1
  65. package/dist/atoms/toast.cjs.map +1 -1
  66. package/dist/atoms/toast.js +1 -1
  67. package/dist/chunk-26ZU5KUR.js +39 -0
  68. package/dist/chunk-26ZU5KUR.js.map +1 -0
  69. package/dist/chunk-3UJOUGH3.js +169 -0
  70. package/dist/chunk-3UJOUGH3.js.map +1 -0
  71. package/dist/chunk-4LUNQ3CA.js +1 -0
  72. package/dist/chunk-4YKESXWQ.js +68 -0
  73. package/dist/chunk-4YKESXWQ.js.map +1 -0
  74. package/dist/{chunk-KDEUSAQW.js → chunk-5QDXJKPG.js} +2 -2
  75. package/dist/{chunk-A2NYBAVH.js → chunk-6BCKUMXK.js} +11 -11
  76. package/dist/chunk-BFLGQQJZ.js +30 -0
  77. package/dist/chunk-BFLGQQJZ.js.map +1 -0
  78. package/dist/chunk-BUR6IEYN.js +54 -0
  79. package/dist/chunk-BUR6IEYN.js.map +1 -0
  80. package/dist/chunk-D3T4W2PT.js +96 -0
  81. package/dist/chunk-D3T4W2PT.js.map +1 -0
  82. package/dist/chunk-D6WG5BHL.js +39 -0
  83. package/dist/chunk-D6WG5BHL.js.map +1 -0
  84. package/dist/chunk-D7EHLF4N.js +63 -0
  85. package/dist/chunk-D7EHLF4N.js.map +1 -0
  86. package/dist/chunk-D7EYDD4E.js +52 -0
  87. package/dist/chunk-D7EYDD4E.js.map +1 -0
  88. package/dist/chunk-E5TUJ7QP.js +281 -0
  89. package/dist/chunk-E5TUJ7QP.js.map +1 -0
  90. package/dist/chunk-ECVAWQXV.js +54 -0
  91. package/dist/chunk-ECVAWQXV.js.map +1 -0
  92. package/dist/chunk-EHNRZEFC.js +145 -0
  93. package/dist/chunk-EHNRZEFC.js.map +1 -0
  94. package/dist/chunk-EJ3JNXLY.js +99 -0
  95. package/dist/chunk-EJ3JNXLY.js.map +1 -0
  96. package/dist/chunk-ERRML4CH.js +190 -0
  97. package/dist/chunk-ERRML4CH.js.map +1 -0
  98. package/dist/chunk-F5MKSWHL.js +163 -0
  99. package/dist/chunk-F5MKSWHL.js.map +1 -0
  100. package/dist/chunk-IVB77FRN.js +52 -0
  101. package/dist/chunk-IVB77FRN.js.map +1 -0
  102. package/dist/{chunk-JPZNEPCW.js → chunk-JKJCI4MU.js} +5 -5
  103. package/dist/chunk-JMS4TRIK.js +64 -0
  104. package/dist/chunk-JMS4TRIK.js.map +1 -0
  105. package/dist/chunk-K25BYIJ7.js +42 -0
  106. package/dist/chunk-K25BYIJ7.js.map +1 -0
  107. package/dist/chunk-KXEHA6WD.js +63 -0
  108. package/dist/chunk-KXEHA6WD.js.map +1 -0
  109. package/dist/chunk-MOJBAKSR.js +144 -0
  110. package/dist/chunk-MOJBAKSR.js.map +1 -0
  111. package/dist/chunk-NNPT6BV4.js +117 -0
  112. package/dist/chunk-NNPT6BV4.js.map +1 -0
  113. package/dist/chunk-OPYRUOKP.js +145 -0
  114. package/dist/chunk-OPYRUOKP.js.map +1 -0
  115. package/dist/{chunk-TF3Q4TQM.js → chunk-QAHOUIRL.js} +2 -2
  116. package/dist/{chunk-ECLZ3IGO.js → chunk-QD5ZSFPG.js} +1 -1
  117. package/dist/chunk-QD5ZSFPG.js.map +1 -0
  118. package/dist/chunk-QJ5OFLUS.js +144 -0
  119. package/dist/chunk-QJ5OFLUS.js.map +1 -0
  120. package/dist/chunk-RIGG6NNZ.js +74 -0
  121. package/dist/chunk-RIGG6NNZ.js.map +1 -0
  122. package/dist/chunk-S52LOF3I.js +354 -0
  123. package/dist/chunk-S52LOF3I.js.map +1 -0
  124. package/dist/chunk-S57U6FZO.js +42 -0
  125. package/dist/chunk-S57U6FZO.js.map +1 -0
  126. package/dist/chunk-T2ORCMNM.js +145 -0
  127. package/dist/chunk-T2ORCMNM.js.map +1 -0
  128. package/dist/chunk-TTBHLLMV.js +281 -0
  129. package/dist/chunk-TTBHLLMV.js.map +1 -0
  130. package/dist/chunk-UQN63IRS.js +54 -0
  131. package/dist/chunk-UQN63IRS.js.map +1 -0
  132. package/dist/chunk-VO7TWLMN.js +144 -0
  133. package/dist/chunk-VO7TWLMN.js.map +1 -0
  134. package/dist/chunk-VPSEKCUO.js +281 -0
  135. package/dist/chunk-VPSEKCUO.js.map +1 -0
  136. package/dist/chunk-VY56ZADJ.js +1 -0
  137. package/dist/chunk-VY56ZADJ.js.map +1 -0
  138. package/dist/chunk-X2Q6QPMS.js +165 -0
  139. package/dist/chunk-X2Q6QPMS.js.map +1 -0
  140. package/dist/chunk-XSX6K7SK.js +45 -0
  141. package/dist/chunk-XSX6K7SK.js.map +1 -0
  142. package/dist/chunk-YAKBC4L7.js +45 -0
  143. package/dist/chunk-YAKBC4L7.js.map +1 -0
  144. package/dist/chunk-Z6DWN5OD.js +174 -0
  145. package/dist/chunk-Z6DWN5OD.js.map +1 -0
  146. package/dist/icon.cjs +207 -0
  147. package/dist/icon.cjs.map +1 -1
  148. package/dist/icon.d.cts +5 -0
  149. package/dist/icon.d.ts +5 -0
  150. package/dist/icon.js +25 -5
  151. package/dist/icons/circle-check.cjs +102 -0
  152. package/dist/icons/circle-check.cjs.map +1 -0
  153. package/dist/icons/circle-check.d.cts +6 -0
  154. package/dist/icons/circle-check.d.ts +6 -0
  155. package/dist/icons/circle-check.js +8 -0
  156. package/dist/icons/circle-check.js.map +1 -0
  157. package/dist/icons/circle-pencil.cjs +111 -0
  158. package/dist/icons/circle-pencil.cjs.map +1 -0
  159. package/dist/icons/circle-pencil.d.cts +6 -0
  160. package/dist/icons/circle-pencil.d.ts +6 -0
  161. package/dist/icons/circle-pencil.js +8 -0
  162. package/dist/icons/circle-pencil.js.map +1 -0
  163. package/dist/icons/circle-play.cjs +99 -0
  164. package/dist/icons/circle-play.cjs.map +1 -0
  165. package/dist/icons/circle-play.d.cts +6 -0
  166. package/dist/icons/circle-play.d.ts +6 -0
  167. package/dist/icons/circle-play.js +8 -0
  168. package/dist/icons/circle-play.js.map +1 -0
  169. package/dist/icons/circle-quote.cjs +111 -0
  170. package/dist/icons/circle-quote.cjs.map +1 -0
  171. package/dist/icons/circle-quote.d.cts +6 -0
  172. package/dist/icons/circle-quote.d.ts +6 -0
  173. package/dist/icons/circle-quote.js +8 -0
  174. package/dist/icons/circle-quote.js.map +1 -0
  175. package/dist/icons/circle-satisfaction.cjs +109 -0
  176. package/dist/icons/circle-satisfaction.cjs.map +1 -0
  177. package/dist/icons/circle-satisfaction.d.cts +6 -0
  178. package/dist/icons/circle-satisfaction.d.ts +6 -0
  179. package/dist/icons/circle-satisfaction.js +8 -0
  180. package/dist/icons/circle-satisfaction.js.map +1 -0
  181. package/dist/icons/circle_check.cjs +102 -0
  182. package/dist/icons/circle_check.cjs.map +1 -0
  183. package/dist/icons/circle_check.d.cts +6 -0
  184. package/dist/icons/circle_check.d.ts +6 -0
  185. package/dist/icons/circle_check.js +8 -0
  186. package/dist/icons/circle_check.js.map +1 -0
  187. package/dist/icons/circle_pencil.cjs +111 -0
  188. package/dist/icons/circle_pencil.cjs.map +1 -0
  189. package/dist/icons/circle_pencil.d.cts +6 -0
  190. package/dist/icons/circle_pencil.d.ts +6 -0
  191. package/dist/icons/circle_pencil.js +8 -0
  192. package/dist/icons/circle_pencil.js.map +1 -0
  193. package/dist/icons/circle_play.cjs +99 -0
  194. package/dist/icons/circle_play.cjs.map +1 -0
  195. package/dist/icons/circle_play.d.cts +6 -0
  196. package/dist/icons/circle_play.d.ts +6 -0
  197. package/dist/icons/circle_play.js +8 -0
  198. package/dist/icons/circle_play.js.map +1 -0
  199. package/dist/icons/circle_quote.cjs +111 -0
  200. package/dist/icons/circle_quote.cjs.map +1 -0
  201. package/dist/icons/circle_quote.d.cts +6 -0
  202. package/dist/icons/circle_quote.d.ts +6 -0
  203. package/dist/icons/circle_quote.js +53 -0
  204. package/dist/icons/circle_quote.js.map +1 -0
  205. package/dist/icons/circle_satisfaction.cjs +109 -0
  206. package/dist/icons/circle_satisfaction.cjs.map +1 -0
  207. package/dist/icons/circle_satisfaction.d.cts +6 -0
  208. package/dist/icons/circle_satisfaction.d.ts +6 -0
  209. package/dist/icons/circle_satisfaction.js +8 -0
  210. package/dist/icons/circle_satisfaction.js.map +1 -0
  211. package/dist/icons/index.cjs +207 -0
  212. package/dist/icons/index.cjs.map +1 -1
  213. package/dist/icons/index.d.cts +5 -0
  214. package/dist/icons/index.d.ts +5 -0
  215. package/dist/icons/index.js +25 -5
  216. package/dist/index.cjs +654 -447
  217. package/dist/index.cjs.map +1 -1
  218. package/dist/index.d.cts +5 -0
  219. package/dist/index.d.ts +5 -0
  220. package/dist/index.js +49 -29
  221. package/dist/molecules/date-picker/date-picker-button.cjs +239 -42
  222. package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
  223. package/dist/molecules/date-picker/date-picker-button.js +12 -7
  224. package/dist/molecules/date-picker/index.cjs +209 -12
  225. package/dist/molecules/date-picker/index.cjs.map +1 -1
  226. package/dist/molecules/date-picker/index.js +9 -4
  227. package/dist/molecules/expand-table/index.cjs +255 -58
  228. package/dist/molecules/expand-table/index.cjs.map +1 -1
  229. package/dist/molecules/expand-table/index.js +10 -5
  230. package/dist/molecules/expand-table/row.cjs +231 -34
  231. package/dist/molecules/expand-table/row.cjs.map +1 -1
  232. package/dist/molecules/expand-table/row.js +10 -5
  233. package/dist/molecules/form/form.cjs.map +1 -1
  234. package/dist/molecules/form/form.d.cts +11 -11
  235. package/dist/molecules/form/form.d.ts +11 -11
  236. package/dist/molecules/form/form.js +1 -1
  237. package/dist/molecules/form/index.cjs.map +1 -1
  238. package/dist/molecules/form/index.d.cts +1 -1
  239. package/dist/molecules/form/index.d.ts +1 -1
  240. package/dist/molecules/form/index.js +1 -1
  241. package/dist/molecules/index.cjs +379 -182
  242. package/dist/molecules/index.cjs.map +1 -1
  243. package/dist/molecules/index.js +17 -12
  244. package/dist/molecules/navigation.cjs +231 -34
  245. package/dist/molecules/navigation.cjs.map +1 -1
  246. package/dist/molecules/navigation.js +10 -5
  247. package/dist/molecules/radio-button-card.cjs +229 -32
  248. package/dist/molecules/radio-button-card.cjs.map +1 -1
  249. package/dist/molecules/radio-button-card.js +10 -5
  250. package/dist/molecules/stepper.cjs +217 -20
  251. package/dist/molecules/stepper.cjs.map +1 -1
  252. package/dist/molecules/stepper.js +8 -3
  253. package/dist/molecules/tag-selector.cjs +271 -74
  254. package/dist/molecules/tag-selector.cjs.map +1 -1
  255. package/dist/molecules/tag-selector.js +10 -5
  256. package/dist/molecules/time-select.cjs +230 -33
  257. package/dist/molecules/time-select.cjs.map +1 -1
  258. package/dist/molecules/time-select.js +11 -6
  259. package/dist/utils/index.js +3 -3
  260. package/package.json +14 -5
  261. package/src/atoms/toast.tsx +1 -2
  262. package/src/icons/circle-check.tsx +29 -0
  263. package/src/icons/circle-pencil.tsx +35 -0
  264. package/src/icons/circle-play.tsx +26 -0
  265. package/src/icons/circle-quote.tsx +35 -0
  266. package/src/icons/circle-satisfaction.tsx +33 -0
  267. package/src/icons/index.ts +5 -0
  268. package/src/molecules/date-picker/index.tsx +0 -2
  269. package/src/molecules/form/form.tsx +1 -1
  270. package/dist/chunk-7WVKYXIG.js +0 -1
  271. package/dist/chunk-ECLZ3IGO.js.map +0 -1
  272. /package/dist/{chunk-7WVKYXIG.js.map → chunk-4LUNQ3CA.js.map} +0 -0
  273. /package/dist/{chunk-KDEUSAQW.js.map → chunk-5QDXJKPG.js.map} +0 -0
  274. /package/dist/{chunk-A2NYBAVH.js.map → chunk-6BCKUMXK.js.map} +0 -0
  275. /package/dist/{chunk-JPZNEPCW.js.map → chunk-JKJCI4MU.js.map} +0 -0
  276. /package/dist/{chunk-TF3Q4TQM.js.map → chunk-QAHOUIRL.js.map} +0 -0
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __defProps = Object.defineProperties;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
7
+ var __getOwnPropNames = Object.getOwnPropertyNames;
8
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
9
+ var __getProtoOf = Object.getPrototypeOf;
10
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
11
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
12
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
13
+ var __spreadValues = (a, b) => {
14
+ for (var prop in b || (b = {}))
15
+ if (__hasOwnProp.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ if (__getOwnPropSymbols)
18
+ for (var prop of __getOwnPropSymbols(b)) {
19
+ if (__propIsEnum.call(b, prop))
20
+ __defNormalProp(a, prop, b[prop]);
21
+ }
22
+ return a;
23
+ };
24
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
25
+ var __objRest = (source, exclude) => {
26
+ var target = {};
27
+ for (var prop in source)
28
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
29
+ target[prop] = source[prop];
30
+ if (source != null && __getOwnPropSymbols)
31
+ for (var prop of __getOwnPropSymbols(source)) {
32
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
33
+ target[prop] = source[prop];
34
+ }
35
+ return target;
36
+ };
37
+ var __export = (target, all) => {
38
+ for (var name in all)
39
+ __defProp(target, name, { get: all[name], enumerable: true });
40
+ };
41
+ var __copyProps = (to, from, except, desc) => {
42
+ if (from && typeof from === "object" || typeof from === "function") {
43
+ for (let key of __getOwnPropNames(from))
44
+ if (!__hasOwnProp.call(to, key) && key !== except)
45
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
46
+ }
47
+ return to;
48
+ };
49
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
50
+ // If the importer is in node compatibility mode or this is not an ESM
51
+ // file that has been converted to a CommonJS file using a Babel-
52
+ // compatible transform (i.e. "__esModule" has not been set), then set
53
+ // "default" to the CommonJS "module.exports" for node compatibility.
54
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
55
+ mod
56
+ ));
57
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
58
+
59
+ // src/icons/circle_quote.tsx
60
+ var circle_quote_exports = {};
61
+ __export(circle_quote_exports, {
62
+ CircleQuoteIcon: () => CircleQuoteIcon
63
+ });
64
+ module.exports = __toCommonJS(circle_quote_exports);
65
+ var React = __toESM(require("react"), 1);
66
+ var import_jsx_runtime = require("react/jsx-runtime");
67
+ var CircleQuoteIcon = React.forwardRef(
68
+ (_a, forwardedRef) => {
69
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
70
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
71
+ "svg",
72
+ __spreadProps(__spreadValues({
73
+ width: "16",
74
+ height: "16",
75
+ viewBox: "0 0 16 16",
76
+ fill: "none",
77
+ xmlns: "http://www.w3.org/2000/svg"
78
+ }, props), {
79
+ ref: forwardedRef,
80
+ children: [
81
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "8", cy: "8", r: "7.5", fill: "white", stroke: color }),
82
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
83
+ "rect",
84
+ {
85
+ width: "12",
86
+ height: "12",
87
+ transform: "translate(2 2)",
88
+ fill: "white",
89
+ "fill-opacity": "0.01"
90
+ }
91
+ ),
92
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
93
+ "path",
94
+ {
95
+ "fill-rule": "evenodd",
96
+ "clip-rule": "evenodd",
97
+ d: "M9.54 4.75306C10.0449 4.58921 10.6269 4.59213 11.1033 4.83696C12.2025 5.40177 12.6781 6.8575 12.2357 8.39997C12.0372 9.09189 11.6881 9.76375 10.9489 10.4419C10.2096 11.12 9.18425 11.52 8.70854 11.52C8.53813 11.52 8.39998 11.3857 8.39998 11.22C8.39998 11.0543 8.54113 10.92 8.70854 10.92C9.25195 10.92 9.73749 10.6243 10.3125 10.1888C10.7525 9.85541 11.0961 9.42904 11.2864 9.0575C11.6502 8.34691 11.6625 7.34537 11.0746 7.07918C10.7923 7.38761 10.4236 7.56754 9.98178 7.56754C9.02182 7.56754 8.45606 6.79527 8.48038 6.09605C8.50363 5.42777 8.92823 4.95161 9.54 4.75306ZM4.74 4.75306C5.24489 4.58921 5.8269 4.59213 6.30336 4.83696C7.40254 5.40177 7.8781 6.8575 7.43567 8.39997C7.23721 9.09189 6.88813 9.76375 6.14886 10.4419C5.40958 11.12 4.38425 11.52 3.90854 11.52C3.73813 11.52 3.59998 11.3857 3.59998 11.22C3.59998 11.0543 3.74113 10.92 3.90854 10.92C4.45195 10.92 4.93749 10.6243 5.51244 10.1888C5.9525 9.85541 6.29609 9.42904 6.48635 9.0575C6.85023 8.34691 6.86254 7.34537 6.27462 7.07918C5.99227 7.38761 5.62356 7.56754 5.18178 7.56754C4.22182 7.56754 3.65606 6.79527 3.68038 6.09605C3.70363 5.42777 4.12823 4.95161 4.74 4.75306Z",
98
+ fill: color
99
+ }
100
+ )
101
+ ]
102
+ })
103
+ );
104
+ }
105
+ );
106
+ CircleQuoteIcon.displayName = "CircleQuoteIcon";
107
+ // Annotate the CommonJS export names for ESM import in node:
108
+ 0 && (module.exports = {
109
+ CircleQuoteIcon
110
+ });
111
+ //# sourceMappingURL=circle_quote.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/icons/circle_quote.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const CircleQuoteIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <circle cx=\"8\" cy=\"8\" r=\"7.5\" fill=\"white\" stroke={color} />\n <rect\n width=\"12\"\n height=\"12\"\n transform=\"translate(2 2)\"\n fill=\"white\"\n fill-opacity=\"0.01\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M9.54 4.75306C10.0449 4.58921 10.6269 4.59213 11.1033 4.83696C12.2025 5.40177 12.6781 6.8575 12.2357 8.39997C12.0372 9.09189 11.6881 9.76375 10.9489 10.4419C10.2096 11.12 9.18425 11.52 8.70854 11.52C8.53813 11.52 8.39998 11.3857 8.39998 11.22C8.39998 11.0543 8.54113 10.92 8.70854 10.92C9.25195 10.92 9.73749 10.6243 10.3125 10.1888C10.7525 9.85541 11.0961 9.42904 11.2864 9.0575C11.6502 8.34691 11.6625 7.34537 11.0746 7.07918C10.7923 7.38761 10.4236 7.56754 9.98178 7.56754C9.02182 7.56754 8.45606 6.79527 8.48038 6.09605C8.50363 5.42777 8.92823 4.95161 9.54 4.75306ZM4.74 4.75306C5.24489 4.58921 5.8269 4.59213 6.30336 4.83696C7.40254 5.40177 7.8781 6.8575 7.43567 8.39997C7.23721 9.09189 6.88813 9.76375 6.14886 10.4419C5.40958 11.12 4.38425 11.52 3.90854 11.52C3.73813 11.52 3.59998 11.3857 3.59998 11.22C3.59998 11.0543 3.74113 10.92 3.90854 10.92C4.45195 10.92 4.93749 10.6243 5.51244 10.1888C5.9525 9.85541 6.29609 9.42904 6.48635 9.0575C6.85023 8.34691 6.86254 7.34537 6.27462 7.07918C5.99227 7.38761 5.62356 7.56754 5.18178 7.56754C4.22182 7.56754 3.65606 6.79527 3.68038 6.09605C3.70363 5.42777 4.12823 4.95161 4.74 4.75306Z\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nCircleQuoteIcon.displayName = 'CircleQuoteIcon';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAMjB;AAHC,IAAM,kBAAwB;AAAA,EACnC,CAAC,IAAsC,iBAAiB;AAAvD,iBAAE,UAAQ,eAJb,IAIG,IAA6B,kBAA7B,IAA6B,CAA3B;AACD,WACE;AAAA,MAAC;AAAA;AAAA,QACC,OAAM;AAAA,QACN,QAAO;AAAA,QACP,SAAQ;AAAA,QACR,MAAK;AAAA,QACL,OAAM;AAAA,SACF,QANL;AAAA,QAOC,KAAK;AAAA,QAEL;AAAA,sDAAC,YAAO,IAAG,KAAI,IAAG,KAAI,GAAE,OAAM,MAAK,SAAQ,QAAQ,OAAO;AAAA,UAC1D;AAAA,YAAC;AAAA;AAAA,cACC,OAAM;AAAA,cACN,QAAO;AAAA,cACP,WAAU;AAAA,cACV,MAAK;AAAA,cACL,gBAAa;AAAA;AAAA,UACf;AAAA,UACA;AAAA,YAAC;AAAA;AAAA,cACC,aAAU;AAAA,cACV,aAAU;AAAA,cACV,GAAE;AAAA,cACF,MAAM;AAAA;AAAA,UACR;AAAA;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,gBAAgB,cAAc;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types.cjs';
3
+
4
+ declare const CircleQuoteIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
5
+
6
+ export { CircleQuoteIcon };
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types.js';
3
+
4
+ declare const CircleQuoteIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
5
+
6
+ export { CircleQuoteIcon };
@@ -0,0 +1,53 @@
1
+ import {
2
+ __objRest,
3
+ __spreadProps,
4
+ __spreadValues
5
+ } from "../chunk-2NMEKWO5.js";
6
+
7
+ // src/icons/circle_quote.tsx
8
+ import * as React from "react";
9
+ import { jsx, jsxs } from "react/jsx-runtime";
10
+ var CircleQuoteIcon = React.forwardRef(
11
+ (_a, forwardedRef) => {
12
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
13
+ return /* @__PURE__ */ jsxs(
14
+ "svg",
15
+ __spreadProps(__spreadValues({
16
+ width: "16",
17
+ height: "16",
18
+ viewBox: "0 0 16 16",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), {
22
+ ref: forwardedRef,
23
+ children: [
24
+ /* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "7.5", fill: "white", stroke: color }),
25
+ /* @__PURE__ */ jsx(
26
+ "rect",
27
+ {
28
+ width: "12",
29
+ height: "12",
30
+ transform: "translate(2 2)",
31
+ fill: "white",
32
+ "fill-opacity": "0.01"
33
+ }
34
+ ),
35
+ /* @__PURE__ */ jsx(
36
+ "path",
37
+ {
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M9.54 4.75306C10.0449 4.58921 10.6269 4.59213 11.1033 4.83696C12.2025 5.40177 12.6781 6.8575 12.2357 8.39997C12.0372 9.09189 11.6881 9.76375 10.9489 10.4419C10.2096 11.12 9.18425 11.52 8.70854 11.52C8.53813 11.52 8.39998 11.3857 8.39998 11.22C8.39998 11.0543 8.54113 10.92 8.70854 10.92C9.25195 10.92 9.73749 10.6243 10.3125 10.1888C10.7525 9.85541 11.0961 9.42904 11.2864 9.0575C11.6502 8.34691 11.6625 7.34537 11.0746 7.07918C10.7923 7.38761 10.4236 7.56754 9.98178 7.56754C9.02182 7.56754 8.45606 6.79527 8.48038 6.09605C8.50363 5.42777 8.92823 4.95161 9.54 4.75306ZM4.74 4.75306C5.24489 4.58921 5.8269 4.59213 6.30336 4.83696C7.40254 5.40177 7.8781 6.8575 7.43567 8.39997C7.23721 9.09189 6.88813 9.76375 6.14886 10.4419C5.40958 11.12 4.38425 11.52 3.90854 11.52C3.73813 11.52 3.59998 11.3857 3.59998 11.22C3.59998 11.0543 3.74113 10.92 3.90854 10.92C4.45195 10.92 4.93749 10.6243 5.51244 10.1888C5.9525 9.85541 6.29609 9.42904 6.48635 9.0575C6.85023 8.34691 6.86254 7.34537 6.27462 7.07918C5.99227 7.38761 5.62356 7.56754 5.18178 7.56754C4.22182 7.56754 3.65606 6.79527 3.68038 6.09605C3.70363 5.42777 4.12823 4.95161 4.74 4.75306Z",
41
+ fill: color
42
+ }
43
+ )
44
+ ]
45
+ })
46
+ );
47
+ }
48
+ );
49
+ CircleQuoteIcon.displayName = "CircleQuoteIcon";
50
+ export {
51
+ CircleQuoteIcon
52
+ };
53
+ //# sourceMappingURL=circle_quote.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/icons/circle_quote.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const CircleQuoteIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <circle cx=\"8\" cy=\"8\" r=\"7.5\" fill=\"white\" stroke={color} />\n <rect\n width=\"12\"\n height=\"12\"\n transform=\"translate(2 2)\"\n fill=\"white\"\n fill-opacity=\"0.01\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M9.54 4.75306C10.0449 4.58921 10.6269 4.59213 11.1033 4.83696C12.2025 5.40177 12.6781 6.8575 12.2357 8.39997C12.0372 9.09189 11.6881 9.76375 10.9489 10.4419C10.2096 11.12 9.18425 11.52 8.70854 11.52C8.53813 11.52 8.39998 11.3857 8.39998 11.22C8.39998 11.0543 8.54113 10.92 8.70854 10.92C9.25195 10.92 9.73749 10.6243 10.3125 10.1888C10.7525 9.85541 11.0961 9.42904 11.2864 9.0575C11.6502 8.34691 11.6625 7.34537 11.0746 7.07918C10.7923 7.38761 10.4236 7.56754 9.98178 7.56754C9.02182 7.56754 8.45606 6.79527 8.48038 6.09605C8.50363 5.42777 8.92823 4.95161 9.54 4.75306ZM4.74 4.75306C5.24489 4.58921 5.8269 4.59213 6.30336 4.83696C7.40254 5.40177 7.8781 6.8575 7.43567 8.39997C7.23721 9.09189 6.88813 9.76375 6.14886 10.4419C5.40958 11.12 4.38425 11.52 3.90854 11.52C3.73813 11.52 3.59998 11.3857 3.59998 11.22C3.59998 11.0543 3.74113 10.92 3.90854 10.92C4.45195 10.92 4.93749 10.6243 5.51244 10.1888C5.9525 9.85541 6.29609 9.42904 6.48635 9.0575C6.85023 8.34691 6.86254 7.34537 6.27462 7.07918C5.99227 7.38761 5.62356 7.56754 5.18178 7.56754C4.22182 7.56754 3.65606 6.79527 3.68038 6.09605C3.70363 5.42777 4.12823 4.95161 4.74 4.75306Z\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nCircleQuoteIcon.displayName = 'CircleQuoteIcon';\n"],"mappings":";;;;;;;AAAA,YAAY,WAAW;AAMjB,SASE,KATF;AAHC,IAAM,kBAAwB;AAAA,EACnC,CAAC,IAAsC,iBAAiB;AAAvD,iBAAE,UAAQ,eAJb,IAIG,IAA6B,kBAA7B,IAA6B,CAA3B;AACD,WACE;AAAA,MAAC;AAAA;AAAA,QACC,OAAM;AAAA,QACN,QAAO;AAAA,QACP,SAAQ;AAAA,QACR,MAAK;AAAA,QACL,OAAM;AAAA,SACF,QANL;AAAA,QAOC,KAAK;AAAA,QAEL;AAAA,8BAAC,YAAO,IAAG,KAAI,IAAG,KAAI,GAAE,OAAM,MAAK,SAAQ,QAAQ,OAAO;AAAA,UAC1D;AAAA,YAAC;AAAA;AAAA,cACC,OAAM;AAAA,cACN,QAAO;AAAA,cACP,WAAU;AAAA,cACV,MAAK;AAAA,cACL,gBAAa;AAAA;AAAA,UACf;AAAA,UACA;AAAA,YAAC;AAAA;AAAA,cACC,aAAU;AAAA,cACV,aAAU;AAAA,cACV,GAAE;AAAA,cACF,MAAM;AAAA;AAAA,UACR;AAAA;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,gBAAgB,cAAc;","names":[]}
@@ -0,0 +1,109 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __defProps = Object.defineProperties;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
7
+ var __getOwnPropNames = Object.getOwnPropertyNames;
8
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
9
+ var __getProtoOf = Object.getPrototypeOf;
10
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
11
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
12
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
13
+ var __spreadValues = (a, b) => {
14
+ for (var prop in b || (b = {}))
15
+ if (__hasOwnProp.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ if (__getOwnPropSymbols)
18
+ for (var prop of __getOwnPropSymbols(b)) {
19
+ if (__propIsEnum.call(b, prop))
20
+ __defNormalProp(a, prop, b[prop]);
21
+ }
22
+ return a;
23
+ };
24
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
25
+ var __objRest = (source, exclude) => {
26
+ var target = {};
27
+ for (var prop in source)
28
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
29
+ target[prop] = source[prop];
30
+ if (source != null && __getOwnPropSymbols)
31
+ for (var prop of __getOwnPropSymbols(source)) {
32
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
33
+ target[prop] = source[prop];
34
+ }
35
+ return target;
36
+ };
37
+ var __export = (target, all) => {
38
+ for (var name in all)
39
+ __defProp(target, name, { get: all[name], enumerable: true });
40
+ };
41
+ var __copyProps = (to, from, except, desc) => {
42
+ if (from && typeof from === "object" || typeof from === "function") {
43
+ for (let key of __getOwnPropNames(from))
44
+ if (!__hasOwnProp.call(to, key) && key !== except)
45
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
46
+ }
47
+ return to;
48
+ };
49
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
50
+ // If the importer is in node compatibility mode or this is not an ESM
51
+ // file that has been converted to a CommonJS file using a Babel-
52
+ // compatible transform (i.e. "__esModule" has not been set), then set
53
+ // "default" to the CommonJS "module.exports" for node compatibility.
54
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
55
+ mod
56
+ ));
57
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
58
+
59
+ // src/icons/circle_satisfaction.tsx
60
+ var circle_satisfaction_exports = {};
61
+ __export(circle_satisfaction_exports, {
62
+ CircleSatisfactionIcon: () => CircleSatisfactionIcon
63
+ });
64
+ module.exports = __toCommonJS(circle_satisfaction_exports);
65
+ var React = __toESM(require("react"), 1);
66
+ var import_jsx_runtime = require("react/jsx-runtime");
67
+ var CircleSatisfactionIcon = React.forwardRef(
68
+ (_a, forwardedRef) => {
69
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
70
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
71
+ "svg",
72
+ __spreadProps(__spreadValues({
73
+ width: "16",
74
+ height: "16",
75
+ viewBox: "0 0 16 16",
76
+ fill: "none",
77
+ xmlns: "http://www.w3.org/2000/svg"
78
+ }, props), {
79
+ ref: forwardedRef,
80
+ children: [
81
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "8", cy: "8", r: "7.5", fill: "white", stroke: color }),
82
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
83
+ "rect",
84
+ {
85
+ width: "12",
86
+ height: "12",
87
+ transform: "translate(2 2)",
88
+ fill: "white",
89
+ "fill-opacity": "0.01"
90
+ }
91
+ ),
92
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
93
+ "path",
94
+ {
95
+ d: "M7.77842 2.53284C7.86041 2.33573 8.13963 2.33573 8.22162 2.53284L9.53074 5.68036C9.5653 5.76346 9.64346 5.82023 9.73316 5.82742L13.1312 6.09985C13.344 6.1169 13.4302 6.38246 13.2682 6.52134L10.6792 8.73904C10.6109 8.79758 10.581 8.88946 10.6019 8.97699L11.3929 12.2928C11.4424 12.5005 11.2165 12.6647 11.0343 12.5534L8.12512 10.7764C8.04832 10.7296 7.95172 10.7296 7.87492 10.7764L4.96574 12.5534C4.78356 12.6647 4.55766 12.5005 4.60719 12.2928L5.39815 8.97699C5.41904 8.88946 5.38918 8.79758 5.32084 8.73904L2.73191 6.52134C2.56978 6.38246 2.65607 6.1169 2.86886 6.09985L6.26688 5.82742C6.35658 5.82023 6.43474 5.76346 6.4693 5.68036L7.77842 2.53284Z",
96
+ fill: color
97
+ }
98
+ )
99
+ ]
100
+ })
101
+ );
102
+ }
103
+ );
104
+ CircleSatisfactionIcon.displayName = "CircleSatisfactionIcon";
105
+ // Annotate the CommonJS export names for ESM import in node:
106
+ 0 && (module.exports = {
107
+ CircleSatisfactionIcon
108
+ });
109
+ //# sourceMappingURL=circle_satisfaction.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/icons/circle_satisfaction.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const CircleSatisfactionIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <circle cx=\"8\" cy=\"8\" r=\"7.5\" fill=\"white\" stroke={color} />\n <rect\n width=\"12\"\n height=\"12\"\n transform=\"translate(2 2)\"\n fill=\"white\"\n fill-opacity=\"0.01\"\n />\n <path\n d=\"M7.77842 2.53284C7.86041 2.33573 8.13963 2.33573 8.22162 2.53284L9.53074 5.68036C9.5653 5.76346 9.64346 5.82023 9.73316 5.82742L13.1312 6.09985C13.344 6.1169 13.4302 6.38246 13.2682 6.52134L10.6792 8.73904C10.6109 8.79758 10.581 8.88946 10.6019 8.97699L11.3929 12.2928C11.4424 12.5005 11.2165 12.6647 11.0343 12.5534L8.12512 10.7764C8.04832 10.7296 7.95172 10.7296 7.87492 10.7764L4.96574 12.5534C4.78356 12.6647 4.55766 12.5005 4.60719 12.2928L5.39815 8.97699C5.41904 8.88946 5.38918 8.79758 5.32084 8.73904L2.73191 6.52134C2.56978 6.38246 2.65607 6.1169 2.86886 6.09985L6.26688 5.82742C6.35658 5.82023 6.43474 5.76346 6.4693 5.68036L7.77842 2.53284Z\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nCircleSatisfactionIcon.displayName = 'CircleSatisfactionIcon';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAMjB;AAHC,IAAM,yBAA+B;AAAA,EAC1C,CAAC,IAAsC,iBAAiB;AAAvD,iBAAE,UAAQ,eAJb,IAIG,IAA6B,kBAA7B,IAA6B,CAA3B;AACD,WACE;AAAA,MAAC;AAAA;AAAA,QACC,OAAM;AAAA,QACN,QAAO;AAAA,QACP,SAAQ;AAAA,QACR,MAAK;AAAA,QACL,OAAM;AAAA,SACF,QANL;AAAA,QAOC,KAAK;AAAA,QAEL;AAAA,sDAAC,YAAO,IAAG,KAAI,IAAG,KAAI,GAAE,OAAM,MAAK,SAAQ,QAAQ,OAAO;AAAA,UAC1D;AAAA,YAAC;AAAA;AAAA,cACC,OAAM;AAAA,cACN,QAAO;AAAA,cACP,WAAU;AAAA,cACV,MAAK;AAAA,cACL,gBAAa;AAAA;AAAA,UACf;AAAA,UACA;AAAA,YAAC;AAAA;AAAA,cACC,GAAE;AAAA,cACF,MAAM;AAAA;AAAA,UACR;AAAA;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,uBAAuB,cAAc;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types.cjs';
3
+
4
+ declare const CircleSatisfactionIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
5
+
6
+ export { CircleSatisfactionIcon };
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types.js';
3
+
4
+ declare const CircleSatisfactionIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
5
+
6
+ export { CircleSatisfactionIcon };
@@ -0,0 +1,8 @@
1
+ import {
2
+ CircleSatisfactionIcon
3
+ } from "../chunk-IVB77FRN.js";
4
+ import "../chunk-2NMEKWO5.js";
5
+ export {
6
+ CircleSatisfactionIcon
7
+ };
8
+ //# sourceMappingURL=circle_satisfaction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -61,6 +61,11 @@ var icons_exports = {};
61
61
  __export(icons_exports, {
62
62
  CameraDisabledIcon: () => CameraDisabledIcon,
63
63
  CameraIcon: () => CameraIcon,
64
+ CircleCheckIcon: () => CircleCheckIcon,
65
+ CirclePencilIcon: () => CirclePencilIcon,
66
+ CirclePlayIcon: () => CirclePlayIcon,
67
+ CircleQuoteIcon: () => CircleQuoteIcon,
68
+ CircleSatisfactionIcon: () => CircleSatisfactionIcon,
64
69
  EndCallIcon: () => EndCallIcon,
65
70
  MicIcon: () => MicIcon,
66
71
  PhoneRingIcon: () => PhoneRingIcon,
@@ -308,10 +313,212 @@ var EndCallIcon = React7.forwardRef(
308
313
  }
309
314
  );
310
315
  EndCallIcon.displayName = "EndCallIcon";
316
+
317
+ // src/icons/circle-play.tsx
318
+ var React8 = __toESM(require("react"), 1);
319
+ var import_jsx_runtime8 = require("react/jsx-runtime");
320
+ var CirclePlayIcon = React8.forwardRef(
321
+ (_a, forwardedRef) => {
322
+ var _b = _a, { color = "#currentColor" } = _b, props = __objRest(_b, ["color"]);
323
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
324
+ "svg",
325
+ __spreadProps(__spreadValues({
326
+ fill: "none",
327
+ height: "16",
328
+ viewBox: "0 0 16 16",
329
+ width: "16",
330
+ xmlns: "http://www.w3.org/2000/svg"
331
+ }, props), {
332
+ ref: forwardedRef,
333
+ children: [
334
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
335
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
336
+ "path",
337
+ {
338
+ d: "M13.25 7.56699C13.5833 7.75944 13.5833 8.24056 13.25 8.43301L5.75 12.7631C5.41667 12.9556 5 12.715 5 12.3301L5 3.66987C5 3.28497 5.41667 3.04441 5.75 3.23686L13.25 7.56699Z",
339
+ fill: "white"
340
+ }
341
+ )
342
+ ]
343
+ })
344
+ );
345
+ }
346
+ );
347
+ CirclePlayIcon.displayName = "CirclePlayIcon";
348
+
349
+ // src/icons/circle-pencil.tsx
350
+ var React9 = __toESM(require("react"), 1);
351
+ var import_jsx_runtime9 = require("react/jsx-runtime");
352
+ var CirclePencilIcon = React9.forwardRef(
353
+ (_a, forwardedRef) => {
354
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
355
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
356
+ "svg",
357
+ __spreadProps(__spreadValues({
358
+ fill: "none",
359
+ height: "16",
360
+ viewBox: "0 0 16 16",
361
+ width: "16",
362
+ xmlns: "http://www.w3.org/2000/svg"
363
+ }, props), {
364
+ ref: forwardedRef,
365
+ children: [
366
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
367
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
368
+ "rect",
369
+ {
370
+ fill: "white",
371
+ fillOpacity: "0.01",
372
+ height: "12",
373
+ transform: "translate(2 2)",
374
+ width: "12"
375
+ }
376
+ ),
377
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
378
+ "path",
379
+ {
380
+ clipRule: "evenodd",
381
+ d: "M11.4829 2.91721C11.3266 2.761 11.0733 2.761 10.9172 2.91721L4.97162 8.86274C4.89965 8.9347 4.84208 9.01974 4.80199 9.11329L3.63233 11.8424C3.5679 11.9928 3.60149 12.1672 3.71715 12.2829C3.8328 12.3985 4.00722 12.4321 4.15755 12.3677L6.88675 11.198C6.9803 11.158 7.06534 11.1004 7.13731 11.0284L13.0829 5.08289C13.239 4.92668 13.239 4.67342 13.0829 4.51721L11.4829 2.91721ZM5.53731 9.42842L11.2 3.76574L12.2343 4.80005L6.57162 10.4628L5.37537 10.9754L5.02463 10.6247L5.53731 9.42842Z",
382
+ fill: "white",
383
+ fillRule: "evenodd"
384
+ }
385
+ )
386
+ ]
387
+ })
388
+ );
389
+ }
390
+ );
391
+ CirclePencilIcon.displayName = "CirclePencilIcon";
392
+
393
+ // src/icons/circle-check.tsx
394
+ var React10 = __toESM(require("react"), 1);
395
+ var import_jsx_runtime10 = require("react/jsx-runtime");
396
+ var CircleCheckIcon = React10.forwardRef(
397
+ (_a, forwardedRef) => {
398
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
399
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
400
+ "svg",
401
+ __spreadProps(__spreadValues({
402
+ fill: "none",
403
+ height: "16",
404
+ viewBox: "0 0 16 16",
405
+ width: "16",
406
+ xmlns: "http://www.w3.org/2000/svg"
407
+ }, props), {
408
+ ref: forwardedRef,
409
+ children: [
410
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
411
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("rect", { fill: "white", fillOpacity: "0.01", height: "16", width: "16" }),
412
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
413
+ "path",
414
+ {
415
+ clipRule: "evenodd",
416
+ d: "M12.2314 3.97533C12.5395 4.17683 12.626 4.58999 12.4245 4.89815L7.8912 11.8315C7.78436 11.9949 7.61128 12.1032 7.41763 12.1279C7.22398 12.1527 7.02923 12.0912 6.88477 11.9599L3.95144 9.29328C3.679 9.04561 3.65892 8.62397 3.90659 8.35154C4.15426 8.0791 4.57589 8.05901 4.84833 8.30669L7.20313 10.4474L11.3086 4.16849C11.5101 3.86033 11.9232 3.77385 12.2314 3.97533Z",
417
+ fill: color,
418
+ fillRule: "evenodd"
419
+ }
420
+ )
421
+ ]
422
+ })
423
+ );
424
+ }
425
+ );
426
+ CircleCheckIcon.displayName = "CircleCheckIcon";
427
+
428
+ // src/icons/circle-satisfaction.tsx
429
+ var React11 = __toESM(require("react"), 1);
430
+ var import_jsx_runtime11 = require("react/jsx-runtime");
431
+ var CircleSatisfactionIcon = React11.forwardRef(
432
+ (_a, forwardedRef) => {
433
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
434
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
435
+ "svg",
436
+ __spreadProps(__spreadValues({
437
+ fill: "none",
438
+ height: "16",
439
+ viewBox: "0 0 16 16",
440
+ width: "16",
441
+ xmlns: "http://www.w3.org/2000/svg"
442
+ }, props), {
443
+ ref: forwardedRef,
444
+ children: [
445
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
446
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
447
+ "rect",
448
+ {
449
+ fill: "white",
450
+ fillOpacity: "0.01",
451
+ height: "12",
452
+ transform: "translate(2 2)",
453
+ width: "12"
454
+ }
455
+ ),
456
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
457
+ "path",
458
+ {
459
+ d: "M7.77842 2.53284C7.86041 2.33573 8.13963 2.33573 8.22162 2.53284L9.53074 5.68036C9.5653 5.76346 9.64346 5.82023 9.73316 5.82742L13.1312 6.09985C13.344 6.1169 13.4302 6.38246 13.2682 6.52134L10.6792 8.73904C10.6109 8.79758 10.581 8.88946 10.6019 8.97699L11.3929 12.2928C11.4424 12.5005 11.2165 12.6647 11.0343 12.5534L8.12512 10.7764C8.04832 10.7296 7.95172 10.7296 7.87492 10.7764L4.96574 12.5534C4.78356 12.6647 4.55766 12.5005 4.60719 12.2928L5.39815 8.97699C5.41904 8.88946 5.38918 8.79758 5.32084 8.73904L2.73191 6.52134C2.56978 6.38246 2.65607 6.1169 2.86886 6.09985L6.26688 5.82742C6.35658 5.82023 6.43474 5.76346 6.4693 5.68036L7.77842 2.53284Z",
460
+ fill: color
461
+ }
462
+ )
463
+ ]
464
+ })
465
+ );
466
+ }
467
+ );
468
+ CircleSatisfactionIcon.displayName = "CircleSatisfactionIcon";
469
+
470
+ // src/icons/circle-quote.tsx
471
+ var React12 = __toESM(require("react"), 1);
472
+ var import_jsx_runtime12 = require("react/jsx-runtime");
473
+ var CircleQuoteIcon = React12.forwardRef(
474
+ (_a, forwardedRef) => {
475
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
476
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
477
+ "svg",
478
+ __spreadProps(__spreadValues({
479
+ fill: "none",
480
+ height: "16",
481
+ viewBox: "0 0 16 16",
482
+ width: "16",
483
+ xmlns: "http://www.w3.org/2000/svg"
484
+ }, props), {
485
+ ref: forwardedRef,
486
+ children: [
487
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
488
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
489
+ "rect",
490
+ {
491
+ fill: "white",
492
+ fillOpacity: "0.01",
493
+ height: "12",
494
+ transform: "translate(2 2)",
495
+ width: "12"
496
+ }
497
+ ),
498
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
499
+ "path",
500
+ {
501
+ clipRule: "evenodd",
502
+ d: "M9.54 4.75306C10.0449 4.58921 10.6269 4.59213 11.1033 4.83696C12.2025 5.40177 12.6781 6.8575 12.2357 8.39997C12.0372 9.09189 11.6881 9.76375 10.9489 10.4419C10.2096 11.12 9.18425 11.52 8.70854 11.52C8.53813 11.52 8.39998 11.3857 8.39998 11.22C8.39998 11.0543 8.54113 10.92 8.70854 10.92C9.25195 10.92 9.73749 10.6243 10.3125 10.1888C10.7525 9.85541 11.0961 9.42904 11.2864 9.0575C11.6502 8.34691 11.6625 7.34537 11.0746 7.07918C10.7923 7.38761 10.4236 7.56754 9.98178 7.56754C9.02182 7.56754 8.45606 6.79527 8.48038 6.09605C8.50363 5.42777 8.92823 4.95161 9.54 4.75306ZM4.74 4.75306C5.24489 4.58921 5.8269 4.59213 6.30336 4.83696C7.40254 5.40177 7.8781 6.8575 7.43567 8.39997C7.23721 9.09189 6.88813 9.76375 6.14886 10.4419C5.40958 11.12 4.38425 11.52 3.90854 11.52C3.73813 11.52 3.59998 11.3857 3.59998 11.22C3.59998 11.0543 3.74113 10.92 3.90854 10.92C4.45195 10.92 4.93749 10.6243 5.51244 10.1888C5.9525 9.85541 6.29609 9.42904 6.48635 9.0575C6.85023 8.34691 6.86254 7.34537 6.27462 7.07918C5.99227 7.38761 5.62356 7.56754 5.18178 7.56754C4.22182 7.56754 3.65606 6.79527 3.68038 6.09605C3.70363 5.42777 4.12823 4.95161 4.74 4.75306Z",
503
+ fill: color,
504
+ fillRule: "evenodd"
505
+ }
506
+ )
507
+ ]
508
+ })
509
+ );
510
+ }
511
+ );
512
+ CircleQuoteIcon.displayName = "CircleQuoteIcon";
311
513
  // Annotate the CommonJS export names for ESM import in node:
312
514
  0 && (module.exports = {
313
515
  CameraDisabledIcon,
314
516
  CameraIcon,
517
+ CircleCheckIcon,
518
+ CirclePencilIcon,
519
+ CirclePlayIcon,
520
+ CircleQuoteIcon,
521
+ CircleSatisfactionIcon,
315
522
  EndCallIcon,
316
523
  MicIcon,
317
524
  PhoneRingIcon,