se-design 0.0.111 → 0.0.112

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 (255) hide show
  1. package/dist/assets/icons/edit-text.svg +3 -0
  2. package/dist/assets/icons/fields-create.svg +3 -0
  3. package/dist/assets/icons/fields-panel.svg +3 -0
  4. package/dist/assets/icons/fill-and-sign.svg +10 -0
  5. package/dist/assets/icons/image-field.svg +19 -0
  6. package/dist/assets/icons/reset.svg +3 -0
  7. package/dist/assets/icons/rotate-left.svg +3 -0
  8. package/dist/assets/icons/rotate-right.svg +3 -0
  9. package/dist/assets/icons/success-check.svg +12 -0
  10. package/dist/assets/style.css +1 -1
  11. package/dist/components/Button/index.d.ts +1 -1
  12. package/dist/components/CustomAccordion/index.d.ts +2 -0
  13. package/dist/components/Dropdown/index.d.ts +2 -0
  14. package/dist/components/Icon/index.d.ts +1 -0
  15. package/dist/components/NavigationBar/index.d.ts +14 -0
  16. package/dist/components/Popover/index.d.ts +1 -0
  17. package/dist/components/Tabs/index.d.ts +1 -0
  18. package/dist/components/ToastBar/index.d.ts +4 -3
  19. package/dist/components/index.d.ts +1 -0
  20. package/dist/index.js +22 -20
  21. package/dist/index.js.map +1 -1
  22. package/dist/index100.js +1 -1
  23. package/dist/index100.js.map +1 -1
  24. package/dist/index101.js +2 -2
  25. package/dist/index101.js.map +1 -1
  26. package/dist/index102.js +2 -149
  27. package/dist/index102.js.map +1 -1
  28. package/dist/index103.js +5 -0
  29. package/dist/index103.js.map +1 -0
  30. package/dist/index104.js +5 -0
  31. package/dist/index104.js.map +1 -0
  32. package/dist/index105.js +5 -0
  33. package/dist/index105.js.map +1 -0
  34. package/dist/index106.js +5 -0
  35. package/dist/index106.js.map +1 -0
  36. package/dist/index107.js +5 -0
  37. package/dist/index107.js.map +1 -0
  38. package/dist/index108.js +5 -0
  39. package/dist/index108.js.map +1 -0
  40. package/dist/index109.js +5 -0
  41. package/dist/index109.js.map +1 -0
  42. package/dist/index110.js +5 -0
  43. package/dist/index110.js.map +1 -0
  44. package/dist/index111.js +5 -0
  45. package/dist/index111.js.map +1 -0
  46. package/dist/index112.js +152 -0
  47. package/dist/index112.js.map +1 -0
  48. package/dist/index129.js +1232 -326
  49. package/dist/index129.js.map +1 -1
  50. package/dist/index130.js +8 -48
  51. package/dist/index130.js.map +1 -1
  52. package/dist/index131.js +10 -2
  53. package/dist/index131.js.map +1 -1
  54. package/dist/index132.js +4 -75
  55. package/dist/index132.js.map +1 -1
  56. package/dist/index133.js +162 -85
  57. package/dist/index133.js.map +1 -1
  58. package/dist/index134.js +11 -52
  59. package/dist/index134.js.map +1 -1
  60. package/dist/index135.js +5 -7
  61. package/dist/index135.js.map +1 -1
  62. package/dist/index136.js +5 -4
  63. package/dist/index136.js.map +1 -1
  64. package/dist/index137.js +35 -49
  65. package/dist/index137.js.map +1 -1
  66. package/dist/index138.js +2 -2
  67. package/dist/index139.js +8 -2
  68. package/dist/index139.js.map +1 -1
  69. package/dist/index140.js +330 -0
  70. package/dist/index140.js.map +1 -0
  71. package/dist/index141.js +53 -0
  72. package/dist/index141.js.map +1 -0
  73. package/dist/index142.js +5 -0
  74. package/dist/index142.js.map +1 -0
  75. package/dist/index143.js +79 -0
  76. package/dist/index143.js.map +1 -0
  77. package/dist/index144.js +96 -0
  78. package/dist/index144.js.map +1 -0
  79. package/dist/index145.js +55 -0
  80. package/dist/index145.js.map +1 -0
  81. package/dist/index146.js +11 -0
  82. package/dist/index146.js.map +1 -0
  83. package/dist/index147.js +8 -0
  84. package/dist/index147.js.map +1 -0
  85. package/dist/index148.js +55 -0
  86. package/dist/index148.js.map +1 -0
  87. package/dist/index149.js +5 -0
  88. package/dist/index149.js.map +1 -0
  89. package/dist/index150.js +5 -0
  90. package/dist/index150.js.map +1 -0
  91. package/dist/index16.js +21 -19
  92. package/dist/index16.js.map +1 -1
  93. package/dist/index17.js +1 -1
  94. package/dist/index17.js.map +1 -1
  95. package/dist/index22.js +43 -37
  96. package/dist/index22.js.map +1 -1
  97. package/dist/index26.js +54 -22
  98. package/dist/index26.js.map +1 -1
  99. package/dist/index29.js +3 -3
  100. package/dist/index29.js.map +1 -1
  101. package/dist/index3.js +16 -15
  102. package/dist/index3.js.map +1 -1
  103. package/dist/index33.js +33 -23
  104. package/dist/index33.js.map +1 -1
  105. package/dist/index37.js +1 -1
  106. package/dist/index37.js.map +1 -1
  107. package/dist/index39.js +49 -37
  108. package/dist/index39.js.map +1 -1
  109. package/dist/index4.js +144 -120
  110. package/dist/index4.js.map +1 -1
  111. package/dist/index41.js +2 -2
  112. package/dist/index41.js.map +1 -1
  113. package/dist/index43.js +21 -20
  114. package/dist/index43.js.map +1 -1
  115. package/dist/index44.js +30 -2
  116. package/dist/index44.js.map +1 -1
  117. package/dist/index45.js +1 -1
  118. package/dist/index45.js.map +1 -1
  119. package/dist/index46.js +1 -1
  120. package/dist/index46.js.map +1 -1
  121. package/dist/index47.js +1 -1
  122. package/dist/index47.js.map +1 -1
  123. package/dist/index48.js +1 -1
  124. package/dist/index48.js.map +1 -1
  125. package/dist/index49.js +1 -1
  126. package/dist/index49.js.map +1 -1
  127. package/dist/index50.js +1 -1
  128. package/dist/index50.js.map +1 -1
  129. package/dist/index51.js +1 -1
  130. package/dist/index51.js.map +1 -1
  131. package/dist/index52.js +1 -1
  132. package/dist/index52.js.map +1 -1
  133. package/dist/index53.js +1 -1
  134. package/dist/index53.js.map +1 -1
  135. package/dist/index54.js +1 -1
  136. package/dist/index54.js.map +1 -1
  137. package/dist/index55.js +1 -1
  138. package/dist/index55.js.map +1 -1
  139. package/dist/index56.js +1 -1
  140. package/dist/index56.js.map +1 -1
  141. package/dist/index57.js +1 -1
  142. package/dist/index57.js.map +1 -1
  143. package/dist/index58.js +1 -1
  144. package/dist/index58.js.map +1 -1
  145. package/dist/index59.js +2 -2
  146. package/dist/index59.js.map +1 -1
  147. package/dist/index6.js +1 -1
  148. package/dist/index6.js.map +1 -1
  149. package/dist/index60.js +2 -2
  150. package/dist/index60.js.map +1 -1
  151. package/dist/index61.js +1 -1
  152. package/dist/index61.js.map +1 -1
  153. package/dist/index62.js +1 -1
  154. package/dist/index62.js.map +1 -1
  155. package/dist/index63.js +1 -1
  156. package/dist/index63.js.map +1 -1
  157. package/dist/index64.js +1 -1
  158. package/dist/index64.js.map +1 -1
  159. package/dist/index65.js +2 -2
  160. package/dist/index65.js.map +1 -1
  161. package/dist/index66.js +1 -1
  162. package/dist/index66.js.map +1 -1
  163. package/dist/index67.js +2 -2
  164. package/dist/index67.js.map +1 -1
  165. package/dist/index68.js +1 -1
  166. package/dist/index68.js.map +1 -1
  167. package/dist/index69.js +1 -1
  168. package/dist/index69.js.map +1 -1
  169. package/dist/index70.js +1 -1
  170. package/dist/index70.js.map +1 -1
  171. package/dist/index71.js +1 -1
  172. package/dist/index71.js.map +1 -1
  173. package/dist/index72.js +2 -2
  174. package/dist/index72.js.map +1 -1
  175. package/dist/index73.js +2 -2
  176. package/dist/index73.js.map +1 -1
  177. package/dist/index74.js +1 -1
  178. package/dist/index74.js.map +1 -1
  179. package/dist/index75.js +1 -1
  180. package/dist/index75.js.map +1 -1
  181. package/dist/index76.js +1 -1
  182. package/dist/index76.js.map +1 -1
  183. package/dist/index77.js +1 -1
  184. package/dist/index77.js.map +1 -1
  185. package/dist/index78.js +1 -1
  186. package/dist/index78.js.map +1 -1
  187. package/dist/index79.js +1 -1
  188. package/dist/index79.js.map +1 -1
  189. package/dist/index8.js +13 -17
  190. package/dist/index8.js.map +1 -1
  191. package/dist/index80.js +1 -1
  192. package/dist/index80.js.map +1 -1
  193. package/dist/index81.js +1 -1
  194. package/dist/index81.js.map +1 -1
  195. package/dist/index82.js +2 -2
  196. package/dist/index82.js.map +1 -1
  197. package/dist/index83.js +2 -2
  198. package/dist/index83.js.map +1 -1
  199. package/dist/index84.js +1 -1
  200. package/dist/index84.js.map +1 -1
  201. package/dist/index85.js +1 -1
  202. package/dist/index85.js.map +1 -1
  203. package/dist/index86.js +1 -1
  204. package/dist/index86.js.map +1 -1
  205. package/dist/index87.js +1 -1
  206. package/dist/index87.js.map +1 -1
  207. package/dist/index88.js +2 -2
  208. package/dist/index88.js.map +1 -1
  209. package/dist/index89.js +1 -1
  210. package/dist/index89.js.map +1 -1
  211. package/dist/index90.js +1 -1
  212. package/dist/index90.js.map +1 -1
  213. package/dist/index91.js +1 -1
  214. package/dist/index91.js.map +1 -1
  215. package/dist/index92.js +2 -2
  216. package/dist/index92.js.map +1 -1
  217. package/dist/index93.js +1 -1
  218. package/dist/index93.js.map +1 -1
  219. package/dist/index94.js +2 -2
  220. package/dist/index94.js.map +1 -1
  221. package/dist/index95.js +1 -1
  222. package/dist/index95.js.map +1 -1
  223. package/dist/index96.js +1 -1
  224. package/dist/index96.js.map +1 -1
  225. package/dist/index97.js +1 -1
  226. package/dist/index97.js.map +1 -1
  227. package/dist/index98.js +2 -2
  228. package/dist/index98.js.map +1 -1
  229. package/dist/index99.js +2 -2
  230. package/dist/index99.js.map +1 -1
  231. package/dist/typographyMixin.scss +1 -1
  232. package/package.json +1 -1
  233. package/dist/index118.js +0 -1236
  234. package/dist/index118.js.map +0 -1
  235. package/dist/index119.js +0 -13
  236. package/dist/index119.js.map +0 -1
  237. package/dist/index120.js +0 -13
  238. package/dist/index120.js.map +0 -1
  239. package/dist/index121.js +0 -8
  240. package/dist/index121.js.map +0 -1
  241. package/dist/index122.js +0 -173
  242. package/dist/index122.js.map +0 -1
  243. package/dist/index123.js +0 -14
  244. package/dist/index123.js.map +0 -1
  245. package/dist/index124.js +0 -9
  246. package/dist/index124.js.map +0 -1
  247. package/dist/index125.js +0 -9
  248. package/dist/index125.js.map +0 -1
  249. package/dist/index126.js +0 -41
  250. package/dist/index126.js.map +0 -1
  251. package/dist/index127.js +0 -5
  252. package/dist/index127.js.map +0 -1
  253. package/dist/index128.js +0 -11
  254. package/dist/index128.js.map +0 -1
  255. /package/dist/assets/icons/{down.svg → chevron-down.svg} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"index82.js","sources":["../src/assets/icons/pages.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%3e%3cpath%20d='M3%200.732748C2.11635%200.732748%201.4%201.44909%201.4%202.33275V13.6661C1.4%2014.5497%202.11635%2015.2661%203%2015.2661H11C11.8837%2015.2661%2012.6%2014.5497%2012.6%2013.6661V5.54084C12.6%205.35519%2012.5263%205.17714%2012.395%205.04586C12.395%205.04586%2012.395%205.04586%2012.395%205.04586L10.3409%202.99182L8.28689%200.937775C8.15561%200.806498%207.97756%200.732748%207.79191%200.732748H3Z'%20stroke='currentColor'%20stroke-width='1.2'/%3e%3cpath%20d='M7.83273%201.33275V4.49942C7.83273%205.0517%208.28045%205.49942%208.83273%205.49942H11.9994'%20stroke='currentColor'%20stroke-width='1.2'%20stroke-linecap='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_38"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index82.js","sources":["../src/assets/icons/initials-field.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M13.1807%208.52009H14.7343V10.5915C14.7343%2011.4495%2014.0387%2012.1451%2013.1807%2012.1451H11.1093C10.2513%2012.1451%209.55574%2011.4495%209.55574%2010.5915V5.41295C9.55574%204.55493%2010.2513%203.85938%2011.1093%203.85938H13.1807C14.0387%203.85938%2014.7343%204.55493%2014.7343%205.41295M1.271%2012.1451L3.32093%204.85641C3.48677%204.26676%204.02455%203.85938%204.63707%203.85938C5.24959%203.85938%205.78736%204.26676%205.9532%204.85641L8.00314%2012.1451M2.14602%209.03733H7.13039'%20stroke='black'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e\""],"names":["__vite_glob_0_37"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index83.js CHANGED
@@ -1,5 +1,5 @@
1
- const C = "data:image/svg+xml,%3csvg%20width='29'%20height='28'%20viewBox='0%200%2029%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.01319%200C5.21753%200%204.45447%200.31607%203.89187%200.87868C3.32925%201.44129%203.01318%202.20436%203.01318%203V25C3.01318%2025.7956%203.32925%2026.5588%203.89187%2027.1214C4.45447%2027.684%205.21753%2028%206.01319%2028H24.0132C24.8088%2028%2025.5718%2027.684%2026.1344%2027.1214C26.697%2026.5588%2027.0132%2025.7956%2027.0132%2025V10C27.0132%209.73478%2026.9078%209.48042%2026.7202%209.2929L17.7203%200.292894C17.5327%200.105357%2017.2784%200%2017.0132%200H6.01319Z'%20fill='%23E1E8F5'/%3e%3cpath%20d='M26.7202%209.2929C26.9078%209.48042%2027.0132%209.73478%2027.0132%2010H18.0132C17.4609%2010%2017.0132%209.55228%2017.0132%209V0C17.2784%200%2017.5327%200.105357%2017.7203%200.292894L26.7202%209.2929Z'%20fill='%23C5D0E6'/%3e%3crect%20x='0.789062'%20y='12.833'%20width='24.5'%20height='12.8333'%20rx='1.16667'%20fill='%23F45A54'/%3e%3cpath%20d='M4.90437%2022.8716V16.0837H7.44982C7.97129%2016.0837%208.40879%2016.1809%208.76232%2016.3754C9.11807%2016.5698%209.38654%2016.8372%209.56772%2017.1775C9.75112%2017.5155%209.84282%2017.9%209.84282%2018.3309C9.84282%2018.7662%209.75112%2019.1528%209.56772%2019.4909C9.38433%2019.829%209.11365%2020.0952%208.7557%2020.2897C8.39774%2020.4819%207.95693%2020.578%207.43325%2020.578H5.74623V19.5671H7.26753C7.57246%2019.5671%207.82214%2019.5141%208.01659%2019.408C8.21103%2019.302%208.35465%2019.1561%208.44746%2018.9705C8.54247%2018.7849%208.58998%2018.5717%208.58998%2018.3309C8.58998%2018.09%208.54247%2017.8779%208.44746%2017.6945C8.35465%2017.5111%208.20993%2017.3686%208.01327%2017.2669C7.81883%2017.1631%207.56804%2017.1112%207.2609%2017.1112H6.13401V22.8716H4.90437ZM13.2111%2022.8716H10.9109V16.0837H13.2575C13.9314%2016.0837%2014.5103%2016.2196%2014.9942%2016.4914C15.4803%2016.7609%2015.8537%2017.1487%2016.1145%2017.6547C16.3752%2018.1607%2016.5056%2018.7662%2016.5056%2019.471C16.5056%2020.1781%2016.3741%2020.7857%2016.1112%2021.2939C15.8504%2021.8021%2015.4737%2022.1921%2014.981%2022.4639C14.4904%2022.7357%2013.9005%2022.8716%2013.2111%2022.8716ZM12.1405%2021.8077H13.1514C13.6243%2021.8077%2014.0187%2021.7215%2014.3346%2021.5491C14.6506%2021.3746%2014.8882%2021.115%2015.0472%2020.7703C15.2063%2020.4233%2015.2859%2019.9903%2015.2859%2019.471C15.2859%2018.9518%2015.2063%2018.5209%2015.0472%2018.1784C14.8882%2017.8337%2014.6528%2017.5763%2014.3413%2017.4061C14.0319%2017.2338%2013.6475%2017.1476%2013.1879%2017.1476H12.1405V21.8077ZM17.6739%2022.8716V16.0837H22.0224V17.1145H18.9035V18.9573H21.7241V19.9881H18.9035V22.8716H17.6739Z'%20fill='white'/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2014C12.5523%2014%2013%2013.5523%2013%2013C13%2012.4477%2012.5523%2012%2012%2012C11.4477%2012%2011%2012.4477%2011%2013C11%2013.5523%2011.4477%2014%2012%2014Z'%20fill='%231088E7'/%3e%3cpath%20d='M19%2014C19.5523%2014%2020%2013.5523%2020%2013C20%2012.4477%2019.5523%2012%2019%2012C18.4477%2012%2018%2012.4477%2018%2013C18%2013.5523%2018.4477%2014%2019%2014Z'%20fill='%231088E7'/%3e%3cpath%20d='M5%2014C5.55228%2014%206%2013.5523%206%2013C6%2012.4477%205.55228%2012%205%2012C4.44772%2012%204%2012.4477%204%2013C4%2013.5523%204.44772%2014%205%2014Z'%20fill='%231088E7'/%3e%3cpath%20d='M12%2014C12.5523%2014%2013%2013.5523%2013%2013C13%2012.4477%2012.5523%2012%2012%2012C11.4477%2012%2011%2012.4477%2011%2013C11%2013.5523%2011.4477%2014%2012%2014Z'%20stroke='%231088E7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19%2014C19.5523%2014%2020%2013.5523%2020%2013C20%2012.4477%2019.5523%2012%2019%2012C18.4477%2012%2018%2012.4477%2018%2013C18%2013.5523%2018.4477%2014%2019%2014Z'%20stroke='%231088E7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5%2014C5.55228%2014%206%2013.5523%206%2013C6%2012.4477%205.55228%2012%205%2012C4.44772%2012%204%2012.4477%204%2013C4%2013.5523%204.44772%2014%205%2014Z'%20stroke='%231088E7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
2
2
  export {
3
- C as default
3
+ e as default
4
4
  };
5
5
  //# sourceMappingURL=index83.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index83.js","sources":["../src/assets/icons/pdfFile.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='29'%20height='28'%20viewBox='0%200%2029%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.01319%200C5.21753%200%204.45447%200.31607%203.89187%200.87868C3.32925%201.44129%203.01318%202.20436%203.01318%203V25C3.01318%2025.7956%203.32925%2026.5588%203.89187%2027.1214C4.45447%2027.684%205.21753%2028%206.01319%2028H24.0132C24.8088%2028%2025.5718%2027.684%2026.1344%2027.1214C26.697%2026.5588%2027.0132%2025.7956%2027.0132%2025V10C27.0132%209.73478%2026.9078%209.48042%2026.7202%209.2929L17.7203%200.292894C17.5327%200.105357%2017.2784%200%2017.0132%200H6.01319Z'%20fill='%23E1E8F5'/%3e%3cpath%20d='M26.7202%209.2929C26.9078%209.48042%2027.0132%209.73478%2027.0132%2010H18.0132C17.4609%2010%2017.0132%209.55228%2017.0132%209V0C17.2784%200%2017.5327%200.105357%2017.7203%200.292894L26.7202%209.2929Z'%20fill='%23C5D0E6'/%3e%3crect%20x='0.789062'%20y='12.833'%20width='24.5'%20height='12.8333'%20rx='1.16667'%20fill='%23F45A54'/%3e%3cpath%20d='M4.90437%2022.8716V16.0837H7.44982C7.97129%2016.0837%208.40879%2016.1809%208.76232%2016.3754C9.11807%2016.5698%209.38654%2016.8372%209.56772%2017.1775C9.75112%2017.5155%209.84282%2017.9%209.84282%2018.3309C9.84282%2018.7662%209.75112%2019.1528%209.56772%2019.4909C9.38433%2019.829%209.11365%2020.0952%208.7557%2020.2897C8.39774%2020.4819%207.95693%2020.578%207.43325%2020.578H5.74623V19.5671H7.26753C7.57246%2019.5671%207.82214%2019.5141%208.01659%2019.408C8.21103%2019.302%208.35465%2019.1561%208.44746%2018.9705C8.54247%2018.7849%208.58998%2018.5717%208.58998%2018.3309C8.58998%2018.09%208.54247%2017.8779%208.44746%2017.6945C8.35465%2017.5111%208.20993%2017.3686%208.01327%2017.2669C7.81883%2017.1631%207.56804%2017.1112%207.2609%2017.1112H6.13401V22.8716H4.90437ZM13.2111%2022.8716H10.9109V16.0837H13.2575C13.9314%2016.0837%2014.5103%2016.2196%2014.9942%2016.4914C15.4803%2016.7609%2015.8537%2017.1487%2016.1145%2017.6547C16.3752%2018.1607%2016.5056%2018.7662%2016.5056%2019.471C16.5056%2020.1781%2016.3741%2020.7857%2016.1112%2021.2939C15.8504%2021.8021%2015.4737%2022.1921%2014.981%2022.4639C14.4904%2022.7357%2013.9005%2022.8716%2013.2111%2022.8716ZM12.1405%2021.8077H13.1514C13.6243%2021.8077%2014.0187%2021.7215%2014.3346%2021.5491C14.6506%2021.3746%2014.8882%2021.115%2015.0472%2020.7703C15.2063%2020.4233%2015.2859%2019.9903%2015.2859%2019.471C15.2859%2018.9518%2015.2063%2018.5209%2015.0472%2018.1784C14.8882%2017.8337%2014.6528%2017.5763%2014.3413%2017.4061C14.0319%2017.2338%2013.6475%2017.1476%2013.1879%2017.1476H12.1405V21.8077ZM17.6739%2022.8716V16.0837H22.0224V17.1145H18.9035V18.9573H21.7241V19.9881H18.9035V22.8716H17.6739Z'%20fill='white'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_39"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index83.js","sources":["../src/assets/icons/kebab-menu-blue.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2014C12.5523%2014%2013%2013.5523%2013%2013C13%2012.4477%2012.5523%2012%2012%2012C11.4477%2012%2011%2012.4477%2011%2013C11%2013.5523%2011.4477%2014%2012%2014Z'%20fill='%231088E7'/%3e%3cpath%20d='M19%2014C19.5523%2014%2020%2013.5523%2020%2013C20%2012.4477%2019.5523%2012%2019%2012C18.4477%2012%2018%2012.4477%2018%2013C18%2013.5523%2018.4477%2014%2019%2014Z'%20fill='%231088E7'/%3e%3cpath%20d='M5%2014C5.55228%2014%206%2013.5523%206%2013C6%2012.4477%205.55228%2012%205%2012C4.44772%2012%204%2012.4477%204%2013C4%2013.5523%204.44772%2014%205%2014Z'%20fill='%231088E7'/%3e%3cpath%20d='M12%2014C12.5523%2014%2013%2013.5523%2013%2013C13%2012.4477%2012.5523%2012%2012%2012C11.4477%2012%2011%2012.4477%2011%2013C11%2013.5523%2011.4477%2014%2012%2014Z'%20stroke='%231088E7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19%2014C19.5523%2014%2020%2013.5523%2020%2013C20%2012.4477%2019.5523%2012%2019%2012C18.4477%2012%2018%2012.4477%2018%2013C18%2013.5523%2018.4477%2014%2019%2014Z'%20stroke='%231088E7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5%2014C5.55228%2014%206%2013.5523%206%2013C6%2012.4477%205.55228%2012%205%2012C4.44772%2012%204%2012.4477%204%2013C4%2013.5523%204.44772%2014%205%2014Z'%20stroke='%231088E7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_38"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index84.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9091%2013.9999H15.0909V13.4545C15.0909%2011.1182%2013.4589%209.16312%2011.2727%208.66705M9.63633%202.06875C9.81067%202.02388%209.99344%202.00001%2010.1818%202.00001C11.3868%202.00001%2012.3636%202.97685%2012.3636%204.18183C12.3636%205.38682%2011.3868%206.36365%2010.1818%206.36365C9.99344%206.36365%209.81067%206.33978%209.63633%206.29491M5.81815%208.54547C3.10693%208.54547%200.909058%2010.7433%200.909058%2013.4546V14H10.7272V13.4546C10.7272%2010.7433%208.52936%208.54547%205.81815%208.54547ZM5.81815%206.36365C7.02314%206.36365%207.99997%205.38682%207.99997%204.18183C7.99997%202.97685%207.02314%202.00001%205.81815%202.00001C4.61317%202.00001%203.63634%202.97685%203.63634%204.18183C3.63634%205.38682%204.61317%206.36365%205.81815%206.36365Z'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2013C12.5523%2013%2013%2012.5523%2013%2012C13%2011.4477%2012.5523%2011%2012%2011C11.4477%2011%2011%2011.4477%2011%2012C11%2012.5523%2011.4477%2013%2012%2013Z'%20fill='%235E6673'/%3e%3cpath%20d='M19%2013C19.5523%2013%2020%2012.5523%2020%2012C20%2011.4477%2019.5523%2011%2019%2011C18.4477%2011%2018%2011.4477%2018%2012C18%2012.5523%2018.4477%2013%2019%2013Z'%20fill='%235E6673'/%3e%3cpath%20d='M5%2013C5.55228%2013%206%2012.5523%206%2012C6%2011.4477%205.55228%2011%205%2011C4.44772%2011%204%2011.4477%204%2012C4%2012.5523%204.44772%2013%205%2013Z'%20fill='%235E6673'/%3e%3cpath%20d='M12%2013C12.5523%2013%2013%2012.5523%2013%2012C13%2011.4477%2012.5523%2011%2012%2011C11.4477%2011%2011%2011.4477%2011%2012C11%2012.5523%2011.4477%2013%2012%2013Z'%20stroke='%235E6673'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19%2013C19.5523%2013%2020%2012.5523%2020%2012C20%2011.4477%2019.5523%2011%2019%2011C18.4477%2011%2018%2011.4477%2018%2012C18%2012.5523%2018.4477%2013%2019%2013Z'%20stroke='%235E6673'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5%2013C5.55228%2013%206%2012.5523%206%2012C6%2011.4477%205.55228%2011%205%2011C4.44772%2011%204%2011.4477%204%2012C4%2012.5523%204.44772%2013%205%2013Z'%20stroke='%235E6673'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index84.js","sources":["../src/assets/icons/people.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9091%2013.9999H15.0909V13.4545C15.0909%2011.1182%2013.4589%209.16312%2011.2727%208.66705M9.63633%202.06875C9.81067%202.02388%209.99344%202.00001%2010.1818%202.00001C11.3868%202.00001%2012.3636%202.97685%2012.3636%204.18183C12.3636%205.38682%2011.3868%206.36365%2010.1818%206.36365C9.99344%206.36365%209.81067%206.33978%209.63633%206.29491M5.81815%208.54547C3.10693%208.54547%200.909058%2010.7433%200.909058%2013.4546V14H10.7272V13.4546C10.7272%2010.7433%208.52936%208.54547%205.81815%208.54547ZM5.81815%206.36365C7.02314%206.36365%207.99997%205.38682%207.99997%204.18183C7.99997%202.97685%207.02314%202.00001%205.81815%202.00001C4.61317%202.00001%203.63634%202.97685%203.63634%204.18183C3.63634%205.38682%204.61317%206.36365%205.81815%206.36365Z'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_40"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index84.js","sources":["../src/assets/icons/kebab-menu.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2013C12.5523%2013%2013%2012.5523%2013%2012C13%2011.4477%2012.5523%2011%2012%2011C11.4477%2011%2011%2011.4477%2011%2012C11%2012.5523%2011.4477%2013%2012%2013Z'%20fill='%235E6673'/%3e%3cpath%20d='M19%2013C19.5523%2013%2020%2012.5523%2020%2012C20%2011.4477%2019.5523%2011%2019%2011C18.4477%2011%2018%2011.4477%2018%2012C18%2012.5523%2018.4477%2013%2019%2013Z'%20fill='%235E6673'/%3e%3cpath%20d='M5%2013C5.55228%2013%206%2012.5523%206%2012C6%2011.4477%205.55228%2011%205%2011C4.44772%2011%204%2011.4477%204%2012C4%2012.5523%204.44772%2013%205%2013Z'%20fill='%235E6673'/%3e%3cpath%20d='M12%2013C12.5523%2013%2013%2012.5523%2013%2012C13%2011.4477%2012.5523%2011%2012%2011C11.4477%2011%2011%2011.4477%2011%2012C11%2012.5523%2011.4477%2013%2012%2013Z'%20stroke='%235E6673'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19%2013C19.5523%2013%2020%2012.5523%2020%2012C20%2011.4477%2019.5523%2011%2019%2011C18.4477%2011%2018%2011.4477%2018%2012C18%2012.5523%2018.4477%2013%2019%2013Z'%20stroke='%235E6673'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5%2013C5.55228%2013%206%2012.5523%206%2012C6%2011.4477%205.55228%2011%205%2011C4.44772%2011%204%2011.4477%204%2012C4%2012.5523%204.44772%2013%205%2013Z'%20stroke='%235E6673'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_39"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index85.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M20.6716%2018.7952V5.20341C20.6716%204.13548%2019.7759%203.26172%2018.6812%203.26172H4.74824C3.6535%203.26172%202.75781%204.13548%202.75781%205.20341V18.7952C2.75781%2019.8632%203.6535%2020.7369%204.74824%2020.7369H18.6812C19.7759%2020.7369%2020.6716%2019.8632%2020.6716%2018.7952ZM8.23147%2013.4556L10.7195%2016.3778L14.2027%2011.9993L18.6812%2017.8244H4.74824L8.23147%2013.4556Z'%20fill='%239C8BFA'/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M8.00292%207.99895C9.71895%207.99895%2011.1101%206.60783%2011.1101%204.89181C11.1101%203.17579%209.71895%201.78467%208.00292%201.78467C6.2869%201.78467%204.89578%203.17579%204.89578%204.89181C4.89578%206.60783%206.2869%207.99895%208.00292%207.99895Z'%20stroke='black'%20stroke-width='1.06667'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M8.00085%2010.0696C5.20033%2010.0696%202.79922%2011.7796%201.78467%2014.2125H14.217C13.2025%2011.7796%2010.8014%2010.0696%208.00085%2010.0696Z'%20stroke='black'%20stroke-width='1.06667'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index85.js","sources":["../src/assets/icons/photo.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M20.6716%2018.7952V5.20341C20.6716%204.13548%2019.7759%203.26172%2018.6812%203.26172H4.74824C3.6535%203.26172%202.75781%204.13548%202.75781%205.20341V18.7952C2.75781%2019.8632%203.6535%2020.7369%204.74824%2020.7369H18.6812C19.7759%2020.7369%2020.6716%2019.8632%2020.6716%2018.7952ZM8.23147%2013.4556L10.7195%2016.3778L14.2027%2011.9993L18.6812%2017.8244H4.74824L8.23147%2013.4556Z'%20fill='%239C8BFA'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_41"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index85.js","sources":["../src/assets/icons/name-field.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M8.00292%207.99895C9.71895%207.99895%2011.1101%206.60783%2011.1101%204.89181C11.1101%203.17579%209.71895%201.78467%208.00292%201.78467C6.2869%201.78467%204.89578%203.17579%204.89578%204.89181C4.89578%206.60783%206.2869%207.99895%208.00292%207.99895Z'%20stroke='black'%20stroke-width='1.06667'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M8.00085%2010.0696C5.20033%2010.0696%202.79922%2011.7796%201.78467%2014.2125H14.217C13.2025%2011.7796%2010.8014%2010.0696%208.00085%2010.0696Z'%20stroke='black'%20stroke-width='1.06667'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e\""],"names":["__vite_glob_0_40"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index86.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_7236_76584)'%3e%3cpath%20d='M8.00012%2011.6224C10.0022%2011.6224%2011.6251%209.99943%2011.6251%207.99739C11.6251%205.99536%2010.0022%204.37239%208.00012%204.37239C5.99809%204.37239%204.37512%205.99536%204.37512%207.99739C4.37512%209.99943%205.99809%2011.6224%208.00012%2011.6224Z'%20fill='black'%20/%3e%3cpath%20d='M14.2349%207.99805C14.2349%204.55622%2011.4453%201.76578%208.00342%201.76562C4.5615%201.76562%201.771%204.55613%201.771%207.99805C1.77115%2011.4399%204.56159%2014.2295%208.00342%2014.2295C11.4452%2014.2293%2014.2347%2011.4398%2014.2349%207.99805ZM11.1255%207.99707C11.1253%206.27145%209.72611%204.87227%208.00049%204.87207C6.2747%204.87207%204.87566%206.27132%204.87549%207.99707C4.87549%209.72296%206.2746%2011.1221%208.00049%2011.1221C9.72621%2011.1219%2011.1255%209.72284%2011.1255%207.99707ZM15.2349%207.99805C15.2347%2011.9921%2011.9974%2015.2293%208.00342%2015.2295C4.00931%2015.2295%200.771147%2011.9922%200.770996%207.99805C0.770996%204.00385%204.00922%200.765625%208.00342%200.765625C11.9975%200.765776%2015.2349%204.00394%2015.2349%207.99805ZM12.1255%207.99707C12.1255%2010.2751%2010.2785%2012.1219%208.00049%2012.1221C5.72231%2012.1221%203.87549%2010.2752%203.87549%207.99707C3.87566%205.71904%205.72242%203.87207%208.00049%203.87207C10.2784%203.87227%2012.1253%205.71916%2012.1255%207.99707Z'%20fill='black'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7236_76584'%3e%3crect%20width='16'%20height='16'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20width='7'%20height='10'%20viewBox='0%200%207%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.39844%201.25L5.4369%205L1.39844%208.75'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index86.js","sources":["../src/assets/icons/radio-field.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_7236_76584)'%3e%3cpath%20d='M8.00012%2011.6224C10.0022%2011.6224%2011.6251%209.99943%2011.6251%207.99739C11.6251%205.99536%2010.0022%204.37239%208.00012%204.37239C5.99809%204.37239%204.37512%205.99536%204.37512%207.99739C4.37512%209.99943%205.99809%2011.6224%208.00012%2011.6224Z'%20fill='black'%20/%3e%3cpath%20d='M14.2349%207.99805C14.2349%204.55622%2011.4453%201.76578%208.00342%201.76562C4.5615%201.76562%201.771%204.55613%201.771%207.99805C1.77115%2011.4399%204.56159%2014.2295%208.00342%2014.2295C11.4452%2014.2293%2014.2347%2011.4398%2014.2349%207.99805ZM11.1255%207.99707C11.1253%206.27145%209.72611%204.87227%208.00049%204.87207C6.2747%204.87207%204.87566%206.27132%204.87549%207.99707C4.87549%209.72296%206.2746%2011.1221%208.00049%2011.1221C9.72621%2011.1219%2011.1255%209.72284%2011.1255%207.99707ZM15.2349%207.99805C15.2347%2011.9921%2011.9974%2015.2293%208.00342%2015.2295C4.00931%2015.2295%200.771147%2011.9922%200.770996%207.99805C0.770996%204.00385%204.00922%200.765625%208.00342%200.765625C11.9975%200.765776%2015.2349%204.00394%2015.2349%207.99805ZM12.1255%207.99707C12.1255%2010.2751%2010.2785%2012.1219%208.00049%2012.1221C5.72231%2012.1221%203.87549%2010.2752%203.87549%207.99707C3.87566%205.71904%205.72242%203.87207%208.00049%203.87207C10.2784%203.87227%2012.1253%205.71916%2012.1255%207.99707Z'%20fill='black'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7236_76584'%3e%3crect%20width='16'%20height='16'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e\""],"names":["__vite_glob_0_42"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index86.js","sources":["../src/assets/icons/next.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='7'%20height='10'%20viewBox='0%200%207%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.39844%201.25L5.4369%205L1.39844%208.75'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_41"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index87.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M9.33275%2013.3333L12.6661%2010L9.33275%206.66663'%20stroke='currentColor'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M11.7709%206.17139H3.23724C2.71358%206.17139%202.28906%206.59591%202.28906%207.11957V12.8087C2.28906%2013.3323%202.71358%2013.7568%203.23724%2013.7568H11.7709C12.2946%2013.7568%2012.7191%2013.3323%2012.7191%2012.8087V7.11957C12.7191%206.59591%2012.2946%206.17139%2011.7709%206.17139Z'%20stroke='%23CB384E'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.8239%206.1706V4.74832C10.8239%203.86816%2010.4743%203.02406%209.85191%202.4017C9.22955%201.77933%208.38544%201.42969%207.50528%201.42969C6.62512%201.42969%205.78101%201.77933%205.15866%202.4017C4.53629%203.02406%204.18665%203.86816%204.18665%204.74832V6.1706'%20stroke='%23CB384E'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.50485%2010.4392C7.76668%2010.4392%207.97894%2010.2269%207.97894%209.96509C7.97894%209.70326%207.76668%209.491%207.50485%209.491C7.24302%209.491%207.03076%209.70326%207.03076%209.96509C7.03076%2010.2269%207.24302%2010.4392%207.50485%2010.4392Z'%20stroke='%23CB384E'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index87.js","sources":["../src/assets/icons/rightSide.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M9.33275%2013.3333L12.6661%2010L9.33275%206.66663'%20stroke='currentColor'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_43"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index87.js","sources":["../src/assets/icons/padlock.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M11.7709%206.17139H3.23724C2.71358%206.17139%202.28906%206.59591%202.28906%207.11957V12.8087C2.28906%2013.3323%202.71358%2013.7568%203.23724%2013.7568H11.7709C12.2946%2013.7568%2012.7191%2013.3323%2012.7191%2012.8087V7.11957C12.7191%206.59591%2012.2946%206.17139%2011.7709%206.17139Z'%20stroke='%23CB384E'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.8239%206.1706V4.74832C10.8239%203.86816%2010.4743%203.02406%209.85191%202.4017C9.22955%201.77933%208.38544%201.42969%207.50528%201.42969C6.62512%201.42969%205.78101%201.77933%205.15866%202.4017C4.53629%203.02406%204.18665%203.86816%204.18665%204.74832V6.1706'%20stroke='%23CB384E'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.50485%2010.4392C7.76668%2010.4392%207.97894%2010.2269%207.97894%209.96509C7.97894%209.70326%207.76668%209.491%207.50485%209.491C7.24302%209.491%207.03076%209.70326%207.03076%209.96509C7.03076%2010.2269%207.24302%2010.4392%207.50485%2010.4392Z'%20stroke='%23CB384E'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_42"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index88.js CHANGED
@@ -1,5 +1,5 @@
1
- const e = "data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3824_45679)'%3e%3cpath%20d='M16%200C7.17706%200%200%207.17706%200%2016C0%2024.8229%207.17706%2032%2016%2032C24.8229%2032%2032%2024.8217%2032%2016C32%207.17831%2024.8229%200%2016%200ZM16%2029.5213C8.54531%2029.5213%202.47869%2023.4559%202.47869%2016C2.47869%208.54406%208.54531%202.47869%2016%202.47869C23.4547%202.47869%2029.5213%208.54406%2029.5213%2016C29.5213%2023.4559%2023.4559%2029.5213%2016%2029.5213Z'%20fill='%231B2636'/%3e%3cpath%20d='M22.1967%2014.6499H17.2393V9.6925C17.2393%209.00837%2016.6853%208.45312%2016%208.45312C15.3146%208.45312%2014.7606%209.00837%2014.7606%209.6925V14.6499H9.80322C9.11784%2014.6499%208.56384%2015.2051%208.56384%2015.8892C8.56384%2016.5734%209.11784%2017.1286%209.80322%2017.1286H14.7606V22.086C14.7606%2022.7701%2015.3146%2023.3254%2016%2023.3254C16.6853%2023.3254%2017.2393%2022.7701%2017.2393%2022.086V17.1286H22.1967C22.8821%2017.1286%2023.4361%2016.5734%2023.4361%2015.8892C23.4361%2015.2051%2022.8821%2014.6499%2022.1967%2014.6499Z'%20fill='%231B2636'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3824_45679'%3e%3crect%20width='32'%20height='32'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
1
+ const t = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%3e%3cpath%20d='M3%200.732748C2.11635%200.732748%201.4%201.44909%201.4%202.33275V13.6661C1.4%2014.5497%202.11635%2015.2661%203%2015.2661H11C11.8837%2015.2661%2012.6%2014.5497%2012.6%2013.6661V5.54084C12.6%205.35519%2012.5263%205.17714%2012.395%205.04586C12.395%205.04586%2012.395%205.04586%2012.395%205.04586L10.3409%202.99182L8.28689%200.937775C8.15561%200.806498%207.97756%200.732748%207.79191%200.732748H3Z'%20stroke='currentColor'%20stroke-width='1.2'/%3e%3cpath%20d='M7.83273%201.33275V4.49942C7.83273%205.0517%208.28045%205.49942%208.83273%205.49942H11.9994'%20stroke='currentColor'%20stroke-width='1.2'%20stroke-linecap='round'/%3e%3c/svg%3e";
2
2
  export {
3
- e as default
3
+ t as default
4
4
  };
5
5
  //# sourceMappingURL=index88.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index88.js","sources":["../src/assets/icons/rounded-plus.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3824_45679)'%3e%3cpath%20d='M16%200C7.17706%200%200%207.17706%200%2016C0%2024.8229%207.17706%2032%2016%2032C24.8229%2032%2032%2024.8217%2032%2016C32%207.17831%2024.8229%200%2016%200ZM16%2029.5213C8.54531%2029.5213%202.47869%2023.4559%202.47869%2016C2.47869%208.54406%208.54531%202.47869%2016%202.47869C23.4547%202.47869%2029.5213%208.54406%2029.5213%2016C29.5213%2023.4559%2023.4559%2029.5213%2016%2029.5213Z'%20fill='%231B2636'/%3e%3cpath%20d='M22.1967%2014.6499H17.2393V9.6925C17.2393%209.00837%2016.6853%208.45312%2016%208.45312C15.3146%208.45312%2014.7606%209.00837%2014.7606%209.6925V14.6499H9.80322C9.11784%2014.6499%208.56384%2015.2051%208.56384%2015.8892C8.56384%2016.5734%209.11784%2017.1286%209.80322%2017.1286H14.7606V22.086C14.7606%2022.7701%2015.3146%2023.3254%2016%2023.3254C16.6853%2023.3254%2017.2393%2022.7701%2017.2393%2022.086V17.1286H22.1967C22.8821%2017.1286%2023.4361%2016.5734%2023.4361%2015.8892C23.4361%2015.2051%2022.8821%2014.6499%2022.1967%2014.6499Z'%20fill='%231B2636'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3824_45679'%3e%3crect%20width='32'%20height='32'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e\""],"names":["__vite_glob_0_44"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index88.js","sources":["../src/assets/icons/pages.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%3e%3cpath%20d='M3%200.732748C2.11635%200.732748%201.4%201.44909%201.4%202.33275V13.6661C1.4%2014.5497%202.11635%2015.2661%203%2015.2661H11C11.8837%2015.2661%2012.6%2014.5497%2012.6%2013.6661V5.54084C12.6%205.35519%2012.5263%205.17714%2012.395%205.04586C12.395%205.04586%2012.395%205.04586%2012.395%205.04586L10.3409%202.99182L8.28689%200.937775C8.15561%200.806498%207.97756%200.732748%207.79191%200.732748H3Z'%20stroke='currentColor'%20stroke-width='1.2'/%3e%3cpath%20d='M7.83273%201.33275V4.49942C7.83273%205.0517%208.28045%205.49942%208.83273%205.49942H11.9994'%20stroke='currentColor'%20stroke-width='1.2'%20stroke-linecap='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_43"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index89.js CHANGED
@@ -1,4 +1,4 @@
1
- const C = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Icon'%20clip-path='url(%23clip0_6481_34976)'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.464%200.538852C5.40518%200.6129%204.30984%200.989908%203.39939%201.59365C2.68713%202.06599%202.06489%202.68957%201.58877%203.40823C1.40501%203.68557%201.30821%203.85688%201.15302%204.17943C0.846125%204.81725%200.670429%205.41392%200.567389%206.16823C0.532701%206.42215%200.517869%207.18378%200.542013%207.47096C0.630541%208.52378%200.947789%209.48143%201.50174%2010.368C2.35318%2011.7307%203.69899%2012.7337%205.248%2013.16C6.28801%2013.4462%207.42659%2013.4625%208.48%2013.2064C9.31843%2013.0025%2010.1308%2012.6174%2010.8248%2012.0949L10.997%2011.9653L12.6865%2013.6531C13.6157%2014.5815%2014.4074%2015.3603%2014.4457%2015.3839C14.5475%2015.4465%2014.6473%2015.4719%2014.7931%2015.4721C15.04%2015.4724%2015.2346%2015.3657%2015.371%2015.1554C15.445%2015.0413%2015.4716%2014.9452%2015.4716%2014.7922C15.4716%2014.6476%2015.4463%2014.5477%2015.3837%2014.4459C15.3601%2014.4076%2014.5812%2013.616%2013.6529%2012.6867L11.965%2010.9972L12.0946%2010.8251C12.6172%2010.131%2013.0022%209.31866%2013.2061%208.48023C13.5216%207.18306%2013.4234%205.79596%2012.9286%204.56023C12.8272%204.30695%2012.6284%203.90549%2012.4888%203.67223C11.4148%201.87736%209.58214%200.727492%207.504%200.544692C7.3383%200.530116%206.64465%200.526228%206.464%200.538852ZM6.816%201.89976C5.56691%201.93223%204.37057%202.42984%203.47112%203.29104C2.5796%204.14464%202.04125%205.24604%201.92011%206.46423C1.89861%206.68042%201.89861%207.224%201.92009%207.44023C2.04408%208.6873%202.60814%209.82128%203.528%2010.6727C4.30611%2011.393%205.2611%2011.8358%206.344%2011.9785C6.63366%2012.0166%207.27366%2012.0168%207.56%2011.9788C8.8283%2011.8104%209.91985%2011.2359%2010.7419%2010.3042C11.4287%209.52581%2011.8382%208.61714%2011.9785%207.56023C12.0166%207.27389%2012.0164%206.63389%2011.9782%206.34423C11.7945%204.9498%2011.0975%203.74565%209.99161%202.91199C9.08494%202.22852%207.96024%201.87002%206.816%201.89976Z'%20fill='%23A1B3CF'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6481_34976'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
1
+ const C = "data:image/svg+xml,%3csvg%20width='29'%20height='28'%20viewBox='0%200%2029%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.01319%200C5.21753%200%204.45447%200.31607%203.89187%200.87868C3.32925%201.44129%203.01318%202.20436%203.01318%203V25C3.01318%2025.7956%203.32925%2026.5588%203.89187%2027.1214C4.45447%2027.684%205.21753%2028%206.01319%2028H24.0132C24.8088%2028%2025.5718%2027.684%2026.1344%2027.1214C26.697%2026.5588%2027.0132%2025.7956%2027.0132%2025V10C27.0132%209.73478%2026.9078%209.48042%2026.7202%209.2929L17.7203%200.292894C17.5327%200.105357%2017.2784%200%2017.0132%200H6.01319Z'%20fill='%23E1E8F5'/%3e%3cpath%20d='M26.7202%209.2929C26.9078%209.48042%2027.0132%209.73478%2027.0132%2010H18.0132C17.4609%2010%2017.0132%209.55228%2017.0132%209V0C17.2784%200%2017.5327%200.105357%2017.7203%200.292894L26.7202%209.2929Z'%20fill='%23C5D0E6'/%3e%3crect%20x='0.789062'%20y='12.833'%20width='24.5'%20height='12.8333'%20rx='1.16667'%20fill='%23F45A54'/%3e%3cpath%20d='M4.90437%2022.8716V16.0837H7.44982C7.97129%2016.0837%208.40879%2016.1809%208.76232%2016.3754C9.11807%2016.5698%209.38654%2016.8372%209.56772%2017.1775C9.75112%2017.5155%209.84282%2017.9%209.84282%2018.3309C9.84282%2018.7662%209.75112%2019.1528%209.56772%2019.4909C9.38433%2019.829%209.11365%2020.0952%208.7557%2020.2897C8.39774%2020.4819%207.95693%2020.578%207.43325%2020.578H5.74623V19.5671H7.26753C7.57246%2019.5671%207.82214%2019.5141%208.01659%2019.408C8.21103%2019.302%208.35465%2019.1561%208.44746%2018.9705C8.54247%2018.7849%208.58998%2018.5717%208.58998%2018.3309C8.58998%2018.09%208.54247%2017.8779%208.44746%2017.6945C8.35465%2017.5111%208.20993%2017.3686%208.01327%2017.2669C7.81883%2017.1631%207.56804%2017.1112%207.2609%2017.1112H6.13401V22.8716H4.90437ZM13.2111%2022.8716H10.9109V16.0837H13.2575C13.9314%2016.0837%2014.5103%2016.2196%2014.9942%2016.4914C15.4803%2016.7609%2015.8537%2017.1487%2016.1145%2017.6547C16.3752%2018.1607%2016.5056%2018.7662%2016.5056%2019.471C16.5056%2020.1781%2016.3741%2020.7857%2016.1112%2021.2939C15.8504%2021.8021%2015.4737%2022.1921%2014.981%2022.4639C14.4904%2022.7357%2013.9005%2022.8716%2013.2111%2022.8716ZM12.1405%2021.8077H13.1514C13.6243%2021.8077%2014.0187%2021.7215%2014.3346%2021.5491C14.6506%2021.3746%2014.8882%2021.115%2015.0472%2020.7703C15.2063%2020.4233%2015.2859%2019.9903%2015.2859%2019.471C15.2859%2018.9518%2015.2063%2018.5209%2015.0472%2018.1784C14.8882%2017.8337%2014.6528%2017.5763%2014.3413%2017.4061C14.0319%2017.2338%2013.6475%2017.1476%2013.1879%2017.1476H12.1405V21.8077ZM17.6739%2022.8716V16.0837H22.0224V17.1145H18.9035V18.9573H21.7241V19.9881H18.9035V22.8716H17.6739Z'%20fill='white'/%3e%3c/svg%3e";
2
2
  export {
3
3
  C as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index89.js","sources":["../src/assets/icons/search.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Icon'%20clip-path='url(%23clip0_6481_34976)'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.464%200.538852C5.40518%200.6129%204.30984%200.989908%203.39939%201.59365C2.68713%202.06599%202.06489%202.68957%201.58877%203.40823C1.40501%203.68557%201.30821%203.85688%201.15302%204.17943C0.846125%204.81725%200.670429%205.41392%200.567389%206.16823C0.532701%206.42215%200.517869%207.18378%200.542013%207.47096C0.630541%208.52378%200.947789%209.48143%201.50174%2010.368C2.35318%2011.7307%203.69899%2012.7337%205.248%2013.16C6.28801%2013.4462%207.42659%2013.4625%208.48%2013.2064C9.31843%2013.0025%2010.1308%2012.6174%2010.8248%2012.0949L10.997%2011.9653L12.6865%2013.6531C13.6157%2014.5815%2014.4074%2015.3603%2014.4457%2015.3839C14.5475%2015.4465%2014.6473%2015.4719%2014.7931%2015.4721C15.04%2015.4724%2015.2346%2015.3657%2015.371%2015.1554C15.445%2015.0413%2015.4716%2014.9452%2015.4716%2014.7922C15.4716%2014.6476%2015.4463%2014.5477%2015.3837%2014.4459C15.3601%2014.4076%2014.5812%2013.616%2013.6529%2012.6867L11.965%2010.9972L12.0946%2010.8251C12.6172%2010.131%2013.0022%209.31866%2013.2061%208.48023C13.5216%207.18306%2013.4234%205.79596%2012.9286%204.56023C12.8272%204.30695%2012.6284%203.90549%2012.4888%203.67223C11.4148%201.87736%209.58214%200.727492%207.504%200.544692C7.3383%200.530116%206.64465%200.526228%206.464%200.538852ZM6.816%201.89976C5.56691%201.93223%204.37057%202.42984%203.47112%203.29104C2.5796%204.14464%202.04125%205.24604%201.92011%206.46423C1.89861%206.68042%201.89861%207.224%201.92009%207.44023C2.04408%208.6873%202.60814%209.82128%203.528%2010.6727C4.30611%2011.393%205.2611%2011.8358%206.344%2011.9785C6.63366%2012.0166%207.27366%2012.0168%207.56%2011.9788C8.8283%2011.8104%209.91985%2011.2359%2010.7419%2010.3042C11.4287%209.52581%2011.8382%208.61714%2011.9785%207.56023C12.0166%207.27389%2012.0164%206.63389%2011.9782%206.34423C11.7945%204.9498%2011.0975%203.74565%209.99161%202.91199C9.08494%202.22852%207.96024%201.87002%206.816%201.89976Z'%20fill='%23A1B3CF'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6481_34976'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e\""],"names":["__vite_glob_0_45"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index89.js","sources":["../src/assets/icons/pdfFile.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='29'%20height='28'%20viewBox='0%200%2029%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.01319%200C5.21753%200%204.45447%200.31607%203.89187%200.87868C3.32925%201.44129%203.01318%202.20436%203.01318%203V25C3.01318%2025.7956%203.32925%2026.5588%203.89187%2027.1214C4.45447%2027.684%205.21753%2028%206.01319%2028H24.0132C24.8088%2028%2025.5718%2027.684%2026.1344%2027.1214C26.697%2026.5588%2027.0132%2025.7956%2027.0132%2025V10C27.0132%209.73478%2026.9078%209.48042%2026.7202%209.2929L17.7203%200.292894C17.5327%200.105357%2017.2784%200%2017.0132%200H6.01319Z'%20fill='%23E1E8F5'/%3e%3cpath%20d='M26.7202%209.2929C26.9078%209.48042%2027.0132%209.73478%2027.0132%2010H18.0132C17.4609%2010%2017.0132%209.55228%2017.0132%209V0C17.2784%200%2017.5327%200.105357%2017.7203%200.292894L26.7202%209.2929Z'%20fill='%23C5D0E6'/%3e%3crect%20x='0.789062'%20y='12.833'%20width='24.5'%20height='12.8333'%20rx='1.16667'%20fill='%23F45A54'/%3e%3cpath%20d='M4.90437%2022.8716V16.0837H7.44982C7.97129%2016.0837%208.40879%2016.1809%208.76232%2016.3754C9.11807%2016.5698%209.38654%2016.8372%209.56772%2017.1775C9.75112%2017.5155%209.84282%2017.9%209.84282%2018.3309C9.84282%2018.7662%209.75112%2019.1528%209.56772%2019.4909C9.38433%2019.829%209.11365%2020.0952%208.7557%2020.2897C8.39774%2020.4819%207.95693%2020.578%207.43325%2020.578H5.74623V19.5671H7.26753C7.57246%2019.5671%207.82214%2019.5141%208.01659%2019.408C8.21103%2019.302%208.35465%2019.1561%208.44746%2018.9705C8.54247%2018.7849%208.58998%2018.5717%208.58998%2018.3309C8.58998%2018.09%208.54247%2017.8779%208.44746%2017.6945C8.35465%2017.5111%208.20993%2017.3686%208.01327%2017.2669C7.81883%2017.1631%207.56804%2017.1112%207.2609%2017.1112H6.13401V22.8716H4.90437ZM13.2111%2022.8716H10.9109V16.0837H13.2575C13.9314%2016.0837%2014.5103%2016.2196%2014.9942%2016.4914C15.4803%2016.7609%2015.8537%2017.1487%2016.1145%2017.6547C16.3752%2018.1607%2016.5056%2018.7662%2016.5056%2019.471C16.5056%2020.1781%2016.3741%2020.7857%2016.1112%2021.2939C15.8504%2021.8021%2015.4737%2022.1921%2014.981%2022.4639C14.4904%2022.7357%2013.9005%2022.8716%2013.2111%2022.8716ZM12.1405%2021.8077H13.1514C13.6243%2021.8077%2014.0187%2021.7215%2014.3346%2021.5491C14.6506%2021.3746%2014.8882%2021.115%2015.0472%2020.7703C15.2063%2020.4233%2015.2859%2019.9903%2015.2859%2019.471C15.2859%2018.9518%2015.2063%2018.5209%2015.0472%2018.1784C14.8882%2017.8337%2014.6528%2017.5763%2014.3413%2017.4061C14.0319%2017.2338%2013.6475%2017.1476%2013.1879%2017.1476H12.1405V21.8077ZM17.6739%2022.8716V16.0837H22.0224V17.1145H18.9035V18.9573H21.7241V19.9881H18.9035V22.8716H17.6739Z'%20fill='white'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_44"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index90.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_7225_19501)'%3e%3cpath%20d='M2.82457%206.4442C2.30671%206.09896%201.271%205.09777%201.271%203.85491C1.271%202.30134%202.30671%201.26562%203.86028%201.26562C5.41385%201.26562%206.96742%202.8192%207.48528%206.4442C8.00314%2010.0692%205.93171%2014.7299%203.34242%2014.7299C0.753139%2014.7299%202.30671%207.99777%208.00314%205.92634C11.4181%204.68453%2011.6281%207.99777%2011.1103%2010.0692C12.146%208.51562%2013.1817%206.96205%2014.7353%207.99777M9.04185%2012.6589H14.7383'%20stroke='black'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7225_19501'%3e%3crect%20width='16'%20height='16'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9091%2013.9999H15.0909V13.4545C15.0909%2011.1182%2013.4589%209.16312%2011.2727%208.66705M9.63633%202.06875C9.81067%202.02388%209.99344%202.00001%2010.1818%202.00001C11.3868%202.00001%2012.3636%202.97685%2012.3636%204.18183C12.3636%205.38682%2011.3868%206.36365%2010.1818%206.36365C9.99344%206.36365%209.81067%206.33978%209.63633%206.29491M5.81815%208.54547C3.10693%208.54547%200.909058%2010.7433%200.909058%2013.4546V14H10.7272V13.4546C10.7272%2010.7433%208.52936%208.54547%205.81815%208.54547ZM5.81815%206.36365C7.02314%206.36365%207.99997%205.38682%207.99997%204.18183C7.99997%202.97685%207.02314%202.00001%205.81815%202.00001C4.61317%202.00001%203.63634%202.97685%203.63634%204.18183C3.63634%205.38682%204.61317%206.36365%205.81815%206.36365Z'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index90.js","sources":["../src/assets/icons/signature-field.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_7225_19501)'%3e%3cpath%20d='M2.82457%206.4442C2.30671%206.09896%201.271%205.09777%201.271%203.85491C1.271%202.30134%202.30671%201.26562%203.86028%201.26562C5.41385%201.26562%206.96742%202.8192%207.48528%206.4442C8.00314%2010.0692%205.93171%2014.7299%203.34242%2014.7299C0.753139%2014.7299%202.30671%207.99777%208.00314%205.92634C11.4181%204.68453%2011.6281%207.99777%2011.1103%2010.0692C12.146%208.51562%2013.1817%206.96205%2014.7353%207.99777M9.04185%2012.6589H14.7383'%20stroke='black'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7225_19501'%3e%3crect%20width='16'%20height='16'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e\""],"names":["__vite_glob_0_46"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index90.js","sources":["../src/assets/icons/people.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9091%2013.9999H15.0909V13.4545C15.0909%2011.1182%2013.4589%209.16312%2011.2727%208.66705M9.63633%202.06875C9.81067%202.02388%209.99344%202.00001%2010.1818%202.00001C11.3868%202.00001%2012.3636%202.97685%2012.3636%204.18183C12.3636%205.38682%2011.3868%206.36365%2010.1818%206.36365C9.99344%206.36365%209.81067%206.33978%209.63633%206.29491M5.81815%208.54547C3.10693%208.54547%200.909058%2010.7433%200.909058%2013.4546V14H10.7272V13.4546C10.7272%2010.7433%208.52936%208.54547%205.81815%208.54547ZM5.81815%206.36365C7.02314%206.36365%207.99997%205.38682%207.99997%204.18183C7.99997%202.97685%207.02314%202.00001%205.81815%202.00001C4.61317%202.00001%203.63634%202.97685%203.63634%204.18183C3.63634%205.38682%204.61317%206.36365%205.81815%206.36365Z'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_45"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index91.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_72_2399)'%3e%3cpath%20d='M1.37388%206.99414H10.4141'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.44197%202.02539L10.4141%206.99749L5.44197%2011.9696'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.127%2011.9696V2.02539'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_72_2399'%3e%3crect%20width='13.5'%20height='13.5'%20fill='white'%20transform='matrix(-1%200%200%201%2014%200.25)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M20.6716%2018.7952V5.20341C20.6716%204.13548%2019.7759%203.26172%2018.6812%203.26172H4.74824C3.6535%203.26172%202.75781%204.13548%202.75781%205.20341V18.7952C2.75781%2019.8632%203.6535%2020.7369%204.74824%2020.7369H18.6812C19.7759%2020.7369%2020.6716%2019.8632%2020.6716%2018.7952ZM8.23147%2013.4556L10.7195%2016.3778L14.2027%2011.9993L18.6812%2017.8244H4.74824L8.23147%2013.4556Z'%20fill='%239C8BFA'/%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index91.js","sources":["../src/assets/icons/slideout.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_72_2399)'%3e%3cpath%20d='M1.37388%206.99414H10.4141'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.44197%202.02539L10.4141%206.99749L5.44197%2011.9696'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.127%2011.9696V2.02539'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_72_2399'%3e%3crect%20width='13.5'%20height='13.5'%20fill='white'%20transform='matrix(-1%200%200%201%2014%200.25)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e\""],"names":["__vite_glob_0_47"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index91.js","sources":["../src/assets/icons/photo.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M20.6716%2018.7952V5.20341C20.6716%204.13548%2019.7759%203.26172%2018.6812%203.26172H4.74824C3.6535%203.26172%202.75781%204.13548%202.75781%205.20341V18.7952C2.75781%2019.8632%203.6535%2020.7369%204.74824%2020.7369H18.6812C19.7759%2020.7369%2020.6716%2019.8632%2020.6716%2018.7952ZM8.23147%2013.4556L10.7195%2016.3778L14.2027%2011.9993L18.6812%2017.8244H4.74824L8.23147%2013.4556Z'%20fill='%239C8BFA'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_46"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index92.js CHANGED
@@ -1,5 +1,5 @@
1
- const t = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%3e%3cpath%20d='M10.5152%201H1.71523C1.11023%201%200.615234%201.495%200.615234%202.1V12L2.81523%209.8H10.5152C11.1202%209.8%2011.6152%209.305%2011.6152%208.7V2.1C11.6152%201.495%2011.1202%201%2010.5152%201ZM10.5152%208.7H2.81523L1.71523%209.8V2.1H10.5152V8.7ZM3.36523%204.85H4.46523V5.95H3.36523V4.85ZM5.56523%204.85H6.66523V5.95H5.56523V4.85ZM7.76523%204.85H8.86523V5.95H7.76523V4.85Z'%20fill='%23415575'%20stroke='%23F2F4F8'%20stroke-width='0.2'/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_7236_76584)'%3e%3cpath%20d='M8.00012%2011.6224C10.0022%2011.6224%2011.6251%209.99943%2011.6251%207.99739C11.6251%205.99536%2010.0022%204.37239%208.00012%204.37239C5.99809%204.37239%204.37512%205.99536%204.37512%207.99739C4.37512%209.99943%205.99809%2011.6224%208.00012%2011.6224Z'%20fill='black'%20/%3e%3cpath%20d='M14.2349%207.99805C14.2349%204.55622%2011.4453%201.76578%208.00342%201.76562C4.5615%201.76562%201.771%204.55613%201.771%207.99805C1.77115%2011.4399%204.56159%2014.2295%208.00342%2014.2295C11.4452%2014.2293%2014.2347%2011.4398%2014.2349%207.99805ZM11.1255%207.99707C11.1253%206.27145%209.72611%204.87227%208.00049%204.87207C6.2747%204.87207%204.87566%206.27132%204.87549%207.99707C4.87549%209.72296%206.2746%2011.1221%208.00049%2011.1221C9.72621%2011.1219%2011.1255%209.72284%2011.1255%207.99707ZM15.2349%207.99805C15.2347%2011.9921%2011.9974%2015.2293%208.00342%2015.2295C4.00931%2015.2295%200.771147%2011.9922%200.770996%207.99805C0.770996%204.00385%204.00922%200.765625%208.00342%200.765625C11.9975%200.765776%2015.2349%204.00394%2015.2349%207.99805ZM12.1255%207.99707C12.1255%2010.2751%2010.2785%2012.1219%208.00049%2012.1221C5.72231%2012.1221%203.87549%2010.2752%203.87549%207.99707C3.87566%205.71904%205.72242%203.87207%208.00049%203.87207C10.2784%203.87227%2012.1253%205.71916%2012.1255%207.99707Z'%20fill='black'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7236_76584'%3e%3crect%20width='16'%20height='16'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
2
  export {
3
- t as default
3
+ e as default
4
4
  };
