@teamturing/react-kit 2.6.1 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/dist/core/Grid/index.d.ts +1 -1
  2. package/dist/core/Image/index.d.ts +3 -3
  3. package/dist/enigma/EnigmaUI/index.d.ts +20 -3
  4. package/dist/enigma/View/ChipGroupView/index.d.ts +1 -1
  5. package/dist/enigma/View/GridView/index.d.ts +6 -0
  6. package/dist/enigma/View/IconView/index.d.ts +6 -0
  7. package/dist/enigma/View/ImageView/index.d.ts +1 -1
  8. package/dist/enigma/View/index.d.ts +3 -1
  9. package/dist/enigma/types/index.d.ts +27 -8
  10. package/dist/enigma/utils/index.d.ts +1 -0
  11. package/dist/index.d.ts +1 -1
  12. package/dist/index.js +3328 -25
  13. package/esm/core/Grid/index.js +2 -2
  14. package/esm/enigma/EnigmaUI/index.js +9 -3
  15. package/esm/enigma/View/ChipGroupView/index.js +6 -4
  16. package/esm/enigma/View/GridView/index.js +32 -0
  17. package/esm/enigma/View/IconView/index.js +18 -0
  18. package/esm/enigma/View/ImageView/index.js +3 -1
  19. package/esm/packages/icons/esm/Ai.js +23 -0
  20. package/esm/packages/icons/esm/AiSad.js +17 -0
  21. package/esm/packages/icons/esm/AimPoint.js +36 -0
  22. package/esm/packages/icons/esm/Alarm.js +17 -0
  23. package/esm/packages/icons/esm/AppleColor.js +18 -0
  24. package/esm/packages/icons/esm/ArrowDown.js +17 -0
  25. package/esm/packages/icons/esm/ArrowLeft.js +17 -0
  26. package/esm/packages/icons/esm/ArrowLeftCircle.js +15 -0
  27. package/esm/packages/icons/esm/ArrowLeftLimit.js +17 -0
  28. package/esm/packages/icons/esm/ArrowLeftRight.js +17 -0
  29. package/esm/packages/icons/esm/ArrowRight.js +17 -0
  30. package/esm/packages/icons/esm/ArrowRightCircle.js +15 -0
  31. package/esm/packages/icons/esm/ArrowRightLimit.js +17 -0
  32. package/esm/packages/icons/esm/ArrowUp.js +17 -0
  33. package/esm/packages/icons/esm/ArrowUpDown.js +17 -0
  34. package/esm/packages/icons/esm/ArrowUpLimit.js +17 -0
  35. package/esm/packages/icons/esm/Barchart.js +15 -0
  36. package/esm/packages/icons/esm/Bookmark.js +17 -0
  37. package/esm/packages/icons/esm/Box.js +24 -0
  38. package/esm/packages/icons/esm/BusColor.js +36 -0
  39. package/esm/packages/icons/esm/CalendarCheck.js +17 -0
  40. package/esm/packages/icons/esm/CalendarCheckColor.js +20 -0
  41. package/esm/packages/icons/esm/CalendarColor.js +36 -0
  42. package/esm/packages/icons/esm/Camera.js +22 -0
  43. package/esm/packages/icons/esm/Card.js +17 -0
  44. package/esm/packages/icons/esm/CardsPercent.js +19 -0
  45. package/esm/packages/icons/esm/CardsPercentColor.js +23 -0
  46. package/esm/packages/icons/esm/CaretDown.js +15 -0
  47. package/esm/packages/icons/esm/CaretLeft.js +15 -0
  48. package/esm/packages/icons/esm/CaretRight.js +15 -0
  49. package/esm/packages/icons/esm/CaretUp.js +15 -0
  50. package/esm/packages/icons/esm/ChatBubble.js +17 -0
  51. package/esm/packages/icons/esm/ChatBubbleBadgeColor.js +32 -0
  52. package/esm/packages/icons/esm/ChatBubbleCorrect.js +24 -0
  53. package/esm/packages/icons/esm/ChatBubbleCorrectColor.js +22 -0
  54. package/esm/packages/icons/esm/ChatBubbleDots.js +17 -0
  55. package/esm/packages/icons/esm/ChatBubbleQuestion.js +17 -0
  56. package/esm/packages/icons/esm/Check.js +15 -0
  57. package/esm/packages/icons/esm/CheckInCircle.js +17 -0
  58. package/esm/packages/icons/esm/CheckInCircleColor.js +20 -0
  59. package/esm/packages/icons/esm/CheckInCircleLine.js +20 -0
  60. package/esm/packages/icons/esm/ChevronDown.js +17 -0
  61. package/esm/packages/icons/esm/ChevronLeft.js +17 -0
  62. package/esm/packages/icons/esm/ChevronRight.js +17 -0
  63. package/esm/packages/icons/esm/ChevronRightTwo.js +23 -0
  64. package/esm/packages/icons/esm/ChevronUp.js +17 -0
  65. package/esm/packages/icons/esm/ChevronUpTwo.js +23 -0
  66. package/esm/packages/icons/esm/Circles.js +17 -0
  67. package/esm/packages/icons/esm/Clip.js +14 -0
  68. package/esm/packages/icons/esm/CloseInCircle.js +17 -0
  69. package/esm/packages/icons/esm/Coin.js +17 -0
  70. package/esm/packages/icons/esm/Contact.js +17 -0
  71. package/esm/packages/icons/esm/Copy.js +22 -0
  72. package/esm/packages/icons/esm/Correct.js +16 -0
  73. package/esm/packages/icons/esm/Coupon.js +17 -0
  74. package/esm/packages/icons/esm/Crown.js +17 -0
  75. package/esm/packages/icons/esm/Curriculum.js +31 -0
  76. package/esm/packages/icons/esm/CurriculumColor.js +38 -0
  77. package/esm/packages/icons/esm/Delete.js +17 -0
  78. package/esm/packages/icons/esm/Document.js +22 -0
  79. package/esm/packages/icons/esm/Dots.js +17 -0
  80. package/esm/packages/icons/esm/Download.js +18 -0
  81. package/esm/packages/icons/esm/Emoji.js +17 -0
  82. package/esm/packages/icons/esm/Eng.js +20 -0
  83. package/esm/packages/icons/esm/Equal.js +17 -0
  84. package/esm/packages/icons/esm/Eraser.js +17 -0
  85. package/esm/packages/icons/esm/ExclamationPointInCircle.js +17 -0
  86. package/esm/packages/icons/esm/EyeOff.js +15 -0
  87. package/esm/packages/icons/esm/EyeOn.js +22 -0
  88. package/esm/packages/icons/esm/FaceHappy.js +17 -0
  89. package/esm/packages/icons/esm/FaceSad.js +17 -0
  90. package/esm/packages/icons/esm/Facebook.js +15 -0
  91. package/esm/packages/icons/esm/FacebookColor.js +20 -0
  92. package/esm/packages/icons/esm/Filter.js +17 -0
  93. package/esm/packages/icons/esm/Fire.js +15 -0
  94. package/esm/packages/icons/esm/Frame.js +17 -0
  95. package/esm/packages/icons/esm/Glasses.js +17 -0
  96. package/esm/packages/icons/esm/Graph.js +17 -0
  97. package/esm/packages/icons/esm/Gun.js +15 -0
  98. package/esm/packages/icons/esm/GunColor.js +18 -0
  99. package/esm/packages/icons/esm/Hair.js +17 -0
  100. package/esm/packages/icons/esm/Headphone.js +17 -0
  101. package/esm/packages/icons/esm/Heart.js +17 -0
  102. package/esm/packages/icons/esm/Infinite.js +15 -0
  103. package/esm/packages/icons/esm/InfoInCircle.js +17 -0
  104. package/esm/packages/icons/esm/Instagram.js +17 -0
  105. package/esm/packages/icons/esm/KakaoColor.js +20 -0
  106. package/esm/packages/icons/esm/Kor.js +20 -0
  107. package/esm/packages/icons/esm/Letter.js +17 -0
  108. package/esm/packages/icons/esm/LetterCrownColor.js +26 -0
  109. package/esm/packages/icons/esm/LetterHeartColor.js +26 -0
  110. package/esm/packages/icons/esm/LineThree.js +17 -0
  111. package/esm/packages/icons/esm/Link.js +22 -0
  112. package/esm/packages/icons/esm/Lock.js +17 -0
  113. package/esm/packages/icons/esm/LockColor.js +32 -0
  114. package/esm/packages/icons/esm/LogoApple.js +17 -0
  115. package/esm/packages/icons/esm/LogoColor.js +22 -0
  116. package/esm/packages/icons/esm/LogoFacebook.js +17 -0
  117. package/esm/packages/icons/esm/LogoKakao.js +17 -0
  118. package/esm/packages/icons/esm/LogoNaver.js +15 -0
  119. package/esm/packages/icons/esm/Maxsize.js +15 -0
  120. package/esm/packages/icons/esm/Minsize.js +17 -0
  121. package/esm/packages/icons/esm/Minus.js +17 -0
  122. package/esm/packages/icons/esm/MinusInCircle.js +17 -0
  123. package/esm/packages/icons/esm/Moneybag.js +17 -0
  124. package/esm/packages/icons/esm/MoneybagColor.js +20 -0
  125. package/esm/packages/icons/esm/More.js +17 -0
  126. package/esm/packages/icons/esm/MyBubble.js +17 -0
  127. package/esm/packages/icons/esm/NaverColor.js +18 -0
  128. package/esm/packages/icons/esm/New.js +22 -0
  129. package/esm/packages/icons/esm/Note.js +17 -0
  130. package/esm/packages/icons/esm/NoteColor.js +18 -0
  131. package/esm/packages/icons/esm/NotePenColor.js +46 -0
  132. package/esm/packages/icons/esm/NumberFiveFilled.js +17 -0
  133. package/esm/packages/icons/esm/NumberFiveOutlined.js +20 -0
  134. package/esm/packages/icons/esm/NumberFourFilled.js +17 -0
  135. package/esm/packages/icons/esm/NumberFourOutlined.js +20 -0
  136. package/esm/packages/icons/esm/NumberOneFilled.js +17 -0
  137. package/esm/packages/icons/esm/NumberOneOutlined.js +20 -0
  138. package/esm/packages/icons/esm/NumberThreeFilled.js +17 -0
  139. package/esm/packages/icons/esm/NumberThreeOutlined.js +20 -0
  140. package/esm/packages/icons/esm/NumberTwoFilled.js +17 -0
  141. package/esm/packages/icons/esm/NumberTwoOutlined.js +20 -0
  142. package/esm/packages/icons/esm/Out.js +22 -0
  143. package/esm/packages/icons/esm/PalmTreeColor.js +41 -0
  144. package/esm/packages/icons/esm/PaperCheck.js +36 -0
  145. package/esm/packages/icons/esm/Pause.js +17 -0
  146. package/esm/packages/icons/esm/Pen.js +17 -0
  147. package/esm/packages/icons/esm/PercentInCircle.js +22 -0
  148. package/esm/packages/icons/esm/Picture.js +17 -0
  149. package/esm/packages/icons/esm/Pin.js +17 -0
  150. package/esm/packages/icons/esm/PinColorRed.js +26 -0
  151. package/esm/packages/icons/esm/Play.js +15 -0
  152. package/esm/packages/icons/esm/Plug.js +33 -0
  153. package/esm/packages/icons/esm/PlugColor.js +36 -0
  154. package/esm/packages/icons/esm/Plus.js +17 -0
  155. package/esm/packages/icons/esm/PlusInCircle.js +17 -0
  156. package/esm/packages/icons/esm/PointInCircle.js +22 -0
  157. package/esm/packages/icons/esm/PointInCircleColor.js +27 -0
  158. package/esm/packages/icons/esm/Present.js +20 -0
  159. package/esm/packages/icons/esm/PresentColor.js +20 -0
  160. package/esm/packages/icons/esm/Problem.js +15 -0
  161. package/esm/packages/icons/esm/Profile.js +17 -0
  162. package/esm/packages/icons/esm/QuestionMarkInCircle.js +17 -0
  163. package/esm/packages/icons/esm/QuestionMarkInCircleOutlined.js +20 -0
  164. package/esm/packages/icons/esm/RaffleColor.js +113 -0
  165. package/esm/packages/icons/esm/Receipt.js +17 -0
  166. package/esm/packages/icons/esm/Refresh.js +17 -0
  167. package/esm/packages/icons/esm/Repeat.js +15 -0
  168. package/esm/packages/icons/esm/School.js +20 -0
  169. package/esm/packages/icons/esm/SchoolColor.js +27 -0
  170. package/esm/packages/icons/esm/Search.js +15 -0
  171. package/esm/packages/icons/esm/Set.js +20 -0
  172. package/esm/packages/icons/esm/Setting.js +17 -0
  173. package/esm/packages/icons/esm/Share.js +22 -0
  174. package/esm/packages/icons/esm/ShieldCheck.js +15 -0
  175. package/esm/packages/icons/esm/Siren.js +17 -0
  176. package/esm/packages/icons/esm/Skipback.js +17 -0
  177. package/esm/packages/icons/esm/Skipforward.js +17 -0
  178. package/esm/packages/icons/esm/SoundOff.js +15 -0
  179. package/esm/packages/icons/esm/SoundOn.js +25 -0
  180. package/esm/packages/icons/esm/Speaker.js +17 -0
  181. package/esm/packages/icons/esm/Stackup.js +27 -0
  182. package/esm/packages/icons/esm/Star.js +17 -0
  183. package/esm/packages/icons/esm/Store.js +15 -0
  184. package/esm/packages/icons/esm/Sync.js +17 -0
  185. package/esm/packages/icons/esm/TestUploadColor.js +26 -0
  186. package/esm/packages/icons/esm/Thumbdown.js +17 -0
  187. package/esm/packages/icons/esm/Thumbup.js +17 -0
  188. package/esm/packages/icons/esm/Thunder.js +17 -0
  189. package/esm/packages/icons/esm/Ticket.js +17 -0
  190. package/esm/packages/icons/esm/TicketColor.js +29 -0
  191. package/esm/packages/icons/esm/Time.js +17 -0
  192. package/esm/packages/icons/esm/Top.js +17 -0
  193. package/esm/packages/icons/esm/Trash.js +17 -0
  194. package/esm/packages/icons/esm/Treasurebox.js +22 -0
  195. package/esm/packages/icons/esm/Trophy.js +17 -0
  196. package/esm/packages/icons/esm/Undo.js +17 -0
  197. package/esm/packages/icons/esm/University.js +26 -0
  198. package/esm/packages/icons/esm/UserBlocked.js +17 -0
  199. package/esm/packages/icons/esm/UserCheck.js +17 -0
  200. package/esm/packages/icons/esm/UserPlus.js +17 -0
  201. package/esm/packages/icons/esm/UserTwo.js +23 -0
  202. package/esm/packages/icons/esm/Video.js +17 -0
  203. package/esm/packages/icons/esm/VideoColor.js +18 -0
  204. package/esm/packages/icons/esm/VoteColor.js +24 -0
  205. package/esm/packages/icons/esm/Warning.js +17 -0
  206. package/esm/packages/icons/esm/Wifi.js +27 -0
  207. package/esm/packages/icons/esm/WorkbookColor.js +29 -0
  208. package/esm/packages/icons/esm/Wrong.js +20 -0
  209. package/esm/packages/icons/esm/Youtube.js +17 -0
  210. package/esm/packages/icons/esm/index.js +193 -0
  211. package/package.json +2 -2
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgCoupon = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1ZM12 14.9c-.7.7-1.6 1.1-2.7 1.1-2.2 0-3.8-1.7-3.8-4s1.6-4 3.8-4c1 0 2 .4 2.7 1.1.3.3.2.9-.2 1.1-.4.2-.9.1-1.3-.2-.3-.2-.7-.3-1.1-.3-1.4 0-2.2.9-2.2 2.3s.8 2.3 2.2 2.3c.4 0 .8-.1 1.1-.3.4-.3.9-.4 1.3-.2s.5.7.2 1.1Zm5.5 3.4h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1V16Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1V8h1v1.1Zm0-2.2h-1V5.7h1v1.2Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgCoupon as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgCrown = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M4.352 20a1.05 1.05 0 0 1-1.032-.945L2.008 7.415c-.118-1.044 1.146-1.617 1.815-.823l3.891 4.62 2.877-6.292a1.539 1.539 0 0 1 2.818 0l2.877 6.292 3.89-4.62c.67-.794 1.934-.221 1.816.823l-1.313 11.64a1.05 1.05 0 0 1-1.03.945H4.351Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgCrown as default };
@@ -0,0 +1,31 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgCurriculum = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillOpacity: 0.6,
13
+ fillRule: "evenodd",
14
+ d: "M1 3.755A3.755 3.755 0 0 1 8.348 2.66h8.924a5.007 5.007 0 0 1 0 10.014H7.676a1.27 1.27 0 0 1-.203-.017l-1.049.017a2.503 2.503 0 1 0 0 5.006h8.268a3.756 3.756 0 1 1-.222 2.504H6.424a5.007 5.007 0 1 1 0-10.014h10.848a2.503 2.503 0 0 0 0-5.007H8.237A3.756 3.756 0 0 1 1 3.755Z",
15
+ clipRule: "evenodd"
16
+ }), /*#__PURE__*/React.createElement("rect", {
17
+ width: 7.51,
18
+ height: 7.51,
19
+ x: 1,
20
+ fill: "currentColor",
21
+ rx: 3.755
22
+ }), /*#__PURE__*/React.createElement("rect", {
23
+ width: 7.51,
24
+ height: 7.51,
25
+ x: 14.35,
26
+ y: 15.5,
27
+ fill: "currentColor",
28
+ rx: 3.755
29
+ }));
30
+
31
+ export { SvgCurriculum as default };
@@ -0,0 +1,38 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgCurriculumColor = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 32 33"
10
+ }, props), /*#__PURE__*/React.createElement("g", {
11
+ clipPath: "url(#curriculum_color_svg__a)"
12
+ }, /*#__PURE__*/React.createElement("path", {
13
+ fill: "#D9CDF9",
14
+ fillRule: "evenodd",
15
+ d: "M1.333 5.507a5.007 5.007 0 0 1 9.797-1.46h11.9a6.676 6.676 0 0 1 0 13.35H10.233a1.68 1.68 0 0 1-.27-.02l-1.399.021a3.338 3.338 0 1 0 0 6.676H19.59a5.007 5.007 0 1 1-.296 3.338H8.565a6.676 6.676 0 1 1 0-13.352H23.03a3.338 3.338 0 0 0 0-6.676H10.983a5.008 5.008 0 0 1-9.65-1.877Z",
16
+ clipRule: "evenodd"
17
+ }), /*#__PURE__*/React.createElement("rect", {
18
+ width: 10.014,
19
+ height: 10.014,
20
+ x: 1.333,
21
+ y: 0.5,
22
+ fill: "#9C7EEF",
23
+ rx: 5.007
24
+ }), /*#__PURE__*/React.createElement("rect", {
25
+ width: 10.014,
26
+ height: 10.014,
27
+ x: 19.133,
28
+ y: 21.167,
29
+ fill: "#9C7EEF",
30
+ rx: 5.007
31
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
32
+ id: "curriculum_color_svg__a"
33
+ }, /*#__PURE__*/React.createElement("path", {
34
+ fill: "#fff",
35
+ d: "M0 .5h32v32H0z"
36
+ }))));
37
+
38
+ export { SvgCurriculumColor as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgDelete = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M9.414 3.5A2 2 0 0 0 8 4.086l-6.5 6.5a2 2 0 0 0 0 2.828l6.5 6.5a2 2 0 0 0 1.414.586H21.5a2 2 0 0 0 2-2v-13a2 2 0 0 0-2-2H9.414Zm0 2H21.5v13H9.414l-6.5-6.5 6.5-6.5Zm8.157 2.643a.91.91 0 0 1 1.286 1.286L16.286 12l2.571 2.571a.909.909 0 1 1-1.286 1.286L15 13.286l-2.571 2.571a.909.909 0 1 1-1.286-1.286L13.714 12l-2.571-2.571a.909.909 0 1 1 1.286-1.286L15 10.714l2.571-2.571Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgDelete as default };
@@ -0,0 +1,22 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocument = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M19.5 2h-15a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1H13v-5c0-1.378 1.122-2.5 2.5-2.5h5V3a1 1 0 0 0-1-1Z",
14
+ clipRule: "evenodd"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "currentColor",
17
+ fillRule: "evenodd",
18
+ d: "M14.5 17v5l6-6h-5a1 1 0 0 0-1 1Z",
19
+ clipRule: "evenodd"
20
+ }));
21
+
22
+ export { SvgDocument as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgDots = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M5 14.001a2.001 2.001 0 1 1 .001-4.002A2.001 2.001 0 0 1 5 14Zm6.771 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm6.77 0a2.001 2.001 0 1 1 .001-4.002A2.001 2.001 0 0 1 18.541 14Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgDots as default };
@@ -0,0 +1,18 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgDownload = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ d: "M11.21 15.4c.21.21.5.32.78.32s.56-.11.78-.32L18 10.16c.43-.43.43-1.13 0-1.56-.43-.43-1.13-.43-1.56 0l-3.35 3.35V2.78c0-.61-.49-1.1-1.1-1.1-.61 0-1.1.49-1.1 1.1v9.18L7.53 8.61c-.43-.43-1.13-.43-1.56 0-.43.43-.43 1.13 0 1.56l5.24 5.23Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "currentColor",
15
+ d: "M21.38 13.09c-.61 0-1.1.49-1.1 1.1v4.21c0 .72-.58 1.3-1.3 1.3H5c-.72 0-1.3-.58-1.3-1.3v-4.21c0-.61-.49-1.1-1.1-1.1-.61 0-1.1.49-1.1 1.1v4.21c0 1.93 1.57 3.5 3.5 3.5h13.98c1.93 0 3.5-1.57 3.5-3.5v-4.21c0-.61-.49-1.1-1.1-1.1Z"
16
+ }));
17
+
18
+ export { SvgDownload as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgEmoji = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M20.003 6.792c0 2.029-1.24 3.673-2.772 3.673-1.53 0-2.772-1.644-2.772-3.673 0-2.028 1.241-3.672 2.772-3.672 1.531 0 2.772 1.644 2.772 3.672Zm-10.474 0c0 2.029-1.24 3.673-2.772 3.673-1.53 0-2.772-1.644-2.772-3.672 0-2.029 1.241-3.673 2.772-3.673 1.531 0 2.772 1.644 2.772 3.673Zm9.745 11.526a1.848 1.848 0 0 0-2.24-2.94c-4.238 3.229-8.449 1.372-10.01.056a1.848 1.848 0 1 0-2.381 2.828c2.34 1.97 8.52 4.713 14.63.056Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgEmoji as default };
@@ -0,0 +1,20 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgEng = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm8.556 4.746a1.178 1.178 0 1 1-2.243-.722l2.889-8.713a2.06 2.06 0 0 1 3.91.003l2.88 8.72a1.172 1.172 0 1 1-2.231.716l-.584-1.87h-4.04l-.581 1.866Zm2.563-8.218-1.395 4.466h2.867l-1.395-4.466h-.077Z",
14
+ clipRule: "evenodd"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "#fff",
17
+ d: "M8.431 17.573c.516 0 .971-.335 1.125-.827l.582-1.866h4.04l.583 1.87a1.172 1.172 0 1 0 2.23-.716l-2.879-8.72a2.06 2.06 0 0 0-3.91-.003l-2.889 8.713a1.178 1.178 0 0 0 1.118 1.549Zm2.293-4.58 1.395-4.465h.077l1.395 4.466h-2.867Z"
18
+ }));
19
+
20
+ export { SvgEng as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgEqual = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M17.94 10.12H6.06c-.82 0-1.485-.56-1.485-1.252S5.24 7.615 6.06 7.615h11.88c.82 0 1.485.561 1.485 1.253 0 .691-.665 1.253-1.485 1.253m0 6.264H6.06c-.82 0-1.485-.561-1.485-1.253 0-.691.665-1.253 1.485-1.253h11.88c.82 0 1.485.562 1.485 1.253 0 .692-.665 1.253-1.485 1.253Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgEqual as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgEraser = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M12.157 18.26a2 2 0 0 0 2.829 0l6.533-6.533a2 2 0 0 0 0-2.829l-6.44-6.44a2 2 0 0 0-2.828 0L5.717 8.993a2 2 0 0 0 0 2.828l6.44 6.44ZM2.041 16.797a1.872 1.872 0 0 1 .083-1.06l1.382-3.605 8.362 8.362-3.606 1.382a1.872 1.872 0 0 1-1.994-.424l-3.72-3.72a1.872 1.872 0 0 1-.507-.935Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgEraser as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgExclamationPointInCircle = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M12 17.118a1.2 1.2 0 1 1 0-2.4 1.2 1.2 0 0 1 0 2.4Zm-1-9.835a1 1 0 0 1 2 0v5a1 1 0 0 1-2 0v-5ZM12 1C5.925 1 1 5.925 1 12c0 6.076 4.925 11 11 11s11-4.924 11-11c0-6.075-4.925-11-11-11Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgExclamationPointInCircle as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgEyeOff = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ d: "M14.779 4.672A11.89 11.89 0 0 0 12 4.324c-4.212 0-8.195 2.261-10.818 6.028a2.905 2.905 0 0 0 0 3.297c.64.919 1.363 1.744 2.148 2.473l11.449-11.45ZM22.819 10.352a14.722 14.722 0 0 0-3.74-3.733l2.569-2.569a1.2 1.2 0 1 0-1.697-1.697L2.352 19.95a1.2 1.2 0 1 0 1.698 1.697l3.044-3.044c1.549.691 3.206 1.073 4.906 1.073 4.213 0 8.196-2.261 10.819-6.028a2.907 2.907 0 0 0 0-3.296Zm-10.82 5.622a3.887 3.887 0 0 1-1.819-.458l5.335-5.335c.287.545.458 1.159.458 1.818a3.978 3.978 0 0 1-3.974 3.975Z"
13
+ }));
14
+
15
+ export { SvgEyeOff as default };
@@ -0,0 +1,22 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgEyeOn = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M12.125 9.225c-1.6 0-2.9 1.3-2.9 2.9 0 1.6 1.3 2.9 2.9 2.9 1.6 0 2.9-1.3 2.9-2.9 0-1.6-1.3-2.9-2.9-2.9Z",
14
+ clipRule: "evenodd"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "currentColor",
17
+ fillRule: "evenodd",
18
+ d: "M12.125 17.125c-2.8 0-5-2.3-5-5s2.3-5 5-5 5 2.3 5 5-2.2 5-5 5Zm11-6.3c-2.6-4-6.7-6.4-11-6.4s-8.4 2.4-11 6.4c-.5.8-.5 1.8 0 2.6 2.6 4 6.7 6.4 11 6.4s8.4-2.4 11-6.4c.6-.8.6-1.8 0-2.6Z",
19
+ clipRule: "evenodd"
20
+ }));
21
+
22
+ export { SvgEyeOn as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFaceHappy = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M12 .98c-6.075 0-11 4.924-11 11 0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11ZM10.821 10c0 .939-.574 1.7-1.283 1.7s-1.284-.761-1.284-1.7.575-1.7 1.284-1.7c.709 0 1.283.761 1.283 1.7Zm4.85 0c0 .94-.575 1.7-1.284 1.7-.71 0-1.284-.76-1.284-1.7 0-.939.575-1.7 1.284-1.7.708 0 1.283.761 1.283 1.7Zm-.338 5.336a.856.856 0 0 0-1.037-1.36A3.698 3.698 0 0 1 9.66 14a.856.856 0 1 0-1.102 1.31c1.083.912 3.944 2.181 6.774.025Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgFaceHappy as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFaceSad = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M12 .98c-6.075 0-11 4.924-11 11 0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11ZM10.821 10c0 .939-.574 1.7-1.283 1.7s-1.284-.761-1.284-1.7.575-1.7 1.284-1.7c.709 0 1.283.761 1.283 1.7Zm4.85 0c0 .94-.575 1.7-1.284 1.7-.71 0-1.284-.76-1.284-1.7 0-.939.575-1.7 1.284-1.7.708 0 1.283.761 1.283 1.7Zm-7.08 4.985a.856.856 0 0 0 1.038 1.361 3.697 3.697 0 0 1 4.634-.026.856.856 0 1 0 1.102-1.309c-1.083-.912-3.944-2.182-6.773-.026Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgFaceSad as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFacebook = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ d: "M17 2.119v3.168c-.301-.02-1.145-.05-2.108 0-1.205.063-1.386 1.026-1.386 1.491v2.486h3.373l-.451 3.541h-2.922V22H9.952v-9.195H7V9.264h2.952c-.01-.736-.024-2.293 0-2.64.03-.436-.12-1.989.994-3.2 1.114-1.212 1.897-1.305 2.952-1.398.843-.075 2.42.03 3.102.093Z"
13
+ }));
14
+
15
+ export { SvgFacebook as default };
@@ -0,0 +1,20 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFacebookColor = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#1877F2",
12
+ d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "#fff",
15
+ fillRule: "evenodd",
16
+ d: "m14.525 12.43.293-1.908h-1.83V9.284c0-.522.255-1.03 1.075-1.03h.832V6.628S14.14 6.5 13.418 6.5c-1.508 0-2.493.914-2.493 2.568v1.454H9.249v1.908h1.676v4.612a6.654 6.654 0 0 0 2.062 0V12.43h1.538Z",
17
+ clipRule: "evenodd"
18
+ }));
19
+
20
+ export { SvgFacebookColor as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFilter = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M14.771 4.6a.95.95 0 0 1 0 1.899.95.95 0 0 1 0-1.899ZM3.5 6.649h8.33a3.146 3.146 0 0 0 2.941 2.05 3.146 3.146 0 0 0 2.94-2.05H20.5a1.1 1.1 0 1 0 0-2.2h-2.789a3.146 3.146 0 0 0-2.94-2.049 3.148 3.148 0 0 0-2.941 2.049H3.5a1.1 1.1 0 0 0 0 2.2Zm17 4.25h-17a1.1 1.1 0 0 0 0 2.2h17a1.1 1.1 0 1 0 0-2.2ZM9.229 19.4a.95.95 0 0 1 0-1.898.95.95 0 0 1 0 1.899M20.5 17.35h-8.33a3.147 3.147 0 0 0-2.941-2.05 3.146 3.146 0 0 0-2.94 2.05H3.5a1.1 1.1 0 0 0 0 2.2h2.789a3.146 3.146 0 0 0 2.94 2.05 3.148 3.148 0 0 0 2.941-2.05h8.33a1.1 1.1 0 1 0 0-2.2Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgFilter as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFire = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ d: "M10.373 2.847c-.021.287-.22 2.173-1.773 3.754-.144.145-.3.279-.465.4-.227.169-.616.462-1.021.787-.537.431-2.966 2.7-3.104 5.86 0 0-.586 7.212 7.136 8.276 0 0 2.5.531 5.223-1.214.061-.04.123-.078.187-.115.438-.257 2.76-1.767 3.368-5.192 0 0 .433-2.773-.768-4.942-.034-.06-.072-.117-.104-.177-.144-.273-.65-1.176-1.366-1.86a.699.699 0 0 0-.377-.191.565.565 0 0 0-.569.253c-.127.19-.761 1.139-1.045 1.49 0 0-.159.194-.12-.08 0 0 .515-2.576-1.264-5.153 0 0-1.107-1.719-2.807-2.578 0 0-.434-.273-.79-.117 0 0-.248.105-.325.66a1.583 1.583 0 0 0-.016.14Z"
13
+ }));
14
+
15
+ export { SvgFire as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFrame = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M16.566 2.83h2.154a1.882 1.882 0 1 1 2.45 2.45v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.881 1.881 0 1 1-2.45 2.45h-2.154a1.882 1.882 0 0 1-3.489 0h-2.154a1.882 1.882 0 0 1-3.489 0H5.28a1.882 1.882 0 1 1-2.45-2.45v-2.154a1.882 1.882 0 0 1 0-3.489v-2.154a1.882 1.882 0 0 1 0-3.489V5.28a1.882 1.882 0 1 1 2.45-2.45h2.154a1.882 1.882 0 0 1 3.489 0h2.154a1.882 1.882 0 0 1 3.489 0ZM6.357 5.417a.94.94 0 0 0-.94.94v11.286c0 .52.42.94.94.94h11.286a.94.94 0 0 0 .94-.94V6.357a.94.94 0 0 0-.94-.94H6.357Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgFrame as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgGlasses = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M6 15.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM6 18a5.5 5.5 0 0 0 5.419-6.447 3.168 3.168 0 0 1 1.162 0 5.5 5.5 0 1 0 1-2.327A5.553 5.553 0 0 0 12 9c-.547 0-1.083.077-1.58.225A5.5 5.5 0 1 0 6 18Zm12-2.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgGlasses as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgGraph = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M12 1C5.925 1 1 5.924 1 12c0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11Zm5.622 7.217a1 1 0 0 1 .16 1.405L14.1 14.258a1 1 0 0 1-1.53.044l-2.282-2.563-2.446 3.802a1 1 0 1 1-1.682-1.082l3.158-4.91a1 1 0 0 1 1.588-.123l2.367 2.658 2.945-3.706a1 1 0 0 1 1.405-.16Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgGraph as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgGun = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ d: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
13
+ }));
14
+
15
+ export { SvgGun as default };
@@ -0,0 +1,18 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgGunColor = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#D9CDF9",
12
+ d: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "#9C7EEF",
15
+ d: "M19.771 12h-2.68a.3.3 0 0 0-.297.339l.899 6.9a.3.3 0 0 0 .297.261h2.692a.3.3 0 0 0 .298-.34l-.911-6.9a.3.3 0 0 0-.297-.26Z"
16
+ }));
17
+
18
+ export { SvgGunColor as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgHair = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M12 2.388a10.707 10.707 0 0 0-.525-.013c-5.51 0-8.925 3.675-9.975 9.45-.633 3.482-.334 6.963 3.859 8.555.183.07.331-.16.206-.31a8.47 8.47 0 0 1-1.957-5.429c0-4.698 3.808-5.178 8.505-5.178 4.698 0 8.505.48 8.505 5.178a8.469 8.469 0 0 1-1.85 5.297c-.123.155.032.382.213.305 3.868-1.648 4.134-5.033 3.519-8.418-1.05-5.775-4.466-9.45-9.975-9.45-.177 0-.352.004-.526.013ZM5.056 14.984c0-3.577 3.18-3.943 7.104-3.943 3.923 0 7.104.366 7.104 3.943s-3.18 6.476-7.104 6.476-7.104-2.899-7.104-6.476Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgHair as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgHeadphone = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M23.255 14.251c0-2.261-1.56-4.149-3.655-4.687V8.9c0-4.191-3.409-7.6-7.6-7.6-4.19 0-7.599 3.409-7.599 7.6v.664C2.305 10.102.745 11.99.745 14.251a4.86 4.86 0 0 0 4.856 4.855 1.2 1.2 0 0 0 1.2-1.2V8.9c0-2.867 2.332-5.2 5.199-5.2s5.2 2.333 5.2 5.2v8.509l-2.54 2.54a1.193 1.193 0 0 1-.848.351h-1.923a1.2 1.2 0 1 0 0 2.4h1.923c.962 0 1.866-.374 2.546-1.054l2.595-2.596c2.414-.278 4.302-2.311 4.302-4.799Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgHeadphone as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgHeart = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M10.904 21.306c.666.44 1.525.44 2.19 0 2.115-1.396 6.72-4.733 8.704-8.467C24.413 7.913 21.342 3 17.282 3c-2.314 0-3.706 1.209-4.476 2.248a.998.998 0 0 1-1.613 0C10.423 4.209 9.031 3 6.717 3c-4.06 0-7.131 4.913-4.515 9.839 1.982 3.734 6.589 7.071 8.702 8.467Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgHeart as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgInfinite = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 20 20"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#7A828D",
12
+ d: "M17.802 6.972a4.393 4.393 0 0 0-3.123-1.136c-2.008.066-3.247 1.335-4.683 2.804l-.008.007-.008-.007C8.545 7.17 7.313 5.902 5.297 5.836a4.374 4.374 0 0 0-3.099 1.136A4.085 4.085 0 0 0 .833 9.997a4.05 4.05 0 0 0 1.35 3.033 4.414 4.414 0 0 0 2.973 1.137h.157C7.32 14.1 8.56 12.83 9.996 11.363v-.008l.008.008c1.435 1.468 2.667 2.737 4.683 2.804h.157a4.379 4.379 0 0 0 2.973-1.137 4.05 4.05 0 0 0 1.35-3.033 4.085 4.085 0 0 0-1.365-3.025Zm-12.56 5.35c-.635.022-1.24-.2-1.694-.613a2.31 2.31 0 0 1 .008-3.416 2.388 2.388 0 0 1 1.6-.62h.086c1.138.037 1.922.782 3.31 2.206.032.037.071.074.103.104l-.008.014.008.008c-.032.037-.071.074-.102.103-1.389 1.432-2.173 2.177-3.311 2.214Zm11.21-.613a2.392 2.392 0 0 1-1.694.613c-1.138-.037-1.922-.782-3.31-2.206-.032-.037-.071-.074-.103-.104l.008-.015h-.008c.032-.036.07-.073.102-.103 1.389-1.424 2.173-2.17 3.31-2.206.62-.008 1.225.2 1.687.62.495.442.761 1.048.761 1.704 0 .65-.266 1.255-.753 1.697Z"
13
+ }));
14
+
15
+ export { SvgInfinite as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgInfoInCircle = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M12 9.2a1.2 1.2 0 1 1 0-2.4 1.2 1.2 0 0 1 0 2.4Zm1 7.435a1 1 0 0 1-2 0v-5a1 1 0 0 1 2 0v5ZM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgInfoInCircle as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgInstagram = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M1 6a5 5 0 0 1 5-5h12a5 5 0 0 1 5 5v12a5 5 0 0 1-5 5H6a5 5 0 0 1-5-5V6Zm11 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm7-12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgInstagram as default };