@ozen-ui/icons 0.63.1 → 0.65.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 (132) hide show
  1. package/arrow_right_bottom_m_icon.svg +15 -0
  2. package/arrow_right_bottom_s_icon.svg +15 -0
  3. package/arrow_right_top_m_icon.svg +15 -0
  4. package/arrow_right_top_s_icon.svg +15 -0
  5. package/calculator_m_icon.svg +24 -0
  6. package/calculator_s_icon.svg +24 -0
  7. package/camera_scan_m_icon.svg +21 -0
  8. package/camera_scan_s_icon.svg +21 -0
  9. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomIcon.d.ts +3 -0
  10. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomIcon.js +19 -0
  11. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomMIcon.d.ts +2 -0
  12. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomMIcon.js +8 -0
  13. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomSIcon.d.ts +2 -0
  14. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomSIcon.js +8 -0
  15. package/dist/cjs/ArrowRightBottomIcon/index.d.ts +1 -0
  16. package/dist/cjs/ArrowRightBottomIcon/index.js +5 -0
  17. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopIcon.d.ts +3 -0
  18. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopIcon.js +19 -0
  19. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopMIcon.d.ts +2 -0
  20. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopMIcon.js +8 -0
  21. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopSIcon.d.ts +2 -0
  22. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopSIcon.js +8 -0
  23. package/dist/cjs/ArrowRightTopIcon/index.d.ts +1 -0
  24. package/dist/cjs/ArrowRightTopIcon/index.js +5 -0
  25. package/dist/cjs/CalculatorIcon/CalculatorIcon.d.ts +3 -0
  26. package/dist/cjs/CalculatorIcon/CalculatorIcon.js +19 -0
  27. package/dist/cjs/CalculatorIcon/CalculatorMIcon.d.ts +2 -0
  28. package/dist/cjs/CalculatorIcon/CalculatorMIcon.js +10 -0
  29. package/dist/cjs/CalculatorIcon/CalculatorSIcon.d.ts +2 -0
  30. package/dist/cjs/CalculatorIcon/CalculatorSIcon.js +10 -0
  31. package/dist/cjs/CalculatorIcon/index.d.ts +1 -0
  32. package/dist/cjs/CalculatorIcon/index.js +5 -0
  33. package/dist/cjs/CameraScanIcon/CameraScanIcon.d.ts +3 -0
  34. package/dist/cjs/CameraScanIcon/CameraScanIcon.js +19 -0
  35. package/dist/cjs/CameraScanIcon/CameraScanMIcon.d.ts +2 -0
  36. package/dist/cjs/CameraScanIcon/CameraScanMIcon.js +10 -0
  37. package/dist/cjs/CameraScanIcon/CameraScanSIcon.d.ts +2 -0
  38. package/dist/cjs/CameraScanIcon/CameraScanSIcon.js +10 -0
  39. package/dist/cjs/CameraScanIcon/index.d.ts +1 -0
  40. package/dist/cjs/CameraScanIcon/index.js +5 -0
  41. package/dist/cjs/FineIcon/FineIcon.d.ts +3 -0
  42. package/dist/cjs/FineIcon/FineIcon.js +19 -0
  43. package/dist/cjs/FineIcon/FineMIcon.d.ts +2 -0
  44. package/dist/cjs/FineIcon/FineMIcon.js +10 -0
  45. package/dist/cjs/FineIcon/FineSIcon.d.ts +2 -0
  46. package/dist/cjs/FineIcon/FineSIcon.js +14 -0
  47. package/dist/cjs/FineIcon/index.d.ts +1 -0
  48. package/dist/cjs/FineIcon/index.js +5 -0
  49. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeIcon.d.ts +3 -0
  50. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeIcon.js +19 -0
  51. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeMIcon.d.ts +2 -0
  52. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeMIcon.js +9 -0
  53. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeSIcon.d.ts +2 -0
  54. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeSIcon.js +13 -0
  55. package/dist/cjs/GlobeIncomeIcon/index.d.ts +1 -0
  56. package/dist/cjs/GlobeIncomeIcon/index.js +5 -0
  57. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckIcon.d.ts +3 -0
  58. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckIcon.js +19 -0
  59. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckMIcon.d.ts +2 -0
  60. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckMIcon.js +8 -0
  61. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckSIcon.d.ts +2 -0
  62. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckSIcon.js +8 -0
  63. package/dist/cjs/UserStrokeCheckIcon/index.d.ts +1 -0
  64. package/dist/cjs/UserStrokeCheckIcon/index.js +5 -0
  65. package/dist/cjs/index.d.ts +7 -0
  66. package/dist/cjs/index.js +17 -3
  67. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomIcon.d.ts +3 -0
  68. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomIcon.js +16 -0
  69. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomMIcon.d.ts +2 -0
  70. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomMIcon.js +5 -0
  71. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomSIcon.d.ts +2 -0
  72. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomSIcon.js +5 -0
  73. package/dist/esm/ArrowRightBottomIcon/index.d.ts +1 -0
  74. package/dist/esm/ArrowRightBottomIcon/index.js +1 -0
  75. package/dist/esm/ArrowRightTopIcon/ArrowRightTopIcon.d.ts +3 -0
  76. package/dist/esm/ArrowRightTopIcon/ArrowRightTopIcon.js +16 -0
  77. package/dist/esm/ArrowRightTopIcon/ArrowRightTopMIcon.d.ts +2 -0
  78. package/dist/esm/ArrowRightTopIcon/ArrowRightTopMIcon.js +5 -0
  79. package/dist/esm/ArrowRightTopIcon/ArrowRightTopSIcon.d.ts +2 -0
  80. package/dist/esm/ArrowRightTopIcon/ArrowRightTopSIcon.js +5 -0
  81. package/dist/esm/ArrowRightTopIcon/index.d.ts +1 -0
  82. package/dist/esm/ArrowRightTopIcon/index.js +1 -0
  83. package/dist/esm/CalculatorIcon/CalculatorIcon.d.ts +3 -0
  84. package/dist/esm/CalculatorIcon/CalculatorIcon.js +16 -0
  85. package/dist/esm/CalculatorIcon/CalculatorMIcon.d.ts +2 -0
  86. package/dist/esm/CalculatorIcon/CalculatorMIcon.js +7 -0
  87. package/dist/esm/CalculatorIcon/CalculatorSIcon.d.ts +2 -0
  88. package/dist/esm/CalculatorIcon/CalculatorSIcon.js +7 -0
  89. package/dist/esm/CalculatorIcon/index.d.ts +1 -0
  90. package/dist/esm/CalculatorIcon/index.js +1 -0
  91. package/dist/esm/CameraScanIcon/CameraScanIcon.d.ts +3 -0
  92. package/dist/esm/CameraScanIcon/CameraScanIcon.js +16 -0
  93. package/dist/esm/CameraScanIcon/CameraScanMIcon.d.ts +2 -0
  94. package/dist/esm/CameraScanIcon/CameraScanMIcon.js +7 -0
  95. package/dist/esm/CameraScanIcon/CameraScanSIcon.d.ts +2 -0
  96. package/dist/esm/CameraScanIcon/CameraScanSIcon.js +7 -0
  97. package/dist/esm/CameraScanIcon/index.d.ts +1 -0
  98. package/dist/esm/CameraScanIcon/index.js +1 -0
  99. package/dist/esm/FineIcon/FineIcon.d.ts +3 -0
  100. package/dist/esm/FineIcon/FineIcon.js +16 -0
  101. package/dist/esm/FineIcon/FineMIcon.d.ts +2 -0
  102. package/dist/esm/FineIcon/FineMIcon.js +7 -0
  103. package/dist/esm/FineIcon/FineSIcon.d.ts +2 -0
  104. package/dist/esm/FineIcon/FineSIcon.js +11 -0
  105. package/dist/esm/FineIcon/index.d.ts +1 -0
  106. package/dist/esm/FineIcon/index.js +1 -0
  107. package/dist/esm/GlobeIncomeIcon/GlobeIncomeIcon.d.ts +3 -0
  108. package/dist/esm/GlobeIncomeIcon/GlobeIncomeIcon.js +16 -0
  109. package/dist/esm/GlobeIncomeIcon/GlobeIncomeMIcon.d.ts +2 -0
  110. package/dist/esm/GlobeIncomeIcon/GlobeIncomeMIcon.js +6 -0
  111. package/dist/esm/GlobeIncomeIcon/GlobeIncomeSIcon.d.ts +2 -0
  112. package/dist/esm/GlobeIncomeIcon/GlobeIncomeSIcon.js +10 -0
  113. package/dist/esm/GlobeIncomeIcon/index.d.ts +1 -0
  114. package/dist/esm/GlobeIncomeIcon/index.js +1 -0
  115. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckIcon.d.ts +3 -0
  116. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckIcon.js +16 -0
  117. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckMIcon.d.ts +2 -0
  118. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckMIcon.js +5 -0
  119. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckSIcon.d.ts +2 -0
  120. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckSIcon.js +5 -0
  121. package/dist/esm/UserStrokeCheckIcon/index.d.ts +1 -0
  122. package/dist/esm/UserStrokeCheckIcon/index.js +1 -0
  123. package/dist/esm/index.d.ts +7 -0
  124. package/dist/esm/index.js +7 -0
  125. package/fine_m_icon.svg +22 -0
  126. package/fine_s_icon.svg +28 -0
  127. package/globe_income_m_icon.svg +20 -0
  128. package/globe_income_s_icon.svg +26 -0
  129. package/manifest.json +56 -0
  130. package/package.json +2 -2
  131. package/user_stroke_check_m_icon.svg +14 -0
  132. package/user_stroke_check_s_icon.svg +14 -0