5
5
  //# sourceMappingURL=index92.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index92.js","sources":["../src/assets/icons/sms.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%3e%3cpath%20d='M10.5152%201H1.71523C1.11023%201%200.615234%201.495%200.615234%202.1V12L2.81523%209.8H10.5152C11.1202%209.8%2011.6152%209.305%2011.6152%208.7V2.1C11.6152%201.495%2011.1202%201%2010.5152%201ZM10.5152%208.7H2.81523L1.71523%209.8V2.1H10.5152V8.7ZM3.36523%204.85H4.46523V5.95H3.36523V4.85ZM5.56523%204.85H6.66523V5.95H5.56523V4.85ZM7.76523%204.85H8.86523V5.95H7.76523V4.85Z'%20fill='%23415575'%20stroke='%23F2F4F8'%20stroke-width='0.2'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_48"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index92.js","sources":["../src/assets/icons/radio-field.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_7236_76584)'%3e%3cpath%20d='M8.00012%2011.6224C10.0022%2011.6224%2011.6251%209.99943%2011.6251%207.99739C11.6251%205.99536%2010.0022%204.37239%208.00012%204.37239C5.99809%204.37239%204.37512%205.99536%204.37512%207.99739C4.37512%209.99943%205.99809%2011.6224%208.00012%2011.6224Z'%20fill='black'%20/%3e%3cpath%20d='M14.2349%207.99805C14.2349%204.55622%2011.4453%201.76578%208.00342%201.76562C4.5615%201.76562%201.771%204.55613%201.771%207.99805C1.77115%2011.4399%204.56159%2014.2295%208.00342%2014.2295C11.4452%2014.2293%2014.2347%2011.4398%2014.2349%207.99805ZM11.1255%207.99707C11.1253%206.27145%209.72611%204.87227%208.00049%204.87207C6.2747%204.87207%204.87566%206.27132%204.87549%207.99707C4.87549%209.72296%206.2746%2011.1221%208.00049%2011.1221C9.72621%2011.1219%2011.1255%209.72284%2011.1255%207.99707ZM15.2349%207.99805C15.2347%2011.9921%2011.9974%2015.2293%208.00342%2015.2295C4.00931%2015.2295%200.771147%2011.9922%200.770996%207.99805C0.770996%204.00385%204.00922%200.765625%208.00342%200.765625C11.9975%200.765776%2015.2349%204.00394%2015.2349%207.99805ZM12.1255%207.99707C12.1255%2010.2751%2010.2785%2012.1219%208.00049%2012.1221C5.72231%2012.1221%203.87549%2010.2752%203.87549%207.99707C3.87566%205.71904%205.72242%203.87207%208.00049%203.87207C10.2784%203.87227%2012.1253%205.71916%2012.1255%207.99707Z'%20fill='black'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7236_76584'%3e%3crect%20width='16'%20height='16'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e\""],"names":["__vite_glob_0_47"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index93.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.705%2010.3125L12.001%2013.0166L9.29688%2010.3125'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.0039%202.95117V12.9512'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.70504%205.65234L4.00096%202.94826L1.29688%205.65234'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4.00391%2013.0098V3.00977'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.18479%202.5011L3.87718%204.80871L6.18479%207.11632M3.41797%209.65512C3.41797%2012.3315%205.58759%2014.5011%208.26395%2014.5011C10.9403%2014.5011%2013.1099%2012.3315%2013.1099%209.65512C13.1099%206.97877%2010.9403%204.80914%208.26395%204.80914H3.87949'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index93.js","sources":["../src/assets/icons/sort.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.705%2010.3125L12.001%2013.0166L9.29688%2010.3125'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.0039%202.95117V12.9512'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.70504%205.65234L4.00096%202.94826L1.29688%205.65234'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4.00391%2013.0098V3.00977'%20stroke='%23415575'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_49"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index93.js","sources":["../src/assets/icons/reset.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.18479%202.5011L3.87718%204.80871L6.18479%207.11632M3.41797%209.65512C3.41797%2012.3315%205.58759%2014.5011%208.26395%2014.5011C10.9403%2014.5011%2013.1099%2012.3315%2013.1099%209.65512C13.1099%206.97877%2010.9403%204.80914%208.26395%204.80914H3.87949'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_48"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index94.js CHANGED
