@velumweb/ui-kit 1.0.0 → 1.0.2

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 (217) hide show
  1. package/changelog.md +11 -0
  2. package/{docs → dist/components}/Button/Button.d.ts +32 -32
  3. package/dist/{Button → components/Button}/Button.stories.d.ts +15 -15
  4. package/dist/{Button → components/Button}/index.d.ts +1 -1
  5. package/dist/{Container → components/Container}/Box.d.ts +33 -33
  6. package/{docs → dist/components}/Container/index.d.ts +1 -1
  7. package/dist/{Input → components/Input}/Input.d.ts +38 -38
  8. package/{docs → dist/components}/Input/Input.stories.d.ts +14 -14
  9. package/{docs → dist/components}/Input/index.d.ts +1 -1
  10. package/{docs → dist/components}/Modal/Modal.d.ts +29 -29
  11. package/{docs → dist/components}/Modal/Modal.stories.d.ts +13 -13
  12. package/{docs → dist/components}/Modal/index.d.ts +1 -1
  13. package/dist/{Toggle → components/Toggle}/Toggle.d.ts +18 -18
  14. package/dist/{Toggle → components/Toggle}/Toggle.stories.d.ts +13 -13
  15. package/dist/{Toggle → components/Toggle}/index.d.ts +1 -1
  16. package/{docs → dist/components}/index.d.ts +6 -5
  17. package/dist/index.d.ts +2 -5
  18. package/dist/index.es.js +583 -569
  19. package/dist/index.es2.js +1 -0
  20. package/dist/theme.d.ts +2 -0
  21. package/dist/ui-kit.css +1 -1
  22. package/package.json +17 -3
  23. package/readme.md +19 -2
  24. package/.storybook/main.ts +0 -14
  25. package/.storybook/manager.ts +0 -32
  26. package/.storybook/preview.ts +0 -14
  27. package/dist/Button/Button.d.ts +0 -32
  28. package/dist/Container/index.d.ts +0 -1
  29. package/dist/Input/Input.stories.d.ts +0 -14
  30. package/dist/Input/index.d.ts +0 -1
  31. package/dist/Modal/Modal.d.ts +0 -29
  32. package/dist/Modal/Modal.stories.d.ts +0 -13
  33. package/dist/Modal/index.d.ts +0 -1
  34. package/dist/index.es.d.ts +0 -2
  35. package/dist/index.umd.js +0 -6
  36. package/docs/Button/Button.stories.d.ts +0 -15
  37. package/docs/Button/index.d.ts +0 -1
  38. package/docs/CNAME +0 -1
  39. package/docs/Container/Box.d.ts +0 -33
  40. package/docs/Input/Input.d.ts +0 -38
  41. package/docs/Toggle/Toggle.d.ts +0 -18
  42. package/docs/Toggle/Toggle.stories.d.ts +0 -13
  43. package/docs/Toggle/index.d.ts +0 -1
  44. package/docs/assets/Button-CfaZpHIg.css +0 -1
  45. package/docs/assets/Button-DBH2W8EG.js +0 -1
  46. package/docs/assets/Button.stories-uPwy2cWr.js +0 -34
  47. package/docs/assets/Input-D117xj27.js +0 -1
  48. package/docs/assets/Input-RjFZkyU_.css +0 -1
  49. package/docs/assets/Input.stories-Ck4AyV-4.js +0 -21
  50. package/docs/assets/Modal-CWKTs3Ep.css +0 -1
  51. package/docs/assets/Modal.stories-3HMpRqSx.js +0 -7
  52. package/docs/assets/Toggle-BmcBtVup.css +0 -1
  53. package/docs/assets/Toggle-DiHagfS3.js +0 -1
  54. package/docs/assets/Toggle.stories-d01loxLD.js +0 -9
  55. package/docs/assets/iframe-D7bwIom8.js +0 -1062
  56. package/docs/assets/jsx-runtime-u17CrQMm.js +0 -1
  57. package/docs/assets/preload-helper-PPVm8Dsz.js +0 -1
  58. package/docs/assets/react-18-CW3OMC0n.js +0 -9
  59. package/docs/assets/svg-lib/3-dots-horizontal-svgrepo-com.svg +0 -5
  60. package/docs/assets/svg-lib/about-empty-page-svgrepo-com.svg +0 -5
  61. package/docs/assets/svg-lib/alert-square.svg +0 -26
  62. package/docs/assets/svg-lib/arrow-bottom-svgrepo-com.svg +0 -9
  63. package/docs/assets/svg-lib/arrow-left-svgrepo-com.svg +0 -5
  64. package/docs/assets/svg-lib/arrow-right-svgrepo-com.svg +0 -5
  65. package/docs/assets/svg-lib/arrow-top-svgrepo-com.svg +0 -9
  66. package/docs/assets/svg-lib/checkmark-svgrepo-com.svg +0 -5
  67. package/docs/assets/svg-lib/clock-svgrepo-com.svg +0 -5
  68. package/docs/assets/svg-lib/cross-svgrepo-com.svg +0 -12
  69. package/docs/assets/svg-lib/download-svgrepo-com.svg +0 -5
  70. package/docs/assets/svg-lib/edit-pen-svgrepo-com.svg +0 -5
  71. package/docs/assets/svg-lib/favorite-svgrepo-com.svg +0 -5
  72. package/docs/assets/svg-lib/forbiden-svgrepo-com.svg +0 -9
  73. package/docs/assets/svg-lib/input-svgrepo-com.svg +0 -5
  74. package/docs/assets/svg-lib/link-svgrepo-com.svg +0 -5
  75. package/docs/assets/svg-lib/messages-alert-svgrepo-com.svg +0 -6
  76. package/docs/assets/svg-lib/messages-svgrepo-com.svg +0 -5
  77. package/docs/assets/svg-lib/mic-off-svgrepo-com.svg +0 -6
  78. package/docs/assets/svg-lib/mic-svgrepo-com.svg +0 -5
  79. package/docs/assets/svg-lib/music-svgrepo-com.svg +0 -6
  80. package/docs/assets/svg-lib/next-long-arrow-right-svgrepo-com.svg +0 -5
  81. package/docs/assets/svg-lib/notification-alert-svgrepo-com.svg +0 -6
  82. package/docs/assets/svg-lib/notification-svgrepo-com.svg +0 -5
  83. package/docs/assets/svg-lib/notifications-off-svgrepo-com.svg +0 -6
  84. package/docs/assets/svg-lib/party-simple-colored-svgrepo-com.svg +0 -11
  85. package/docs/assets/svg-lib/pattern-circles-svgrepo-com.svg +0 -5
  86. package/docs/assets/svg-lib/play-button-simple-svgrepo-com.svg +0 -5
  87. package/docs/assets/svg-lib/plus-outlined-svgrepo-com.svg +0 -5
  88. package/docs/assets/svg-lib/previous-long-arrow-left-svgrepo-com.svg +0 -5
  89. package/docs/assets/svg-lib/queue-listing-cards-svgrepo-com.svg +0 -6
  90. package/docs/assets/svg-lib/queue-remove-svgrepo-com.svg +0 -5
  91. package/docs/assets/svg-lib/recent-svgrepo-com.svg +0 -5
  92. package/docs/assets/svg-lib/remove-svgrepo-com.svg +0 -5
  93. package/docs/assets/svg-lib/repeat-svgrepo-com.svg +0 -5
  94. package/docs/assets/svg-lib/schedule-add-svgrepo-com.svg +0 -5
  95. package/docs/assets/svg-lib/schedule-alert-svgrepo-com.svg +0 -6
  96. package/docs/assets/svg-lib/schedule-remove-svgrepo-com.svg +0 -6
  97. package/docs/assets/svg-lib/schedule-svgrepo-com.svg +0 -5
  98. package/docs/assets/svg-lib/search-svgrepo-com.svg +0 -5
  99. package/docs/assets/svg-lib/session-abandon-svgrepo-com.svg +0 -5
  100. package/docs/assets/svg-lib/session-join-svgrepo-com.svg +0 -5
  101. package/docs/assets/svg-lib/session-leave-svgrepo-com.svg +0 -5
  102. package/docs/assets/svg-lib/settings-svgrepo-com.svg +0 -5
  103. package/docs/assets/svg-lib/share-svgrepo-com.svg +0 -5
  104. package/docs/assets/svg-lib/sound-off-svgrepo-com.svg +0 -6
  105. package/docs/assets/svg-lib/sound-svgrepo-com.svg +0 -5
  106. package/docs/assets/svg-lib/spectacles-svgrepo-com.svg +0 -5
  107. package/docs/assets/svg-lib/star-svgrepo-com.svg +0 -5
  108. package/docs/assets/svg-lib/user-avatar-with-alert-svgrepo-com.svg +0 -6
  109. package/docs/assets/svg-lib/user-banned-svgrepo-com.svg +0 -6
  110. package/docs/assets/svg-lib/user-svgrepo-com.svg +0 -5
  111. package/docs/assets/svglist.png +0 -0
  112. package/docs/favicon-wrapper.svg +0 -46
  113. package/docs/favicon.svg +0 -1
  114. package/docs/iframe.html +0 -686
  115. package/docs/index.html +0 -137
  116. package/docs/index.json +0 -1
  117. package/docs/makeColors.ts +0 -37
  118. package/docs/notes.txt +0 -11
  119. package/docs/nunito-sans-bold-italic.woff2 +0 -0
  120. package/docs/nunito-sans-bold.woff2 +0 -0
  121. package/docs/nunito-sans-italic.woff2 +0 -0
  122. package/docs/nunito-sans-regular.woff2 +0 -0
  123. package/docs/project.json +0 -1
  124. package/docs/sb-addons/storybook-1/manager-bundle.js +0 -3
  125. package/docs/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -628
  126. package/docs/sb-common-assets/favicon-wrapper.svg +0 -46
  127. package/docs/sb-common-assets/favicon.svg +0 -1
  128. package/docs/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  129. package/docs/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  130. package/docs/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  131. package/docs/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  132. package/docs/sb-manager/globals-runtime.js +0 -75597
  133. package/docs/sb-manager/globals.js +0 -24
  134. package/docs/sb-manager/manager-stores.js +0 -23
  135. package/docs/sb-manager/runtime.js +0 -19698
  136. package/docs/style_setter.js +0 -19
  137. package/docs/vite-inject-mocker-entry.js +0 -2
  138. package/index.html +0 -7
  139. package/public/assets/svg-lib/3-dots-horizontal-svgrepo-com.svg +0 -5
  140. package/public/assets/svg-lib/about-empty-page-svgrepo-com.svg +0 -5
  141. package/public/assets/svg-lib/alert-square.svg +0 -26
  142. package/public/assets/svg-lib/arrow-bottom-svgrepo-com.svg +0 -9
  143. package/public/assets/svg-lib/arrow-left-svgrepo-com.svg +0 -5
  144. package/public/assets/svg-lib/arrow-right-svgrepo-com.svg +0 -5
  145. package/public/assets/svg-lib/arrow-top-svgrepo-com.svg +0 -9
  146. package/public/assets/svg-lib/checkmark-svgrepo-com.svg +0 -5
  147. package/public/assets/svg-lib/clock-svgrepo-com.svg +0 -5
  148. package/public/assets/svg-lib/cross-svgrepo-com.svg +0 -12
  149. package/public/assets/svg-lib/download-svgrepo-com.svg +0 -5
  150. package/public/assets/svg-lib/edit-pen-svgrepo-com.svg +0 -5
  151. package/public/assets/svg-lib/favorite-svgrepo-com.svg +0 -5
  152. package/public/assets/svg-lib/forbiden-svgrepo-com.svg +0 -9
  153. package/public/assets/svg-lib/input-svgrepo-com.svg +0 -5
  154. package/public/assets/svg-lib/link-svgrepo-com.svg +0 -5
  155. package/public/assets/svg-lib/messages-alert-svgrepo-com.svg +0 -6
  156. package/public/assets/svg-lib/messages-svgrepo-com.svg +0 -5
  157. package/public/assets/svg-lib/mic-off-svgrepo-com.svg +0 -6
  158. package/public/assets/svg-lib/mic-svgrepo-com.svg +0 -5
  159. package/public/assets/svg-lib/music-svgrepo-com.svg +0 -6
  160. package/public/assets/svg-lib/next-long-arrow-right-svgrepo-com.svg +0 -5
  161. package/public/assets/svg-lib/notification-alert-svgrepo-com.svg +0 -6
  162. package/public/assets/svg-lib/notification-svgrepo-com.svg +0 -5
  163. package/public/assets/svg-lib/notifications-off-svgrepo-com.svg +0 -6
  164. package/public/assets/svg-lib/party-simple-colored-svgrepo-com.svg +0 -11
  165. package/public/assets/svg-lib/pattern-circles-svgrepo-com.svg +0 -5
  166. package/public/assets/svg-lib/play-button-simple-svgrepo-com.svg +0 -5
  167. package/public/assets/svg-lib/plus-outlined-svgrepo-com.svg +0 -5
  168. package/public/assets/svg-lib/previous-long-arrow-left-svgrepo-com.svg +0 -5
  169. package/public/assets/svg-lib/queue-listing-cards-svgrepo-com.svg +0 -6
  170. package/public/assets/svg-lib/queue-remove-svgrepo-com.svg +0 -5
  171. package/public/assets/svg-lib/recent-svgrepo-com.svg +0 -5
  172. package/public/assets/svg-lib/remove-svgrepo-com.svg +0 -5
  173. package/public/assets/svg-lib/repeat-svgrepo-com.svg +0 -5
  174. package/public/assets/svg-lib/schedule-add-svgrepo-com.svg +0 -5
  175. package/public/assets/svg-lib/schedule-alert-svgrepo-com.svg +0 -6
  176. package/public/assets/svg-lib/schedule-remove-svgrepo-com.svg +0 -6
  177. package/public/assets/svg-lib/schedule-svgrepo-com.svg +0 -5
  178. package/public/assets/svg-lib/search-svgrepo-com.svg +0 -5
  179. package/public/assets/svg-lib/session-abandon-svgrepo-com.svg +0 -5
  180. package/public/assets/svg-lib/session-join-svgrepo-com.svg +0 -5
  181. package/public/assets/svg-lib/session-leave-svgrepo-com.svg +0 -5
  182. package/public/assets/svg-lib/settings-svgrepo-com.svg +0 -5
  183. package/public/assets/svg-lib/share-svgrepo-com.svg +0 -5
  184. package/public/assets/svg-lib/sound-off-svgrepo-com.svg +0 -6
  185. package/public/assets/svg-lib/sound-svgrepo-com.svg +0 -5
  186. package/public/assets/svg-lib/spectacles-svgrepo-com.svg +0 -5
  187. package/public/assets/svg-lib/star-svgrepo-com.svg +0 -5
  188. package/public/assets/svg-lib/user-avatar-with-alert-svgrepo-com.svg +0 -6
  189. package/public/assets/svg-lib/user-banned-svgrepo-com.svg +0 -6
  190. package/public/assets/svg-lib/user-svgrepo-com.svg +0 -5
  191. package/public/assets/svglist.png +0 -0
  192. package/src/components/Button/Button.stories.ts +0 -64
  193. package/src/components/Button/Button.tsx +0 -99
  194. package/src/components/Button/button.scss +0 -147
  195. package/src/components/Button/index.ts +0 -1
  196. package/src/components/Container/Box.tsx +0 -83
  197. package/src/components/Container/box.scss +0 -41
  198. package/src/components/Container/index.ts +0 -1
  199. package/src/components/Input/Input.stories.ts +0 -49
  200. package/src/components/Input/Input.tsx +0 -172
  201. package/src/components/Input/index.ts +0 -1
  202. package/src/components/Input/input.scss +0 -69
  203. package/src/components/Modal/Modal.stories.ts +0 -33
  204. package/src/components/Modal/Modal.tsx +0 -125
  205. package/src/components/Modal/index.ts +0 -1
  206. package/src/components/Modal/modal.scss +0 -54
  207. package/src/components/Toggle/Toggle.stories.ts +0 -35
  208. package/src/components/Toggle/Toggle.tsx +0 -60
  209. package/src/components/Toggle/index.ts +0 -1
  210. package/src/components/Toggle/toggle.scss +0 -97
  211. package/src/components/index.ts +0 -5
  212. package/src/main.scss +0 -46
  213. package/tsconfig.json +0 -15
  214. package/utils/makeColors.ts +0 -37
  215. package/utils/notes.txt +0 -11
  216. package/utils/style_setter.js +0 -19
  217. package/vite.config.ts +0 -32