@@ -0,0 +1,15 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ fill="none"
6
+ viewBox="0 0 24 24"
7
+ >
8
+ <path
9
+ stroke="currentColor"
10
+ stroke-linecap="round"
11
+ stroke-linejoin="round"
12
+ stroke-width="1.5"
13
+ d="m5 5 14 14m0 0h-5.649M19 19v-5.649"
14
+ />
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="16"
4
+ height="16"
5
+ fill="none"
6
+ viewBox="0 0 16 16"
7
+ >
8
+ <path
9
+ stroke="currentColor"
10
+ stroke-linecap="round"
11
+ stroke-linejoin="round"
12
+ stroke-width="1.5"
13
+ d="m2 2 12 12m0 0H9.158M14 14V9.158"
14
+ />
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ fill="none"
6
+ viewBox="0 0 24 24"
7
+ >
8
+ <path
9
+ stroke="currentColor"
10
+ stroke-linecap="round"
11
+ stroke-linejoin="round"
12
+ stroke-width="1.5"
13
+ d="M5 19 19 5m0 0h-5.649M19 5v5.649"
14
+ />
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="16"
4
+ height="16"
5
+ fill="none"
6
+ viewBox="0 0 16 16"
7
+ >
8
+ <path
9
+ stroke="currentColor"
10
+ stroke-linecap="round"
11
+ stroke-linejoin="round"
12
+ stroke-width="1.5"
13
+ d="M2 14 14 2m0 0v4.842M14 2H9.158"
14
+ />
15
+ </svg>
@@ -0,0 +1,24 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ fill="none"
6
+ viewBox="0 0 24 24"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M4 4.25A2.25 2.25 0 0 1 6.25 2h11.5A2.25 2.25 0 0 1 20 4.25v15a2.25 2.25 0 0 1-2.25 2.25H6.25A2.25 2.25 0 0 1 4 19.25zm2.25-.75a.75.75 0 0 0-.75.75v15c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75v-15a.75.75 0 0 0-.75-.75z"
12
+ clip-rule="evenodd"
13
+ />
14
+ <path
15
+ fill="currentColor"
16
+ fill-rule="evenodd"
17
+ d="M6.25 7.5A2.25 2.25 0 0 1 8.5 5.25h7a2.25 2.25 0 0 1 2.25 2.25v1a2.25 2.25 0 0 1-2.25 2.25h-7A2.25 2.25 0 0 1 6.25 8.5zm2.25-.75a.75.75 0 0 0-.75.75v1c0 .414.336.75.75.75h7a.75.75 0 0 0 .75-.75v-1a.75.75 0 0 0-.75-.75z"
18
+ clip-rule="evenodd"
19
+ />
20
+ <path
21
+ fill="currentColor"
22
+ d="M8.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M14.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M17.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M8.25 16.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.25 16.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M17.25 16.75c0 .414-.378.75-.844.75h-2.812c-.466 0-.844-.336-.844-.75s.378-.75.844-.75h2.812c.466 0 .844.336.844.75"
23
+ />
24
+ </svg>
@@ -0,0 +1,24 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="16"
4
+ height="16"
5
+ fill="none"
6
+ viewBox="0 0 16 16"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M1 2.5A2.25 2.25 0 0 1 3.25.25h9.5A2.25 2.25 0 0 1 15 2.5v11a2.25 2.25 0 0 1-2.25 2.25h-9.5A2.25 2.25 0 0 1 1 13.5zm2.25-.75a.75.75 0 0 0-.75.75v11c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-11a.75.75 0 0 0-.75-.75z"
12
+ clip-rule="evenodd"
13
+ />
14
+ <path
15
+ fill="currentColor"
16
+ fill-rule="evenodd"
17
+ d="M3.25 5.5A2.25 2.25 0 0 1 5.5 3.25h5a2.25 2.25 0 0 1 0 4.5h-5A2.25 2.25 0 0 1 3.25 5.5m2.25-.75a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5z"
18
+ clip-rule="evenodd"
19
+ />
20
+ <path
21
+ fill="currentColor"
22
+ d="M5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M7.5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M10 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M12.5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M5 12a.75.75 0 1 1-1.5 0A.75.75 0 0 1 5 12M7.5 12A.75.75 0 1 1 6 12a.75.75 0 0 1 1.5 0M12.5 12a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h2.5a.75.75 0 0 1 .75.75"
23
+ />
24
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ fill="none"
6
+ viewBox="0 0 24 24"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M15.75 3a.75.75 0 0 1 .75-.75h3.214a2.04 2.04 0 0 1 2.036 2.035V7.5a.75.75 0 0 1-1.5 0V4.287a.537.537 0 0 0-.537-.537H16.5a.75.75 0 0 1-.75-.75M4.286 2.25H7.5a.75.75 0 1 1 0 1.5H4.287a.54.54 0 0 0-.537.537V7.5a.75.75 0 1 1-1.5 0V4.286A2.04 2.04 0 0 1 4.286 2.25M3 15.75a.75.75 0 0 1 .75.75v3.215a.536.536 0 0 0 .536.535H7.5a.75.75 0 0 1 0 1.5H4.286a2.036 2.036 0 0 1-2.036-2.034V16.5a.75.75 0 0 1 .75-.75m18 0a.75.75 0 0 1 .75.75v3.215a2.04 2.04 0 0 1-2.036 2.035H16.5a.75.75 0 0 1 0-1.5h3.214a.536.536 0 0 0 .536-.536V16.5a.75.75 0 0 1 .75-.75M9.392 6.56A.75.75 0 0 1 10 6.25h4a.75.75 0 0 1 .608.31l1.109 1.536h.783a2.25 2.25 0 0 1 2.25 2.25V14.5a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-4.154a2.25 2.25 0 0 1 2.25-2.25h.783zm.992 1.19-1.11 1.535a.75.75 0 0 1-.607.311H7.5a.75.75 0 0 0-.75.75V14.5c0 .414.336.75.75.75h9a.75.75 0 0 0 .75-.75v-4.154a.75.75 0 0 0-.75-.75h-1.167a.75.75 0 0 1-.608-.31L13.617 7.75z"
12
+ clip-rule="evenodd"
13
+ />
14
+ <path fill="currentColor" d="M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
15
+ <path
16
+ fill="currentColor"
17
+ fill-rule="evenodd"
18
+ d="M12 11.75a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5m-1.75.25a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0"
19
+ clip-rule="evenodd"
20
+ />
21
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="16"
4
+ height="16"
5
+ fill="none"
6
+ viewBox="0 0 16 16"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M14 10.48a.75.75 0 0 1 .75.75v1.847a1.673 1.673 0 0 1-1.673 1.673h-1.846a.75.75 0 1 1 0-1.5h1.846a.173.173 0 0 0 .173-.173v-1.846a.75.75 0 0 1 .75-.75M10.48 2a.75.75 0 0 1 .75-.75h1.847a1.673 1.673 0 0 1 1.673 1.673V4.77a.75.75 0 1 1-1.5 0V2.923a.173.173 0 0 0-.173-.173h-1.846a.75.75 0 0 1-.75-.75M2.923 2.75a.173.173 0 0 0-.173.173V4.77a.75.75 0 1 1-1.5 0V2.923A1.673 1.673 0 0 1 2.923 1.25H4.77a.75.75 0 0 1 0 1.5zM2 10.48a.75.75 0 0 1 .75.75v1.847a.173.173 0 0 0 .173.173H4.77a.75.75 0 0 1 0 1.5H2.923a1.673 1.673 0 0 1-1.673-1.673v-1.846a.75.75 0 0 1 .75-.75M5.9 4.05a.75.75 0 0 1 .6-.3h3a.75.75 0 0 1 .6.3l.775 1.033H11a2.25 2.25 0 0 1 2.25 2.25V9.5A2.25 2.25 0 0 1 11 11.75H5A2.25 2.25 0 0 1 2.75 9.5V7.333A2.25 2.25 0 0 1 5 5.083h.125zm.975 1.2L6.1 6.283a.75.75 0 0 1-.6.3H5a.75.75 0 0 0-.75.75V9.5c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75V7.333a.75.75 0 0 0-.75-.75h-.5a.75.75 0 0 1-.6-.3L9.125 5.25z"
12
+ clip-rule="evenodd"
13
+ />
14
+ <path fill="currentColor" d="M8.5 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0" />
15
+ <path
16
+ fill="currentColor"
17
+ fill-rule="evenodd"
18
+ d="M8 8.25a.25.25 0 1 0 0-.5.25.25 0 0 0 0 .5M6.75 8a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0"
19
+ clip-rule="evenodd"
20
+ />
21
+ </svg>
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const ArrowRightBottomIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ArrowRightBottomIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var ArrowRightBottomMIcon_1 = require("./ArrowRightBottomMIcon");
7
+ var ArrowRightBottomSIcon_1 = require("./ArrowRightBottomSIcon");
8
+ exports.ArrowRightBottomIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(ArrowRightBottomSIcon_1.ArrowRightBottomSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(ArrowRightBottomMIcon_1.ArrowRightBottomMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(ArrowRightBottomMIcon_1.ArrowRightBottomMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.ArrowRightBottomIcon.displayName = 'ArrowRightBottomIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ArrowRightBottomMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ArrowRightBottomMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.ArrowRightBottomMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m5 5 14 14m0 0h-5.649M19 19v-5.649" }))); });
8
+ exports.ArrowRightBottomMIcon.displayName = 'ArrowRightBottomMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ArrowRightBottomSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ArrowRightBottomSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.ArrowRightBottomSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m2 2 12 12m0 0H9.158M14 14V9.158" }))); });
8
+ exports.ArrowRightBottomSIcon.displayName = 'ArrowRightBottomSIcon';
@@ -0,0 +1 @@
1
+ export { ArrowRightBottomIcon } from './ArrowRightBottomIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ArrowRightBottomIcon = void 0;
4
+ var ArrowRightBottomIcon_1 = require("./ArrowRightBottomIcon");
5
+ Object.defineProperty(exports, "ArrowRightBottomIcon", { enumerable: true, get: function () { return ArrowRightBottomIcon_1.ArrowRightBottomIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const ArrowRightTopIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ArrowRightTopIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var ArrowRightTopMIcon_1 = require("./ArrowRightTopMIcon");
7
+ var ArrowRightTopSIcon_1 = require("./ArrowRightTopSIcon");
8
+ exports.ArrowRightTopIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(ArrowRightTopSIcon_1.ArrowRightTopSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(ArrowRightTopMIcon_1.ArrowRightTopMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(ArrowRightTopMIcon_1.ArrowRightTopMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.ArrowRightTopIcon.displayName = 'ArrowRightTopIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ArrowRightTopMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ArrowRightTopMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.ArrowRightTopMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M5 19 19 5m0 0h-5.649M19 5v5.649" }))); });
8
+ exports.ArrowRightTopMIcon.displayName = 'ArrowRightTopMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ArrowRightTopSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ArrowRightTopSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.ArrowRightTopSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M2 14 14 2m0 0v4.842M14 2H9.158" }))); });
8
+ exports.ArrowRightTopSIcon.displayName = 'ArrowRightTopSIcon';
@@ -0,0 +1 @@
1
+ export { ArrowRightTopIcon } from './ArrowRightTopIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ArrowRightTopIcon = void 0;
4
+ var ArrowRightTopIcon_1 = require("./ArrowRightTopIcon");
5
+ Object.defineProperty(exports, "ArrowRightTopIcon", { enumerable: true, get: function () { return ArrowRightTopIcon_1.ArrowRightTopIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const CalculatorIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CalculatorIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var CalculatorMIcon_1 = require("./CalculatorMIcon");
7
+ var CalculatorSIcon_1 = require("./CalculatorSIcon");
8
+ exports.CalculatorIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(CalculatorSIcon_1.CalculatorSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(CalculatorMIcon_1.CalculatorMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(CalculatorMIcon_1.CalculatorMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.CalculatorIcon.displayName = 'CalculatorIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CalculatorMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CalculatorMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.CalculatorMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4 4.25A2.25 2.25 0 0 1 6.25 2h11.5A2.25 2.25 0 0 1 20 4.25v15a2.25 2.25 0 0 1-2.25 2.25H6.25A2.25 2.25 0 0 1 4 19.25zm2.25-.75a.75.75 0 0 0-.75.75v15c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75v-15a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.25 7.5A2.25 2.25 0 0 1 8.5 5.25h7a2.25 2.25 0 0 1 2.25 2.25v1a2.25 2.25 0 0 1-2.25 2.25h-7A2.25 2.25 0 0 1 6.25 8.5zm2.25-.75a.75.75 0 0 0-.75.75v1c0 .414.336.75.75.75h7a.75.75 0 0 0 .75-.75v-1a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" }),
9
+ react_1.default.createElement("path", { fill: "currentColor", d: "M8.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M14.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M17.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M8.25 16.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.25 16.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M17.25 16.75c0 .414-.378.75-.844.75h-2.812c-.466 0-.844-.336-.844-.75s.378-.75.844-.75h2.812c.466 0 .844.336.844.75" }))); });
10
+ exports.CalculatorMIcon.displayName = 'CalculatorMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CalculatorSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CalculatorSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.CalculatorSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1 2.5A2.25 2.25 0 0 1 3.25.25h9.5A2.25 2.25 0 0 1 15 2.5v11a2.25 2.25 0 0 1-2.25 2.25h-9.5A2.25 2.25 0 0 1 1 13.5zm2.25-.75a.75.75 0 0 0-.75.75v11c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-11a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 5.5A2.25 2.25 0 0 1 5.5 3.25h5a2.25 2.25 0 0 1 0 4.5h-5A2.25 2.25 0 0 1 3.25 5.5m2.25-.75a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5z", clipRule: "evenodd" }),
9
+ react_1.default.createElement("path", { fill: "currentColor", d: "M5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M7.5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M10 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M12.5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M5 12a.75.75 0 1 1-1.5 0A.75.75 0 0 1 5 12M7.5 12A.75.75 0 1 1 6 12a.75.75 0 0 1 1.5 0M12.5 12a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h2.5a.75.75 0 0 1 .75.75" }))); });
10
+ exports.CalculatorSIcon.displayName = 'CalculatorSIcon';
@@ -0,0 +1 @@
1
+ export { CalculatorIcon } from './CalculatorIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CalculatorIcon = void 0;
4
+ var CalculatorIcon_1 = require("./CalculatorIcon");
5
+ Object.defineProperty(exports, "CalculatorIcon", { enumerable: true, get: function () { return CalculatorIcon_1.CalculatorIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const CameraScanIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CameraScanIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var CameraScanMIcon_1 = require("./CameraScanMIcon");
7
+ var CameraScanSIcon_1 = require("./CameraScanSIcon");
8
+ exports.CameraScanIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(CameraScanSIcon_1.CameraScanSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(CameraScanMIcon_1.CameraScanMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(CameraScanMIcon_1.CameraScanMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.CameraScanIcon.displayName = 'CameraScanIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CameraScanMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CameraScanMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.CameraScanMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 3a.75.75 0 0 1 .75-.75h3.214a2.04 2.04 0 0 1 2.036 2.035V7.5a.75.75 0 0 1-1.5 0V4.287a.537.537 0 0 0-.537-.537H16.5a.75.75 0 0 1-.75-.75M4.286 2.25H7.5a.75.75 0 1 1 0 1.5H4.287a.54.54 0 0 0-.537.537V7.5a.75.75 0 1 1-1.5 0V4.286A2.04 2.04 0 0 1 4.286 2.25M3 15.75a.75.75 0 0 1 .75.75v3.215a.536.536 0 0 0 .536.535H7.5a.75.75 0 0 1 0 1.5H4.286a2.036 2.036 0 0 1-2.036-2.034V16.5a.75.75 0 0 1 .75-.75m18 0a.75.75 0 0 1 .75.75v3.215a2.04 2.04 0 0 1-2.036 2.035H16.5a.75.75 0 0 1 0-1.5h3.214a.536.536 0 0 0 .536-.536V16.5a.75.75 0 0 1 .75-.75M9.392 6.56A.75.75 0 0 1 10 6.25h4a.75.75 0 0 1 .608.31l1.109 1.536h.783a2.25 2.25 0 0 1 2.25 2.25V14.5a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-4.154a2.25 2.25 0 0 1 2.25-2.25h.783zm.992 1.19-1.11 1.535a.75.75 0 0 1-.607.311H7.5a.75.75 0 0 0-.75.75V14.5c0 .414.336.75.75.75h9a.75.75 0 0 0 .75-.75v-4.154a.75.75 0 0 0-.75-.75h-1.167a.75.75 0 0 1-.608-.31L13.617 7.75z", clipRule: "evenodd" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", d: "M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }),
9
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 11.75a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5m-1.75.25a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0", clipRule: "evenodd" }))); });
10
+ exports.CameraScanMIcon.displayName = 'CameraScanMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CameraScanSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CameraScanSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.CameraScanSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14 10.48a.75.75 0 0 1 .75.75v1.847a1.673 1.673 0 0 1-1.673 1.673h-1.846a.75.75 0 1 1 0-1.5h1.846a.173.173 0 0 0 .173-.173v-1.846a.75.75 0 0 1 .75-.75M10.48 2a.75.75 0 0 1 .75-.75h1.847a1.673 1.673 0 0 1 1.673 1.673V4.77a.75.75 0 1 1-1.5 0V2.923a.173.173 0 0 0-.173-.173h-1.846a.75.75 0 0 1-.75-.75M2.923 2.75a.173.173 0 0 0-.173.173V4.77a.75.75 0 1 1-1.5 0V2.923A1.673 1.673 0 0 1 2.923 1.25H4.77a.75.75 0 0 1 0 1.5zM2 10.48a.75.75 0 0 1 .75.75v1.847a.173.173 0 0 0 .173.173H4.77a.75.75 0 0 1 0 1.5H2.923a1.673 1.673 0 0 1-1.673-1.673v-1.846a.75.75 0 0 1 .75-.75M5.9 4.05a.75.75 0 0 1 .6-.3h3a.75.75 0 0 1 .6.3l.775 1.033H11a2.25 2.25 0 0 1 2.25 2.25V9.5A2.25 2.25 0 0 1 11 11.75H5A2.25 2.25 0 0 1 2.75 9.5V7.333A2.25 2.25 0 0 1 5 5.083h.125zm.975 1.2L6.1 6.283a.75.75 0 0 1-.6.3H5a.75.75 0 0 0-.75.75V9.5c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75V7.333a.75.75 0 0 0-.75-.75h-.5a.75.75 0 0 1-.6-.3L9.125 5.25z", clipRule: "evenodd" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", d: "M8.5 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0" }),
9
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 8.25a.25.25 0 1 0 0-.5.25.25 0 0 0 0 .5M6.75 8a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0", clipRule: "evenodd" }))); });
10
+ exports.CameraScanSIcon.displayName = 'CameraScanSIcon';
@@ -0,0 +1 @@
1
+ export { CameraScanIcon } from './CameraScanIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CameraScanIcon = void 0;
4
+ var CameraScanIcon_1 = require("./CameraScanIcon");
5
+ Object.defineProperty(exports, "CameraScanIcon", { enumerable: true, get: function () { return CameraScanIcon_1.CameraScanIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const FineIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FineIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var FineMIcon_1 = require("./FineMIcon");
7
+ var FineSIcon_1 = require("./FineSIcon");
8
+ exports.FineIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(FineSIcon_1.FineSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(FineMIcon_1.FineMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(FineMIcon_1.FineMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.FineIcon.displayName = 'FineIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const FineMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FineMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.FineMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.47 17.42a.75.75 0 0 1 1.06 0l.266.265 3.889-3.89-.266-.265a.75.75 0 1 1 1.061-1.06l3.978 3.977a.75.75 0 0 1-1.061 1.06l-.265-.264-1.415 1.414 2.652 2.651a.75.75 0 0 1-1.06 1.061l-2.652-2.651-1.414 1.414.265.265a.75.75 0 0 1-1.06 1.06L12.47 18.48a.75.75 0 0 1 0-1.06m3.712 2.651-1.326-1.326 3.89-3.889 1.325 1.326z", clipRule: "evenodd" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", d: "M7.75 3a.75.75 0 0 0-1.5 0v4a.75.75 0 0 0 1.5 0V5.75H14a.75.75 0 0 0 0-1.5H7.75z" }),
9
+ react_1.default.createElement("path", { fill: "currentColor", d: "M17.75 3a.75.75 0 0 0-1.5 0v1.545a.75.75 0 0 0 0 .91V7a.75.75 0 0 0 1.5 0V5.75h1.865c.168 0 .329.067.448.187.12.12.187.283.187.454V9.25H3.75V6.391c0-.17.068-.334.187-.454.12-.12.28-.187.448-.187a.75.75 0 0 0 0-1.5c-.568 0-1.111.226-1.511.628s-.624.947-.624 1.513V19.61c0 .566.224 1.11.624 1.512s.943.629 1.51.629h7.366a.75.75 0 0 0 0-1.5H4.385a.63.63 0 0 1-.448-.187.65.65 0 0 1-.187-.454V10.75h16.5v2a.75.75 0 0 0 1.5 0V6.391c0-.566-.224-1.11-.624-1.513a2.13 2.13 0 0 0-1.51-.628H17.75z" }))); });
10
+ exports.FineMIcon.displayName = 'FineMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const FineSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FineSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.FineSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("g", { fill: "currentColor", clipPath: "url(#FineSIcon__a)" },
8
+ react_1.default.createElement("path", { fillRule: "evenodd", d: "M4.23.25a.75.75 0 0 1 .75.75v.865h4.635a.75.75 0 0 1 0 1.5H4.981v.866a.75.75 0 1 1-1.5 0V1a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }),
9
+ react_1.default.createElement("path", { d: "M12.52 1a.75.75 0 0 0-1.5 0v3.23a.75.75 0 0 0 1.5 0v-.865h1.403a.327.327 0 0 1 .327.327v1.943H1.75V3.692a.327.327 0 0 1 .327-.327.75.75 0 0 0 0-1.5A1.827 1.827 0 0 0 .25 3.692v10.231a1.827 1.827 0 0 0 1.827 1.827H7.75a.75.75 0 0 0 0-1.5H2.077a.327.327 0 0 1-.327-.327V7.135h12.5v.608c0 .414.336.757.75.757s.75-.343.75-.757v-4.05a1.827 1.827 0 0 0-1.827-1.828H12.52z" }),
10
+ react_1.default.createElement("path", { fillRule: "evenodd", d: "M8.874 10.89a.75.75 0 0 0-1.043 1.077l2.563 2.563a.75.75 0 0 0 1.078-1.042l.478-.478 1.52 1.52a.75.75 0 1 0 1.06-1.06l-1.52-1.52.478-.478a.75.75 0 0 0 1.042-1.078l-2.562-2.563a.75.75 0 0 0-1.079 1.043zm3.076-.955L9.935 11.95l.477.477 2.015-2.015z", clipRule: "evenodd" })),
11
+ react_1.default.createElement("defs", null,
12
+ react_1.default.createElement("clipPath", { id: "FineSIcon__a" },
13
+ react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
14
+ exports.FineSIcon.displayName = 'FineSIcon';
@@ -0,0 +1 @@
1
+ export { FineIcon } from './FineIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FineIcon = void 0;
4
+ var FineIcon_1 = require("./FineIcon");
5
+ Object.defineProperty(exports, "FineIcon", { enumerable: true, get: function () { return FineIcon_1.FineIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const GlobeIncomeIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GlobeIncomeIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var GlobeIncomeMIcon_1 = require("./GlobeIncomeMIcon");
7
+ var GlobeIncomeSIcon_1 = require("./GlobeIncomeSIcon");
8
+ exports.GlobeIncomeIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(GlobeIncomeSIcon_1.GlobeIncomeSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(GlobeIncomeMIcon_1.GlobeIncomeMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(GlobeIncomeMIcon_1.GlobeIncomeMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.GlobeIncomeIcon.displayName = 'GlobeIncomeIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const GlobeIncomeMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GlobeIncomeMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.GlobeIncomeMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.533 11.25h4.235c.129-2.677.967-4.936 2.713-7.615a8.505 8.505 0 0 0-6.948 7.615M12 4.06c-1.806 2.672-2.6 4.752-2.73 7.19h5.46c-.13-2.438-.924-4.518-2.73-7.19m2.73 8.69c-.144 2.713-1.102 5.038-3.333 8.054A.75.75 0 0 0 12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12c0 .414.336.75.75.75zm1.502 0h4.235a8.505 8.505 0 0 1-6.928 7.611c1.735-2.632 2.566-4.938 2.693-7.611m4.235-1.5h-4.235c-.129-2.677-.967-4.936-2.713-7.615a8.505 8.505 0 0 1 6.948 7.615", clipRule: "evenodd" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.95 15a.75.75 0 0 1 .75-.75h4.8a.75.75 0 0 1 .75.75v4.8a.75.75 0 0 1-1.5 0v-2.99l-4.72 4.72a.75.75 0 0 1-1.06-1.06l4.72-4.72H3.7a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
9
+ exports.GlobeIncomeMIcon.displayName = 'GlobeIncomeMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const GlobeIncomeSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GlobeIncomeSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.GlobeIncomeSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#GlobeIncomeSIcon__a)", clipRule: "evenodd" },
8
+ react_1.default.createElement("path", { d: "M1.543 7.25h2.986c.12-1.957.728-3.64 1.936-5.568A6.51 6.51 0 0 0 1.543 7.25M8 2.068C6.733 3.986 6.156 5.508 6.032 7.25h3.936C9.844 5.509 9.267 3.986 8 2.068M9.968 8.75c-.142 2.015-.883 3.773-2.571 6.054A.75.75 0 0 0 8 16a8 8 0 1 0-8-8c0 .414.336.75.75.75zm1.503 0h2.986a6.51 6.51 0 0 1-4.903 5.563c1.198-1.898 1.798-3.61 1.917-5.563m2.986-1.5h-2.986c-.12-1.957-.728-3.64-1.936-5.568a6.51 6.51 0 0 1 4.922 5.568" }),
9
+ react_1.default.createElement("path", { d: "M1.05 11a.75.75 0 0 1 .75-.75H5a.75.75 0 0 1 .75.75v3.2a.75.75 0 0 1-1.5 0v-1.39l-2.72 2.72a.75.75 0 0 1-1.06-1.06l2.72-2.72H1.8a.75.75 0 0 1-.75-.75" })),
10
+ react_1.default.createElement("defs", null,
11
+ react_1.default.createElement("clipPath", { id: "GlobeIncomeSIcon__a" },
12
+ react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
13
+ exports.GlobeIncomeSIcon.displayName = 'GlobeIncomeSIcon';
@@ -0,0 +1 @@
1
+ export { GlobeIncomeIcon } from './GlobeIncomeIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GlobeIncomeIcon = void 0;
4
+ var GlobeIncomeIcon_1 = require("./GlobeIncomeIcon");
5
+ Object.defineProperty(exports, "GlobeIncomeIcon", { enumerable: true, get: function () { return GlobeIncomeIcon_1.GlobeIncomeIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const UserStrokeCheckIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;