@@ -1,5 +1,5 @@
1
- const C = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.31825%201.62467C7.24366%201.63988%201.22813%203.94961%201.07809%204.02065C0.98891%204.06287%200.850115%204.17259%200.784466%204.25277C0.710632%204.34293%200.635259%204.4953%200.603951%204.61773C0.574405%204.73328%200.574032%204.78117%200.574256%208.47036C0.574495%2012.5912%200.56728%2012.284%200.668987%2012.5022C0.76203%2012.7018%200.922963%2012.8736%201.10978%2012.9728C1.15606%2012.9974%202.54163%2013.5357%204.18882%2014.1691C5.83601%2014.8025%207.20724%2015.3315%207.23599%2015.3447C7.32984%2015.3876%207.4212%2015.4097%207.50486%2015.4097C7.58424%2015.4097%207.71566%2015.379%207.7497%2015.3525C7.75881%2015.3454%207.79651%2015.3294%207.83348%2015.317C8.03258%2015.2501%2013.8291%2013.0101%2013.9%2012.9726C14.0796%2012.8777%2014.2379%2012.7114%2014.3314%2012.5197C14.4449%2012.2869%2014.4364%2012.631%2014.4321%208.43142L14.4282%204.66273L14.3951%204.56542C14.3033%204.29565%2014.0769%204.04918%2013.8158%203.93474C13.7153%203.89068%207.92525%201.69931%207.78269%201.65138C7.67583%201.61545%207.43218%201.60143%207.31825%201.62467ZM5.05097%203.62847C3.69824%204.14987%202.61311%204.57599%202.62369%204.58166C2.63422%204.5873%203.73657%205.01286%205.07338%205.52734L7.50392%206.46276L9.97276%205.5126C11.3306%204.99002%2012.4432%204.56097%2012.4452%204.55915C12.4483%204.55638%207.55586%202.7024%207.51233%202.68985C7.50412%202.68749%206.39651%203.10987%205.05097%203.62847ZM1.63457%208.69313C1.63457%2011.3485%201.63839%2012.0348%201.65324%2012.044C1.66352%2012.0504%202.86165%2012.5136%204.31578%2013.0734L6.95966%2014.0912L6.96342%2010.752C6.9655%208.91538%206.96214%207.40806%206.95595%207.40237C6.945%207.39229%201.71269%205.37513%201.66071%205.36096C1.63587%205.35417%201.63457%205.52008%201.63457%208.69313ZM10.6939%206.37895L8.05007%207.3981L8.0463%2010.7466L8.04254%2014.0951L8.12075%2014.0643C8.16377%2014.0473%209.35184%2013.5896%2010.7609%2013.0472C12.17%2012.5047%2013.3346%2012.0546%2013.349%2012.047C13.3738%2012.0339%2013.3752%2011.859%2013.3752%208.69524C13.3752%206.03419%2013.3714%205.35756%2013.3565%205.35857C13.3462%205.35925%2012.1481%205.81844%2010.6939%206.37895Z'%20fill='%2356CF8A'/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M9.33275%2013.3333L12.6661%2010L9.33275%206.66663'%20stroke='currentColor'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
2
2
  export {
3
- C as default
3
+ e as default
4
4
  };
