@mirohq/design-system-icons 0.15.1 → 0.17.0

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 (695) hide show
  1. package/dist/main.js +1751 -1016
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +1750 -1017
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +20 -3
  6. package/package.json +4 -4
  7. package/react/add-line-bottom.tsx +4 -2
  8. package/react/add-line-right.tsx +4 -2
  9. package/react/align-bottom.tsx +4 -2
  10. package/react/align-center-horizontal.tsx +4 -2
  11. package/react/align-center-vertical.tsx +4 -2
  12. package/react/align-left.tsx +4 -2
  13. package/react/align-right.tsx +4 -2
  14. package/react/align-top.tsx +4 -2
  15. package/react/arrow-arc-left.tsx +4 -2
  16. package/react/arrow-arc-right.tsx +4 -2
  17. package/react/arrow-bend-up-right.tsx +4 -2
  18. package/react/arrow-box-out.tsx +4 -2
  19. package/react/arrow-clockwise-down-right.tsx +4 -2
  20. package/react/arrow-clockwise-up-left.tsx +4 -2
  21. package/react/arrow-counter-clockwise-down-left.tsx +4 -2
  22. package/react/arrow-counter-clockwise-up-right.tsx +4 -2
  23. package/react/arrow-curves-bottom-right.tsx +4 -2
  24. package/react/arrow-down-left.tsx +4 -2
  25. package/react/arrow-down-right.tsx +4 -2
  26. package/react/arrow-down.tsx +4 -2
  27. package/react/arrow-fat-right.tsx +4 -2
  28. package/react/arrow-fat-up-right.tsx +2 -1
  29. package/react/arrow-left.tsx +4 -2
  30. package/react/arrow-right.tsx +4 -2
  31. package/react/arrow-up-circle.tsx +2 -1
  32. package/react/arrow-up-left.tsx +4 -2
  33. package/react/arrow-up-right.tsx +4 -2
  34. package/react/arrow-up.tsx +4 -2
  35. package/react/arrows-clockwise-rectangle-tilt.tsx +4 -2
  36. package/react/arrows-clockwise-x.tsx +4 -2
  37. package/react/arrows-clockwise-y.tsx +4 -2
  38. package/react/arrows-down-up.tsx +4 -2
  39. package/react/arrows-horizontal-lines-top-bottom.tsx +2 -1
  40. package/react/arrows-in-simple.tsx +4 -2
  41. package/react/arrows-out-cardinal.tsx +4 -2
  42. package/react/arrows-out-lines-horizontal.tsx +4 -2
  43. package/react/arrows-out-simple.tsx +4 -2
  44. package/react/article.tsx +4 -2
  45. package/react/at.tsx +4 -2
  46. package/react/background-color.tsx +46 -0
  47. package/react/badge.tsx +4 -2
  48. package/react/barrel.tsx +4 -2
  49. package/react/bell-slash.tsx +2 -1
  50. package/react/bell-tilt.tsx +4 -2
  51. package/react/bell.tsx +4 -2
  52. package/react/board.tsx +4 -2
  53. package/react/book-open-info.tsx +4 -2
  54. package/react/bookmark.tsx +4 -2
  55. package/react/bracket-curly-left.tsx +4 -2
  56. package/react/bracket-curly-right.tsx +4 -2
  57. package/react/brackets-angle-slash.tsx +4 -2
  58. package/react/brackets-curly-circles-three.tsx +4 -2
  59. package/react/calendar-blank.tsx +4 -2
  60. package/react/camera.tsx +4 -2
  61. package/react/card-number-three.tsx +4 -2
  62. package/react/card.tsx +4 -2
  63. package/react/cards-poker.tsx +4 -2
  64. package/react/chart-bar-y-simple.tsx +4 -2
  65. package/react/chart-bar-y.tsx +4 -2
  66. package/react/chat-dashes-lines-two.tsx +4 -2
  67. package/react/chat-lines-cross.tsx +4 -2
  68. package/react/chat-lines-dot.tsx +34 -0
  69. package/react/chat-lines-eye-open.tsx +2 -1
  70. package/react/chat-lines-two-stack.tsx +4 -2
  71. package/react/chat-lines-two.tsx +4 -2
  72. package/react/chat-plus.tsx +4 -2
  73. package/react/chat-text-arrow.tsx +4 -2
  74. package/react/chat-two.tsx +2 -1
  75. package/react/chat.tsx +4 -2
  76. package/react/check-mark.tsx +4 -2
  77. package/react/checkboard-square-centered.tsx +8 -2
  78. package/react/chevron-down-double.tsx +4 -2
  79. package/react/chevron-down.tsx +4 -2
  80. package/react/chevron-left-double.tsx +4 -2
  81. package/react/chevron-left.tsx +4 -2
  82. package/react/chevron-right-double.tsx +4 -2
  83. package/react/chevron-right.tsx +4 -2
  84. package/react/chevron-up-double.tsx +4 -2
  85. package/react/chevron-up-down-line.tsx +4 -2
  86. package/react/chevron-up-down.tsx +4 -2
  87. package/react/chevron-up.tsx +4 -2
  88. package/react/circle-corners.tsx +4 -2
  89. package/react/circle-motion-x.tsx +4 -2
  90. package/react/circle-notch.tsx +4 -2
  91. package/react/circle-slash.tsx +4 -2
  92. package/react/circle.tsx +10 -2
  93. package/react/circles-connected.tsx +4 -2
  94. package/react/clock-counter-clockwise-simple.tsx +4 -2
  95. package/react/clock-counter-clockwise.tsx +4 -2
  96. package/react/clock-overtime.tsx +4 -2
  97. package/react/clock.tsx +4 -2
  98. package/react/cloud.tsx +4 -2
  99. package/react/cluster.tsx +4 -2
  100. package/react/clustered.tsx +4 -2
  101. package/react/cog.tsx +4 -2
  102. package/react/columns-three.tsx +4 -2
  103. package/react/cone-serpentine.tsx +4 -2
  104. package/react/corners-three-eye-open.tsx +2 -1
  105. package/react/credit-card.tsx +4 -2
  106. package/react/crop.tsx +2 -1
  107. package/react/cross-circle.tsx +4 -2
  108. package/react/cross-fat.tsx +2 -1
  109. package/react/cross-square.tsx +4 -2
  110. package/react/cross.tsx +4 -2
  111. package/react/cube.tsx +4 -2
  112. package/react/cursor-filled.tsx +4 -2
  113. package/react/cursor-lines.tsx +4 -2
  114. package/react/cursor-text.tsx +4 -2
  115. package/react/cursor.tsx +4 -2
  116. package/react/curve-square-circle-arrow.tsx +4 -2
  117. package/react/dash-left-down-square-dash-right-up.tsx +4 -2
  118. package/react/dash-left-up-square-dash-down-right.tsx +4 -2
  119. package/react/dash-square-dash-horizontal.tsx +4 -2
  120. package/react/dash-square-dash-vertical.tsx +4 -2
  121. package/react/distribute-horizontal.tsx +4 -2
  122. package/react/distribute-vertical.tsx +4 -2
  123. package/react/dots-nine.tsx +8 -2
  124. package/react/dots-three.tsx +8 -2
  125. package/react/dots-two.tsx +8 -2
  126. package/react/download.tsx +4 -2
  127. package/react/envelope.tsx +4 -2
  128. package/react/eraser.tsx +4 -2
  129. package/react/exclamation-point-circle.tsx +4 -2
  130. package/react/export.tsx +4 -2
  131. package/react/eye-closed-dots-four-frame-broken.tsx +4 -2
  132. package/react/eye-closed.tsx +4 -2
  133. package/react/eye-open-line-frame-broken.tsx +4 -2
  134. package/react/eye-open-slash.tsx +2 -1
  135. package/react/eye-open.tsx +2 -1
  136. package/react/eyedropper.tsx +4 -2
  137. package/react/factory-house.tsx +4 -2
  138. package/react/factory.tsx +4 -2
  139. package/react/flag.tsx +4 -2
  140. package/react/folder.tsx +4 -2
  141. package/react/frame-lines-two.tsx +4 -2
  142. package/react/frame-play.tsx +4 -2
  143. package/react/frame-plus.tsx +4 -2
  144. package/react/frame.tsx +4 -2
  145. package/react/funnel.tsx +4 -2
  146. package/react/gauge.tsx +4 -2
  147. package/react/gift.tsx +2 -1
  148. package/react/globe.tsx +4 -2
  149. package/react/graduation-cap.tsx +4 -2
  150. package/react/grid-four.tsx +4 -2
  151. package/react/grid-six.tsx +4 -2
  152. package/react/grid.tsx +4 -2
  153. package/react/hand-filled.tsx +4 -2
  154. package/react/hand-pointing.tsx +2 -1
  155. package/react/hand.tsx +2 -1
  156. package/react/headset-person.tsx +4 -2
  157. package/react/heart-filled.tsx +4 -2
  158. package/react/heart.tsx +4 -2
  159. package/react/hexagon.tsx +4 -2
  160. package/react/highlighter-underline.tsx +2 -1
  161. package/react/highlighter.tsx +4 -2
  162. package/react/house.tsx +2 -1
  163. package/react/image.tsx +4 -2
  164. package/react/index.ts +2 -0
  165. package/react/information-mark-circle.tsx +4 -2
  166. package/react/kanban.tsx +4 -2
  167. package/react/key.tsx +2 -1
  168. package/react/keycap.tsx +4 -2
  169. package/react/laptop.tsx +4 -2
  170. package/react/lasso.tsx +4 -2
  171. package/react/layout.tsx +4 -2
  172. package/react/lifesaver.tsx +4 -2
  173. package/react/lightbulb.tsx +2 -1
  174. package/react/lightning.tsx +4 -2
  175. package/react/line-curved.tsx +4 -2
  176. package/react/line-dashed.tsx +4 -2
  177. package/react/line-diagonal.tsx +4 -2
  178. package/react/line-dotted.tsx +2 -1
  179. package/react/line-horizontal.tsx +4 -2
  180. package/react/line-orthogonal.tsx +4 -2
  181. package/react/line-straight.tsx +4 -2
  182. package/react/lines-three-horizontal-line-vertical-center.tsx +4 -2
  183. package/react/lines-three-horizontal.tsx +4 -2
  184. package/react/lines-three-vertical.tsx +4 -2
  185. package/react/lines-top-left-columns-two.tsx +4 -2
  186. package/react/link-plus.tsx +2 -1
  187. package/react/link.tsx +4 -2
  188. package/react/list-bullets.tsx +4 -2
  189. package/react/list-numbers.tsx +4 -2
  190. package/react/lock-closed.tsx +4 -2
  191. package/react/lock-open.tsx +4 -2
  192. package/react/login.tsx +4 -2
  193. package/react/logout.tsx +4 -2
  194. package/react/magnet.tsx +4 -2
  195. package/react/magnifying-glass-lightning.tsx +2 -1
  196. package/react/magnifying-glass.tsx +4 -2
  197. package/react/map.tsx +4 -2
  198. package/react/megaphone.tsx +4 -2
  199. package/react/microphone-slash.tsx +4 -2
  200. package/react/microphone.tsx +4 -2
  201. package/react/minus.tsx +4 -2
  202. package/react/monitor-arrow.tsx +4 -2
  203. package/react/monitor-pause.tsx +4 -2
  204. package/react/monitor-play.tsx +4 -2
  205. package/react/monitor-stop.tsx +4 -2
  206. package/react/moon.tsx +4 -2
  207. package/react/mouse.tsx +4 -2
  208. package/react/navigation-arrow-lines.tsx +4 -2
  209. package/react/navigation-up-left-filled.tsx +4 -2
  210. package/react/navigation-up-left-slash.tsx +4 -2
  211. package/react/navigation-up-right.tsx +4 -2
  212. package/react/next.tsx +2 -1
  213. package/react/node-connected-dot.tsx +4 -2
  214. package/react/node-lines-curved.tsx +4 -2
  215. package/react/node-lines-horizontal.tsx +4 -2
  216. package/react/node-lines-vertical.tsx +4 -2
  217. package/react/node-plus.tsx +4 -2
  218. package/react/nodes-connected.tsx +4 -2
  219. package/react/nodes-connections-three.tsx +4 -2
  220. package/react/note-magnifying-glass.tsx +2 -1
  221. package/react/octagon.tsx +4 -2
  222. package/react/office.tsx +4 -2
  223. package/react/paint-bucket.tsx +4 -2
  224. package/react/paper-plane-filled-right.tsx +8 -2
  225. package/react/paper-plane-tilt.tsx +4 -2
  226. package/react/parallelogram.tsx +4 -2
  227. package/react/pause-circle.tsx +4 -2
  228. package/react/pause.tsx +2 -1
  229. package/react/pdf.tsx +4 -2
  230. package/react/pen-tip.tsx +4 -2
  231. package/react/pen.tsx +4 -2
  232. package/react/pentagon.tsx +4 -2
  233. package/react/placeholder.tsx +4 -2
  234. package/react/play-circle.tsx +10 -2
  235. package/react/play.tsx +2 -1
  236. package/react/playback-speed-circle.tsx +4 -2
  237. package/react/plug.tsx +4 -2
  238. package/react/plus-square.tsx +4 -2
  239. package/react/plus-text.tsx +4 -2
  240. package/react/plus.tsx +4 -2
  241. package/react/presentation-arrow.tsx +4 -2
  242. package/react/presentation-eye-open.tsx +2 -1
  243. package/react/presentation-line.tsx +4 -2
  244. package/react/presentation-lines-two.tsx +4 -2
  245. package/react/presentation-link.tsx +2 -1
  246. package/react/presentation-number-one.tsx +4 -2
  247. package/react/presentation-play.tsx +4 -2
  248. package/react/presentation-plus.tsx +4 -2
  249. package/react/previous.tsx +2 -1
  250. package/react/prohibit.tsx +4 -2
  251. package/react/push-pin.tsx +2 -1
  252. package/react/question-mark-circle.tsx +4 -2
  253. package/react/question-mark.tsx +4 -2
  254. package/react/rectangle-arrow-up-center.tsx +4 -2
  255. package/react/rectangle-dash-lines.tsx +4 -2
  256. package/react/rectangle-dot-line-pen.tsx +4 -2
  257. package/react/rectangle-play-stack.tsx +4 -2
  258. package/react/rectangle-tick.tsx +4 -2
  259. package/react/rectangle-triangle-bottom-center.tsx +4 -2
  260. package/react/rectangles-three-aligned.tsx +4 -2
  261. package/react/rectangles-three-free.tsx +4 -2
  262. package/react/rectangles-three-overlap.tsx +4 -2
  263. package/react/rectangles-two-line.tsx +4 -2
  264. package/react/rectangles-two-lines-four.tsx +4 -2
  265. package/react/rectangles-two-minus.tsx +4 -2
  266. package/react/rectangles-two-plus.tsx +4 -2
  267. package/react/rectangles-two-user.tsx +2 -1
  268. package/react/rhombus.tsx +4 -2
  269. package/react/rocket.tsx +4 -2
  270. package/react/rss-rectangle.tsx +4 -2
  271. package/react/scissors.tsx +4 -2
  272. package/react/scrollbar-xy.tsx +4 -2
  273. package/react/shapes.tsx +4 -2
  274. package/react/shield-check.tsx +4 -2
  275. package/react/shield-lock.tsx +4 -2
  276. package/react/shuffle.tsx +4 -2
  277. package/react/sidebar-closed.tsx +4 -2
  278. package/react/sidebar-open.tsx +4 -2
  279. package/react/sliders-x.tsx +4 -2
  280. package/react/sliders-y.tsx +4 -2
  281. package/react/smiley-chat.tsx +2 -1
  282. package/react/smiley-plus.tsx +4 -2
  283. package/react/smiley-sticker.tsx +4 -2
  284. package/react/smiley.tsx +4 -2
  285. package/react/social-facebook.tsx +4 -2
  286. package/react/social-instagram.tsx +4 -2
  287. package/react/social-linkedin.tsx +4 -2
  288. package/react/social-twitter.tsx +4 -2
  289. package/react/social-youtube.tsx +4 -2
  290. package/react/sparks-filled.tsx +2 -1
  291. package/react/sparks.tsx +4 -2
  292. package/react/speaker-cross.tsx +4 -2
  293. package/react/speaker-high.tsx +4 -2
  294. package/react/split-vertical.tsx +4 -2
  295. package/react/square-brackets-angle-slash.tsx +4 -2
  296. package/react/square-circles-two.tsx +4 -2
  297. package/react/square-line-square-dashed.tsx +4 -2
  298. package/react/square-rounded.tsx +4 -2
  299. package/react/square-star-scribble.tsx +4 -2
  300. package/react/square-triangle-circle-plus.tsx +4 -2
  301. package/react/square.tsx +4 -2
  302. package/react/squares-four.tsx +4 -2
  303. package/react/squares-group.tsx +4 -2
  304. package/react/squares-merge.tsx +2 -1
  305. package/react/squares-three.tsx +4 -2
  306. package/react/squares-two-overlap.tsx +4 -2
  307. package/react/squares-ungroup.tsx +4 -2
  308. package/react/squares-unmerge.tsx +4 -2
  309. package/react/stack.tsx +4 -2
  310. package/react/star-filled.tsx +4 -2
  311. package/react/star.tsx +4 -2
  312. package/react/sticky-corners.tsx +4 -2
  313. package/react/sticky-eye-closed.tsx +4 -2
  314. package/react/sticky-eye-open.tsx +2 -1
  315. package/react/sticky-note-stack.tsx +4 -2
  316. package/react/sticky-note-wide.tsx +4 -2
  317. package/react/sticky-note.tsx +4 -2
  318. package/react/sticky-notes-two.tsx +2 -1
  319. package/react/stop-circle.tsx +10 -2
  320. package/react/stroke-1.tsx +4 -6
  321. package/react/stroke-2.tsx +4 -6
  322. package/react/stroke-3.tsx +4 -6
  323. package/react/stroke-4.tsx +4 -6
  324. package/react/stroke-5.tsx +4 -6
  325. package/react/stroke-6.tsx +4 -6
  326. package/react/switch.tsx +4 -2
  327. package/react/tag.tsx +4 -2
  328. package/react/text-a-underline.tsx +2 -1
  329. package/react/text-align-center.tsx +4 -2
  330. package/react/text-align-left.tsx +4 -2
  331. package/react/text-b-bold-italic-underlined.tsx +2 -1
  332. package/react/text-b-bold.tsx +4 -2
  333. package/react/text-cursor-eye-open.tsx +2 -1
  334. package/react/text-h-one.tsx +4 -2
  335. package/react/text-h-three.tsx +4 -2
  336. package/react/text-h-two.tsx +4 -2
  337. package/react/text-i-italic.tsx +4 -2
  338. package/react/text-indent.tsx +4 -2
  339. package/react/text-lines-three.tsx +4 -2
  340. package/react/text-s-strikethrough.tsx +4 -2
  341. package/react/text-styles.tsx +4 -2
  342. package/react/text-t.tsx +4 -2
  343. package/react/text-u-underlined.tsx +4 -2
  344. package/react/thumbs-up.tsx +4 -2
  345. package/react/tick-circle.tsx +2 -1
  346. package/react/ticket.tsx +2 -1
  347. package/react/timer.tsx +2 -1
  348. package/react/toolbar.tsx +4 -2
  349. package/react/tooltip.tsx +4 -2
  350. package/react/trackpad.tsx +4 -2
  351. package/react/trapeze.tsx +4 -2
  352. package/react/trash-simple.tsx +4 -2
  353. package/react/trash.tsx +4 -2
  354. package/react/triangle-square-circle.tsx +2 -1
  355. package/react/triangle.tsx +4 -2
  356. package/react/trident.tsx +4 -2
  357. package/react/trophy.tsx +4 -2
  358. package/react/user-add.tsx +4 -2
  359. package/react/user-arrow-right-up.tsx +2 -1
  360. package/react/user-eye-open.tsx +2 -1
  361. package/react/user-load.tsx +4 -2
  362. package/react/user-number-three.tsx +4 -2
  363. package/react/user-pen-dashes-bottom.tsx +2 -1
  364. package/react/user-pen-line-bottom.tsx +2 -1
  365. package/react/user-tick-down.tsx +2 -1
  366. package/react/user.tsx +4 -2
  367. package/react/users-three.tsx +4 -2
  368. package/react/users.tsx +4 -2
  369. package/react/video-camera-simple-slash.tsx +4 -2
  370. package/react/video-camera-simple.tsx +4 -2
  371. package/react/video-camera.tsx +4 -2
  372. package/react/view-center.tsx +4 -2
  373. package/react/view-side-left.tsx +4 -2
  374. package/react/wallet.tsx +4 -2
  375. package/svg/24/add-line-bottom.svg +1 -1
  376. package/svg/24/add-line-right.svg +1 -1
  377. package/svg/24/align-bottom.svg +1 -1
  378. package/svg/24/align-center-horizontal.svg +1 -1
  379. package/svg/24/align-center-vertical.svg +1 -1
  380. package/svg/24/align-left.svg +1 -1
  381. package/svg/24/align-right.svg +1 -1
  382. package/svg/24/align-top.svg +1 -1
  383. package/svg/24/arrow-arc-left.svg +1 -1
  384. package/svg/24/arrow-arc-right.svg +1 -1
  385. package/svg/24/arrow-bend-up-right.svg +1 -1
  386. package/svg/24/arrow-box-out.svg +1 -1
  387. package/svg/24/arrow-clockwise-down-right.svg +1 -1
  388. package/svg/24/arrow-clockwise-up-left.svg +1 -1
  389. package/svg/24/arrow-counter-clockwise-down-left.svg +1 -1
  390. package/svg/24/arrow-counter-clockwise-up-right.svg +1 -1
  391. package/svg/24/arrow-curves-bottom-right.svg +1 -1
  392. package/svg/24/arrow-down-left.svg +1 -1
  393. package/svg/24/arrow-down-right.svg +1 -1
  394. package/svg/24/arrow-down.svg +1 -1
  395. package/svg/24/arrow-fat-right.svg +1 -1
  396. package/svg/24/arrow-left.svg +1 -1
  397. package/svg/24/arrow-right.svg +1 -1
  398. package/svg/24/arrow-up-left.svg +1 -1
  399. package/svg/24/arrow-up-right.svg +1 -1
  400. package/svg/24/arrow-up.svg +1 -1
  401. package/svg/24/arrows-clockwise-rectangle-tilt.svg +1 -1
  402. package/svg/24/arrows-clockwise-x.svg +1 -1
  403. package/svg/24/arrows-clockwise-y.svg +1 -1
  404. package/svg/24/arrows-down-up.svg +1 -1
  405. package/svg/24/arrows-in-simple.svg +1 -1
  406. package/svg/24/arrows-out-cardinal.svg +1 -1
  407. package/svg/24/arrows-out-lines-horizontal.svg +1 -1
  408. package/svg/24/arrows-out-simple.svg +1 -1
  409. package/svg/24/article.svg +1 -1
  410. package/svg/24/at.svg +1 -1
  411. package/svg/24/background-color.svg +2 -0
  412. package/svg/24/badge.svg +1 -1
  413. package/svg/24/barrel.svg +1 -1
  414. package/svg/24/bell-tilt.svg +1 -1
  415. package/svg/24/bell.svg +1 -1
  416. package/svg/24/board.svg +1 -1
  417. package/svg/24/book-open-info.svg +1 -1
  418. package/svg/24/bookmark.svg +1 -1
  419. package/svg/24/bracket-curly-left.svg +1 -1
  420. package/svg/24/bracket-curly-right.svg +1 -1
  421. package/svg/24/brackets-angle-slash.svg +1 -1
  422. package/svg/24/brackets-curly-circles-three.svg +1 -1
  423. package/svg/24/calendar-blank.svg +1 -1
  424. package/svg/24/camera.svg +1 -1
  425. package/svg/24/card-number-three.svg +1 -1
  426. package/svg/24/card.svg +1 -1
  427. package/svg/24/cards-poker.svg +1 -1
  428. package/svg/24/chart-bar-y-simple.svg +1 -1
  429. package/svg/24/chart-bar-y.svg +1 -1
  430. package/svg/24/chat-dashes-lines-two.svg +1 -1
  431. package/svg/24/chat-lines-cross.svg +1 -1
  432. package/svg/24/chat-lines-dot.svg +2 -0
  433. package/svg/24/chat-lines-two-stack.svg +1 -1
  434. package/svg/24/chat-lines-two.svg +1 -1
  435. package/svg/24/chat-plus.svg +1 -1
  436. package/svg/24/chat-text-arrow.svg +1 -1
  437. package/svg/24/chat.svg +1 -1
  438. package/svg/24/check-mark.svg +1 -1
  439. package/svg/24/checkboard-square-centered.svg +1 -1
  440. package/svg/24/chevron-down-double.svg +1 -1
  441. package/svg/24/chevron-down.svg +1 -1
  442. package/svg/24/chevron-left-double.svg +1 -1
  443. package/svg/24/chevron-left.svg +1 -1
  444. package/svg/24/chevron-right-double.svg +1 -1
  445. package/svg/24/chevron-right.svg +1 -1
  446. package/svg/24/chevron-up-double.svg +1 -1
  447. package/svg/24/chevron-up-down-line.svg +1 -1
  448. package/svg/24/chevron-up-down.svg +1 -1
  449. package/svg/24/chevron-up.svg +1 -1
  450. package/svg/24/circle-corners.svg +1 -1
  451. package/svg/24/circle-motion-x.svg +1 -1
  452. package/svg/24/circle-notch.svg +1 -1
  453. package/svg/24/circle-slash.svg +1 -1
  454. package/svg/24/circle.svg +1 -1
  455. package/svg/24/circles-connected.svg +1 -1
  456. package/svg/24/clock-counter-clockwise-simple.svg +1 -1
  457. package/svg/24/clock-counter-clockwise.svg +1 -1
  458. package/svg/24/clock-overtime.svg +1 -1
  459. package/svg/24/clock.svg +1 -1
  460. package/svg/24/cloud.svg +1 -1
  461. package/svg/24/cluster.svg +1 -1
  462. package/svg/24/clustered.svg +1 -1
  463. package/svg/24/cog.svg +1 -1
  464. package/svg/24/columns-three.svg +1 -1
  465. package/svg/24/cone-serpentine.svg +1 -1
  466. package/svg/24/credit-card.svg +1 -1
  467. package/svg/24/cross-circle.svg +1 -1
  468. package/svg/24/cross-square.svg +1 -1
  469. package/svg/24/cross.svg +1 -1
  470. package/svg/24/cube.svg +1 -1
  471. package/svg/24/cursor-filled.svg +1 -1
  472. package/svg/24/cursor-lines.svg +1 -1
  473. package/svg/24/cursor-text.svg +1 -1
  474. package/svg/24/cursor.svg +1 -1
  475. package/svg/24/curve-square-circle-arrow.svg +1 -1
  476. package/svg/24/dash-left-down-square-dash-right-up.svg +1 -1
  477. package/svg/24/dash-left-up-square-dash-down-right.svg +1 -1
  478. package/svg/24/dash-square-dash-horizontal.svg +1 -1
  479. package/svg/24/dash-square-dash-vertical.svg +1 -1
  480. package/svg/24/distribute-horizontal.svg +1 -1
  481. package/svg/24/distribute-vertical.svg +1 -1
  482. package/svg/24/dots-nine.svg +1 -1
  483. package/svg/24/dots-three.svg +1 -1
  484. package/svg/24/dots-two.svg +1 -1
  485. package/svg/24/download.svg +1 -1
  486. package/svg/24/envelope.svg +1 -1
  487. package/svg/24/eraser.svg +1 -1
  488. package/svg/24/exclamation-point-circle.svg +1 -1
  489. package/svg/24/export.svg +1 -1
  490. package/svg/24/eye-closed-dots-four-frame-broken.svg +1 -1
  491. package/svg/24/eye-closed.svg +1 -1
  492. package/svg/24/eye-open-line-frame-broken.svg +1 -1
  493. package/svg/24/eyedropper.svg +1 -1
  494. package/svg/24/factory-house.svg +1 -1
  495. package/svg/24/factory.svg +1 -1
  496. package/svg/24/flag.svg +1 -1
  497. package/svg/24/folder.svg +1 -1
  498. package/svg/24/frame-lines-two.svg +1 -1
  499. package/svg/24/frame-play.svg +1 -1
  500. package/svg/24/frame-plus.svg +1 -1
  501. package/svg/24/frame.svg +1 -1
  502. package/svg/24/funnel.svg +1 -1
  503. package/svg/24/gauge.svg +1 -1
  504. package/svg/24/globe.svg +1 -1
  505. package/svg/24/graduation-cap.svg +1 -1
  506. package/svg/24/grid-four.svg +1 -1
  507. package/svg/24/grid-six.svg +1 -1
  508. package/svg/24/grid.svg +1 -1
  509. package/svg/24/hand-filled.svg +1 -1
  510. package/svg/24/headset-person.svg +1 -1
  511. package/svg/24/heart-filled.svg +1 -1
  512. package/svg/24/heart.svg +1 -1
  513. package/svg/24/hexagon.svg +1 -1
  514. package/svg/24/highlighter.svg +1 -1
  515. package/svg/24/image.svg +1 -1
  516. package/svg/24/information-mark-circle.svg +1 -1
  517. package/svg/24/kanban.svg +1 -1
  518. package/svg/24/keycap.svg +1 -1
  519. package/svg/24/laptop.svg +1 -1
  520. package/svg/24/lasso.svg +1 -1
  521. package/svg/24/layout.svg +1 -1
  522. package/svg/24/lifesaver.svg +1 -1
  523. package/svg/24/lightning.svg +1 -1
  524. package/svg/24/line-curved.svg +1 -1
  525. package/svg/24/line-dashed.svg +1 -1
  526. package/svg/24/line-diagonal.svg +1 -1
  527. package/svg/24/line-horizontal.svg +1 -1
  528. package/svg/24/line-orthogonal.svg +1 -1
  529. package/svg/24/line-straight.svg +1 -1
  530. package/svg/24/lines-three-horizontal-line-vertical-center.svg +1 -1
  531. package/svg/24/lines-three-horizontal.svg +1 -1
  532. package/svg/24/lines-three-vertical.svg +1 -1
  533. package/svg/24/lines-top-left-columns-two.svg +1 -1
  534. package/svg/24/link.svg +1 -1
  535. package/svg/24/list-bullets.svg +1 -1
  536. package/svg/24/list-numbers.svg +1 -1
  537. package/svg/24/lock-closed.svg +1 -1
  538. package/svg/24/lock-open.svg +1 -1
  539. package/svg/24/login.svg +1 -1
  540. package/svg/24/logout.svg +1 -1
  541. package/svg/24/magnet.svg +1 -1
  542. package/svg/24/magnifying-glass.svg +1 -1
  543. package/svg/24/map.svg +1 -1
  544. package/svg/24/megaphone.svg +1 -1
  545. package/svg/24/microphone-slash.svg +1 -1
  546. package/svg/24/microphone.svg +1 -1
  547. package/svg/24/minus.svg +1 -1
  548. package/svg/24/monitor-arrow.svg +1 -1
  549. package/svg/24/monitor-pause.svg +1 -1
  550. package/svg/24/monitor-play.svg +1 -1
  551. package/svg/24/monitor-stop.svg +1 -1
  552. package/svg/24/moon.svg +1 -1
  553. package/svg/24/mouse.svg +1 -1
  554. package/svg/24/navigation-arrow-lines.svg +1 -1
  555. package/svg/24/navigation-up-left-filled.svg +1 -1
  556. package/svg/24/navigation-up-left-slash.svg +1 -1
  557. package/svg/24/navigation-up-right.svg +1 -1
  558. package/svg/24/node-connected-dot.svg +1 -1
  559. package/svg/24/node-lines-curved.svg +1 -1
  560. package/svg/24/node-lines-horizontal.svg +1 -1
  561. package/svg/24/node-lines-vertical.svg +1 -1
  562. package/svg/24/node-plus.svg +1 -1
  563. package/svg/24/nodes-connected.svg +1 -1
  564. package/svg/24/nodes-connections-three.svg +1 -1
  565. package/svg/24/octagon.svg +1 -1
  566. package/svg/24/office.svg +1 -1
  567. package/svg/24/paint-bucket.svg +1 -1
  568. package/svg/24/paper-plane-filled-right.svg +1 -1
  569. package/svg/24/paper-plane-tilt.svg +1 -1
  570. package/svg/24/parallelogram.svg +1 -1
  571. package/svg/24/pause-circle.svg +1 -1
  572. package/svg/24/pdf.svg +1 -1
  573. package/svg/24/pen-tip.svg +1 -1
  574. package/svg/24/pen.svg +1 -1
  575. package/svg/24/pentagon.svg +1 -1
  576. package/svg/24/placeholder.svg +1 -1
  577. package/svg/24/play-circle.svg +1 -1
  578. package/svg/24/playback-speed-circle.svg +1 -1
  579. package/svg/24/plug.svg +1 -1
  580. package/svg/24/plus-square.svg +1 -1
  581. package/svg/24/plus-text.svg +1 -1
  582. package/svg/24/plus.svg +1 -1
  583. package/svg/24/presentation-arrow.svg +1 -1
  584. package/svg/24/presentation-line.svg +1 -1
  585. package/svg/24/presentation-lines-two.svg +1 -1
  586. package/svg/24/presentation-number-one.svg +1 -1
  587. package/svg/24/presentation-play.svg +1 -1
  588. package/svg/24/presentation-plus.svg +1 -1
  589. package/svg/24/prohibit.svg +1 -1
  590. package/svg/24/question-mark-circle.svg +1 -1
  591. package/svg/24/question-mark.svg +1 -1
  592. package/svg/24/rectangle-arrow-up-center.svg +1 -1
  593. package/svg/24/rectangle-dash-lines.svg +1 -1
  594. package/svg/24/rectangle-dot-line-pen.svg +1 -1
  595. package/svg/24/rectangle-play-stack.svg +1 -1
  596. package/svg/24/rectangle-tick.svg +1 -1
  597. package/svg/24/rectangle-triangle-bottom-center.svg +1 -1
  598. package/svg/24/rectangles-three-aligned.svg +1 -1
  599. package/svg/24/rectangles-three-free.svg +1 -1
  600. package/svg/24/rectangles-three-overlap.svg +1 -1
  601. package/svg/24/rectangles-two-line.svg +1 -1
  602. package/svg/24/rectangles-two-lines-four.svg +1 -1
  603. package/svg/24/rectangles-two-minus.svg +1 -1
  604. package/svg/24/rectangles-two-plus.svg +1 -1
  605. package/svg/24/rhombus.svg +1 -1
  606. package/svg/24/rocket.svg +1 -1
  607. package/svg/24/rss-rectangle.svg +1 -1
  608. package/svg/24/scissors.svg +1 -1
  609. package/svg/24/scrollbar-xy.svg +1 -1
  610. package/svg/24/shapes.svg +1 -1
  611. package/svg/24/shield-check.svg +1 -1
  612. package/svg/24/shield-lock.svg +1 -1
  613. package/svg/24/shuffle.svg +1 -1
  614. package/svg/24/sidebar-closed.svg +1 -1
  615. package/svg/24/sidebar-open.svg +1 -1
  616. package/svg/24/sliders-x.svg +1 -1
  617. package/svg/24/sliders-y.svg +1 -1
  618. package/svg/24/smiley-plus.svg +1 -1
  619. package/svg/24/smiley-sticker.svg +1 -1
  620. package/svg/24/smiley.svg +1 -1
  621. package/svg/24/social-facebook.svg +1 -1
  622. package/svg/24/social-instagram.svg +1 -1
  623. package/svg/24/social-linkedin.svg +1 -1
  624. package/svg/24/social-twitter.svg +1 -1
  625. package/svg/24/social-youtube.svg +1 -1
  626. package/svg/24/sparks.svg +1 -1
  627. package/svg/24/speaker-cross.svg +1 -1
  628. package/svg/24/speaker-high.svg +1 -1
  629. package/svg/24/split-vertical.svg +1 -1
  630. package/svg/24/square-brackets-angle-slash.svg +1 -1
  631. package/svg/24/square-circles-two.svg +1 -1
  632. package/svg/24/square-line-square-dashed.svg +1 -1
  633. package/svg/24/square-rounded.svg +1 -1
  634. package/svg/24/square-star-scribble.svg +1 -1
  635. package/svg/24/square-triangle-circle-plus.svg +1 -1
  636. package/svg/24/square.svg +1 -1
  637. package/svg/24/squares-four.svg +1 -1
  638. package/svg/24/squares-group.svg +1 -1
  639. package/svg/24/squares-three.svg +1 -1
  640. package/svg/24/squares-two-overlap.svg +1 -1
  641. package/svg/24/squares-ungroup.svg +1 -1
  642. package/svg/24/squares-unmerge.svg +1 -1
  643. package/svg/24/stack.svg +1 -1
  644. package/svg/24/star-filled.svg +1 -1
  645. package/svg/24/star.svg +1 -1
  646. package/svg/24/sticky-corners.svg +1 -1
  647. package/svg/24/sticky-eye-closed.svg +1 -1
  648. package/svg/24/sticky-note-stack.svg +1 -1
  649. package/svg/24/sticky-note-wide.svg +1 -1
  650. package/svg/24/sticky-note.svg +1 -1
  651. package/svg/24/stop-circle.svg +1 -1
  652. package/svg/24/stroke-1.svg +1 -1
  653. package/svg/24/stroke-2.svg +1 -1
  654. package/svg/24/stroke-3.svg +1 -1
  655. package/svg/24/stroke-4.svg +1 -1
  656. package/svg/24/stroke-5.svg +1 -1
  657. package/svg/24/stroke-6.svg +1 -1
  658. package/svg/24/switch.svg +1 -1
  659. package/svg/24/tag.svg +1 -1
  660. package/svg/24/text-align-center.svg +1 -1
  661. package/svg/24/text-align-left.svg +1 -1
  662. package/svg/24/text-b-bold.svg +1 -1
  663. package/svg/24/text-h-one.svg +1 -1
  664. package/svg/24/text-h-three.svg +1 -1
  665. package/svg/24/text-h-two.svg +1 -1
  666. package/svg/24/text-i-italic.svg +1 -1
  667. package/svg/24/text-indent.svg +1 -1
  668. package/svg/24/text-lines-three.svg +1 -1
  669. package/svg/24/text-s-strikethrough.svg +1 -1
  670. package/svg/24/text-styles.svg +1 -1
  671. package/svg/24/text-t.svg +1 -1
  672. package/svg/24/text-u-underlined.svg +1 -1
  673. package/svg/24/thumbs-up.svg +1 -1
  674. package/svg/24/toolbar.svg +1 -1
  675. package/svg/24/tooltip.svg +1 -1
  676. package/svg/24/trackpad.svg +1 -1
  677. package/svg/24/trapeze.svg +1 -1
  678. package/svg/24/trash-simple.svg +1 -1
  679. package/svg/24/trash.svg +1 -1
  680. package/svg/24/triangle.svg +1 -1
  681. package/svg/24/trident.svg +1 -1
  682. package/svg/24/trophy.svg +1 -1
  683. package/svg/24/user-add.svg +1 -1
  684. package/svg/24/user-load.svg +1 -1
  685. package/svg/24/user-number-three.svg +1 -1
  686. package/svg/24/user.svg +1 -1
  687. package/svg/24/users-three.svg +1 -1
  688. package/svg/24/users.svg +1 -1
  689. package/svg/24/video-camera-simple-slash.svg +1 -1
  690. package/svg/24/video-camera-simple.svg +1 -1
  691. package/svg/24/video-camera.svg +1 -1
  692. package/svg/24/view-center.svg +1 -1
  693. package/svg/24/view-side-left.svg +1 -1
  694. package/svg/24/wallet.svg +1 -1
  695. package/svg/meta.json +19 -1