@@ -1,19 +0,0 @@
1
- /** Конфиг базовых стилей проекта */
2
-
3
- const settings = {
4
- /** Основные цвета интерфейса управления */
5
- '--primary-btn-color': '#7C3AED',
6
- '--secondary-btn-color': '#FFFFFF',
7
- '--hover-btn-color': '#6D28D9',
8
- '--bg-color': '#fff',
9
-
10
- /** Углы */
11
- '--corners-standard': '0.65em',
12
- '--corners-round': '3em',
13
- '--corners-square': '0',
14
- }
15
-
16
- for(let key in settings) {
17
- document.documentElement.style.setProperty(key, settings[key]);
18
- }
19
-
@@ -1,2 +0,0 @@
1
- import{_ as me}from"./assets/preload-helper-PPVm8Dsz.js";class se{registryByUrl=new Map;registryById=new Map;clear(){this.registryByUrl.clear(),this.registryById.clear()}keys(){return this.registryByUrl.keys()}add(e){this.registryByUrl.set(e.url,e),this.registryById.set(e.id,e)}register(e,t,r,i,s){const a=typeof e=="object"?e.type:e;if(typeof e=="object"){const o=e;if(o instanceof q||o instanceof O||o instanceof F||o instanceof C)throw new TypeError(`[vitest] Cannot register a mock that is already defined. Expected a JSON representation from \`MockedModule.toJSON\`, instead got "${o.type}". Use "registry.add()" to update a mock instead.`);if(o.type==="automock"){const l=q.fromJSON(o);return this.add(l),l}else if(o.type==="autospy"){const l=O.fromJSON(o);return this.add(l),l}else if(o.type==="redirect"){const l=C.fromJSON(o);return this.add(l),l}else throw o.type==="manual"?new Error("Cannot set serialized manual mock. Define a factory function manually with `ManualMockedModule.fromJSON()`."):new Error(`Unknown mock type: ${o.type}`)}if(typeof t!="string")throw new TypeError("[vitest] Mocks require a raw string.");if(typeof i!="string")throw new TypeError("[vitest] Mocks require a url string.");if(typeof r!="string")throw new TypeError("[vitest] Mocks require an id string.");if(a==="manual"){if(typeof s!="function")throw new TypeError("[vitest] Manual mocks require a factory function.");const o=new F(t,r,i,s);return this.add(o),o}else if(a==="automock"||a==="autospy"){const o=a==="automock"?new q(t,r,i):new O(t,r,i);return this.add(o),o}else if(a==="redirect"){if(typeof s!="string")throw new TypeError("[vitest] Redirect mocks require a redirect string.");const o=new C(t,r,i,s);return this.add(o),o}else throw new Error(`[vitest] Unknown mock type: ${a}`)}delete(e){this.registryByUrl.delete(e)}get(e){return this.registryByUrl.get(e)}getById(e){return this.registryById.get(e)}has(e){return this.registryByUrl.has(e)}}class q{type="automock";constructor(e,t,r){this.raw=e,this.id=t,this.url=r}static fromJSON(e){return new O(e.raw,e.id,e.url)}toJSON(){return{type:this.type,url:this.url,raw:this.raw,id:this.id}}}class O{type="autospy";constructor(e,t,r){this.raw=e,this.id=t,this.url=r}static fromJSON(e){return new O(e.raw,e.id,e.url)}toJSON(){return{type:this.type,url:this.url,id:this.id,raw:this.raw}}}class C{type="redirect";constructor(e,t,r,i){this.raw=e,this.id=t,this.url=r,this.redirect=i}static fromJSON(e){return new C(e.raw,e.id,e.url,e.redirect)}toJSON(){return{type:this.type,url:this.url,raw:this.raw,id:this.id,redirect:this.redirect}}}class F{cache;type="manual";constructor(e,t,r,i){this.raw=e,this.id=t,this.url=r,this.factory=i}async resolve(){if(this.cache)return this.cache;let e;try{e=await this.factory()}catch(t){const r=new Error('[vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock');throw r.cause=t,r}if(e===null||typeof e!="object"||Array.isArray(e))throw new TypeError(`[vitest] vi.mock("${this.raw}", factory?: () => unknown) is not returning an object. Did you mean to return an object with a "default" key?`);return this.cache=e}static fromJSON(e,t){return new F(e.raw,e.id,e.url,t)}toJSON(){return{type:this.type,url:this.url,id:this.id,raw:this.raw}}}function ye(n,e,t={}){const r=new Array,i=new ge,s=(l,d,h)=>{try{return l[d]=h,!0}catch{return!1}},a=(l,d)=>{const h=D(l),g=h==="Module"||!!l.__esModule;for(const{key:w,descriptor:b}of K(l,g,n.globalConstructors)){if(!g&&b.get){try{Object.defineProperty(d,w,b)}catch{}continue}if(ve(w,h))continue;const y=l[w],c=i.getId(y);if(c!==void 0){r.push(()=>s(d,w,i.getMockedValue(c)));continue}const u=D(y);if(Array.isArray(y)){s(d,w,[]);continue}const x=u.includes("Function")&&typeof y=="function";if((!x||y._isMockFunction)&&u!=="Object"&&u!=="Module"){s(d,w,y);continue}if(s(d,w,x?y:{})){if(x){let _=function(){if(this instanceof d[w])for(const{key:I,descriptor:R}of K(this,!1,n.globalConstructors)){if(R.get)continue;const N=this[I];if(D(N).includes("Function")&&typeof N=="function"){const L=this[I],f=M(this,I).mockImplementation(L),$=f.mockReset;f.mockRestore=f.mockReset=()=>($.call(f),f.mockImplementation(L),f)}}};if(!n.spyOn)throw new Error("[@vitest/mocker] `spyOn` is not defined. This is a Vitest error. Please open a new issue with reproduction.");const M=n.spyOn,P=M(d,w);if(n.type==="automock"){P.mockImplementation(_);const I=P.mockReset;P.mockRestore=P.mockReset=()=>(I.call(P),P.mockImplementation(_),P)}Object.defineProperty(d[w],"length",{value:0})}i.track(y,d[w]),a(y,d[w])}}},o=t;a(e,o);for(const l of r)l();return o}class ge{idMap=new Map;mockedValueMap=new Map;getId(e){return this.idMap.get(e)}getMockedValue(e){return this.mockedValueMap.get(e)}track(e,t){const r=this.idMap.size;return this.idMap.set(e,r),this.mockedValueMap.set(r,t),r}}function D(n){return Object.prototype.toString.apply(n).slice(8,-1)}function ve(n,e){return e.includes("Function")&&typeof n=="string"&&["arguments","callee","caller","length","name"].includes(n)}function K(n,e,t){const{Map:r,Object:i,Function:s,RegExp:a,Array:o}=t,l=new r;let d=n;do{if(d===i.prototype||d===s.prototype||d===a.prototype)break;we(d,h=>{const g=i.getOwnPropertyDescriptor(d,h);g&&l.set(h,{key:h,descriptor:g})})}while(d=i.getPrototypeOf(d));if(e&&!l.has("default")&&"default"in n){const h=i.getOwnPropertyDescriptor(n,"default");h&&l.set("default",{key:"default",descriptor:h})}return o.from(l.values())}function we(n,e){const t=typeof e=="function"?e:r=>e.add(r);Object.getOwnPropertyNames(n).forEach(t),Object.getOwnPropertySymbols(n).forEach(t)}const ke=/^[A-Za-z]:\//;function ce(n=""){return n&&n.replace(/\\/g,"/").replace(ke,e=>e.toUpperCase())}const Se=/^[/\\]{2}/,_e=/^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/,Ee=/^[A-Za-z]:$/,be=/.(\.[^./]+|\.)$/,Ie=function(n){if(n.length===0)return".";n=ce(n);const e=n.match(Se),t=H(n),r=n[n.length-1]==="/";return n=Te(n,!t),n.length===0?t?"/":r?"./":".":(r&&(n+="/"),Ee.test(n)&&(n+="/"),e?t?`//${n}`:`//./${n}`:t&&!H(n)?`/${n}`:n)},xe=function(...n){let e="";for(const t of n)if(t)if(e.length>0){const r=e[e.length-1]==="/",i=t[0]==="/";r&&i?e+=t.slice(1):e+=r||i?t:`/${t}`}else e+=t;return Ie(e)};function Te(n,e){let t="",r=0,i=-1,s=0,a=null;for(let o=0;o<=n.length;++o){if(o<n.length)a=n[o];else{if(a==="/")break;a="/"}if(a==="/"){if(!(i===o-1||s===1))if(s===2){if(t.length<2||r!==2||t[t.length-1]!=="."||t[t.length-2]!=="."){if(t.length>2){const l=t.lastIndexOf("/");l===-1?(t="",r=0):(t=t.slice(0,l),r=t.length-1-t.lastIndexOf("/")),i=o,s=0;continue}else if(t.length>0){t="",r=0,i=o,s=0;continue}}e&&(t+=t.length>0?"/..":"..",r=2)}else t.length>0?t+=`/${n.slice(i+1,o)}`:t=n.slice(i+1,o),r=o-i-1;i=o,s=0}else a==="."&&s!==-1?++s:s=-1}return t}const H=function(n){return _e.test(n)},$e=function(n){if(n==="..")return"";const e=be.exec(ce(n));return e&&e[1]||""};var Pe={reset:[0,0],bold:[1,22,"\x1B[22m\x1B[1m"],dim:[2,22,"\x1B[22m\x1B[2m"],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]},Me=Object.entries(Pe);function j(n){return String(n)}j.open="";j.close="";function Re(n=!1){let e=typeof process<"u"?process:void 0,t=e?.env||{},r=e?.argv||[];return!("NO_COLOR"in t||r.includes("--no-color"))&&("FORCE_COLOR"in t||r.includes("--color")||e?.platform==="win32"||n&&t.TERM!=="dumb"||"CI"in t)||typeof window<"u"&&!!window.chrome}function Ae(n=!1){let e=Re(n),t=(a,o,l,d)=>{let h="",g=0;do h+=a.substring(g,d)+l,g=d+o.length,d=a.indexOf(o,g);while(~d);return h+a.substring(g)},r=(a,o,l=a)=>{let d=h=>{let g=String(h),w=g.indexOf(o,a.length);return~w?a+t(g,o,l,w)+o:a+g+o};return d.open=a,d.close=o,d},i={isColorSupported:e},s=a=>`\x1B[${a}m`;for(let[a,o]of Me)i[a]=e?r(s(o[0]),s(o[1]),o[2]):j;return i}Ae();function ae(n,e){return e.forEach(function(t){t&&typeof t!="string"&&!Array.isArray(t)&&Object.keys(t).forEach(function(r){if(r!=="default"&&!(r in n)){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}})}),Object.freeze(n)}function le(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var U={exports:{}},k={};var Z;function Oe(){if(Z)return k;Z=1;var n=Symbol.for("react.transitional.element"),e=Symbol.for("react.portal"),t=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),s=Symbol.for("react.consumer"),a=Symbol.for("react.context"),o=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),g=Symbol.for("react.lazy"),w=Symbol.for("react.view_transition"),b=Symbol.for("react.client.reference");function y(c){if(typeof c=="object"&&c!==null){var u=c.$$typeof;switch(u){case n:switch(c=c.type,c){case t:case i:case r:case l:case d:case w:return c;default:switch(c=c&&c.$$typeof,c){case a:case o:case g:case h:return c;case s:return c;default:return u}}case e:return u}}}return k.ContextConsumer=s,k.ContextProvider=a,k.Element=n,k.ForwardRef=o,k.Fragment=t,k.Lazy=g,k.Memo=h,k.Portal=e,k.Profiler=i,k.StrictMode=r,k.Suspense=l,k.SuspenseList=d,k.isContextConsumer=function(c){return y(c)===s},k.isContextProvider=function(c){return y(c)===a},k.isElement=function(c){return typeof c=="object"&&c!==null&&c.$$typeof===n},k.isForwardRef=function(c){return y(c)===o},k.isFragment=function(c){return y(c)===t},k.isLazy=function(c){return y(c)===g},k.isMemo=function(c){return y(c)===h},k.isPortal=function(c){return y(c)===e},k.isProfiler=function(c){return y(c)===i},k.isStrictMode=function(c){return y(c)===r},k.isSuspense=function(c){return y(c)===l},k.isSuspenseList=function(c){return y(c)===d},k.isValidElementType=function(c){return typeof c=="string"||typeof c=="function"||c===t||c===i||c===r||c===l||c===d||typeof c=="object"&&c!==null&&(c.$$typeof===g||c.$$typeof===h||c.$$typeof===a||c.$$typeof===s||c.$$typeof===o||c.$$typeof===b||c.getModuleId!==void 0)},k.typeOf=y,k}var G;function Ce(){return G||(G=1,U.exports=Oe()),U.exports}var ue=Ce(),Ne=le(ue),Le=ae({__proto__:null,default:Ne},[ue]),z={exports:{}},v={};var Q;function Je(){if(Q)return v;Q=1;var n=Symbol.for("react.element"),e=Symbol.for("react.portal"),t=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),a=Symbol.for("react.context"),o=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),h=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),w=Symbol.for("react.lazy"),b=Symbol.for("react.offscreen"),y;y=Symbol.for("react.module.reference");function c(u){if(typeof u=="object"&&u!==null){var x=u.$$typeof;switch(x){case n:switch(u=u.type,u){case t:case i:case r:case d:case h:return u;default:switch(u=u&&u.$$typeof,u){case o:case a:case l:case w:case g:case s:return u;default:return x}}case e:return x}}}return v.ContextConsumer=a,v.ContextProvider=s,v.Element=n,v.ForwardRef=l,v.Fragment=t,v.Lazy=w,v.Memo=g,v.Portal=e,v.Profiler=i,v.StrictMode=r,v.Suspense=d,v.SuspenseList=h,v.isAsyncMode=function(){return!1},v.isConcurrentMode=function(){return!1},v.isContextConsumer=function(u){return c(u)===a},v.isContextProvider=function(u){return c(u)===s},v.isElement=function(u){return typeof u=="object"&&u!==null&&u.$$typeof===n},v.isForwardRef=function(u){return c(u)===l},v.isFragment=function(u){return c(u)===t},v.isLazy=function(u){return c(u)===w},v.isMemo=function(u){return c(u)===g},v.isPortal=function(u){return c(u)===e},v.isProfiler=function(u){return c(u)===i},v.isStrictMode=function(u){return c(u)===r},v.isSuspense=function(u){return c(u)===d},v.isSuspenseList=function(u){return c(u)===h},v.isValidElementType=function(u){return typeof u=="string"||typeof u=="function"||u===t||u===i||u===r||u===d||u===h||u===b||typeof u=="object"&&u!==null&&(u.$$typeof===w||u.$$typeof===g||u.$$typeof===s||u.$$typeof===a||u.$$typeof===l||u.$$typeof===y||u.getModuleId!==void 0)},v.typeOf=c,v}var ee;function Be(){return ee||(ee=1,z.exports=Je()),z.exports}var fe=Be(),Xe=le(fe),qe=ae({__proto__:null,default:Xe},[fe]);const Fe=["isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","isSuspenseList","isValidElementType"];Object.fromEntries(Fe.map(n=>[n,e=>qe[n](e)||Le[n](e)]));let De=()=>"Promise{…}";try{const{getPromiseDetails:n,kPending:e,kRejected:t}=process.binding("util");Array.isArray(n(Promise.resolve()))&&(De=(r,i)=>{const[s,a]=n(r);return s===e?"Promise{<pending>}":`Promise${s===t?"!":""}{${i.inspect(a,i)}}`})}catch{}function Ue(n){const{message:e="$$stack trace error",stackTraceLimit:t=1}=n||{},r=Error.stackTraceLimit,i=Error.prepareStackTrace;Error.stackTraceLimit=t,Error.prepareStackTrace=o=>o.stack;const a=new Error(e).stack||"";return Error.prepareStackTrace=i,Error.stackTraceLimit=r,a}var V,te;function ze(){if(te)return V;te=1;var n,e,t,r,i,s,a,o,l,d,h,g,w,b,y,c,u,x,M;return w=/\/(?![*\/])(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\\]).|\\.)*(\/[$_\u200C\u200D\p{ID_Continue}]*|\\)?/uy,g=/--|\+\+|=>|\.{3}|\??\.(?!\d)|(?:&&|\|\||\?\?|[+\-%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2}|\/(?![\/*]))=?|[?~,:;[\](){}]/y,n=/(\x23?)(?=[$_\p{ID_Start}\\])(?:[$_\u200C\u200D\p{ID_Continue}]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+/uy,y=/(['"])(?:(?!\1)[^\\\n\r]|\\(?:\r\n|[^]))*(\1)?/y,h=/(?:0[xX][\da-fA-F](?:_?[\da-fA-F])*|0[oO][0-7](?:_?[0-7])*|0[bB][01](?:_?[01])*)n?|0n|[1-9](?:_?\d)*n|(?:(?:0(?!\d)|0\d*[89]\d*|[1-9](?:_?\d)*)(?:\.(?:\d(?:_?\d)*)?)?|\.\d(?:_?\d)*)(?:[eE][+-]?\d(?:_?\d)*)?|0[0-7]+/y,c=/[`}](?:[^`\\$]|\\[^]|\$(?!\{))*(`|\$\{)?/y,M=/[\t\v\f\ufeff\p{Zs}]+/uy,o=/\r?\n|[\r\u2028\u2029]/y,l=/\/\*(?:[^*]|\*(?!\/))*(\*\/)?/y,b=/\/\/.*/y,t=/[<>.:={}]|\/(?![\/*])/y,e=/[$_\p{ID_Start}][$_\u200C\u200D\p{ID_Continue}-]*/uy,r=/(['"])(?:(?!\1)[^])*(\1)?/y,i=/[^<>{}]+/y,x=/^(?:[\/+-]|\.{3}|\?(?:InterpolationIn(?:JSX|Template)|NoLineTerminatorHere|NonExpressionParenEnd|UnaryIncDec))?$|[{}([,;<>=*%&|^!~?:]$/,u=/^(?:=>|[;\]){}]|else|\?(?:NoLineTerminatorHere|NonExpressionParenEnd))?$/,s=/^(?:await|case|default|delete|do|else|instanceof|new|return|throw|typeof|void|yield)$/,a=/^(?:return|throw|yield)$/,d=RegExp(o.source),V=function*(_,{jsx:P=!1}={}){var I,R,N,p,m,L,f,$,Y,T,J,S,B,E;for({length:L}=_,p=0,m="",E=[{tag:"JS"}],I=[],J=0,S=!1;p<L;){switch($=E[E.length-1],$.tag){case"JS":case"JSNonExpressionParen":case"InterpolationInTemplate":case"InterpolationInJSX":if(_[p]==="/"&&(x.test(m)||s.test(m))&&(w.lastIndex=p,f=w.exec(_))){p=w.lastIndex,m=f[0],S=!0,yield{type:"RegularExpressionLiteral",value:f[0],closed:f[1]!==void 0&&f[1]!=="\\"};continue}if(g.lastIndex=p,f=g.exec(_)){switch(B=f[0],Y=g.lastIndex,T=B,B){case"(":m==="?NonExpressionParenKeyword"&&E.push({tag:"JSNonExpressionParen",nesting:J}),J++,S=!1;break;case")":J--,S=!0,$.tag==="JSNonExpressionParen"&&J===$.nesting&&(E.pop(),T="?NonExpressionParenEnd",S=!1);break;case"{":g.lastIndex=0,N=!u.test(m)&&(x.test(m)||s.test(m)),I.push(N),S=!1;break;case"}":switch($.tag){case"InterpolationInTemplate":if(I.length===$.nesting){c.lastIndex=p,f=c.exec(_),p=c.lastIndex,m=f[0],f[1]==="${"?(m="?InterpolationInTemplate",S=!1,yield{type:"TemplateMiddle",value:f[0]}):(E.pop(),S=!0,yield{type:"TemplateTail",value:f[0],closed:f[1]==="`"});continue}break;case"InterpolationInJSX":if(I.length===$.nesting){E.pop(),p+=1,m="}",yield{type:"JSXPunctuator",value:"}"};continue}}S=I.pop(),T=S?"?ExpressionBraceEnd":"}";break;case"]":S=!0;break;case"++":case"--":T=S?"?PostfixIncDec":"?UnaryIncDec";break;case"<":if(P&&(x.test(m)||s.test(m))){E.push({tag:"JSXTag"}),p+=1,m="<",yield{type:"JSXPunctuator",value:B};continue}S=!1;break;default:S=!1}p=Y,m=T,yield{type:"Punctuator",value:B};continue}if(n.lastIndex=p,f=n.exec(_)){switch(p=n.lastIndex,T=f[0],f[0]){case"for":case"if":case"while":case"with":m!=="."&&m!=="?."&&(T="?NonExpressionParenKeyword")}m=T,S=!s.test(f[0]),yield{type:f[1]==="#"?"PrivateIdentifier":"IdentifierName",value:f[0]};continue}if(y.lastIndex=p,f=y.exec(_)){p=y.lastIndex,m=f[0],S=!0,yield{type:"StringLiteral",value:f[0],closed:f[2]!==void 0};continue}if(h.lastIndex=p,f=h.exec(_)){p=h.lastIndex,m=f[0],S=!0,yield{type:"NumericLiteral",value:f[0]};continue}if(c.lastIndex=p,f=c.exec(_)){p=c.lastIndex,m=f[0],f[1]==="${"?(m="?InterpolationInTemplate",E.push({tag:"InterpolationInTemplate",nesting:I.length}),S=!1,yield{type:"TemplateHead",value:f[0]}):(S=!0,yield{type:"NoSubstitutionTemplate",value:f[0],closed:f[1]==="`"});continue}break;case"JSXTag":case"JSXTagEnd":if(t.lastIndex=p,f=t.exec(_)){switch(p=t.lastIndex,T=f[0],f[0]){case"<":E.push({tag:"JSXTag"});break;case">":E.pop(),m==="/"||$.tag==="JSXTagEnd"?(T="?JSX",S=!0):E.push({tag:"JSXChildren"});break;case"{":E.push({tag:"InterpolationInJSX",nesting:I.length}),T="?InterpolationInJSX",S=!1;break;case"/":m==="<"&&(E.pop(),E[E.length-1].tag==="JSXChildren"&&E.pop(),E.push({tag:"JSXTagEnd"}))}m=T,yield{type:"JSXPunctuator",value:f[0]};continue}if(e.lastIndex=p,f=e.exec(_)){p=e.lastIndex,m=f[0],yield{type:"JSXIdentifier",value:f[0]};continue}if(r.lastIndex=p,f=r.exec(_)){p=r.lastIndex,m=f[0],yield{type:"JSXString",value:f[0],closed:f[2]!==void 0};continue}break;case"JSXChildren":if(i.lastIndex=p,f=i.exec(_)){p=i.lastIndex,m=f[0],yield{type:"JSXText",value:f[0]};continue}switch(_[p]){case"<":E.push({tag:"JSXTag"}),p++,m="<",yield{type:"JSXPunctuator",value:"<"};continue;case"{":E.push({tag:"InterpolationInJSX",nesting:I.length}),p++,m="?InterpolationInJSX",S=!1,yield{type:"JSXPunctuator",value:"{"};continue}}if(M.lastIndex=p,f=M.exec(_)){p=M.lastIndex,yield{type:"WhiteSpace",value:f[0]};continue}if(o.lastIndex=p,f=o.exec(_)){p=o.lastIndex,S=!1,a.test(m)&&(m="?NoLineTerminatorHere"),yield{type:"LineTerminatorSequence",value:f[0]};continue}if(l.lastIndex=p,f=l.exec(_)){p=l.lastIndex,d.test(f[0])&&(S=!1,a.test(m)&&(m="?NoLineTerminatorHere")),yield{type:"MultiLineComment",value:f[0],closed:f[1]!==void 0};continue}if(b.lastIndex=p,f=b.exec(_)){p=b.lastIndex,S=!1,yield{type:"SingleLineComment",value:f[0]};continue}R=String.fromCodePoint(_.codePointAt(p)),p+=R.length,m=R,S=!1,yield{type:$.tag.startsWith("JSX")?"JSXInvalid":"Invalid",value:R}}},V}ze();var de={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"]};new Set(de.keyword);new Set(de.strict);const re="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ve=new Uint8Array(64),We=new Uint8Array(128);for(let n=0;n<re.length;n++){const e=re.charCodeAt(n);Ve[n]=e,We[e]=n}var ne;(function(n){n[n.Empty=1]="Empty",n[n.Hash=2]="Hash",n[n.Query=3]="Query",n[n.RelativePath=4]="RelativePath",n[n.AbsolutePath=5]="AbsolutePath",n[n.SchemeRelative=6]="SchemeRelative",n[n.Absolute=7]="Absolute"})(ne||(ne={}));const je=/^[A-Za-z]:\//;function Ye(n=""){return n&&n.replace(/\\/g,"/").replace(je,e=>e.toUpperCase())}const Ke=/^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/;function He(){return typeof process<"u"&&typeof process.cwd=="function"?process.cwd().replace(/\\/g,"/"):"/"}const Ze=function(...n){n=n.map(r=>Ye(r));let e="",t=!1;for(let r=n.length-1;r>=-1&&!t;r--){const i=r>=0?n[r]:He();!i||i.length===0||(e=`${i}/${e}`,t=ie(i))}return e=Ge(e,!t),t&&!ie(e)?`/${e}`:e.length>0?e:"."};function Ge(n,e){let t="",r=0,i=-1,s=0,a=null;for(let o=0;o<=n.length;++o){if(o<n.length)a=n[o];else{if(a==="/")break;a="/"}if(a==="/"){if(!(i===o-1||s===1))if(s===2){if(t.length<2||r!==2||t[t.length-1]!=="."||t[t.length-2]!=="."){if(t.length>2){const l=t.lastIndexOf("/");l===-1?(t="",r=0):(t=t.slice(0,l),r=t.length-1-t.lastIndexOf("/")),i=o,s=0;continue}else if(t.length>0){t="",r=0,i=o,s=0;continue}}e&&(t+=t.length>0?"/..":"..",r=2)}else t.length>0?t+=`/${n.slice(i+1,o)}`:t=n.slice(i+1,o),r=o-i-1;i=o,s=0}else a==="."&&s!==-1?++s:s=-1}return t}const ie=function(n){return Ke.test(n)},pe=/^\s*at .*(?:\S:\d+|\(native\))/m,Qe=/^(?:eval@)?(?:\[native code\])?$/;function he(n){if(!n.includes(":"))return[n];const t=/(.+?)(?::(\d+))?(?::(\d+))?$/.exec(n.replace(/^\(|\)$/g,""));if(!t)return[n];let r=t[1];if(r.startsWith("async ")&&(r=r.slice(6)),r.startsWith("http:")||r.startsWith("https:")){const i=new URL(r);i.searchParams.delete("import"),i.searchParams.delete("browserv"),r=i.pathname+i.hash+i.search}if(r.startsWith("/@fs/")){const i=/^\/@fs\/[a-zA-Z]:\//.test(r);r=r.slice(i?5:4)}return[r,t[2]||void 0,t[3]||void 0]}function et(n){let e=n.trim();if(Qe.test(e)||(e.includes(" > eval")&&(e=e.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),!e.includes("@")&&!e.includes(":")))return null;const t=/((.*".+"[^@]*)?[^@]*)(@)/,r=e.match(t),i=r&&r[1]?r[1]:void 0,[s,a,o]=he(e.replace(t,""));return!s||!a||!o?null:{file:s,method:i||"",line:Number.parseInt(a),column:Number.parseInt(o)}}function tt(n){const e=n.trim();return pe.test(e)?rt(e):et(e)}function rt(n){let e=n.trim();if(!pe.test(e))return null;e.includes("(eval ")&&(e=e.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(,.*$)/g,""));let t=e.replace(/^\s+/,"").replace(/\(eval code/g,"(").replace(/^.*?\s+/,"");const r=t.match(/ (\(.+\)$)/);t=r?t.replace(r[0],""):t;const[i,s,a]=he(r?r[1]:t);let o=r&&t||"",l=i&&["eval","<anonymous>"].includes(i)?void 0:i;return!l||!s||!a?null:(o.startsWith("async ")&&(o=o.slice(6)),l.startsWith("file://")&&(l=l.slice(7)),l=l.startsWith("node:")||l.startsWith("internal:")?l:Ze(l),o&&(o=o.replace(/__vite_ssr_import_\d+__\./g,"")),{method:o,file:l,line:Number.parseInt(s),column:Number.parseInt(a)})}function nt(n){const e=n?.globalThisKey||"__vitest_mocker__";function t(){return typeof globalThis[e]<"u"?globalThis[e]:new Proxy({},{get(r,i){throw new Error(`Vitest mocker was not initialized in this environment. vi.${String(i)}() is forbidden.`)}})}return{hoisted(r){if(typeof r!="function")throw new TypeError(`vi.hoisted() expects a function, but received a ${typeof r}`);return r()},mock(r,i){if(typeof r!="string")throw new TypeError(`vi.mock() expects a string path, but received a ${typeof r}`);const s=A("mock");t().queueMock(r,s,typeof i=="function"?()=>i(()=>t().importActual(r,s)):i)},unmock(r){if(typeof r!="string")throw new TypeError(`vi.unmock() expects a string path, but received a ${typeof r}`);t().queueUnmock(r,A("unmock"))},doMock(r,i){if(typeof r!="string")throw new TypeError(`vi.doMock() expects a string path, but received a ${typeof r}`);const s=A("doMock");t().queueMock(r,s,typeof i=="function"?()=>i(()=>t().importActual(r,s)):i)},doUnmock(r){if(typeof r!="string")throw new TypeError(`vi.doUnmock() expects a string path, but received a ${typeof r}`);t().queueUnmock(r,A("doUnmock"))},async importActual(r){return t().importActual(r,A("importActual"))},async importMock(r){return t().importMock(r,A("importMock"))}}}function A(n){const t=Ue({stackTraceLimit:5}).split(`
2
- `),r=t.findIndex(s=>s.includes(` at Object.${n}`)||s.includes(`${n}@`)),i=tt(t[r+1]);return i?.file||""}const{now:oe}=Date;class it{registry=new se;queue=new Set;mockedIds=new Set;constructor(e,t,r,i){this.interceptor=e,this.rpc=t,this.spyOn=r,this.config=i}async prepare(){this.queue.size&&await Promise.all([...this.queue.values()])}async resolveFactoryModule(e){const t=this.registry.get(e);if(!t||t.type!=="manual")throw new Error(`Mock ${e} wasn't registered. This is probably a Vitest error. Please, open a new issue with reproduction.`);return await t.resolve()}getFactoryModule(e){const t=this.registry.get(e);if(!t||t.type!=="manual")throw new Error(`Mock ${e} wasn't registered. This is probably a Vitest error. Please, open a new issue with reproduction.`);if(!t.cache)throw new Error(`Mock ${e} wasn't resolved. This is probably a Vitest error. Please, open a new issue with reproduction.`);return t.cache}async invalidate(){const e=Array.from(this.mockedIds);e.length&&(await this.rpc.invalidate(e),await this.interceptor.invalidate(),this.registry.clear())}async importActual(e,t){const r=await this.rpc.resolveId(e,t);if(r==null)throw new Error(`[vitest] Cannot resolve "${e}" imported from "${t}"`);const i=$e(r.id),s=new URL(r.url,location.href),a=`_vitest_original&ext${i}`,o=`${s.pathname}${s.search?`${s.search}&${a}`:`?${a}`}${s.hash}`;return this.wrapDynamicImport(()=>import(o)).then(l=>{if(!r.optimized||typeof l.default>"u")return l;const d=l.default;return d?.__esModule?d:{...typeof d=="object"&&!Array.isArray(d)||typeof d=="function"?d:{},default:d}})}async importMock(e,t){await this.prepare();const{resolvedId:r,resolvedUrl:i,redirectUrl:s}=await this.rpc.resolveMock(e,t,{mock:"auto"}),a=this.resolveMockPath(X(i));let o=this.registry.get(a);if(!o)if(s){const l=new URL(this.resolveMockPath(X(s)),location.href).toString();o=new C(e,r,a,l)}else o=new q(e,r,a);if(o.type==="manual")return await o.resolve();if(o.type==="automock"||o.type==="autospy"){const l=new URL(`/@id/${r}`,location.href),d=l.search?`${l.search}&t=${oe()}`:`?t=${oe()}`,h=await me(()=>import(`${l.pathname}${d}&mock=${o.type}${l.hash}`),[],import.meta.url);return this.mockObject(h,o.type)}return import(o.redirect)}mockObject(e,t="automock"){return ye({globalConstructors:{Object,Function,Array,Map,RegExp},spyOn:this.spyOn,type:t},e)}queueMock(e,t,r){const i=this.rpc.resolveMock(e,t,{mock:typeof r=="function"?"factory":r?.spy?"spy":"auto"}).then(async({redirectUrl:s,resolvedId:a,resolvedUrl:o,needsInterop:l,mockType:d})=>{const h=this.resolveMockPath(X(o));this.mockedIds.add(a);const g=typeof r=="function"?async()=>{const y=await r();return l?{default:y}:y}:void 0,w=typeof s=="string"?new URL(this.resolveMockPath(X(s)),location.href).toString():null;let b;d==="manual"?b=this.registry.register("manual",e,a,h,g):d==="autospy"?b=this.registry.register("autospy",e,a,h):d==="redirect"?b=this.registry.register("redirect",e,a,h,w):b=this.registry.register("automock",e,a,h),await this.interceptor.register(b)}).finally(()=>{this.queue.delete(i)});this.queue.add(i)}queueUnmock(e,t){const r=this.rpc.resolveId(e,t).then(async i=>{if(!i)return;const s=this.resolveMockPath(X(i.url));this.mockedIds.add(i.id),this.registry.delete(s),await this.interceptor.delete(s)}).finally(()=>{this.queue.delete(r)});this.queue.add(r)}wrapDynamicImport(e){return typeof e=="function"?new Promise((r,i)=>{this.prepare().finally(()=>{e().then(r,i)})}):e}resolveMockPath(e){const t=this.config,r=xe("/@fs/",t.root);return e.startsWith(t.root)?e.slice(t.root.length):e.startsWith(r)?e.slice(r.length):e}}const ot=/(\?|&)v=\w{8}/;function X(n){return n.replace(ot,"")}class st{mocks=new se;constructor(){}async register(e){this.mocks.add(e)}async delete(e){this.mocks.delete(e)}async invalidate(){this.mocks.clear()}}const W=n=>{switch(n){case"resolveId":return Promise.resolve({id:"",url:"",optimized:!1});case"resolveMock":return Promise.resolve({mockType:"dummy",resolvedId:"",resolvedUrl:"",redirectUrl:"",needsInterop:!1});case"invalidate":return Promise.resolve()}};class ct extends it{queueMock(){}}function at(n){const e=new ct(n("__vitest_mocker__"),{resolveId(t,r){return W("resolveId")},resolveMock(t,r,i){return W("resolveMock")},async invalidate(t){return W("invalidate")}},(...t)=>globalThis.__STORYBOOK_MODULE_TEST__.spyOn(...t),{root:""});return globalThis.__vitest_mocker__=e,nt({globalThisKey:"__vitest_mocker__"})}globalThis.__STORYBOOK_MOCKER__=at(()=>new st);
package/index.html DELETED
@@ -1,7 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head><meta charset="UTF-8" /></head>
4
- <body>
5
- <div id="root"></div>
6
- </body>
7
- </html>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Dots" data-name="24x24/On Light/Dots" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="#141124" opacity="0"/>
4
- <path id="Shape" d="M12,1.5A1.5,1.5,0,1,1,13.5,3,1.5,1.5,0,0,1,12,1.5Zm-6,0A1.5,1.5,0,1,1,7.5,3,1.5,1.5,0,0,1,6,1.5Zm-6,0A1.5,1.5,0,1,1,1.5,3,1.5,1.5,0,0,1,0,1.5Z" transform="translate(4.5 11)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_About" data-name="24x24/On Light/About" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M.75,19.5A.751.751,0,0,1,0,18.75V.75A.751.751,0,0,1,.75,0h14a.751.751,0,0,1,.75.75v11a.755.755,0,0,1-.22.53l-7,7a.755.755,0,0,1-.53.22ZM1.5,18H7V11.75A.75.75,0,0,1,7.75,11H14V1.5H1.5Zm7-1.06,4.44-4.44H8.5Z" transform="translate(4.25 2.25)" fill="#141124"/>
5
- </svg>
@@ -1,26 +0,0 @@
1
- <?xml version="1.0" ?>
2
-
3
- <!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
4
- <svg width="800px" height="800px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
5
-
6
- <title/>
7
-
8
- <g id="Complete">
9
-
10
- <g id="alert-circle">
11
-
12
- <g>
13
-
14
- <line fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="12" x2="12" y1="8" y2="12"/>
15
-
16
- <line fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="12" x2="12" y1="16" y2="16"/>
17
-
18
- <circle cx="12" cy="12" data-name="--Circle" fill="none" id="_--Circle" r="10" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
19
-
20
- </g>
21
-
22
- </g>
23
-
24
- </g>
25
-
26
- </svg>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
-
3
- <!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
4
- <svg width="800px" height="800px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
5
- <g id="_24x24_On_Light_Arrow-Bottom" data-name="24x24/On Light/Arrow-Bottom" transform="translate(0 24) rotate(-90)">
6
- <rect id="view-box" width="24" height="24" fill="none"/>
7
- <path id="Shape" d="M.22,10.22A.75.75,0,0,0,1.28,11.28l5-5a.75.75,0,0,0,0-1.061l-5-5A.75.75,0,0,0,.22,1.28l4.47,4.47Z" transform="translate(14.75 17.75) rotate(180)" fill="#141124"/>
8
- </g>
9
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Arrow-Left" data-name="24x24/On Light/Arrow-Left" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M.22,10.22A.75.75,0,0,0,1.28,11.28l5-5a.75.75,0,0,0,0-1.061l-5-5A.75.75,0,0,0,.22,1.28l4.47,4.47Z" transform="translate(14.75 17.75) rotate(180)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Arrow-Right" data-name="24x24/On Light/Arrow-Right" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M.22,10.22A.75.75,0,0,0,1.28,11.28l5-5a.75.75,0,0,0,0-1.061l-5-5A.75.75,0,0,0,.22,1.28l4.47,4.47Z" transform="translate(9.25 6.25)" fill="#141124"/>
5
- </svg>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
-
3
- <!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
4
- <svg width="800px" height="800px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
5
- <g id="_24x24_On_Light_Arrow-Top" data-name="24x24/On Light/Arrow-Top" transform="translate(24) rotate(90)">
6
- <rect id="view-box" width="24" height="24" fill="none"/>
7
- <path id="Shape" d="M.22,10.22A.75.75,0,0,0,1.28,11.28l5-5a.75.75,0,0,0,0-1.061l-5-5A.75.75,0,0,0,.22,1.28l4.47,4.47Z" transform="translate(14.75 17.75) rotate(180)" fill="#141124"/>
8
- </g>
9
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Checkmark" data-name="24x24/On Light/Checkmark" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="#141124" opacity="0"/>
4
- <path id="Shape" d="M5.341,12.247a1,1,0,0,0,1.317,1.505l4-3.5a1,1,0,0,0,.028-1.48l-9-8.5A1,1,0,0,0,.313,1.727l8.2,7.745Z" transform="translate(19 6.5) rotate(90)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Clock" data-name="24x24/On Light/Clock" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M0,9.75A9.75,9.75,0,1,1,9.75,19.5,9.761,9.761,0,0,1,0,9.75Zm1.5,0A8.25,8.25,0,1,0,9.75,1.5,8.259,8.259,0,0,0,1.5,9.75Zm10.375,4.186L9.22,11.281A.754.754,0,0,1,9,10.75V5.55a.75.75,0,0,1,1.5,0v4.889l2.435,2.436a.75.75,0,1,1-1.06,1.06Z" transform="translate(2.25 2.25)" fill="#141124"/>
5
- </svg>
@@ -1,12 +0,0 @@
1
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
-
3
- <!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
4
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Cross" data-name="24x24/On Light/Cross" xmlns="http://www.w3.org/2000/svg" fill="#000000">
5
-
6
- <g id="SVGRepo_bgCarrier" stroke-width="0"/>
7
-
8
- <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
9
-
10
- <g id="SVGRepo_iconCarrier"> <rect id="view-box" width="24" height="24" fill="none"/> <path id="Shape" d="M9.291,10.352l-4-4-4.005,4A.75.75,0,1,1,.22,9.291l4.005-4L.22,1.281A.75.75,0,0,1,1.281.22L5.286,4.225l4-4.005a.75.75,0,1,1,1.061,1.061l-4,4.005,4,4a.75.75,0,0,1-1.061,1.061Z" transform="translate(6.629 6.8)" fill="#141124"/> </g>
11
-
12
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Download" data-name="24x24/On Light/Download" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M2.75,17.5A2.853,2.853,0,0,1,0,14.55V4.75a.75.75,0,1,1,1.5,0v9.8A1.363,1.363,0,0,0,2.75,16h12A1.363,1.363,0,0,0,16,14.55V4.75a.75.75,0,1,1,1.5,0v9.8A2.853,2.853,0,0,1,14.75,17.5ZM8.22,12.281l-4-4A.75.75,0,0,1,5.28,7.22L8,9.94V.75a.75.75,0,0,1,1.5,0V9.939L12.219,7.22A.75.75,0,0,1,13.28,8.28l-4,4a.75.75,0,0,1-1.06,0Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Edit" data-name="24x24/On Light/Edit" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M.75,17.5A.751.751,0,0,1,0,16.75V12.569a.755.755,0,0,1,.22-.53L11.461.8a2.72,2.72,0,0,1,3.848,0L16.7,2.191a2.72,2.72,0,0,1,0,3.848L5.462,17.28a.747.747,0,0,1-.531.22ZM1.5,12.879V16h3.12l7.91-7.91L9.41,4.97ZM13.591,7.03l2.051-2.051a1.223,1.223,0,0,0,0-1.727L14.249,1.858a1.222,1.222,0,0,0-1.727,0L10.47,3.91Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Favorite" data-name="24x24/On Light/Favorite" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M9.725,18.286l-7.87-7.7.524-.536-.524.536a6.115,6.115,0,0,1,0-8.775,6.406,6.406,0,0,1,8.394-.46,6.406,6.406,0,0,1,8.394.46,6.115,6.115,0,0,1,0,8.775l-7.87,7.7a.75.75,0,0,1-1.049,0Z" transform="translate(1.75 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
-
3
- <!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
4
- <svg width="800px" height="800px" viewBox="0 -0.48 24 24" xmlns="http://www.w3.org/2000/svg">
5
- <g id="_24x24_On_Light_Forbiden" data-name="24x24/On Light/Forbiden" transform="translate(0 -0.69)">
6
- <rect id="view-box" width="24" height="23.04" transform="translate(0 0.69)" fill="none"/>
7
- <path id="Shape" d="M0,9.36A9.572,9.572,0,0,1,9.75,0,9.572,9.572,0,0,1,19.5,9.36,9.572,9.572,0,0,1,9.75,18.72,9.572,9.572,0,0,1,0,9.36Zm1.5,0A8.1,8.1,0,0,0,9.75,17.28a8.462,8.462,0,0,0,4.174-1.09Q7.627,8,4.183,3.521A7.763,7.763,0,0,0,1.5,9.36Zm13.658,5.976A7.775,7.775,0,0,0,18,9.36,8.1,8.1,0,0,0,9.75,1.44a8.454,8.454,0,0,0-4.356,1.2Z" transform="translate(2.25 2.88)" fill="#141124"/>
8
- </g>
9
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Clear-Input" data-name="24x24/On Light/Clear-Input" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="#141124" opacity="0"/>
4
- <path id="Shape" d="M10,20A10,10,0,1,1,20,10,10.011,10.011,0,0,1,10,20Zm0-8.939h0l2.469,2.468a.75.75,0,1,0,1.06-1.06L11.061,10,13.53,7.53a.75.75,0,0,0-1.06-1.061L10,8.94,7.53,6.469A.75.75,0,1,0,6.469,7.53L8.94,10l-2.471,2.47A.75.75,0,1,0,7.53,13.53L10,11.062Z" transform="translate(2 2)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Link" data-name="24x24/On Light/Link" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M0,16.835V12.25A4.25,4.25,0,0,1,4.25,8a.75.75,0,1,1,0,1.5A2.75,2.75,0,0,0,1.5,12.25v4.585a2.75,2.75,0,1,0,5.5,0V14.422a.75.75,0,0,1,1.5,0v2.414a4.25,4.25,0,1,1-8.5,0Zm3.5-4.5a.75.75,0,0,1,.75-.75A2.75,2.75,0,0,0,7,8.836V4.25a2.75,2.75,0,0,0-5.5,0v2a.75.75,0,1,1-1.5,0v-2a4.25,4.25,0,0,1,8.5,0V8.836a4.25,4.25,0,0,1-4.25,4.25A.75.75,0,0,1,3.5,12.335Z" transform="translate(16.45 1.54) rotate(45)" fill="#141124"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Messages-Alert" data-name="24x24/On Light/Messages-Alert" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M10.751,19.5a9.66,9.66,0,0,1-4.266-.981,9.889,9.889,0,0,1-4.876.981c-.279,0-.578-.006-.887-.018a.74.74,0,0,1-.65-.432.738.738,0,0,1,.085-.775,11.191,11.191,0,0,0,2.072-3.787A9.754,9.754,0,0,1,12.682.192a5.478,5.478,0,0,0-.676,1.4A8.252,8.252,0,0,0,3.668,13.983a.75.75,0,0,1,.092.535A10.189,10.189,0,0,1,2.2,17.99a7.2,7.2,0,0,0,3.816-.947.746.746,0,0,1,.431-.136A.755.755,0,0,1,6.808,17a8.254,8.254,0,0,0,12.1-8.5,5.477,5.477,0,0,0,1.4-.676A9.755,9.755,0,0,1,10.751,19.5Zm3-7h-7a.75.75,0,0,1,0-1.5h7a.75.75,0,0,1,0,1.5Zm-2-4h-5a.75.75,0,1,1,0-1.5h5a.75.75,0,0,1,0,1.5Zm6.612-1.931h0a8.34,8.34,0,0,0-4.43-4.43,3.527,3.527,0,0,1,.781-1.3,9.773,9.773,0,0,1,4.946,4.946,3.527,3.527,0,0,1-1.3.781Z" transform="translate(1.249 2.25)" fill="#141124"/>
5
- <path id="Shape-2" data-name="Shape" d="M3.5,7A3.5,3.5,0,1,1,7,3.5,3.5,3.5,0,0,1,3.5,7Z" transform="translate(15 2)" fill="#ff6359"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Messages" data-name="24x24/On Light/Messages" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M6.485,18.519a9.891,9.891,0,0,1-4.876.981c-.285,0-.584-.006-.887-.018a.739.739,0,0,1-.65-.432.738.738,0,0,1,.085-.775,11.192,11.192,0,0,0,2.072-3.787A9.751,9.751,0,1,1,10.751,19.5,9.661,9.661,0,0,1,6.485,18.519ZM6.808,17a8.247,8.247,0,1,0-3.139-3.015.75.75,0,0,1,.092.535A10.189,10.189,0,0,1,2.2,17.99a7.2,7.2,0,0,0,3.816-.947.745.745,0,0,1,.431-.136A.756.756,0,0,1,6.808,17Zm-.057-4.5a.75.75,0,0,1,0-1.5h7a.75.75,0,0,1,0,1.5Zm0-4a.75.75,0,0,1,0-1.5h5a.75.75,0,1,1,0,1.5Z" transform="translate(1.249 2.25)" fill="#141124"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Mic-Off" data-name="24x24/On Light/Mic-Off" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M4.75,19a.75.75,0,1,1,0-1.5H7V15.464A7.749,7.749,0,0,1,0,7.75a.75.75,0,0,1,1.5,0,6.25,6.25,0,1,0,12.5,0,.75.75,0,1,1,1.5,0,7.749,7.749,0,0,1-7,7.714V17.5h2.25a.75.75,0,1,1,0,1.5ZM3,7.75v-3a4.75,4.75,0,1,1,9.5,0v3a4.75,4.75,0,0,1-9.5,0Zm1.5-3v3a3.25,3.25,0,0,0,6.5,0v-3a3.25,3.25,0,0,0-6.5,0Z" transform="translate(4.25 2.25)" fill="#abadb7"/>
5
- <path id="Shape-2" data-name="Shape" d="M2.626.657.006,21.551a.75.75,0,0,0,1.488.187L4.115.843A.75.75,0,0,0,2.626.657Z" transform="translate(2.458 5.845) rotate(-45)" fill="#141124"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Mic" data-name="24x24/On Light/Mic" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M4.75,19a.75.75,0,1,1,0-1.5H7V15.464A7.749,7.749,0,0,1,0,7.75a.75.75,0,0,1,1.5,0,6.25,6.25,0,1,0,12.5,0,.75.75,0,1,1,1.5,0,7.749,7.749,0,0,1-7,7.714V17.5h2.25a.75.75,0,1,1,0,1.5ZM3,7.75v-3a4.75,4.75,0,1,1,9.5,0v3a4.75,4.75,0,0,1-9.5,0Zm1.5-3v3a3.25,3.25,0,0,0,6.5,0v-3a3.25,3.25,0,0,0-6.5,0Z" transform="translate(4.25 2.25)" fill="#141124"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Music" data-name="24x24/On Light/Music" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M0,5.25A3.25,3.25,0,1,1,3.25,8.5,3.254,3.254,0,0,1,0,5.25Zm1.5,0A1.75,1.75,0,1,0,3.25,3.5,1.752,1.752,0,0,0,1.5,5.25Zm10.5-2A3.25,3.25,0,1,1,15.25,6.5,3.254,3.254,0,0,1,12,3.25Zm1.5,0A1.75,1.75,0,1,0,15.25,1.5,1.752,1.752,0,0,0,13.5,3.25Z" transform="translate(2.25 13.25)" fill="#141124"/>
5
- <path id="Shape-2" data-name="Shape" d="M1.5,15.085V4.3A1.25,1.25,0,0,1,2.56,3.065L11.724,1.5A.25.25,0,0,1,12,1.75V13.085a.75.75,0,0,0,1.5,0V1.75A1.75,1.75,0,0,0,11.484.021L2.32,1.584A2.747,2.747,0,0,0,0,4.3V15.085a.75.75,0,0,0,1.5,0Z" transform="translate(7.25 3.415)" fill="#141124"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Next" data-name="24x24/On Light/Next" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="#141124" opacity="0"/>
4
- <path id="Shape" d="M10.22,9.28a.75.75,0,0,1,0-1.06l2.72-2.72H.75A.75.75,0,0,1,.75,4H12.938L10.22,1.281A.75.75,0,1,1,11.281.22l4,4a.749.749,0,0,1,0,1.06l-4,4a.75.75,0,0,1-1.061,0Z" transform="translate(4.25 7.25)" fill="#141124"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Notification-Alert" data-name="24x24/On Light/Notification-Alert" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M6,17v-.5H2.25A2.253,2.253,0,0,1,0,14.25v-.382a2.542,2.542,0,0,1,1.415-2.289A1.247,1.247,0,0,0,2.1,10.572l.446-4.91A6.227,6.227,0,0,1,10.618.286a5.477,5.477,0,0,0-.635,1.374A4.794,4.794,0,0,0,8.75,1.5,4.7,4.7,0,0,0,4.045,5.8L3.6,10.708A2.739,2.739,0,0,1,2.089,12.92a1.055,1.055,0,0,0-.589.949v.382A.751.751,0,0,0,2.25,15h13A.751.751,0,0,0,16,14.25v-.382a1.053,1.053,0,0,0-.586-.948A2.739,2.739,0,0,1,13.9,10.708l-.2-2.18a5.473,5.473,0,0,0,1.526.221l.166,1.822a1.26,1.26,0,0,0,.686,1.005,2.547,2.547,0,0,1,1.418,2.29v.382a2.252,2.252,0,0,1-2.25,2.25H11.5V17A2.75,2.75,0,0,1,6,17Zm1.5,0A1.25,1.25,0,0,0,10,17v-.5H7.5ZM15.047,6.744A3.486,3.486,0,0,1,13.5,6.28L13.456,5.8a4.7,4.7,0,0,0-1.648-3.185,3.5,3.5,0,0,1,.61-1.417A6.221,6.221,0,0,1,14.95,5.662l.1,1.081v0Z" transform="translate(3.25 2.25)" fill="#141124"/>
5
- <path id="Shape-2" data-name="Shape" d="M3.5,7A3.5,3.5,0,1,1,7,3.5,3.5,3.5,0,0,1,3.5,7Z" transform="translate(15 2)" fill="#ff6359"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Notification" data-name="24x24/On Light/Notification" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M6,17v-.5H2.25A2.253,2.253,0,0,1,0,14.25v-.382a2.542,2.542,0,0,1,1.415-2.289A1.248,1.248,0,0,0,2.1,10.572l.446-4.91a6.225,6.225,0,0,1,12.4,0l.446,4.91a1.26,1.26,0,0,0,.686,1.005,2.547,2.547,0,0,1,1.418,2.29v.382a2.252,2.252,0,0,1-2.25,2.25H11.5V17A2.75,2.75,0,0,1,6,17Zm1.5,0A1.25,1.25,0,0,0,10,17v-.5H7.5ZM4.045,5.8,3.6,10.708A2.738,2.738,0,0,1,2.089,12.92a1.055,1.055,0,0,0-.589.949v.382A.751.751,0,0,0,2.25,15h13A.751.751,0,0,0,16,14.25v-.382a1.054,1.054,0,0,0-.586-.948A2.739,2.739,0,0,1,13.9,10.708L13.456,5.8a4.725,4.725,0,0,0-9.411,0Z" transform="translate(3.25 2.25)" fill="#141124"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Notification-Off" data-name="24x24/On Light/Notification-Off" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M6,17v-.5H2.25A2.253,2.253,0,0,1,0,14.25v-.382a2.542,2.542,0,0,1,1.415-2.289A1.248,1.248,0,0,0,2.1,10.572l.446-4.91a6.225,6.225,0,0,1,12.4,0l.446,4.91a1.26,1.26,0,0,0,.686,1.005,2.547,2.547,0,0,1,1.418,2.29v.382a2.252,2.252,0,0,1-2.25,2.25H11.5V17A2.75,2.75,0,0,1,6,17Zm1.5,0A1.25,1.25,0,0,0,10,17v-.5H7.5ZM4.045,5.8,3.6,10.708A2.738,2.738,0,0,1,2.089,12.92a1.055,1.055,0,0,0-.589.949v.382A.751.751,0,0,0,2.25,15h13A.751.751,0,0,0,16,14.25v-.382a1.054,1.054,0,0,0-.586-.948A2.739,2.739,0,0,1,13.9,10.708L13.456,5.8a4.725,4.725,0,0,0-9.411,0Z" transform="translate(3.25 2.25)" fill="#abadb7"/>
5
- <path id="Shape-2" data-name="Shape" d="M2.626.657.006,21.551a.75.75,0,0,0,1.488.187L4.115.843A.75.75,0,0,0,2.626.657Z" transform="translate(2.458 5.527) rotate(-45)" fill="#141124"/>
6
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Party" data-name="24x24/On Light/Party" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M1.14,14.362A3.876,3.876,0,0,1,.592,9.546L6.338.353A.75.75,0,0,1,7.5.22L15.282,8a.749.749,0,0,1-.132,1.166L5.956,14.91a3.895,3.895,0,0,1-4.816-.548Zm.724-4.021a2.393,2.393,0,0,0,3.3,3.3l.892-.557L2.421,9.45Zm5.494,1.924,2.387-1.492L4.728,5.758,3.237,8.144Zm3.692-2.308,2.505-1.566L7.11,1.947,5.544,4.452Z" transform="translate(3.233 5.265)" fill="#141124"/>
5
- <path id="Shape-2" data-name="Shape" d="M1.5,4.15V.75A.75.75,0,0,0,0,.75v3.4a.75.75,0,0,0,1.5,0Z" transform="translate(14.971 1.45)" fill="#03a5d1"/>
6
- <path id="Shape-3" data-name="Shape" d="M1.16,3.114,3.82,1.378A.75.75,0,0,0,3,.122L.34,1.857a.75.75,0,1,0,.82,1.256Z" transform="translate(17.312 6.75)" fill="#00bba2"/>
7
- <path id="Shape-4" data-name="Shape" d="M1.28,2.107l.827-.827A.75.75,0,0,0,1.047.22L.22,1.047A.75.75,0,0,0,1.28,2.107Z" transform="translate(17.971 3.798)" fill="#ff6783"/>
8
- <path id="Shape-5" data-name="Shape" d="M.75,1.5H.967a.75.75,0,0,0,0-1.5H.75a.75.75,0,0,0,0,1.5Z" transform="translate(18.971 10.625)" fill="#ffa458"/>
9
- <path id="Shape-6" data-name="Shape" d="M.75,1.5H.967a.75.75,0,0,0,0-1.5H.75a.75.75,0,0,0,0,1.5Z" transform="translate(14.971 7.625)" fill="#c75fff"/>
10
- <path id="Shape-7" data-name="Shape" d="M1.881,1.478,1.439.453a.75.75,0,1,0-1.377.594L.5,2.073a.75.75,0,1,0,1.377-.594Z" transform="translate(11.528 2.599)" fill="#ffa458"/>
11
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Pattern" data-name="24x24/On Light/Pattern" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="#141124" opacity="0"/>
4
- <path id="Shape" d="M12,14.75a2.75,2.75,0,1,1,2.75,2.75A2.754,2.754,0,0,1,12,14.75Zm1.5,0a1.25,1.25,0,1,0,1.25-1.25A1.251,1.251,0,0,0,13.5,14.75ZM0,14.75A2.75,2.75,0,1,1,2.75,17.5,2.754,2.754,0,0,1,0,14.75Zm1.5,0A1.25,1.25,0,1,0,2.75,13.5,1.251,1.251,0,0,0,1.5,14.75Zm4.5-6a2.75,2.75,0,1,1,2.75,2.75A2.754,2.754,0,0,1,6,8.751Zm1.5,0A1.25,1.25,0,1,0,8.751,7.5,1.251,1.251,0,0,0,7.5,8.751Zm4.5-6A2.75,2.75,0,1,1,14.75,5.5,2.754,2.754,0,0,1,12,2.75Zm1.5,0A1.25,1.25,0,1,0,14.75,1.5,1.251,1.251,0,0,0,13.5,2.75ZM0,2.75A2.75,2.75,0,1,1,2.75,5.5,2.754,2.754,0,0,1,0,2.75Zm1.5,0A1.25,1.25,0,1,0,2.75,1.5,1.251,1.251,0,0,0,1.5,2.75Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Play" data-name="24x24/On Light/Play" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M0,9.75A9.75,9.75,0,1,1,9.75,19.5,9.761,9.761,0,0,1,0,9.75Zm1.5,0A8.25,8.25,0,1,0,9.75,1.5,8.259,8.259,0,0,0,1.5,9.75Zm5.75-3.8,7,3.8-7,3.8Z" transform="translate(2.25 2.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Plus" data-name="24x24/On Light/Plus" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="#141124" opacity="0"/>
4
- <path id="Shape" d="M5,10.75V6.5H.75A.75.75,0,0,1,.75,5H5V.75a.75.75,0,0,1,1.5,0V5h4.25a.75.75,0,1,1,0,1.5H6.5v4.25a.75.75,0,1,1-1.5,0Z" transform="translate(6 6)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Previous" data-name="24x24/On Light/Previous" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="#141124" opacity="0"/>
4
- <path id="Shape" d="M4.22,9.28l-4-4L.207,5.267.2,5.261.194,5.254.187,5.246.182,5.24.174,5.231l0,0-.008-.01,0,0L.151,5.2l0,0L.14,5.186l0,0L.13,5.172l0,0L.12,5.157l0-.006L.111,5.142l0-.007,0-.008L.1,5.118l0-.006L.087,5.1l0,0A.751.751,0,0,1,.235,4.2L4.22.22A.75.75,0,0,1,5.28,1.281L2.561,4H14.75a.75.75,0,0,1,0,1.5H2.561L5.28,8.22A.75.75,0,1,1,4.22,9.28Z" transform="translate(4.25 7.25)" fill="#141124"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Queue-In" data-name="24x24/On Light/Queue-In" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M3.75,19.5A3.75,3.75,0,0,1,0,15.75V6.607A2.607,2.607,0,0,1,2.607,4H4V2.75A2.754,2.754,0,0,1,6.75,0h10A2.753,2.753,0,0,1,19.5,2.75v10a2.752,2.752,0,0,1-2.75,2.75H15.5v1.393A2.607,2.607,0,0,1,12.892,19.5ZM1.5,6.607V15.75A2.25,2.25,0,0,0,3.75,18h9.142A1.108,1.108,0,0,0,14,16.893V15.5H6.75A2.753,2.753,0,0,1,4,12.75V5.5H2.607A1.107,1.107,0,0,0,1.5,6.607Zm4-3.857v10A1.252,1.252,0,0,0,6.75,14h10A1.251,1.251,0,0,0,18,12.75v-10A1.251,1.251,0,0,0,16.75,1.5h-10A1.252,1.252,0,0,0,5.5,2.75ZM9.25,10.5a.75.75,0,1,1,0-1.5h5a.75.75,0,1,1,0,1.5Z" transform="translate(2.25 2.25)" fill="#141124"/>
5
- <path id="Shape-2" data-name="Shape" d="M.75,1.5h5a.75.75,0,0,0,0-1.5h-5a.75.75,0,0,0,0,1.5Z" transform="translate(17.25 8.75) rotate(-180)" fill="#141124" opacity="0.5"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Queue-Remove" data-name="24x24/On Light/Queue-Remove" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M3.75,19.5A3.75,3.75,0,0,1,0,15.75V6.607A2.607,2.607,0,0,1,2.607,4H4V2.75A2.754,2.754,0,0,1,6.75,0h10A2.753,2.753,0,0,1,19.5,2.75v10a2.752,2.752,0,0,1-2.75,2.75H15.5v1.393A2.607,2.607,0,0,1,12.892,19.5ZM1.5,6.607V15.75A2.25,2.25,0,0,0,3.75,18h9.142A1.108,1.108,0,0,0,14,16.893V15.5H6.75A2.753,2.753,0,0,1,4,12.75V5.5H2.607A1.107,1.107,0,0,0,1.5,6.607Zm4-3.857v10A1.252,1.252,0,0,0,6.75,14h10A1.251,1.251,0,0,0,18,12.75v-10A1.251,1.251,0,0,0,16.75,1.5h-10A1.252,1.252,0,0,0,5.5,2.75ZM13.343,10.4,11.752,8.813,10.161,10.4A.75.75,0,0,1,9.1,9.343l1.591-1.591L9.1,6.161A.75.75,0,0,1,10.161,5.1l1.591,1.591L13.343,5.1A.75.75,0,1,1,14.4,6.161L12.813,7.752,14.4,9.343a.75.75,0,0,1-1.06,1.061Z" transform="translate(2.25 2.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Recent" data-name="24x24/On Light/Recent" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M9.682,18.75a.75.75,0,0,1,.75-.75,8.25,8.25,0,1,0-6.189-2.795V12.568a.75.75,0,0,1,1.5,0v4.243a.75.75,0,0,1-.751.75H.75a.75.75,0,0,1,0-1.5H3a9.75,9.75,0,1,1,7.433,3.44A.75.75,0,0,1,9.682,18.75Zm2.875-4.814L9.9,11.281a.754.754,0,0,1-.22-.531V5.55a.75.75,0,1,1,1.5,0v4.889l2.436,2.436a.75.75,0,1,1-1.061,1.06Z" transform="translate(1.568 2.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Remove" data-name="24x24/On Light/Remove" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M0,9.75A9.75,9.75,0,1,1,9.75,19.5,9.761,9.761,0,0,1,0,9.75Zm1.5,0A8.25,8.25,0,1,0,9.75,1.5,8.259,8.259,0,0,0,1.5,9.75Zm5.365.751A.813.813,0,0,1,6,9.75.813.813,0,0,1,6.865,9h5.769a.814.814,0,0,1,.866.75.814.814,0,0,1-.866.751Z" transform="translate(2.25 2)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Repeat" data-name="24x24/On Light/Repeat" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M10.22,17.28a.75.75,0,0,1,0-1.06l1.72-1.72H5.75A5.757,5.757,0,0,1,0,8.75a.75.75,0,0,1,1.5,0A4.254,4.254,0,0,0,5.75,13h6.188L10.22,11.281a.75.75,0,0,1,1.061-1.061l3,3a.75.75,0,0,1,0,1.06l-3,3a.75.75,0,0,1-1.061,0ZM16,8.75A4.255,4.255,0,0,0,11.75,4.5H5.56L7.28,6.22A.75.75,0,0,1,6.22,7.28l-3-3a.751.751,0,0,1,0-1.061l3-3A.75.75,0,0,1,7.28,1.281L5.561,3H11.75A5.756,5.756,0,0,1,17.5,8.75a.75.75,0,0,1-1.5,0Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Schedule-Add" data-name="24x24/On Light/Schedule-Add" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M2.75,17.5A2.753,2.753,0,0,1,0,14.75v-10A2.754,2.754,0,0,1,2.5,2.012V.75A.75.75,0,0,1,4,.75V2h9.5V.75a.75.75,0,0,1,1.5,0V2.012A2.753,2.753,0,0,1,17.5,4.75v10a2.752,2.752,0,0,1-2.75,2.75ZM1.5,4.75v10A1.251,1.251,0,0,0,2.75,16h12A1.251,1.251,0,0,0,16,14.75v-10A1.251,1.251,0,0,0,14.75,3.5h-12A1.251,1.251,0,0,0,1.5,4.75Zm6.5,8V10.5H5.75a.75.75,0,0,1,0-1.5H8V6.75a.75.75,0,0,1,1.5,0V9h2.25a.75.75,0,0,1,0,1.5H9.5v2.25a.75.75,0,0,1-1.5,0Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Schedule-Alert" data-name="24x24/On Light/Schedule-Alert" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M14.75,17.5h-12A2.753,2.753,0,0,1,0,14.75v-10A2.754,2.754,0,0,1,2.5,2.012V.75A.75.75,0,1,1,4,.75V2H9.755c0,.077-.006.161-.006.25A5.509,5.509,0,0,0,9.893,3.5H2.75A1.252,1.252,0,0,0,1.5,4.75V6.5H11.762A5.5,5.5,0,0,0,15.25,7.75a5.446,5.446,0,0,0,2.25-.481V14.75A2.753,2.753,0,0,1,14.75,17.5ZM1.5,8v6.75A1.252,1.252,0,0,0,2.75,16h12A1.252,1.252,0,0,0,16,14.75V8ZM16,5.669h0V4.75A1.252,1.252,0,0,0,14.75,3.5H11.98a3.474,3.474,0,0,1-.231-1.25c0-.083,0-.167.009-.25H13.5V.75a.75.75,0,0,1,1.5,0V2.012A2.753,2.753,0,0,1,17.5,4.75v.179a3.505,3.505,0,0,1-1.5.74Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- <path id="Shape-2" data-name="Shape" d="M3.5,7A3.5,3.5,0,1,1,7,3.5,3.5,3.5,0,0,1,3.5,7Z" transform="translate(15 2)" fill="#ff6359"/>
6
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Schedule-Remove" data-name="24x24/On Light/Schedule-Remove" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M2.75,17.5A2.753,2.753,0,0,1,0,14.75v-10A2.754,2.754,0,0,1,2.5,2.011V.75A.75.75,0,0,1,4,.75V2h9.5V.75a.75.75,0,0,1,1.5,0V2.011A2.754,2.754,0,0,1,17.5,4.75v10a2.752,2.752,0,0,1-2.75,2.75ZM1.5,4.75v10A1.251,1.251,0,0,0,2.75,16h12A1.251,1.251,0,0,0,16,14.75v-10A1.251,1.251,0,0,0,14.75,3.5h-12A1.251,1.251,0,0,0,1.5,4.75Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- <path id="Shape-2" data-name="Shape" d="M6.22,7.28,3.75,4.811,1.281,7.28A.75.75,0,0,1,.22,6.22l2.47-2.47L.22,1.281A.75.75,0,0,1,1.281.22L3.75,2.689,6.22.22A.75.75,0,0,1,7.28,1.281L4.811,3.75,7.28,6.22A.75.75,0,1,1,6.22,7.28Z" transform="translate(8.25 9.25)" fill="#ff6359"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Schedule" data-name="24x24/On Light/Schedule" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M2.75,17.5A2.753,2.753,0,0,1,0,14.75v-10A2.754,2.754,0,0,1,2.5,2.011V.75A.75.75,0,0,1,4,.75V2h9.5V.75a.75.75,0,0,1,1.5,0V2.011A2.754,2.754,0,0,1,17.5,4.75v10a2.752,2.752,0,0,1-2.75,2.75ZM1.5,14.75A1.251,1.251,0,0,0,2.75,16h12A1.251,1.251,0,0,0,16,14.75V8H1.5ZM16,6.5V4.75A1.251,1.251,0,0,0,14.75,3.5h-12A1.251,1.251,0,0,0,1.5,4.75V6.5Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Search" data-name="24x24/On Light/Search" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M.22,18.28a.75.75,0,0,1,0-1.06l5.4-5.4a7.258,7.258,0,1,1,1.061,1.061l-5.4,5.4a.75.75,0,0,1-1.061,0ZM5.5,7.25A5.75,5.75,0,1,0,11.25,1.5,5.757,5.757,0,0,0,5.5,7.25Z" transform="translate(3.25 2.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Session-Abandon" data-name="24x24/On Light/Session-Abandon" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M2.95,17.5A2.853,2.853,0,0,1,0,14.75v-12A2.854,2.854,0,0,1,2.95,0h8.8a.75.75,0,0,1,0,1.5H2.95A1.362,1.362,0,0,0,1.5,2.75v12A1.363,1.363,0,0,0,2.95,16h8.8a.75.75,0,0,1,0,1.5Zm13.27-5.219-2.47-2.47-2.469,2.47a.75.75,0,0,1-1.061-1.061l2.47-2.469L10.22,6.28a.75.75,0,0,1,1.061-1.06L13.75,7.689,16.22,5.22a.75.75,0,0,1,1.06,1.06L14.811,8.75l2.469,2.469a.75.75,0,0,1-1.06,1.061Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Session-Join" data-name="24x24/On Light/Session-Join" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M5.75,17.5a.75.75,0,0,1,0-1.5h8.8A1.363,1.363,0,0,0,16,14.75v-12A1.363,1.363,0,0,0,14.55,1.5H5.75a.75.75,0,0,1,0-1.5h8.8A2.853,2.853,0,0,1,17.5,2.75v12A2.853,2.853,0,0,1,14.55,17.5ZM7.22,13.28a.75.75,0,0,1,0-1.061L9.939,9.5H.75A.75.75,0,0,1,.75,8H9.94L7.22,5.28A.75.75,0,0,1,8.28,4.22l4,4,.013.013.005.006.007.008.007.008,0,.005.008.009,0,0,.008.01,0,0,.008.011,0,0,.008.011,0,0,.008.011,0,0,.007.011,0,.005.006.01,0,.007,0,.008,0,.009,0,.006.006.011,0,0,.008.015h0a.751.751,0,0,1-.157.878L8.28,13.28a.75.75,0,0,1-1.06,0Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Session-Leave" data-name="24x24/On Light/Session-Leave" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M2.95,17.5A2.853,2.853,0,0,1,0,14.75v-12A2.854,2.854,0,0,1,2.95,0h8.8a.75.75,0,0,1,0,1.5H2.95A1.362,1.362,0,0,0,1.5,2.75v12A1.363,1.363,0,0,0,2.95,16h8.8a.75.75,0,0,1,0,1.5Zm9.269-4.219a.751.751,0,0,1,0-1.061L14.939,9.5H5.75a.75.75,0,0,1,0-1.5h9.19L12.219,5.28A.75.75,0,1,1,13.28,4.22l4,4a.749.749,0,0,1,0,1.06l-4,4a.751.751,0,0,1-1.061,0Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Settings" data-name="24x24/On Light/Settings" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="#141124" opacity="0"/>
4
- <path id="Shape" d="M6.995,19.461a10.065,10.065,0,0,1-2.171-.9.756.756,0,0,1-.382-.7l.132-2.067a.151.151,0,0,0-.044-.116l-.707-.708a.149.149,0,0,0-.106-.043h-.01l-2.075.129-.047,0a.75.75,0,0,1-.654-.384,10.071,10.071,0,0,1-.9-2.176.755.755,0,0,1,.226-.766l1.559-1.376a.149.149,0,0,0,.05-.113V9.25a.151.151,0,0,0-.05-.113L.254,7.761a.754.754,0,0,1-.226-.766,10.115,10.115,0,0,1,.9-2.177.75.75,0,0,1,.654-.382h.047l2.075.129h.01a.153.153,0,0,0,.106-.044l.7-.7a.15.15,0,0,0,.043-.116L4.436,1.632a.754.754,0,0,1,.382-.7,10.115,10.115,0,0,1,2.177-.9.751.751,0,0,1,.766.226L9.137,1.813a.151.151,0,0,0,.113.05h.988a.149.149,0,0,0,.113-.05L11.728.254a.751.751,0,0,1,.766-.226,10.071,10.071,0,0,1,2.176.9.753.753,0,0,1,.383.7l-.129,2.075a.151.151,0,0,0,.043.116l.7.7a.155.155,0,0,0,.107.044h.009l2.075-.129H17.9a.752.752,0,0,1,.654.382,10.07,10.07,0,0,1,.9,2.177.753.753,0,0,1-.226.766L17.676,9.137a.152.152,0,0,0-.051.113v.988a.152.152,0,0,0,.051.113l1.559,1.376a.753.753,0,0,1,.226.766,10.026,10.026,0,0,1-.9,2.176.751.751,0,0,1-.654.384l-.047,0-2.075-.129h-.01a.149.149,0,0,0-.106.043l-.7.7a.154.154,0,0,0-.043.116l.129,2.075a.744.744,0,0,1-.383.7,10.011,10.011,0,0,1-2.171.9.746.746,0,0,1-.767-.226l-1.371-1.557a.149.149,0,0,0-.113-.051h-1a.152.152,0,0,0-.113.051L7.761,19.235a.751.751,0,0,1-.766.226ZM4.883,13.907l.708.707a1.649,1.649,0,0,1,.48,1.273l-.1,1.582a8.373,8.373,0,0,0,.988.409l1.055-1.194a1.652,1.652,0,0,1,1.238-.558h1a1.649,1.649,0,0,1,1.238.56l1.049,1.191a8.413,8.413,0,0,0,.989-.41l-.1-1.59a1.653,1.653,0,0,1,.481-1.27l.7-.7a1.664,1.664,0,0,1,1.167-.483l.1,0,1.59.1a8.376,8.376,0,0,0,.412-.994l-1.194-1.055a1.652,1.652,0,0,1-.558-1.238V9.25a1.652,1.652,0,0,1,.558-1.238l1.194-1.055a8.274,8.274,0,0,0-.412-.994l-1.59.1c-.033,0-.068,0-.1,0a1.642,1.642,0,0,1-1.169-.484l-.7-.7a1.65,1.65,0,0,1-.481-1.269l.1-1.59a8.748,8.748,0,0,0-.994-.413l-1.055,1.2a1.652,1.652,0,0,1-1.238.558H9.25a1.652,1.652,0,0,1-1.238-.558L6.958,1.61a8.8,8.8,0,0,0-.994.413l.1,1.59a1.65,1.65,0,0,1-.481,1.269l-.7.7a1.638,1.638,0,0,1-1.168.484c-.033,0-.067,0-.1,0l-1.59-.1a8.748,8.748,0,0,0-.413.994l1.2,1.055A1.652,1.652,0,0,1,3.363,9.25v.988a1.652,1.652,0,0,1-.558,1.238l-1.2,1.055a8.666,8.666,0,0,0,.413.994l1.59-.1.1,0A1.638,1.638,0,0,1,4.883,13.907Zm.106-4.168a4.75,4.75,0,1,1,4.75,4.75A4.756,4.756,0,0,1,4.989,9.739Zm1.5,0a3.25,3.25,0,1,0,3.25-3.25A3.254,3.254,0,0,0,6.489,9.739Z" transform="translate(2.261 2.261)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Share" data-name="24x24/On Light/Share" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M2.75,17.5A2.853,2.853,0,0,1,0,14.55V4.75a.75.75,0,1,1,1.5,0v9.8A1.363,1.363,0,0,0,2.75,16h12A1.363,1.363,0,0,0,16,14.55V4.75a.75.75,0,1,1,1.5,0v9.8A2.853,2.853,0,0,1,14.75,17.5ZM8,11.75V2.561L5.28,5.28A.75.75,0,0,1,4.22,4.22l4-4a.75.75,0,0,1,1.06,0l4,4a.75.75,0,0,1-1.061,1.06L9.5,2.561V11.75a.75.75,0,0,1-1.5,0Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Sound-Off" data-name="24x24/On Light/Sound-Off" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M5.12,15.573a7.786,7.786,0,0,1-1.507-1.59H2.751A2.754,2.754,0,0,1,0,11.232V6.269a2.754,2.754,0,0,1,2.751-2.75H3.6A7.288,7.288,0,0,1,5.053,1.931,8.67,8.67,0,0,1,10.75,0,.751.751,0,0,1,11.5.75v16a.751.751,0,0,1-.751.75A8.681,8.681,0,0,1,5.12,15.573ZM1.5,6.269v4.964a1.252,1.252,0,0,0,1.251,1.25H4.028a.752.752,0,0,1,.658.389A4,4,0,0,0,5,13.322a6.74,6.74,0,0,0,1.069,1.087A7.09,7.09,0,0,0,10,15.969V1.529A7,7,0,0,0,6.009,3.086,6.166,6.166,0,0,0,4.985,4.163,3.6,3.6,0,0,0,4.7,4.6a.748.748,0,0,1-.67.413H2.751A1.253,1.253,0,0,0,1.5,6.269ZM15,17.059A.751.751,0,0,1,15,16,10.249,10.249,0,0,0,15,1.5.75.75,0,1,1,16.059.442a11.749,11.749,0,0,1,0,16.617.751.751,0,0,1-1.061,0ZM13.17,14.23a.749.749,0,0,1,0-1.06,6.25,6.25,0,0,0,0-8.839A.75.75,0,1,1,14.23,3.27a7.75,7.75,0,0,1,0,10.96.749.749,0,0,1-1.06,0Z" transform="translate(2.25 3.25)" fill="#abadb7"/>
5
- <path id="Shape-2" data-name="Shape" d="M2.626.657.006,21.551a.75.75,0,0,0,1.488.187L4.115.843A.75.75,0,0,0,2.626.657Z" transform="translate(2.458 5.527) rotate(-45)" fill="#141124"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Sound" data-name="24x24/On Light/Sound" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M5.12,15.573a7.786,7.786,0,0,1-1.507-1.59H2.751A2.754,2.754,0,0,1,0,11.232V6.269a2.754,2.754,0,0,1,2.751-2.75H3.6A7.288,7.288,0,0,1,5.053,1.931,8.67,8.67,0,0,1,10.75,0,.751.751,0,0,1,11.5.75v16a.751.751,0,0,1-.751.75A8.681,8.681,0,0,1,5.12,15.573ZM1.5,6.269v4.964a1.252,1.252,0,0,0,1.251,1.25H4.028a.752.752,0,0,1,.658.389A4,4,0,0,0,5,13.322a6.74,6.74,0,0,0,1.069,1.087A7.09,7.09,0,0,0,10,15.969V1.529A7,7,0,0,0,6.009,3.086,6.166,6.166,0,0,0,4.985,4.163,3.6,3.6,0,0,0,4.7,4.6a.748.748,0,0,1-.67.413H2.751A1.253,1.253,0,0,0,1.5,6.269ZM15,17.059A.751.751,0,0,1,15,16,10.249,10.249,0,0,0,15,1.5.75.75,0,1,1,16.059.442a11.749,11.749,0,0,1,0,16.617.751.751,0,0,1-1.061,0ZM13.17,14.23a.749.749,0,0,1,0-1.06,6.25,6.25,0,0,0,0-8.839A.75.75,0,1,1,14.23,3.27a7.75,7.75,0,0,1,0,10.96.749.749,0,0,1-1.06,0Z" transform="translate(2.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Spectacles" data-name="24x24/On Light/Spectacles" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M10,13.75a1.25,1.25,0,1,0-2.5,0,3.75,3.75,0,0,1-7.5,0c0-.022,0-.044,0-.065s0-.02,0-.029V2.75A2.75,2.75,0,0,1,2.75,0h1a.75.75,0,0,1,0,1.5h-1A1.249,1.249,0,0,0,1.5,2.75v8a3.745,3.745,0,0,1,5.4.965,2.75,2.75,0,0,1,3.7,0,3.746,3.746,0,0,1,5.4-.964v-8A1.25,1.25,0,0,0,14.75,1.5h-1a.75.75,0,1,1,0-1.5h1A2.75,2.75,0,0,1,17.5,2.75V13.656c0,.01,0,.02,0,.029s0,.043,0,.065a3.75,3.75,0,0,1-7.5,0Zm1.5,0a2.25,2.25,0,1,0,2.25-2.25A2.253,2.253,0,0,0,11.5,13.75Zm-10,0A2.25,2.25,0,1,0,3.75,11.5,2.252,2.252,0,0,0,1.5,13.75Z" transform="translate(3.25 3.25)" fill="#141124"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
- <svg width="800px" height="800px" viewBox="0 0 24 24" id="_24x24_On_Light_Star" data-name="24x24/On Light/Star" xmlns="http://www.w3.org/2000/svg">
3
- <rect id="view-box" width="24" height="24" fill="none"/>
4
- <path id="Shape" d="M15.791,19.5,10.262,16.6,4.732,19.5a.75.75,0,0,1-1.088-.79L4.7,12.557.228,8.2a.75.75,0,0,1,.415-1.28l6.182-.9L9.589.419a.75.75,0,0,1,1.345,0l2.764,5.6,6.182.9A.751.751,0,0,1,20.3,8.2l-4.473,4.36,1.056,6.157a.748.748,0,0,1-1.088.79Z" transform="translate(1.739 1.25)" fill="#141124"/>
5
- </svg>