5
5
  //# sourceMappingURL=index94.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index94.js","sources":["../src/assets/icons/space.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.31825%201.62467C7.24366%201.63988%201.22813%203.94961%201.07809%204.02065C0.98891%204.06287%200.850115%204.17259%200.784466%204.25277C0.710632%204.34293%200.635259%204.4953%200.603951%204.61773C0.574405%204.73328%200.574032%204.78117%200.574256%208.47036C0.574495%2012.5912%200.56728%2012.284%200.668987%2012.5022C0.76203%2012.7018%200.922963%2012.8736%201.10978%2012.9728C1.15606%2012.9974%202.54163%2013.5357%204.18882%2014.1691C5.83601%2014.8025%207.20724%2015.3315%207.23599%2015.3447C7.32984%2015.3876%207.4212%2015.4097%207.50486%2015.4097C7.58424%2015.4097%207.71566%2015.379%207.7497%2015.3525C7.75881%2015.3454%207.79651%2015.3294%207.83348%2015.317C8.03258%2015.2501%2013.8291%2013.0101%2013.9%2012.9726C14.0796%2012.8777%2014.2379%2012.7114%2014.3314%2012.5197C14.4449%2012.2869%2014.4364%2012.631%2014.4321%208.43142L14.4282%204.66273L14.3951%204.56542C14.3033%204.29565%2014.0769%204.04918%2013.8158%203.93474C13.7153%203.89068%207.92525%201.69931%207.78269%201.65138C7.67583%201.61545%207.43218%201.60143%207.31825%201.62467ZM5.05097%203.62847C3.69824%204.14987%202.61311%204.57599%202.62369%204.58166C2.63422%204.5873%203.73657%205.01286%205.07338%205.52734L7.50392%206.46276L9.97276%205.5126C11.3306%204.99002%2012.4432%204.56097%2012.4452%204.55915C12.4483%204.55638%207.55586%202.7024%207.51233%202.68985C7.50412%202.68749%206.39651%203.10987%205.05097%203.62847ZM1.63457%208.69313C1.63457%2011.3485%201.63839%2012.0348%201.65324%2012.044C1.66352%2012.0504%202.86165%2012.5136%204.31578%2013.0734L6.95966%2014.0912L6.96342%2010.752C6.9655%208.91538%206.96214%207.40806%206.95595%207.40237C6.945%207.39229%201.71269%205.37513%201.66071%205.36096C1.63587%205.35417%201.63457%205.52008%201.63457%208.69313ZM10.6939%206.37895L8.05007%207.3981L8.0463%2010.7466L8.04254%2014.0951L8.12075%2014.0643C8.16377%2014.0473%209.35184%2013.5896%2010.7609%2013.0472C12.17%2012.5047%2013.3346%2012.0546%2013.349%2012.047C13.3738%2012.0339%2013.3752%2011.859%2013.3752%208.69524C13.3752%206.03419%2013.3714%205.35756%2013.3565%205.35857C13.3462%205.35925%2012.1481%205.81844%2010.6939%206.37895Z'%20fill='%2356CF8A'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_50"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index94.js","sources":["../src/assets/icons/rightSide.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M9.33275%2013.3333L12.6661%2010L9.33275%206.66663'%20stroke='currentColor'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_49"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index95.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M2.30574%2011.1058H13.6986V12.6594C13.6986%2012.9341%2013.5894%2013.1976%2013.3952%2013.3918C13.201%2013.586%2012.9376%2013.6951%2012.6629%2013.6951H3.34145C3.06676%2013.6951%202.80333%2013.586%202.60909%2013.3918C2.41486%2013.1976%202.30574%2012.9341%202.30574%2012.6594V11.1058Z'%20stroke='black'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M11.6281%207.4811C11.3535%207.4811%2011.09%207.37197%2010.8958%207.17775C10.7015%206.98351%2010.5924%206.72007%2010.5924%206.44538V4.37395C10.5924%203.68723%2010.3196%203.02863%209.83404%202.54305C9.34846%202.05746%208.68986%201.78467%208.00314%201.78467C7.31642%201.78467%206.65782%202.05746%206.17223%202.54305C5.68665%203.02863%205.41385%203.68723%205.41385%204.37395V6.44538C5.41385%206.72007%205.30473%206.98351%205.1105%207.17775C4.91626%207.37197%204.65283%207.4811%204.37814%207.4811H3.34242C2.79305%207.4811%202.26617%207.69933%201.87771%208.08781C1.48924%208.47627%201.271%209.00315%201.271%209.55253V10.0704C1.271%2010.3451%201.38012%2010.6085%201.57435%2010.8027C1.76858%2010.997%202.03202%2011.1061%202.30671%2011.1061H13.6996C13.9742%2011.1061%2014.2377%2010.997%2014.4319%2010.8027C14.6261%2010.6085%2014.7353%2010.3451%2014.7353%2010.0704V9.55253C14.7353%209.00315%2014.5171%208.47627%2014.1286%208.08781C13.7401%207.69933%2013.2132%207.4811%2012.6639%207.4811H11.6281Z'%20stroke='black'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.9962%207.48861V5.48849C13.9962%204.38385%2013.1008%203.48837%2011.9961%203.48837H9.49595M9.49595%203.48837L10.996%201.98853M9.49595%203.48837L10.996%204.98871M8.99554%206.48804C9.54786%206.48804%209.9956%206.93579%209.9956%207.4881V13.4885C9.9956%2014.0408%209.54786%2014.4885%208.99554%2014.4885H2.99518C2.44286%2014.4885%201.99512%2014.0408%201.99512%2013.4885V7.4881C1.99512%206.93579%202.44286%206.48804%202.99518%206.48804H8.99554Z'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index95.js","sources":["../src/assets/icons/stamp-field.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M2.30574%2011.1058H13.6986V12.6594C13.6986%2012.9341%2013.5894%2013.1976%2013.3952%2013.3918C13.201%2013.586%2012.9376%2013.6951%2012.6629%2013.6951H3.34145C3.06676%2013.6951%202.80333%2013.586%202.60909%2013.3918C2.41486%2013.1976%202.30574%2012.9341%202.30574%2012.6594V11.1058Z'%20stroke='black'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M11.6281%207.4811C11.3535%207.4811%2011.09%207.37197%2010.8958%207.17775C10.7015%206.98351%2010.5924%206.72007%2010.5924%206.44538V4.37395C10.5924%203.68723%2010.3196%203.02863%209.83404%202.54305C9.34846%202.05746%208.68986%201.78467%208.00314%201.78467C7.31642%201.78467%206.65782%202.05746%206.17223%202.54305C5.68665%203.02863%205.41385%203.68723%205.41385%204.37395V6.44538C5.41385%206.72007%205.30473%206.98351%205.1105%207.17775C4.91626%207.37197%204.65283%207.4811%204.37814%207.4811H3.34242C2.79305%207.4811%202.26617%207.69933%201.87771%208.08781C1.48924%208.47627%201.271%209.00315%201.271%209.55253V10.0704C1.271%2010.3451%201.38012%2010.6085%201.57435%2010.8027C1.76858%2010.997%202.03202%2011.1061%202.30671%2011.1061H13.6996C13.9742%2011.1061%2014.2377%2010.997%2014.4319%2010.8027C14.6261%2010.6085%2014.7353%2010.3451%2014.7353%2010.0704V9.55253C14.7353%209.00315%2014.5171%208.47627%2014.1286%208.08781C13.7401%207.69933%2013.2132%207.4811%2012.6639%207.4811H11.6281Z'%20stroke='black'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e\""],"names":["__vite_glob_0_51"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index95.js","sources":["../src/assets/icons/rotate-left.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.9962%207.48861V5.48849C13.9962%204.38385%2013.1008%203.48837%2011.9961%203.48837H9.49595M9.49595%203.48837L10.996%201.98853M9.49595%203.48837L10.996%204.98871M8.99554%206.48804C9.54786%206.48804%209.9956%206.93579%209.9956%207.4881V13.4885C9.9956%2014.0408%209.54786%2014.4885%208.99554%2014.4885H2.99518C2.44286%2014.4885%201.99512%2014.0408%201.99512%2013.4885V7.4881C1.99512%206.93579%202.44286%206.48804%202.99518%206.48804H8.99554Z'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_50"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index96.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M1.78076%203.5625H9.54862M1.78671%206.6684H14.2153M1.78671%209.77778H14.2153M1.78671%2012.8837H14.2153'%20stroke='black'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.00391%207.48861V5.48849C2.00391%204.38385%202.89936%203.48837%204.00403%203.48837H6.50418M6.50418%203.48837L5.00409%201.98853M6.50418%203.48837L5.00409%204.98871M7.00459%206.48803C6.45228%206.48803%206.00453%206.93578%206.00453%207.48809V13.4885C6.00453%2014.0408%206.45228%2014.4885%207.00459%2014.4885H13.005C13.5573%2014.4885%2014.005%2014.0408%2014.005%2013.4885V7.48809C14.005%206.93578%2013.5573%206.48803%2013.005%206.48803H7.00459Z'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index96.js","sources":["../src/assets/icons/text-field.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M1.78076%203.5625H9.54862M1.78671%206.6684H14.2153M1.78671%209.77778H14.2153M1.78671%2012.8837H14.2153'%20stroke='black'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e\""],"names":["__vite_glob_0_52"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index96.js","sources":["../src/assets/icons/rotate-right.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.00391%207.48861V5.48849C2.00391%204.38385%202.89936%203.48837%204.00403%203.48837H6.50418M6.50418%203.48837L5.00409%201.98853M6.50418%203.48837L5.00409%204.98871M7.00459%206.48803C6.45228%206.48803%206.00453%206.93578%206.00453%207.48809V13.4885C6.00453%2014.0408%206.45228%2014.4885%207.00459%2014.4885H13.005C13.5573%2014.4885%2014.005%2014.0408%2014.005%2013.4885V7.48809C14.005%206.93578%2013.5573%206.48803%2013.005%206.48803H7.00459Z'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_51"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index97.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.4447%206.36364L8.30181%2013.6364L5.05505%2010.3306'%20stroke='currentColor'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3824_45679)'%3e%3cpath%20d='M16%200C7.17706%200%200%207.17706%200%2016C0%2024.8229%207.17706%2032%2016%2032C24.8229%2032%2032%2024.8217%2032%2016C32%207.17831%2024.8229%200%2016%200ZM16%2029.5213C8.54531%2029.5213%202.47869%2023.4559%202.47869%2016C2.47869%208.54406%208.54531%202.47869%2016%202.47869C23.4547%202.47869%2029.5213%208.54406%2029.5213%2016C29.5213%2023.4559%2023.4559%2029.5213%2016%2029.5213Z'%20fill='%231B2636'/%3e%3cpath%20d='M22.1967%2014.6499H17.2393V9.6925C17.2393%209.00837%2016.6853%208.45312%2016%208.45312C15.3146%208.45312%2014.7606%209.00837%2014.7606%209.6925V14.6499H9.80322C9.11784%2014.6499%208.56384%2015.2051%208.56384%2015.8892C8.56384%2016.5734%209.11784%2017.1286%209.80322%2017.1286H14.7606V22.086C14.7606%2022.7701%2015.3146%2023.3254%2016%2023.3254C16.6853%2023.3254%2017.2393%2022.7701%2017.2393%2022.086V17.1286H22.1967C22.8821%2017.1286%2023.4361%2016.5734%2023.4361%2015.8892C23.4361%2015.2051%2022.8821%2014.6499%2022.1967%2014.6499Z'%20fill='%231B2636'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3824_45679'%3e%3crect%20width='32'%20height='32'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index97.js","sources":["../src/assets/icons/tick.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.4447%206.36364L8.30181%2013.6364L5.05505%2010.3306'%20stroke='currentColor'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_53"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index97.js","sources":["../src/assets/icons/rounded-plus.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3824_45679)'%3e%3cpath%20d='M16%200C7.17706%200%200%207.17706%200%2016C0%2024.8229%207.17706%2032%2016%2032C24.8229%2032%2032%2024.8217%2032%2016C32%207.17831%2024.8229%200%2016%200ZM16%2029.5213C8.54531%2029.5213%202.47869%2023.4559%202.47869%2016C2.47869%208.54406%208.54531%202.47869%2016%202.47869C23.4547%202.47869%2029.5213%208.54406%2029.5213%2016C29.5213%2023.4559%2023.4559%2029.5213%2016%2029.5213Z'%20fill='%231B2636'/%3e%3cpath%20d='M22.1967%2014.6499H17.2393V9.6925C17.2393%209.00837%2016.6853%208.45312%2016%208.45312C15.3146%208.45312%2014.7606%209.00837%2014.7606%209.6925V14.6499H9.80322C9.11784%2014.6499%208.56384%2015.2051%208.56384%2015.8892C8.56384%2016.5734%209.11784%2017.1286%209.80322%2017.1286H14.7606V22.086C14.7606%2022.7701%2015.3146%2023.3254%2016%2023.3254C16.6853%2023.3254%2017.2393%2022.7701%2017.2393%2022.086V17.1286H22.1967C22.8821%2017.1286%2023.4361%2016.5734%2023.4361%2015.8892C23.4361%2015.2051%2022.8821%2014.6499%2022.1967%2014.6499Z'%20fill='%231B2636'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3824_45679'%3e%3crect%20width='32'%20height='32'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e\""],"names":["__vite_glob_0_52"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index98.js CHANGED