package/svg/24/star.svg CHANGED
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 9-2.7764-5.5528c-.0921-.1843-.3551-.1843-.4472 0l-2.7764 5.5528-5.5535.9256c-.194.0323-.2765.2657-.1458.4127l3.6993 4.1617-.9265 6.0222c-.0308.2005.1774.3523.359.2616l5.5675-2.7838 5.5676 2.7838c.1815.0907.3897-.0611.3589-.2616l-.9265-6.0222 3.6993-4.1617c.1307-.147.0483-.3804-.1457-.4127l-5.5536-.9256Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 9-2.7764-5.5528c-.0921-.1843-.3551-.1843-.4472 0l-2.7764 5.5528-5.5535.9256c-.194.0323-.2765.2657-.1458.4127l3.6993 4.1617-.9265 6.0222c-.0308.2005.1774.3523.359.2616l5.5675-2.7838 5.5676 2.7838c.1815.0907.3897-.0611.3589-.2616l-.9265-6.0222 3.6993-4.1617c.1307-.147.0483-.3804-.1457-.4127l-5.5536-.9256Z" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v-4h4m10 0h4v4m0 10v4h-4m-10 0h-4v-4m13-4v-5h-8v8h5m3-3-3 3m3-3h-3v3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v-4h4m10 0h4v4m0 10v4h-4m-10 0h-4v-4m13-4v-5h-8v8h5m3-3-3 3m3-3h-3v3" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 11v3m0 0h-7v7m7-7-7 7m-8-18h-2c-.5523 0-1 .4477-1 1v16c0 .5523.4477 1 1 1h10m-4.5-17s.3776.6608 1.0918 1.4082m0 0c.6673.6982 1.6283 1.472 2.8496 1.853m-2.8496-1.853-1.5918 1.5918m4.4414.2612a5.2099 5.2099 0 0 0 1.5586.2388c.5584 0 1.0786-.089 1.5586-.2388m-3.1172 0-.4414 1.7388m3.5586-1.7388.4414 1.7388m-.4414-1.7388c1.2213-.381 2.1823-1.1548 2.8496-1.853m0 0c.7142-.7474 1.0918-1.4082 1.0918-1.4082m-1.0918 1.4082 1.5918 1.5918"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 11v3m0 0h-7v7m7-7-7 7m-8-18h-2c-.5523 0-1 .4477-1 1v16c0 .5523.4477 1 1 1h10m-4.5-17s.3776.6608 1.0918 1.4082m0 0c.6673.6982 1.6283 1.472 2.8496 1.853m-2.8496-1.853-1.5918 1.5918m4.4414.2612a5.2099 5.2099 0 0 0 1.5586.2388c.5584 0 1.0786-.089 1.5586-.2388m-3.1172 0-.4414 1.7388m3.5586-1.7388.4414 1.7388m-.4414-1.7388c1.2213-.381 2.1823-1.1548 2.8496-1.853m0 0c.7142-.7474 1.0918-1.4082 1.0918-1.4082m-1.0918 1.4082 1.5918 1.5918" vector-effect="non-scaling-stroke"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 14v-8h-15v15h8m7-7-7 7m7-7h-7v7m-11-2v-16h15.5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 14v-8h-15v15h8m7-7-7 7m7-7h-7v7m-11-2v-16h15.5" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 12v-7h-20v14h13m7-7-7 7m7-7h-7v7"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 12v-7h-20v14h13m7-7-7 7m7-7h-7v7" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 14.5v-11.5h-18v18h11.5m6.5-6.5-6.5 6.5m6.5-6.5h-6.5v6.5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 14.5v-11.5h-18v18h11.5m6.5-6.5-6.5 6.5m6.5-6.5h-6.5v6.5" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8.5" stroke="currentColor" stroke-width="2"/><path fill="currentColor" d="M9 10c0-.5523.4477-1 1-1h4c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-4Z"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8.5" stroke="currentColor" stroke-width="2" vector-effect="non-scaling-stroke"/><path fill="currentColor" d="M9 10c0-.5523.4477-1 1-1h4c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-4Z"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5.1056 17.8101 13.7888-11.5702"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M4.3182 19.6818c-.4243-.4242-.4243-1.1121 0-1.5364l13.8272-13.8272c.4243-.4243 1.1122-.4243 1.5364 0 .4243.4242.4243 1.1121 0 1.5363l-13.8272 13.8273c-.4243.4243-1.1121.4243-1.5364 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m5.8716 17.1672 12.2568-10.2845"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M4.612 19.388c-.816-.8161-.816-2.1392 0-2.9552l11.8208-11.8208c.816-.816 2.1391-.816 2.9552 0 .816.816.816 2.1392 0 2.9552l-11.8208 11.8208c-.816.816-2.1391.816-2.9552 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="6" d="m6.6378 16.5244 10.7246-8.999"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M4.8842 19.1158c-1.179-1.179-1.179-3.0905 0-4.2695l9.9621-9.962c1.179-1.179 3.0905-1.179 4.2695 0 1.1789 1.179 1.1789 3.0904 0 4.2694l-9.9621 9.9621c-1.179 1.1789-3.0905 1.1789-4.2695 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" d="m7.4037 15.8818 9.1926-7.7134"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M5.137 18.8629c-1.516-1.5161-1.516-3.9742 0-5.4903l8.2356-8.2355c1.5161-1.5161 3.9742-1.5161 5.4903 0 1.5161 1.5161 1.5161 3.9742 0 5.4903l-8.2355 8.2355c-1.5161 1.5161-3.9742 1.5161-5.4903 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="10" d="m8.1697 15.239 7.6605-6.4278"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M5.3726 18.6274c-1.8301-1.8301-1.8301-4.7973 0-6.6274l6.6274-6.6274c1.8301-1.8301 4.7973-1.8301 6.6274 0 1.8301 1.83 1.8301 4.7973 0 6.6274l-6.6274 6.6274c-1.8301 1.8301-4.7973 1.8301-6.6274 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" d="m8.9358 14.5959 6.1284-5.1422"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M5.2574 18.6924c-2.3432-2.3432-2.3432-6.1421 0-8.4853l4.9497-4.9497c2.3432-2.3432 6.1421-2.3432 8.4853 0 2.3431 2.3431 2.3431 6.1421 0 8.4852l-4.9498 4.9498c-2.3431 2.3431-6.1421 2.3431-8.4852 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
package/svg/24/switch.svg CHANGED
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 18c-7 0-7-11 0-11h10c7 0 7 11 0 11h-10Z"/><circle cx="8.5" cy="12.5" r="3.5" fill="currentColor"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 18c-7 0-7-11 0-11h10c7 0 7 11 0 11h-10Z" vector-effect="non-scaling-stroke"/><circle cx="8.5" cy="12.5" r="3.5" fill="currentColor"/></svg>
package/svg/24/tag.svg CHANGED
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M11.9531 4h-7.9531v8l8.8388 8.617 7.7782-7.7782-8.6639-8.8388Z"/><circle cx="8.5" cy="8.5" r="1.5" fill="currentColor"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M11.9531 4h-7.9531v8l8.8388 8.617 7.7782-7.7782-8.6639-8.8388Z" vector-effect="non-scaling-stroke"/><circle cx="8.5" cy="8.5" r="1.5" fill="currentColor"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6h14m-11 4h8m-11 4h14m-11 4h8"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6h14m-11 4h8m-11 4h14m-11 4h8" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6h14m-14 6h7m-7 6h14"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6h14m-14 6h7m-7 6h14" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M13.5 11.75h-6.25m6.25 0c1.0551 0 2.5-1.1794 2.5-3s-1.082-3.5-3.25-3.5h-5.5v6.5m6.25 0c2.5 0 3.5 1.8379 3.5 3.5s-1.2253 3.5-3.5 3.5h-6.25v-7"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M13.5 11.75h-6.25m6.25 0c1.0551 0 2.5-1.1794 2.5-3s-1.082-3.5-3.25-3.5h-5.5v6.5m6.25 0c2.5 0 3.5 1.8379 3.5 3.5s-1.2253 3.5-3.5 3.5h-6.25v-7" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m5-12h3v12"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m5-12h3v12" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m4-12h5v6m-5 0h5m0 0v6h-5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m4-12h5v6m-5 0h5m0 0v6h-5" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m4-12h5v6h-5v6h5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m4-12h5v6h-5v6h5" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M11 5h4m4 0h-4m0 0-6 14m0 0h-4m4 0h4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M11 5h4m4 0h-4m0 0-6 14m0 0h-4m4 0h4" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v18m-10-9h7m0 0-3-3m3 3-3 3m10-9h6m-6 6h3m-3 6h6"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v18m-10-9h7m0 0-3-3m3 3-3 3m10-9h6m-6 6h3m-3 6h6" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h15m-15 6h15m-15 6h9"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h15m-15 6h15m-15 6h9" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 18.9999s1.1958.9922 4 1c.9809.0028 4-.5 4-4s-4-4-4-4m0 0h-7m7 0h7m-3.5-7.25s-3.2759-1.8159-6 0c-1.2165.811-1.5459 2.0443-1.4489 3.2501"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 18.9999s1.1958.9922 4 1c.9809.0028 4-.5 4-4s-4-4-4-4m0 0h-7m7 0h7m-3.5-7.25s-3.2759-1.8159-6 0c-1.2165.811-1.5459 2.0443-1.4489 3.2501" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11.4615 12-3.4615-9-3.4615 9m6.923 0h-6.923m6.923 0 .5193 1.5m-8.9808 2.5 1.5385-4"/><path fill="currentColor" fill-rule="evenodd" d="M21.6931 21.3213a3.984 3.984 0 0 0 .6079-.5395c.1825-.1993.3302-.3942.442-.5849.0869-.1298.1507-.2589.1897-.3872.0437-.1307.0673-.2506.0673-.3586 0-.1052-.0536-.1964-.1369-.2727-.0811-.0799-.1787-.124-.2898-.124-.094 0-.1664.0636-.2198.1366a7.6536 7.6536 0 0 1-.1688.2204l-.0008.001-.0007.0009c-.2208.2942-.4714.5136-.7513.661-.2698.1451-.6255.2213-1.0714.2213a1.0897 1.0897 0 0 1-.505-.1233c-.1461-.0778-.2813-.2218-.4016-.4434-.1196-.2264-.2163-.5373-.2873-.9369-.0706-.3974-.1065-.9123-.1065-1.5465 0-.2206.0205-.4659.0619-.7361a21.212 21.212 0 0 1 .1342-.7815 75.761 75.761 0 0 1 .1435-.6681c.0415-.1882.0652-.3235.0652-.395 0-.1196-.014-.2238-.0538-.2987a.5385.5385 0 0 0-.115-.1753 18.6126 18.6126 0 0 0-.1109-.1271c-.0256-.0401-.0513-.1062-.0734-.2049l-.0004-.0019-.0005-.0019c-.0269-.1-.0731-.2007-.137-.3022a1.3113 1.3113 0 0 0-.2215-.2679c-.0826-.0818-.1697-.1492-.2613-.2012-.0935-.053-.1875-.0837-.2805-.0837a.4145.4145 0 0 0-.1859.0456 1.8137 1.8137 0 0 0-.1478.0823l-.1354.0672a.314.314 0 0 1-.1066.0192c-.0365 0-.0867-.0068-.1525-.0229a4.6873 4.6873 0 0 0-.2113-.0699 3.322 3.322 0 0 0-.217-.0806c-.0729-.0262-.1435-.0409-.2108-.0409-.218 0-.488.1032-.8034.2898-.313.1829-.6421.4343-.9872.7528-.346.3134-.6851.6803-1.0175 1.1002a7.9268 7.9268 0 0 0-.8643 1.3277c-.2167.4122-.4006.7922-.5516 1.14l-.0005.0012c-.1447.3472-.2656.6711-.3625.9716l-.0003.0012c-.091.295-.158.573-.2008.8338l-.0003.0021c-.0365.2598-.0549.5082-.0549.7451 0 .2428.0408.4741.1228.6933.0813.2172.1912.4108.3301.58l.0013.0016c.1447.1687.3093.3041.4938.4051l.0012.0007c.1926.1019.3936.1538.6019.1538.3074 0 .652-.0983 1.0314-.2867.384-.1935.7704-.4413 1.1583-.7421.3934-.3065.7716-.6489 1.1343-1.0269.3121-.3201.588-.6428.8273-.9681.0711.3367.1567.6594.257.9679l.0004.0013c.1281.3754.2873.7073.4783.9947l.0013.0019c.1984.2831.4322.5096.7018.6776.2809.1711.6111.2554.9854.2554.2877 0 .5663-.0529.8351-.1583.2648-.104.509-.2359.7314-.3954Zm-4.0998-6.7647c.121.1722.1906.4703.1906.9119 0 .2156-.0371.4538-.1131.715-.0766.2573-.1769.521-.3012.7911a8.4463 8.4463 0 0 1-.4182.795l-.0008.0014a10.8507 10.8507 0 0 1-.4459.7171l-.0007.001c-.1344.2031-.3077.4192-.5208.6484a9.3732 9.3732 0 0 1-.6586.6273l-.001.0008c-.219.1939-.4252.3546-.6184.4826-.0959.0605-.1777.1043-.246.1328-.0695.029-.1192.0396-.1525.0396-.2845 0-.4491-.0786-.5323-.2066-.0956-.1533-.1474-.3605-.1474-.6289 0-.1801.0312-.3859.0956-.6182.0647-.2398.1505-.4894.257-.748.1129-.2655.2408-.5372.3837-.8149.1431-.2782.2921-.5504.4471-.8167a35.79 35.79 0 0 1 .4747-.7646c.1609-.2426.3125-.458.455-.6466l.0008-.001.0008-.0011c.0676-.0951.1561-.1947.2667-.2987a2.5586 2.5586 0 0 1 .3645-.2842 1.9823 1.9823 0 0 1 .4123-.2047l.0019-.0007c.1464-.0559.2879-.0831.4251-.0831.1316 0 .2596.073.3811.254Z" clip-rule="evenodd"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11.4615 12-3.4615-9-3.4615 9m6.923 0h-6.923m6.923 0 .5193 1.5m-8.9808 2.5 1.5385-4" vector-effect="non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M21.6931 21.3213a3.984 3.984 0 0 0 .6079-.5395c.1825-.1993.3302-.3942.442-.5849.0869-.1298.1507-.2589.1897-.3872.0437-.1307.0673-.2506.0673-.3586 0-.1052-.0536-.1964-.1369-.2727-.0811-.0799-.1787-.124-.2898-.124-.094 0-.1664.0636-.2198.1366a7.6536 7.6536 0 0 1-.1688.2204l-.0008.001-.0007.0009c-.2208.2942-.4714.5136-.7513.661-.2698.1451-.6255.2213-1.0714.2213a1.0897 1.0897 0 0 1-.505-.1233c-.1461-.0778-.2813-.2218-.4016-.4434-.1196-.2264-.2163-.5373-.2873-.9369-.0706-.3974-.1065-.9123-.1065-1.5465 0-.2206.0205-.4659.0619-.7361a21.212 21.212 0 0 1 .1342-.7815 75.761 75.761 0 0 1 .1435-.6681c.0415-.1882.0652-.3235.0652-.395 0-.1196-.014-.2238-.0538-.2987a.5385.5385 0 0 0-.115-.1753 18.6126 18.6126 0 0 0-.1109-.1271c-.0256-.0401-.0513-.1062-.0734-.2049l-.0004-.0019-.0005-.0019c-.0269-.1-.0731-.2007-.137-.3022a1.3113 1.3113 0 0 0-.2215-.2679c-.0826-.0818-.1697-.1492-.2613-.2012-.0935-.053-.1875-.0837-.2805-.0837a.4145.4145 0 0 0-.1859.0456 1.8137 1.8137 0 0 0-.1478.0823l-.1354.0672a.314.314 0 0 1-.1066.0192c-.0365 0-.0867-.0068-.1525-.0229a4.6873 4.6873 0 0 0-.2113-.0699 3.322 3.322 0 0 0-.217-.0806c-.0729-.0262-.1435-.0409-.2108-.0409-.218 0-.488.1032-.8034.2898-.313.1829-.6421.4343-.9872.7528-.346.3134-.6851.6803-1.0175 1.1002a7.9268 7.9268 0 0 0-.8643 1.3277c-.2167.4122-.4006.7922-.5516 1.14l-.0005.0012c-.1447.3472-.2656.6711-.3625.9716l-.0003.0012c-.091.295-.158.573-.2008.8338l-.0003.0021c-.0365.2598-.0549.5082-.0549.7451 0 .2428.0408.4741.1228.6933.0813.2172.1912.4108.3301.58l.0013.0016c.1447.1687.3093.3041.4938.4051l.0012.0007c.1926.1019.3936.1538.6019.1538.3074 0 .652-.0983 1.0314-.2867.384-.1935.7704-.4413 1.1583-.7421.3934-.3065.7716-.6489 1.1343-1.0269.3121-.3201.588-.6428.8273-.9681.0711.3367.1567.6594.257.9679l.0004.0013c.1281.3754.2873.7073.4783.9947l.0013.0019c.1984.2831.4322.5096.7018.6776.2809.1711.6111.2554.9854.2554.2877 0 .5663-.0529.8351-.1583.2648-.104.509-.2359.7314-.3954Zm-4.0998-6.7647c.121.1722.1906.4703.1906.9119 0 .2156-.0371.4538-.1131.715-.0766.2573-.1769.521-.3012.7911a8.4463 8.4463 0 0 1-.4182.795l-.0008.0014a10.8507 10.8507 0 0 1-.4459.7171l-.0007.001c-.1344.2031-.3077.4192-.5208.6484a9.3732 9.3732 0 0 1-.6586.6273l-.001.0008c-.219.1939-.4252.3546-.6184.4826-.0959.0605-.1777.1043-.246.1328-.0695.029-.1192.0396-.1525.0396-.2845 0-.4491-.0786-.5323-.2066-.0956-.1533-.1474-.3605-.1474-.6289 0-.1801.0312-.3859.0956-.6182.0647-.2398.1505-.4894.257-.748.1129-.2655.2408-.5372.3837-.8149.1431-.2782.2921-.5504.4471-.8167a35.79 35.79 0 0 1 .4747-.7646c.1609-.2426.3125-.458.455-.6466l.0008-.001.0008-.0011c.0676-.0951.1561-.1947.2667-.2987a2.5586 2.5586 0 0 1 .3645-.2842 1.9823 1.9823 0 0 1 .4123-.2047l.0019-.0007c.1464-.0559.2879-.0831.4251-.0831.1316 0 .2596.073.3811.254Z" clip-rule="evenodd"/></svg>
package/svg/24/text-t.svg CHANGED
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 7v-2.5a.5.5 0 0 1 .5-.5h7.5m8 3v-2.5a.5.5 0 0 0-.5-.5h-7.5m0 0v16m0 0h-3m3 0h3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 7v-2.5a.5.5 0 0 1 .5-.5h7.5m8 3v-2.5a.5.5 0 0 0-.5-.5h-7.5m0 0v16m0 0h-3m3 0h3" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 20h10m-10-16v8c0 3 2.7229 4 5 4s5-1 5-4v-8"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 20h10m-10-16v8c0 3 2.7229 4 5 4s5-1 5-4v-8" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 11.6167v8.3833m3.2-1.0479v-7.1281c0-.1369.0273-.2724.0803-.399l3.2494-8.1005c.1626-.3879.7001-.4402.937-.0911l.553 1.077c.6668.9826.8807 2.196.5892 3.3417l-.5892 2.3479h5.3333c1.1782 0 2.647.9832 2.647 2.1406v2.6198c0 2.8938-2.9211 5.2396-5.8667 5.2396h-5.8666c-.5891 0-1.0667-.4692-1.0667-1.0479Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 11.6167v8.3833m3.2-1.0479v-7.1281c0-.1369.0273-.2724.0803-.399l3.2494-8.1005c.1626-.3879.7001-.4402.937-.0911l.553 1.077c.6668.9826.8807 2.196.5892 3.3417l-.5892 2.3479h5.3333c1.1782 0 2.647.9832 2.647 2.1406v2.6198c0 2.8938-2.9211 5.2396-5.8667 5.2396h-5.8666c-.5891 0-1.0667-.4692-1.0667-1.0479Z" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.5 9h-4.5c-.5523 0-1 .4477-1 1v4c0 .5523.4477 1 1 1h4.5m0-6h5.5m-5.5 0v6m0 0h5.5m0-6v6m0-6h5.5m-5.5 6h5.5m0 0h4.5c.5523 0 1-.4477 1-1v-4c0-.5523-.4477-1-1-1h-4.5m0 6v-6"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.5 9h-4.5c-.5523 0-1 .4477-1 1v4c0 .5523.4477 1 1 1h4.5m0-6h5.5m-5.5 0v6m0 0h5.5m0-6v6m0-6h5.5m-5.5 6h5.5m0 0h4.5c.5523 0 1-.4477 1-1v-4c0-.5523-.4477-1-1-1h-4.5m0 6v-6" vector-effect="non-scaling-stroke"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 14v-8c0-.5523-.4477-1-1-1h-18c-.5523 0-1 .4477-1 1v8c0 .5523.4477 1 1 1h5.5a1 1 0 0 1 .8.4l2.7 3.6 2.7-3.6a1 1 0 0 1 .8-.4h5.5c.5523 0 1-.4477 1-1Z"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 14v-8c0-.5523-.4477-1-1-1h-18c-.5523 0-1 .4477-1 1v8c0 .5523.4477 1 1 1h5.5a1 1 0 0 1 .8.4l2.7 3.6 2.7-3.6a1 1 0 0 1 .8-.4h5.5c.5523 0 1-.4477 1-1Z" vector-effect="non-scaling-stroke"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M4 14v2c0 1.6569 1.3431 3 3 3h5m-8-5v-7c0-1.6569 1.3431-3 3-3h10c1.6569 0 3 1.3431 3 3v7m-16 0h8m8 0v2c0 1.6569-1.3431 3-3 3h-5m8-5h-8m0 0v5"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M4 14v2c0 1.6569 1.3431 3 3 3h5m-8-5v-7c0-1.6569 1.3431-3 3-3h10c1.6569 0 3 1.3431 3 3v7m-16 0h8m8 0v2c0 1.6569-1.3431 3-3 3h-5m8-5h-8m0 0v5" vector-effect="non-scaling-stroke"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 3h-12l-3.9063 18h19.9063l-4-18Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 3h-12l-3.9063 18h19.9063l-4-18Z" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="1.414" stroke-width="2" d="M4 5h8m8 0h-8m0 0v-2m-6 5v12.75a.25.25 0 0 0 .25.25h11.5a.25.25 0 0 0 .25-.25v-12.75"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="1.414" stroke-width="2" d="M4 5h8m8 0h-8m0 0v-2m-6 5v12.75a.25.25 0 0 0 .25.25h11.5a.25.25 0 0 0 .25-.25v-12.75" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
package/svg/24/trash.svg CHANGED
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="1.414" stroke-width="2" d="M4 5h8m8 0h-8m0 0v-2m-6 5v12.75a.25.25 0 0 0 .25.25h11.5a.25.25 0 0 0 .25-.25v-12.75m-8 0v9m4-9v9"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="1.414" stroke-width="2" d="M4 5h8m8 0h-8m0 0v-2m-6 5v12.75a.25.25 0 0 0 .25.25h11.5a.25.25 0 0 0 .25-.25v-12.75m-8 0v9m4-9v9" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-width="2" d="M20.5807 20.5263h-17.181c-.1847 0-.3057-.1933-.2249-.3593l8.1384-16.729c.0891-.183.3479-.1886.4448-.0095l9.0426 16.7289c.09.1666-.0306.3689-.2199.3689Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-width="2" d="M20.5807 20.5263h-17.181c-.1847 0-.3057-.1933-.2249-.3593l8.1384-16.729c.0891-.183.3479-.1886.4448-.0095l9.0426 16.7289c.09.1666-.0306.3689-.2199.3689Z" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 20v-4m0-11v11m0 0 6.1414-.8773a1 1 0 0 0 .8586-.99v-7.1327m-7 9-6.1414-.8773a1 1 0 0 1-.8586-.99v-7.1327"/><path fill="currentColor" d="M18.7797 4.1073c.0922-.1843.3551-.1843.4472 0l2.0059 4.0118c.0997.1994-.0916.4196-.303.3488l-1.8471-.6187a.25.25 0 0 0-.1588 0l-1.8471.6187c-.2113.0708-.4027-.1494-.303-.3488l2.0059-4.0118Z"/><path fill="currentColor" d="M18.7797 4.1073c.0922-.1843.3551-.1843.4472 0l2.0059 4.0118c.0997.1994-.0916.4196-.303.3488l-1.8471-.6187a.25.25 0 0 0-.1588 0l-1.8471.6187c-.2113.0708-.4027-.1494-.303-.3488l2.0059-4.0118ZM11.7794 2.1382c.0921-.1843.355-.1843.4472 0l2.0059 4.0118c.0997.1994-.0917.4197-.303.3489l-1.8471-.6188a.2498.2498 0 0 0-.1588 0l-1.8471.6188c-.2114.0708-.4027-.1495-.303-.3489l2.0059-4.0118Z"/><path fill="currentColor" d="M11.7794 2.1382c.0921-.1843.355-.1843.4472 0l2.0059 4.0118c.0997.1994-.0917.4197-.303.3489l-1.8471-.6188a.2498.2498 0 0 0-.1588 0l-1.8471.6188c-.2114.0708-.4027-.1495-.303-.3489l2.0059-4.0118ZM4.777 4.1332c.092-.1843.355-.1843.4471 0l2.006 4.0118c.0996.1994-.0917.4197-.303.3489l-1.8472-.6188a.25.25 0 0 0-.1588 0l-1.847.6188c-.2114.0708-.4028-.1495-.303-.3489l2.0058-4.0118Z"/><path fill="currentColor" d="M4.777 4.1332c.092-.1843.355-.1843.4471 0l2.006 4.0118c.0996.1994-.0917.4197-.303.3489l-1.8472-.6188a.25.25 0 0 0-.1588 0l-1.847.6188c-.2114.0708-.4028-.1495-.303-.3489l2.0058-4.0118Z"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 20v-4m0-11v11m0 0 6.1414-.8773a1 1 0 0 0 .8586-.99v-7.1327m-7 9-6.1414-.8773a1 1 0 0 1-.8586-.99v-7.1327" vector-effect="non-scaling-stroke"/><path fill="currentColor" d="M18.7797 4.1073c.0922-.1843.3551-.1843.4472 0l2.0059 4.0118c.0997.1994-.0916.4196-.303.3488l-1.8471-.6187a.25.25 0 0 0-.1588 0l-1.8471.6187c-.2113.0708-.4027-.1494-.303-.3488l2.0059-4.0118Z"/><path fill="currentColor" d="M18.7797 4.1073c.0922-.1843.3551-.1843.4472 0l2.0059 4.0118c.0997.1994-.0916.4196-.303.3488l-1.8471-.6187a.25.25 0 0 0-.1588 0l-1.8471.6187c-.2113.0708-.4027-.1494-.303-.3488l2.0059-4.0118ZM11.7794 2.1382c.0921-.1843.355-.1843.4472 0l2.0059 4.0118c.0997.1994-.0917.4197-.303.3489l-1.8471-.6188a.2498.2498 0 0 0-.1588 0l-1.8471.6188c-.2114.0708-.4027-.1495-.303-.3489l2.0059-4.0118Z"/><path fill="currentColor" d="M11.7794 2.1382c.0921-.1843.355-.1843.4472 0l2.0059 4.0118c.0997.1994-.0917.4197-.303.3489l-1.8471-.6188a.2498.2498 0 0 0-.1588 0l-1.8471.6188c-.2114.0708-.4027-.1495-.303-.3489l2.0059-4.0118ZM4.777 4.1332c.092-.1843.355-.1843.4471 0l2.006 4.0118c.0996.1994-.0917.4197-.303.3489l-1.8472-.6188a.25.25 0 0 0-.1588 0l-1.847.6188c-.2114.0708-.4028-.1495-.303-.3489l2.0058-4.0118Z"/><path fill="currentColor" d="M4.777 4.1332c.092-.1843.355-.1843.4471 0l2.006 4.0118c.0996.1994-.0917.4197-.303.3489l-1.8472-.6188a.25.25 0 0 0-.1588 0l-1.847.6188c-.2114.0708-.4028-.1495-.303-.3489l2.0058-4.0118Z"/></svg>
package/svg/24/trophy.svg CHANGED
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15c-2.0412 0-4.7491-1.3333-5.6742-4m5.6742 4c2.0484 0 4.7683-1.2904 5.684-4m-5.684 4v6m-6-16v4c0 .734.1179 1.4007.3258 2m-.3258-6v-2h12v2m-12 0h-4c.1527 3.7884 1.1482 5.0611 4.3258 6m11.6742-6 .0001 4c-.0001.7365-.1142 1.4027-.3161 2m.316-6h4c-.0858 3.7438-1.0571 5.0334-4.316 6"/><path fill="currentColor" d="M8 19c0-.5523.4477-1 1-1h6c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-6c-.5523 0-1-.4477-1-1v-2Z"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15c-2.0412 0-4.7491-1.3333-5.6742-4m5.6742 4c2.0484 0 4.7683-1.2904 5.684-4m-5.684 4v6m-6-16v4c0 .734.1179 1.4007.3258 2m-.3258-6v-2h12v2m-12 0h-4c.1527 3.7884 1.1482 5.0611 4.3258 6m11.6742-6 .0001 4c-.0001.7365-.1142 1.4027-.3161 2m.316-6h4c-.0858 3.7438-1.0571 5.0334-4.316 6" vector-effect="non-scaling-stroke"/><path fill="currentColor" d="M8 19c0-.5523.4477-1 1-1h6c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-6c-.5523 0-1-.4477-1-1v-2Z"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M2 11h3m0 0h3m-3 0v-3m0 3v3m3 6 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M2 11h3m0 0h3m-3 0v-3m0 3v3m3 6 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z" vector-effect="non-scaling-stroke"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 20.9999s0-6 4-6h8c4-.0001 4 6 4 6m-8-8.9999c2.2091 0 4-1.7909 4-4 0-2.2091-1.7909-4-4-4-2.2091 0-4 1.7909-4 4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 20.9999s0-6 4-6h8c4-.0001 4 6 4 6m-8-8.9999c2.2091 0 4-1.7909 4-4 0-2.2091-1.7909-4-4-4-2.2091 0-4 1.7909-4 4" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 20.9999s0-6 4-6h8c4-.0001 4 6 4 6m-9.75-15.9999h3.5l-2 3c.6667 0 2 .5587 2 2 0 1.5-1.3536 2-2 2-1.25 0-1.75-1-1.75-1"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 20.9999s0-6 4-6h8c4-.0001 4 6 4 6m-9.75-15.9999h3.5l-2 3c.6667 0 2 .5587 2 2 0 1.5-1.3536 2-2 2-1.25 0-1.75-1-1.75-1" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
package/svg/24/user.svg CHANGED
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m4 20 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h7.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-13c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m4 20 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h7.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-13c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z" vector-effect="non-scaling-stroke"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21s0-3 3-3h4c3 0 3 3 3 3m-14-7s0-3 3-3m12 0c3 0 3 3 3 3m-12-8c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Zm10 0c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Zm-5 7c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21s0-3 3-3h4c3 0 3 3 3 3m-14-7s0-3 3-3m12 0c3 0 3 3 3 3m-12-8c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Zm10 0c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Zm-5 7c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Z" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
package/svg/24/users.svg CHANGED
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m1 20 .443-2.6576c.3214-1.9287 1.9901-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m3-4h1.8517c1.513 0 2.7892 1.1266 2.9769 2.6279l.1715 1.3721m-12.0001-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Zm9 2.5c0 1.3807-1.1193 2.5-2.5 2.5s-2.5-1.1193-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5Z"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m1 20 .443-2.6576c.3214-1.9287 1.9901-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m3-4h1.8517c1.513 0 2.7892 1.1266 2.9769 2.6279l.1715 1.3721m-12.0001-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Zm9 2.5c0 1.3807-1.1193 2.5-2.5 2.5s-2.5-1.1193-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5Z" vector-effect="non-scaling-stroke"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 18h12c.5523 0 1-.4477 1-1v-3m0-9v3m0 0 5-2v10l-5-2m0-6v6m-3.5-10h-10.5c-.5523 0-1 .4477-1 1v10m0 5 17-17"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 18h12c.5523 0 1-.4477 1-1v-3m0-9v3m0 0 5-2v10l-5-2m0-6v6m-3.5-10h-10.5c-.5523 0-1 .4477-1 1v10m0 5 17-17" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8v-3c0-.5523-.4477-1-1-1h-13c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h13c.5523 0 1-.4477 1-1v-3m0-6 5-2v10l-5-2m0-6v6"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8v-3c0-.5523-.4477-1-1-1h-13c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h13c.5523 0 1-.4477 1-1v-3m0-6 5-2v10l-5-2m0-6v6" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18h-3c-.5523 0-1-.4477-1-1v-12c0-.5523.4477-1 1-1h13c.5523 0 1 .4477 1 1v3m-11 10v3m0-3h6m0 0h4c.5523 0 1-.4477 1-1v-3m-5 4v3m5-13 5-2v10l-5-2m0-6v6"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18h-3c-.5523 0-1-.4477-1-1v-12c0-.5523.4477-1 1-1h13c.5523 0 1 .4477 1 1v3m-11 10v3m0-3h6m0 0h4c.5523 0 1-.4477 1-1v-3m-5 4v3m5-13 5-2v10l-5-2m0-6v6" vector-effect="non-scaling-stroke"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24h-24z"/></clipPath></defs></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 4h-14c-1.1046 0-2 .8954-2 2v12c0 1.1046.8954 2 2 2h14c1.1046 0 2-.8954 2-2v-12c0-1.1046-.8954-2-2-2Z"/><rect width="10" height="8" x="7" y="8" fill="currentColor" rx="1"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 4h-14c-1.1046 0-2 .8954-2 2v12c0 1.1046.8954 2 2 2h14c1.1046 0 2-.8954 2-2v-12c0-1.1046-.8954-2-2-2Z" vector-effect="non-scaling-stroke"/><rect width="10" height="8" x="7" y="8" fill="currentColor" rx="1"/></svg>
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 4h-14c-1.1046 0-2 .8954-2 2v12c0 1.1046.8954 2 2 2h14c1.1046 0 2-.8954 2-2v-12c0-1.1046-.8954-2-2-2Z"/><rect width="6" height="10" x="6" y="7" fill="currentColor" rx="1"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 4h-14c-1.1046 0-2 .8954-2 2v12c0 1.1046.8954 2 2 2h14c1.1046 0 2-.8954 2-2v-12c0-1.1046-.8954-2-2-2Z" vector-effect="non-scaling-stroke"/><rect width="6" height="10" x="6" y="7" fill="currentColor" rx="1"/></svg>
package/svg/24/wallet.svg CHANGED
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M20 16v-12h-14c-1.1046 0-2 .8954-2 2v11m14-1h-12c-1.1046 0-2 .8954-2 2s.8954 2 2 2h12v-4Z"/><path fill="currentColor" d="M17 10c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M20 16v-12h-14c-1.1046 0-2 .8954-2 2v11m14-1h-12c-1.1046 0-2 .8954-2 2s.8954 2 2 2h12v-4Z" vector-effect="non-scaling-stroke"/><path fill="currentColor" d="M17 10c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z"/></svg>
package/svg/meta.json CHANGED
@@ -104,7 +104,10 @@
104
104
  },
105
105
  "cross": {
106
106
  "tags": [
107
- ""
107
+ "cross",
108
+ "closed",
109
+ "dismiss",
110
+ "times"
108
111
  ]
109
112
  },
110
113
  "cross-circle": {
@@ -2956,5 +2959,20 @@
2956
2959
  "office",
2957
2960
  "building"
2958
2961
  ]
2962
+ },
2963
+ "background-color": {
2964
+ "tags": [
2965
+ ""
2966
+ ]
2967
+ },
2968
+ "chat-lines-dot": {
2969
+ "tags": [
2970
+ "chat-lines-dot",
2971
+ "chat",
2972
+ "lines",
2973
+ "dot",
2974
+ "message",
2975
+ "unread"
2976
+ ]
2959
2977
  }
2960
2978
  }