@@ -1,5 +1,5 @@
1
- const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M1.25439%208.51893H14.7454M4.88658%208.51893V10.0756M11.1132%208.51893V10.0756M4.88658%204.88674V2.81121C4.88658%202.23807%205.35121%201.77344%205.92435%201.77344H10.0754C10.6486%201.77344%2011.1132%202.23807%2011.1132%202.81121V4.88674M13.7076%204.88674H2.29216C1.71902%204.88674%201.25439%205.35137%201.25439%205.92451V13.1889C1.25439%2013.762%201.71902%2014.2266%202.29216%2014.2266H13.7076C14.2808%2014.2266%2014.7454%2013.762%2014.7454%2013.1889V5.92451C14.7454%205.35137%2014.2808%204.88674%2013.7076%204.88674Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e";
1
+ const C = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Icon'%20clip-path='url(%23clip0_6481_34976)'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.464%200.538852C5.40518%200.6129%204.30984%200.989908%203.39939%201.59365C2.68713%202.06599%202.06489%202.68957%201.58877%203.40823C1.40501%203.68557%201.30821%203.85688%201.15302%204.17943C0.846125%204.81725%200.670429%205.41392%200.567389%206.16823C0.532701%206.42215%200.517869%207.18378%200.542013%207.47096C0.630541%208.52378%200.947789%209.48143%201.50174%2010.368C2.35318%2011.7307%203.69899%2012.7337%205.248%2013.16C6.28801%2013.4462%207.42659%2013.4625%208.48%2013.2064C9.31843%2013.0025%2010.1308%2012.6174%2010.8248%2012.0949L10.997%2011.9653L12.6865%2013.6531C13.6157%2014.5815%2014.4074%2015.3603%2014.4457%2015.3839C14.5475%2015.4465%2014.6473%2015.4719%2014.7931%2015.4721C15.04%2015.4724%2015.2346%2015.3657%2015.371%2015.1554C15.445%2015.0413%2015.4716%2014.9452%2015.4716%2014.7922C15.4716%2014.6476%2015.4463%2014.5477%2015.3837%2014.4459C15.3601%2014.4076%2014.5812%2013.616%2013.6529%2012.6867L11.965%2010.9972L12.0946%2010.8251C12.6172%2010.131%2013.0022%209.31866%2013.2061%208.48023C13.5216%207.18306%2013.4234%205.79596%2012.9286%204.56023C12.8272%204.30695%2012.6284%203.90549%2012.4888%203.67223C11.4148%201.87736%209.58214%200.727492%207.504%200.544692C7.3383%200.530116%206.64465%200.526228%206.464%200.538852ZM6.816%201.89976C5.56691%201.93223%204.37057%202.42984%203.47112%203.29104C2.5796%204.14464%202.04125%205.24604%201.92011%206.46423C1.89861%206.68042%201.89861%207.224%201.92009%207.44023C2.04408%208.6873%202.60814%209.82128%203.528%2010.6727C4.30611%2011.393%205.2611%2011.8358%206.344%2011.9785C6.63366%2012.0166%207.27366%2012.0168%207.56%2011.9788C8.8283%2011.8104%209.91985%2011.2359%2010.7419%2010.3042C11.4287%209.52581%2011.8382%208.61714%2011.9785%207.56023C12.0166%207.27389%2012.0164%206.63389%2011.9782%206.34423C11.7945%204.9498%2011.0975%203.74565%209.99161%202.91199C9.08494%202.22852%207.96024%201.87002%206.816%201.89976Z'%20fill='%23A1B3CF'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6481_34976'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
2
  export {
3
- e as default
3
+ C as default
4
4
  };
5
5
  //# sourceMappingURL=index98.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index98.js","sources":["../src/assets/icons/title-field.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M1.25439%208.51893H14.7454M4.88658%208.51893V10.0756M11.1132%208.51893V10.0756M4.88658%204.88674V2.81121C4.88658%202.23807%205.35121%201.77344%205.92435%201.77344H10.0754C10.6486%201.77344%2011.1132%202.23807%2011.1132%202.81121V4.88674M13.7076%204.88674H2.29216C1.71902%204.88674%201.25439%205.35137%201.25439%205.92451V13.1889C1.25439%2013.762%201.71902%2014.2266%202.29216%2014.2266H13.7076C14.2808%2014.2266%2014.7454%2013.762%2014.7454%2013.1889V5.92451C14.7454%205.35137%2014.2808%204.88674%2013.7076%204.88674Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e\""],"names":["__vite_glob_0_54"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index98.js","sources":["../src/assets/icons/search.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Icon'%20clip-path='url(%23clip0_6481_34976)'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.464%200.538852C5.40518%200.6129%204.30984%200.989908%203.39939%201.59365C2.68713%202.06599%202.06489%202.68957%201.58877%203.40823C1.40501%203.68557%201.30821%203.85688%201.15302%204.17943C0.846125%204.81725%200.670429%205.41392%200.567389%206.16823C0.532701%206.42215%200.517869%207.18378%200.542013%207.47096C0.630541%208.52378%200.947789%209.48143%201.50174%2010.368C2.35318%2011.7307%203.69899%2012.7337%205.248%2013.16C6.28801%2013.4462%207.42659%2013.4625%208.48%2013.2064C9.31843%2013.0025%2010.1308%2012.6174%2010.8248%2012.0949L10.997%2011.9653L12.6865%2013.6531C13.6157%2014.5815%2014.4074%2015.3603%2014.4457%2015.3839C14.5475%2015.4465%2014.6473%2015.4719%2014.7931%2015.4721C15.04%2015.4724%2015.2346%2015.3657%2015.371%2015.1554C15.445%2015.0413%2015.4716%2014.9452%2015.4716%2014.7922C15.4716%2014.6476%2015.4463%2014.5477%2015.3837%2014.4459C15.3601%2014.4076%2014.5812%2013.616%2013.6529%2012.6867L11.965%2010.9972L12.0946%2010.8251C12.6172%2010.131%2013.0022%209.31866%2013.2061%208.48023C13.5216%207.18306%2013.4234%205.79596%2012.9286%204.56023C12.8272%204.30695%2012.6284%203.90549%2012.4888%203.67223C11.4148%201.87736%209.58214%200.727492%207.504%200.544692C7.3383%200.530116%206.64465%200.526228%206.464%200.538852ZM6.816%201.89976C5.56691%201.93223%204.37057%202.42984%203.47112%203.29104C2.5796%204.14464%202.04125%205.24604%201.92011%206.46423C1.89861%206.68042%201.89861%207.224%201.92009%207.44023C2.04408%208.6873%202.60814%209.82128%203.528%2010.6727C4.30611%2011.393%205.2611%2011.8358%206.344%2011.9785C6.63366%2012.0166%207.27366%2012.0168%207.56%2011.9788C8.8283%2011.8104%209.91985%2011.2359%2010.7419%2010.3042C11.4287%209.52581%2011.8382%208.61714%2011.9785%207.56023C12.0166%207.27389%2012.0164%206.63389%2011.9782%206.34423C11.7945%204.9498%2011.0975%203.74565%209.99161%202.91199C9.08494%202.22852%207.96024%201.87002%206.816%201.89976Z'%20fill='%23A1B3CF'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6481_34976'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e\""],"names":["__vite_glob_0_53"],"mappings":"AAAA,MAAeA,IAAA;"}