@bigbinary/neeto-icons 1.20.28 → 1.20.29

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 (155) hide show
  1. package/README.md +23 -0
  2. package/dist/cjs/elements/Alert.js +44 -0
  3. package/dist/cjs/elements/Alert.js.map +1 -0
  4. package/dist/cjs/elements/AndroidMockup.js +308 -0
  5. package/dist/cjs/elements/AndroidMockup.js.map +1 -0
  6. package/dist/cjs/elements/Arrow.js +44 -0
  7. package/dist/cjs/elements/Arrow.js.map +1 -0
  8. package/dist/cjs/elements/Avatar.js +53 -0
  9. package/dist/cjs/elements/Avatar.js.map +1 -0
  10. package/dist/cjs/elements/Browser.js +89 -0
  11. package/dist/cjs/elements/Browser.js.map +1 -0
  12. package/dist/cjs/elements/Button.js +49 -0
  13. package/dist/cjs/elements/Button.js.map +1 -0
  14. package/dist/cjs/elements/Calendar.js +50 -0
  15. package/dist/cjs/elements/Calendar.js.map +1 -0
  16. package/dist/cjs/elements/Checkbox.js +52 -0
  17. package/dist/cjs/elements/Checkbox.js.map +1 -0
  18. package/dist/cjs/elements/Circle.js +45 -0
  19. package/dist/cjs/elements/Circle.js.map +1 -0
  20. package/dist/cjs/elements/Dropdown.js +51 -0
  21. package/dist/cjs/elements/Dropdown.js.map +1 -0
  22. package/dist/cjs/elements/IPhoneMockup.js +147 -0
  23. package/dist/cjs/elements/IPhoneMockup.js.map +1 -0
  24. package/dist/cjs/elements/Image.js +43 -0
  25. package/dist/cjs/elements/Image.js.map +1 -0
  26. package/dist/cjs/elements/Input.js +49 -0
  27. package/dist/cjs/elements/Input.js.map +1 -0
  28. package/dist/cjs/elements/Keyboard.js +41 -0
  29. package/dist/cjs/elements/Keyboard.js.map +1 -0
  30. package/dist/cjs/elements/Label.js +41 -0
  31. package/dist/cjs/elements/Label.js.map +1 -0
  32. package/dist/cjs/elements/Line.js +41 -0
  33. package/dist/cjs/elements/Line.js.map +1 -0
  34. package/dist/cjs/elements/LineChart.js +47 -0
  35. package/dist/cjs/elements/LineChart.js.map +1 -0
  36. package/dist/cjs/elements/Link.js +44 -0
  37. package/dist/cjs/elements/Link.js.map +1 -0
  38. package/dist/cjs/elements/List.js +49 -0
  39. package/dist/cjs/elements/List.js.map +1 -0
  40. package/dist/cjs/elements/Notes.js +60 -0
  41. package/dist/cjs/elements/Notes.js.map +1 -0
  42. package/dist/cjs/elements/Overlay.js +59 -0
  43. package/dist/cjs/elements/Overlay.js.map +1 -0
  44. package/dist/cjs/elements/PieChart.js +48 -0
  45. package/dist/cjs/elements/PieChart.js.map +1 -0
  46. package/dist/cjs/elements/Radio.js +44 -0
  47. package/dist/cjs/elements/Radio.js.map +1 -0
  48. package/dist/cjs/elements/Rectangle.js +41 -0
  49. package/dist/cjs/elements/Rectangle.js.map +1 -0
  50. package/dist/cjs/elements/Scrollbar.js +54 -0
  51. package/dist/cjs/elements/Scrollbar.js.map +1 -0
  52. package/dist/cjs/elements/Search.js +57 -0
  53. package/dist/cjs/elements/Search.js.map +1 -0
  54. package/dist/cjs/elements/Slider.js +60 -0
  55. package/dist/cjs/elements/Slider.js.map +1 -0
  56. package/dist/cjs/elements/Subtitle.js +41 -0
  57. package/dist/cjs/elements/Subtitle.js.map +1 -0
  58. package/dist/cjs/elements/Table.js +43 -0
  59. package/dist/cjs/elements/Table.js.map +1 -0
  60. package/dist/cjs/elements/Tabs.js +49 -0
  61. package/dist/cjs/elements/Tabs.js.map +1 -0
  62. package/dist/cjs/elements/TextBlock.js +46 -0
  63. package/dist/cjs/elements/TextBlock.js.map +1 -0
  64. package/dist/cjs/elements/Title.js +41 -0
  65. package/dist/cjs/elements/Title.js.map +1 -0
  66. package/dist/cjs/elements/ToggleSwitch.js +90 -0
  67. package/dist/cjs/elements/ToggleSwitch.js.map +1 -0
  68. package/dist/cjs/elements/Toolbar.js +46 -0
  69. package/dist/cjs/elements/Toolbar.js.map +1 -0
  70. package/dist/cjs/elements/Tooltip.js +53 -0
  71. package/dist/cjs/elements/Tooltip.js.map +1 -0
  72. package/dist/cjs/elements/Video.js +49 -0
  73. package/dist/cjs/elements/Video.js.map +1 -0
  74. package/dist/cjs/elements/YesNo.js +55 -0
  75. package/dist/cjs/elements/YesNo.js.map +1 -0
  76. package/dist/cjs/elements/index.js +304 -0
  77. package/dist/cjs/elements/index.js.map +1 -0
  78. package/dist/elements/Alert.js +34 -0
  79. package/dist/elements/Alert.js.map +1 -0
  80. package/dist/elements/AndroidMockup.js +298 -0
  81. package/dist/elements/AndroidMockup.js.map +1 -0
  82. package/dist/elements/Arrow.js +34 -0
  83. package/dist/elements/Arrow.js.map +1 -0
  84. package/dist/elements/Avatar.js +43 -0
  85. package/dist/elements/Avatar.js.map +1 -0
  86. package/dist/elements/Browser.js +79 -0
  87. package/dist/elements/Browser.js.map +1 -0
  88. package/dist/elements/Button.js +39 -0
  89. package/dist/elements/Button.js.map +1 -0
  90. package/dist/elements/Calendar.js +40 -0
  91. package/dist/elements/Calendar.js.map +1 -0
  92. package/dist/elements/Checkbox.js +42 -0
  93. package/dist/elements/Checkbox.js.map +1 -0
  94. package/dist/elements/Circle.js +35 -0
  95. package/dist/elements/Circle.js.map +1 -0
  96. package/dist/elements/Dropdown.js +41 -0
  97. package/dist/elements/Dropdown.js.map +1 -0
  98. package/dist/elements/IPhoneMockup.js +137 -0
  99. package/dist/elements/IPhoneMockup.js.map +1 -0
  100. package/dist/elements/Image.js +33 -0
  101. package/dist/elements/Image.js.map +1 -0
  102. package/dist/elements/Input.js +39 -0
  103. package/dist/elements/Input.js.map +1 -0
  104. package/dist/elements/Keyboard.js +31 -0
  105. package/dist/elements/Keyboard.js.map +1 -0
  106. package/dist/elements/Label.js +31 -0
  107. package/dist/elements/Label.js.map +1 -0
  108. package/dist/elements/Line.js +31 -0
  109. package/dist/elements/Line.js.map +1 -0
  110. package/dist/elements/LineChart.js +37 -0
  111. package/dist/elements/LineChart.js.map +1 -0
  112. package/dist/elements/Link.js +34 -0
  113. package/dist/elements/Link.js.map +1 -0
  114. package/dist/elements/List.js +39 -0
  115. package/dist/elements/List.js.map +1 -0
  116. package/dist/elements/Notes.js +50 -0
  117. package/dist/elements/Notes.js.map +1 -0
  118. package/dist/elements/Overlay.js +49 -0
  119. package/dist/elements/Overlay.js.map +1 -0
  120. package/dist/elements/PieChart.js +38 -0
  121. package/dist/elements/PieChart.js.map +1 -0
  122. package/dist/elements/Radio.js +34 -0
  123. package/dist/elements/Radio.js.map +1 -0
  124. package/dist/elements/Rectangle.js +31 -0
  125. package/dist/elements/Rectangle.js.map +1 -0
  126. package/dist/elements/Scrollbar.js +44 -0
  127. package/dist/elements/Scrollbar.js.map +1 -0
  128. package/dist/elements/Search.js +47 -0
  129. package/dist/elements/Search.js.map +1 -0
  130. package/dist/elements/Slider.js +50 -0
  131. package/dist/elements/Slider.js.map +1 -0
  132. package/dist/elements/Subtitle.js +31 -0
  133. package/dist/elements/Subtitle.js.map +1 -0
  134. package/dist/elements/Table.js +33 -0
  135. package/dist/elements/Table.js.map +1 -0
  136. package/dist/elements/Tabs.js +39 -0
  137. package/dist/elements/Tabs.js.map +1 -0
  138. package/dist/elements/TextBlock.js +36 -0
  139. package/dist/elements/TextBlock.js.map +1 -0
  140. package/dist/elements/Title.js +31 -0
  141. package/dist/elements/Title.js.map +1 -0
  142. package/dist/elements/ToggleSwitch.js +80 -0
  143. package/dist/elements/ToggleSwitch.js.map +1 -0
  144. package/dist/elements/Toolbar.js +36 -0
  145. package/dist/elements/Toolbar.js.map +1 -0
  146. package/dist/elements/Tooltip.js +43 -0
  147. package/dist/elements/Tooltip.js.map +1 -0
  148. package/dist/elements/Video.js +39 -0
  149. package/dist/elements/Video.js.map +1 -0
  150. package/dist/elements/YesNo.js +45 -0
  151. package/dist/elements/YesNo.js.map +1 -0
  152. package/dist/elements/index.js +39 -0
  153. package/dist/elements/index.js.map +1 -0
  154. package/elements.d.ts +41 -0
  155. package/package.json +11 -1
@@ -0,0 +1,31 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Line = function Line(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("path", {
24
+ stroke: "#101828",
25
+ d: "M22 13h36",
26
+ "data-dark-mode-color": "true"
27
+ }));
28
+ };
29
+
30
+ export default Line;
31
+ //# sourceMappingURL=Line.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Line.js"],"names":["React","Line","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,IAAI,GAAG,SAAPA,IAAO,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AACtD,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AAAM,IAAA,MAAM,EAAC,SAAb;AAAuB,IAAA,CAAC,EAAC,WAAzB;AAAqC,4BAAqB;AAA1D,IAPF,CADF;AAWD,CAZD;;AAaA,eAAeH,IAAf","sourcesContent":["import React from \"react\";\nconst Line = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <path stroke=\"#101828\" d=\"M22 13h36\" data-dark-mode-color=\"true\" />\n </svg>\n );\n};\nexport default Line;\n"],"file":"Line.js"}
@@ -0,0 +1,37 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var LineChart = function LineChart(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("path", {
24
+ stroke: "#000",
25
+ strokeLinecap: "round",
26
+ d: "M31 4v18h18",
27
+ "data-dark-mode-color": "true"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ stroke: "#000",
30
+ strokeLinecap: "round",
31
+ d: "m34 18 3-3 3 3 7-6",
32
+ "data-dark-mode-color": "true"
33
+ }));
34
+ };
35
+
36
+ export default LineChart;
37
+ //# sourceMappingURL=LineChart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/LineChart.js"],"names":["React","LineChart","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,SAAS,GAAG,SAAZA,SAAY,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AAC3D,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AACE,IAAA,MAAM,EAAC,MADT;AAEE,IAAA,aAAa,EAAC,OAFhB;AAGE,IAAA,CAAC,EAAC,aAHJ;AAIE,4BAAqB;AAJvB,IAPF,eAaE;AACE,IAAA,MAAM,EAAC,MADT;AAEE,IAAA,aAAa,EAAC,OAFhB;AAGE,IAAA,CAAC,EAAC,oBAHJ;AAIE,4BAAqB;AAJvB,IAbF,CADF;AAsBD,CAvBD;;AAwBA,eAAeH,SAAf","sourcesContent":["import React from \"react\";\nconst LineChart = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <path\n stroke=\"#000\"\n strokeLinecap=\"round\"\n d=\"M31 4v18h18\"\n data-dark-mode-color=\"true\"\n />\n <path\n stroke=\"#000\"\n strokeLinecap=\"round\"\n d=\"m34 18 3-3 3 3 7-6\"\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default LineChart;\n"],"file":"LineChart.js"}
@@ -0,0 +1,34 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Link = function Link(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("path", {
24
+ stroke: "#101828",
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round",
27
+ strokeWidth: 1.575,
28
+ d: "M37.769 15.231a3.2 3.2 0 0 0 4.572 0L46 11.573A3.233 3.233 0 1 0 41.427 7l-.457.458m.457 4.115a3.2 3.2 0 0 0-4.573 0l-3.658 3.658a3.234 3.234 0 0 0 4.573 4.573l.457-.457",
29
+ "data-dark-mode-color": "true"
30
+ }));
31
+ };
32
+
33
+ export default Link;
34
+ //# sourceMappingURL=Link.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Link.js"],"names":["React","Link","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,IAAI,GAAG,SAAPA,IAAO,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AACtD,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AACE,IAAA,MAAM,EAAC,SADT;AAEE,IAAA,aAAa,EAAC,OAFhB;AAGE,IAAA,cAAc,EAAC,OAHjB;AAIE,IAAA,WAAW,EAAE,KAJf;AAKE,IAAA,CAAC,EAAC,2KALJ;AAME,4BAAqB;AANvB,IAPF,CADF;AAkBD,CAnBD;;AAoBA,eAAeH,IAAf","sourcesContent":["import React from \"react\";\nconst Link = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <path\n stroke=\"#101828\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.575}\n d=\"M37.769 15.231a3.2 3.2 0 0 0 4.572 0L46 11.573A3.233 3.233 0 1 0 41.427 7l-.457.458m.457 4.115a3.2 3.2 0 0 0-4.573 0l-3.658 3.658a3.234 3.234 0 0 0 4.573 4.573l.457-.457\"\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default Link;\n"],"file":"Link.js"}
@@ -0,0 +1,39 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var List = function List(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("rect", {
24
+ width: 16,
25
+ height: 18,
26
+ x: 32.5,
27
+ y: 4.5,
28
+ stroke: "#101828",
29
+ "data-dark-mode-color": "true",
30
+ rx: 1.5
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ stroke: "#101828",
33
+ d: "M35 9h11M35 12h11M35 15h11M35 18h11",
34
+ "data-dark-mode-color": "true"
35
+ }));
36
+ };
37
+
38
+ export default List;
39
+ //# sourceMappingURL=List.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/List.js"],"names":["React","List","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,IAAI,GAAG,SAAPA,IAAO,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AACtD,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AACE,IAAA,KAAK,EAAE,EADT;AAEE,IAAA,MAAM,EAAE,EAFV;AAGE,IAAA,CAAC,EAAE,IAHL;AAIE,IAAA,CAAC,EAAE,GAJL;AAKE,IAAA,MAAM,EAAC,SALT;AAME,4BAAqB,MANvB;AAOE,IAAA,EAAE,EAAE;AAPN,IAPF,eAgBE;AACE,IAAA,MAAM,EAAC,SADT;AAEE,IAAA,CAAC,EAAC,qCAFJ;AAGE,4BAAqB;AAHvB,IAhBF,CADF;AAwBD,CAzBD;;AA0BA,eAAeH,IAAf","sourcesContent":["import React from \"react\";\nconst List = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <rect\n width={16}\n height={18}\n x={32.5}\n y={4.5}\n stroke=\"#101828\"\n data-dark-mode-color=\"true\"\n rx={1.5}\n />\n <path\n stroke=\"#101828\"\n d=\"M35 9h11M35 12h11M35 15h11M35 18h11\"\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default List;\n"],"file":"List.js"}
@@ -0,0 +1,50 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Notes = function Notes(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("mask", {
24
+ id: "Notes_js__a",
25
+ fill: "#fff",
26
+ "data-dark-mode-color": "true"
27
+ }, /*#__PURE__*/React.createElement("path", {
28
+ d: "M32 6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4H32V6Z"
29
+ })), /*#__PURE__*/React.createElement("path", {
30
+ fill: "#101828",
31
+ d: "M32 4h20-20Zm20 7H32V9h20v2Zm-20-1V4v6Zm20-6v6-6Z",
32
+ "data-dark-mode-color": "true",
33
+ mask: "url(#Notes_js__a)"
34
+ }), /*#__PURE__*/React.createElement("rect", {
35
+ width: 19,
36
+ height: 18,
37
+ x: 32.5,
38
+ y: 4.5,
39
+ stroke: "#101828",
40
+ "data-dark-mode-color": "true",
41
+ rx: 1.5
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ stroke: "#101828",
44
+ d: "M35 13h12M35 15h14M35 17h9",
45
+ "data-dark-mode-color": "true"
46
+ }));
47
+ };
48
+
49
+ export default Notes;
50
+ //# sourceMappingURL=Notes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Notes.js"],"names":["React","Notes","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,KAAK,GAAG,SAARA,KAAQ,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AACvD,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AAAM,IAAA,EAAE,EAAC,aAAT;AAAuB,IAAA,IAAI,EAAC,MAA5B;AAAmC,4BAAqB;AAAxD,kBACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CAPF,eAUE;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,CAAC,EAAC,mDAFJ;AAGE,4BAAqB,MAHvB;AAIE,IAAA,IAAI,EAAC;AAJP,IAVF,eAgBE;AACE,IAAA,KAAK,EAAE,EADT;AAEE,IAAA,MAAM,EAAE,EAFV;AAGE,IAAA,CAAC,EAAE,IAHL;AAIE,IAAA,CAAC,EAAE,GAJL;AAKE,IAAA,MAAM,EAAC,SALT;AAME,4BAAqB,MANvB;AAOE,IAAA,EAAE,EAAE;AAPN,IAhBF,eAyBE;AACE,IAAA,MAAM,EAAC,SADT;AAEE,IAAA,CAAC,EAAC,4BAFJ;AAGE,4BAAqB;AAHvB,IAzBF,CADF;AAiCD,CAlCD;;AAmCA,eAAeH,KAAf","sourcesContent":["import React from \"react\";\nconst Notes = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <mask id=\"Notes_js__a\" fill=\"#fff\" data-dark-mode-color=\"true\">\n <path d=\"M32 6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4H32V6Z\" />\n </mask>\n <path\n fill=\"#101828\"\n d=\"M32 4h20-20Zm20 7H32V9h20v2Zm-20-1V4v6Zm20-6v6-6Z\"\n data-dark-mode-color=\"true\"\n mask=\"url(#Notes_js__a)\"\n />\n <rect\n width={19}\n height={18}\n x={32.5}\n y={4.5}\n stroke=\"#101828\"\n data-dark-mode-color=\"true\"\n rx={1.5}\n />\n <path\n stroke=\"#101828\"\n d=\"M35 13h12M35 15h14M35 17h9\"\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default Notes;\n"],"file":"Notes.js"}
@@ -0,0 +1,49 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Overlay = function Overlay(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("path", {
24
+ fill: "#101828",
25
+ stroke: "#101828",
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round",
28
+ strokeWidth: 1.25,
29
+ d: "M40 3 30 8l10 5 10-5-10-5Z",
30
+ "data-dark-mode-color": "true"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ stroke: "#101828",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round",
35
+ strokeWidth: 1.25,
36
+ d: "M35 15.5 30 18l10 5 10-5-5-2.5",
37
+ "data-dark-mode-color": "true"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ stroke: "#101828",
40
+ strokeLinecap: "round",
41
+ strokeLinejoin: "round",
42
+ strokeWidth: 1.25,
43
+ d: "M35 10.5 30 13l10 5 10-5-5-2.5",
44
+ "data-dark-mode-color": "true"
45
+ }));
46
+ };
47
+
48
+ export default Overlay;
49
+ //# sourceMappingURL=Overlay.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Overlay.js"],"names":["React","Overlay","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,OAAO,GAAG,SAAVA,OAAU,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AACzD,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,MAAM,EAAC,SAFT;AAGE,IAAA,aAAa,EAAC,OAHhB;AAIE,IAAA,cAAc,EAAC,OAJjB;AAKE,IAAA,WAAW,EAAE,IALf;AAME,IAAA,CAAC,EAAC,4BANJ;AAOE,4BAAqB;AAPvB,IAPF,eAgBE;AACE,IAAA,MAAM,EAAC,SADT;AAEE,IAAA,aAAa,EAAC,OAFhB;AAGE,IAAA,cAAc,EAAC,OAHjB;AAIE,IAAA,WAAW,EAAE,IAJf;AAKE,IAAA,CAAC,EAAC,gCALJ;AAME,4BAAqB;AANvB,IAhBF,eAwBE;AACE,IAAA,MAAM,EAAC,SADT;AAEE,IAAA,aAAa,EAAC,OAFhB;AAGE,IAAA,cAAc,EAAC,OAHjB;AAIE,IAAA,WAAW,EAAE,IAJf;AAKE,IAAA,CAAC,EAAC,gCALJ;AAME,4BAAqB;AANvB,IAxBF,CADF;AAmCD,CApCD;;AAqCA,eAAeH,OAAf","sourcesContent":["import React from \"react\";\nconst Overlay = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <path\n fill=\"#101828\"\n stroke=\"#101828\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.25}\n d=\"M40 3 30 8l10 5 10-5-10-5Z\"\n data-dark-mode-color=\"true\"\n />\n <path\n stroke=\"#101828\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.25}\n d=\"M35 15.5 30 18l10 5 10-5-5-2.5\"\n data-dark-mode-color=\"true\"\n />\n <path\n stroke=\"#101828\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.25}\n d=\"M35 10.5 30 13l10 5 10-5-5-2.5\"\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default Overlay;\n"],"file":"Overlay.js"}
@@ -0,0 +1,38 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var PieChart = function PieChart(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("circle", {
24
+ cx: 40,
25
+ cy: 13,
26
+ r: 11,
27
+ fill: "#87929D",
28
+ transform: "rotate(-45 40 13)"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ fill: "#101828",
31
+ stroke: "#101828",
32
+ d: "m39.15 12.58-.032.245.175.175 7.77 7.77c-4.121 3.752-10.506 3.637-14.488-.345-4.1-4.1-4.1-10.75 0-14.85a10.472 10.472 0 0 1 7.91-3.064l-1.334 10.07Z",
33
+ "data-theme-inverted": "true"
34
+ }));
35
+ };
36
+
37
+ export default PieChart;
38
+ //# sourceMappingURL=PieChart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/PieChart.js"],"names":["React","PieChart","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,QAAQ,GAAG,SAAXA,QAAW,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AAC1D,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AACE,IAAA,EAAE,EAAE,EADN;AAEE,IAAA,EAAE,EAAE,EAFN;AAGE,IAAA,CAAC,EAAE,EAHL;AAIE,IAAA,IAAI,EAAC,SAJP;AAKE,IAAA,SAAS,EAAC;AALZ,IAPF,eAcE;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,MAAM,EAAC,SAFT;AAGE,IAAA,CAAC,EAAC,sJAHJ;AAIE,2BAAoB;AAJtB,IAdF,CADF;AAuBD,CAxBD;;AAyBA,eAAeH,QAAf","sourcesContent":["import React from \"react\";\nconst PieChart = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <circle\n cx={40}\n cy={13}\n r={11}\n fill=\"#87929D\"\n transform=\"rotate(-45 40 13)\"\n />\n <path\n fill=\"#101828\"\n stroke=\"#101828\"\n d=\"m39.15 12.58-.032.245.175.175 7.77 7.77c-4.121 3.752-10.506 3.637-14.488-.345-4.1-4.1-4.1-10.75 0-14.85a10.472 10.472 0 0 1 7.91-3.064l-1.334 10.07Z\"\n data-theme-inverted=\"true\"\n />\n </svg>\n );\n};\nexport default PieChart;\n"],"file":"PieChart.js"}
@@ -0,0 +1,34 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Radio = function Radio(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("circle", {
24
+ cx: 40,
25
+ cy: 13,
26
+ r: 5.5,
27
+ stroke: "#101828",
28
+ strokeWidth: 5,
29
+ "data-dark-mode-color": "true"
30
+ }));
31
+ };
32
+
33
+ export default Radio;
34
+ //# sourceMappingURL=Radio.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Radio.js"],"names":["React","Radio","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,KAAK,GAAG,SAARA,KAAQ,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AACvD,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AACE,IAAA,EAAE,EAAE,EADN;AAEE,IAAA,EAAE,EAAE,EAFN;AAGE,IAAA,CAAC,EAAE,GAHL;AAIE,IAAA,MAAM,EAAC,SAJT;AAKE,IAAA,WAAW,EAAE,CALf;AAME,4BAAqB;AANvB,IAPF,CADF;AAkBD,CAnBD;;AAoBA,eAAeH,KAAf","sourcesContent":["import React from \"react\";\nconst Radio = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <circle\n cx={40}\n cy={13}\n r={5.5}\n stroke=\"#101828\"\n strokeWidth={5}\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default Radio;\n"],"file":"Radio.js"}
@@ -0,0 +1,31 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Rectangle = function Rectangle(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("path", {
24
+ stroke: "#101828",
25
+ d: "M27.5 7.5h25v12h-25z",
26
+ "data-dark-mode-color": "true"
27
+ }));
28
+ };
29
+
30
+ export default Rectangle;
31
+ //# sourceMappingURL=Rectangle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Rectangle.js"],"names":["React","Rectangle","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,SAAS,GAAG,SAAZA,SAAY,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AAC3D,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AACE,IAAA,MAAM,EAAC,SADT;AAEE,IAAA,CAAC,EAAC,sBAFJ;AAGE,4BAAqB;AAHvB,IAPF,CADF;AAeD,CAhBD;;AAiBA,eAAeH,SAAf","sourcesContent":["import React from \"react\";\nconst Rectangle = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <path\n stroke=\"#101828\"\n d=\"M27.5 7.5h25v12h-25z\"\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default Rectangle;\n"],"file":"Rectangle.js"}
@@ -0,0 +1,44 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Scrollbar = function Scrollbar(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("rect", {
24
+ width: 6,
25
+ height: 21,
26
+ x: 37,
27
+ y: 2,
28
+ fill: "#C2C8CC",
29
+ rx: 1
30
+ }), /*#__PURE__*/React.createElement("rect", {
31
+ width: 4,
32
+ height: 9,
33
+ x: 38,
34
+ y: 7,
35
+ fill: "#E9EBED",
36
+ rx: 0.5
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ fill: "#101828",
39
+ d: "M39.792 3.312a.25.25 0 0 1 .416 0l1.533 2.3a.25.25 0 0 1-.208.388h-3.066a.25.25 0 0 1-.208-.389l1.533-2.299ZM40.208 21.688a.25.25 0 0 1-.416 0l-1.533-2.3a.25.25 0 0 1 .208-.388h3.066c.2 0 .319.223.208.389l-1.533 2.299Z"
40
+ }));
41
+ };
42
+
43
+ export default Scrollbar;
44
+ //# sourceMappingURL=Scrollbar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Scrollbar.js"],"names":["React","Scrollbar","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,SAAS,GAAG,SAAZA,SAAY,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AAC3D,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AAAM,IAAA,KAAK,EAAE,CAAb;AAAgB,IAAA,MAAM,EAAE,EAAxB;AAA4B,IAAA,CAAC,EAAE,EAA/B;AAAmC,IAAA,CAAC,EAAE,CAAtC;AAAyC,IAAA,IAAI,EAAC,SAA9C;AAAwD,IAAA,EAAE,EAAE;AAA5D,IAPF,eAQE;AAAM,IAAA,KAAK,EAAE,CAAb;AAAgB,IAAA,MAAM,EAAE,CAAxB;AAA2B,IAAA,CAAC,EAAE,EAA9B;AAAkC,IAAA,CAAC,EAAE,CAArC;AAAwC,IAAA,IAAI,EAAC,SAA7C;AAAuD,IAAA,EAAE,EAAE;AAA3D,IARF,eASE;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,CAAC,EAAC;AAFJ,IATF,CADF;AAgBD,CAjBD;;AAkBA,eAAeH,SAAf","sourcesContent":["import React from \"react\";\nconst Scrollbar = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <rect width={6} height={21} x={37} y={2} fill=\"#C2C8CC\" rx={1} />\n <rect width={4} height={9} x={38} y={7} fill=\"#E9EBED\" rx={0.5} />\n <path\n fill=\"#101828\"\n d=\"M39.792 3.312a.25.25 0 0 1 .416 0l1.533 2.3a.25.25 0 0 1-.208.388h-3.066a.25.25 0 0 1-.208-.389l1.533-2.299ZM40.208 21.688a.25.25 0 0 1-.416 0l-1.533-2.3a.25.25 0 0 1 .208-.388h3.066c.2 0 .319.223.208.389l-1.533 2.299Z\"\n />\n </svg>\n );\n};\nexport default Scrollbar;\n"],"file":"Scrollbar.js"}
@@ -0,0 +1,47 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Search = function Search(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("rect", {
24
+ width: 72.5,
25
+ height: 13.7,
26
+ x: 3.75,
27
+ y: 5.65,
28
+ stroke: "#101828",
29
+ strokeWidth: 0.5,
30
+ "data-dark-mode-color": "true",
31
+ rx: 2.65
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ stroke: "#101828",
34
+ strokeLinecap: "round",
35
+ strokeLinejoin: "round",
36
+ strokeWidth: 0.5,
37
+ d: "m11.717 13.687 1.48 1.48M11.73 10.86a1.99 1.99 0 1 1-2.814 2.814 1.99 1.99 0 0 1 2.814-2.814Z",
38
+ "data-dark-mode-color": "true"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ fill: "#101828",
41
+ d: "M20.086 10.95a.828.828 0 0 0-.385-.622c-.225-.148-.501-.222-.828-.222-.24 0-.449.039-.628.116a1.002 1.002 0 0 0-.416.32.765.765 0 0 0-.148.46c0 .145.034.269.103.372.07.102.16.188.269.256.109.067.223.122.342.166.12.043.23.077.33.103l.548.148c.141.037.298.088.47.153.174.065.34.154.498.266.16.11.292.253.396.427.103.174.155.388.155.641 0 .292-.076.555-.23.791a1.561 1.561 0 0 1-.664.562c-.29.138-.642.208-1.057.208-.387 0-.722-.063-1.005-.187a1.6 1.6 0 0 1-.664-.522 1.489 1.489 0 0 1-.271-.778h.675a.845.845 0 0 0 .205.506c.121.132.274.23.459.295.186.064.387.095.601.095.25 0 .474-.04.672-.121.2-.083.356-.197.472-.343a.812.812 0 0 0 .175-.517c0-.179-.05-.325-.15-.437a1.103 1.103 0 0 0-.396-.274 4.157 4.157 0 0 0-.53-.185l-.665-.19c-.422-.121-.756-.294-1.002-.52-.246-.224-.369-.519-.369-.883 0-.302.082-.566.245-.79.166-.227.387-.403.665-.528.28-.127.591-.19.936-.19.348 0 .657.063.928.187.27.123.485.292.643.507.16.214.245.457.253.73h-.632Zm3.32 4.134c-.39 0-.726-.086-1.009-.258a1.734 1.734 0 0 1-.651-.728 2.481 2.481 0 0 1-.227-1.091c0-.415.076-.78.227-1.097.153-.318.365-.566.638-.744.274-.18.594-.269.96-.269.21 0 .419.035.624.106.206.07.393.184.562.342.169.157.303.364.403.623.1.258.15.576.15.954v.264h-3.121v-.538h2.489c0-.229-.046-.432-.137-.612a1.033 1.033 0 0 0-.97-.58c-.248 0-.463.062-.644.185-.18.121-.317.28-.414.474a1.394 1.394 0 0 0-.145.628v.359c0 .305.053.565.158.777.108.211.256.372.446.483.19.109.41.163.662.163.163 0 .311-.023.443-.068a.947.947 0 0 0 .345-.211.958.958 0 0 0 .224-.353l.601.168c-.063.204-.17.383-.319.538-.149.153-.334.273-.553.359-.22.084-.467.126-.741.126Zm3.742.01c-.257 0-.49-.047-.699-.144a1.199 1.199 0 0 1-.498-.425 1.198 1.198 0 0 1-.185-.675c0-.232.046-.42.137-.564a.967.967 0 0 1 .367-.343c.153-.082.322-.144.506-.184.186-.042.374-.076.562-.1.246-.032.445-.056.598-.072a.922.922 0 0 0 .338-.087c.072-.04.108-.11.108-.21v-.022c0-.26-.071-.462-.214-.606-.14-.144-.354-.216-.64-.216-.297 0-.53.065-.7.195-.168.13-.287.269-.355.416l-.59-.21c.105-.247.245-.438.421-.575a1.58 1.58 0 0 1 .58-.29c.211-.057.419-.085.622-.085.13 0 .28.016.449.048.17.03.335.092.493.187.16.095.293.238.398.43.105.191.158.448.158.77V15h-.622v-.548h-.032a1.094 1.094 0 0 1-.21.282c-.1.1-.23.185-.394.255-.163.07-.362.106-.598.106Zm.095-.558c.246 0 .453-.048.622-.145a.988.988 0 0 0 .517-.857v-.57c-.027.032-.085.061-.174.088-.088.024-.19.046-.306.065a13.513 13.513 0 0 1-.596.08 2.382 2.382 0 0 0-.453.102.782.782 0 0 0-.338.209.53.53 0 0 0-.127.374c0 .216.08.38.24.49.162.11.367.164.615.164Zm2.823.464v-4.05h.6v.612h.043a.973.973 0 0 1 .4-.488 1.18 1.18 0 0 1 .655-.187 6.738 6.738 0 0 1 .327.01v.633a1.855 1.855 0 0 0-.145-.024 1.429 1.429 0 0 0-.235-.018c-.197 0-.373.041-.527.124a.91.91 0 0 0-.496.825V15h-.622Zm4.21.084c-.38 0-.707-.09-.98-.269a1.753 1.753 0 0 1-.634-.74 2.51 2.51 0 0 1-.221-1.079c0-.411.075-.774.227-1.089.153-.316.365-.563.638-.74.274-.18.594-.27.96-.27.284 0 .54.053.77.159.228.105.415.253.561.442.146.19.236.412.272.665h-.623a.964.964 0 0 0-.316-.49c-.162-.145-.38-.217-.654-.217-.243 0-.455.064-.638.19a1.236 1.236 0 0 0-.424.53c-.1.227-.15.493-.15.799 0 .313.048.585.147.817.1.232.24.413.422.54.182.13.397.193.643.193.162 0 .309-.028.44-.084a.907.907 0 0 0 .53-.622h.623a1.442 1.442 0 0 1-.807 1.1 1.76 1.76 0 0 1-.786.165Zm3.05-2.52V15h-.622V9.6h.622v1.983h.053c.095-.21.237-.376.427-.498.192-.125.447-.188.765-.188.276 0 .518.056.725.166.207.11.368.277.483.504.115.225.173.511.173.86V15h-.622v-2.531c0-.322-.083-.57-.25-.746-.166-.178-.395-.267-.688-.267a1.15 1.15 0 0 0-.549.13.945.945 0 0 0-.38.377 1.225 1.225 0 0 0-.137.6Z",
42
+ "data-dark-mode-color": "true"
43
+ }));
44
+ };
45
+
46
+ export default Search;
47
+ //# sourceMappingURL=Search.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Search.js"],"names":["React","Search","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,MAAM,GAAG,SAATA,MAAS,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AACxD,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AACE,IAAA,KAAK,EAAE,IADT;AAEE,IAAA,MAAM,EAAE,IAFV;AAGE,IAAA,CAAC,EAAE,IAHL;AAIE,IAAA,CAAC,EAAE,IAJL;AAKE,IAAA,MAAM,EAAC,SALT;AAME,IAAA,WAAW,EAAE,GANf;AAOE,4BAAqB,MAPvB;AAQE,IAAA,EAAE,EAAE;AARN,IAPF,eAiBE;AACE,IAAA,MAAM,EAAC,SADT;AAEE,IAAA,aAAa,EAAC,OAFhB;AAGE,IAAA,cAAc,EAAC,OAHjB;AAIE,IAAA,WAAW,EAAE,GAJf;AAKE,IAAA,CAAC,EAAC,+FALJ;AAME,4BAAqB;AANvB,IAjBF,eAyBE;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,CAAC,EAAC,4/GAFJ;AAGE,4BAAqB;AAHvB,IAzBF,CADF;AAiCD,CAlCD;;AAmCA,eAAeH,MAAf","sourcesContent":["import React from \"react\";\nconst Search = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <rect\n width={72.5}\n height={13.7}\n x={3.75}\n y={5.65}\n stroke=\"#101828\"\n strokeWidth={0.5}\n data-dark-mode-color=\"true\"\n rx={2.65}\n />\n <path\n stroke=\"#101828\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={0.5}\n d=\"m11.717 13.687 1.48 1.48M11.73 10.86a1.99 1.99 0 1 1-2.814 2.814 1.99 1.99 0 0 1 2.814-2.814Z\"\n data-dark-mode-color=\"true\"\n />\n <path\n fill=\"#101828\"\n d=\"M20.086 10.95a.828.828 0 0 0-.385-.622c-.225-.148-.501-.222-.828-.222-.24 0-.449.039-.628.116a1.002 1.002 0 0 0-.416.32.765.765 0 0 0-.148.46c0 .145.034.269.103.372.07.102.16.188.269.256.109.067.223.122.342.166.12.043.23.077.33.103l.548.148c.141.037.298.088.47.153.174.065.34.154.498.266.16.11.292.253.396.427.103.174.155.388.155.641 0 .292-.076.555-.23.791a1.561 1.561 0 0 1-.664.562c-.29.138-.642.208-1.057.208-.387 0-.722-.063-1.005-.187a1.6 1.6 0 0 1-.664-.522 1.489 1.489 0 0 1-.271-.778h.675a.845.845 0 0 0 .205.506c.121.132.274.23.459.295.186.064.387.095.601.095.25 0 .474-.04.672-.121.2-.083.356-.197.472-.343a.812.812 0 0 0 .175-.517c0-.179-.05-.325-.15-.437a1.103 1.103 0 0 0-.396-.274 4.157 4.157 0 0 0-.53-.185l-.665-.19c-.422-.121-.756-.294-1.002-.52-.246-.224-.369-.519-.369-.883 0-.302.082-.566.245-.79.166-.227.387-.403.665-.528.28-.127.591-.19.936-.19.348 0 .657.063.928.187.27.123.485.292.643.507.16.214.245.457.253.73h-.632Zm3.32 4.134c-.39 0-.726-.086-1.009-.258a1.734 1.734 0 0 1-.651-.728 2.481 2.481 0 0 1-.227-1.091c0-.415.076-.78.227-1.097.153-.318.365-.566.638-.744.274-.18.594-.269.96-.269.21 0 .419.035.624.106.206.07.393.184.562.342.169.157.303.364.403.623.1.258.15.576.15.954v.264h-3.121v-.538h2.489c0-.229-.046-.432-.137-.612a1.033 1.033 0 0 0-.97-.58c-.248 0-.463.062-.644.185-.18.121-.317.28-.414.474a1.394 1.394 0 0 0-.145.628v.359c0 .305.053.565.158.777.108.211.256.372.446.483.19.109.41.163.662.163.163 0 .311-.023.443-.068a.947.947 0 0 0 .345-.211.958.958 0 0 0 .224-.353l.601.168c-.063.204-.17.383-.319.538-.149.153-.334.273-.553.359-.22.084-.467.126-.741.126Zm3.742.01c-.257 0-.49-.047-.699-.144a1.199 1.199 0 0 1-.498-.425 1.198 1.198 0 0 1-.185-.675c0-.232.046-.42.137-.564a.967.967 0 0 1 .367-.343c.153-.082.322-.144.506-.184.186-.042.374-.076.562-.1.246-.032.445-.056.598-.072a.922.922 0 0 0 .338-.087c.072-.04.108-.11.108-.21v-.022c0-.26-.071-.462-.214-.606-.14-.144-.354-.216-.64-.216-.297 0-.53.065-.7.195-.168.13-.287.269-.355.416l-.59-.21c.105-.247.245-.438.421-.575a1.58 1.58 0 0 1 .58-.29c.211-.057.419-.085.622-.085.13 0 .28.016.449.048.17.03.335.092.493.187.16.095.293.238.398.43.105.191.158.448.158.77V15h-.622v-.548h-.032a1.094 1.094 0 0 1-.21.282c-.1.1-.23.185-.394.255-.163.07-.362.106-.598.106Zm.095-.558c.246 0 .453-.048.622-.145a.988.988 0 0 0 .517-.857v-.57c-.027.032-.085.061-.174.088-.088.024-.19.046-.306.065a13.513 13.513 0 0 1-.596.08 2.382 2.382 0 0 0-.453.102.782.782 0 0 0-.338.209.53.53 0 0 0-.127.374c0 .216.08.38.24.49.162.11.367.164.615.164Zm2.823.464v-4.05h.6v.612h.043a.973.973 0 0 1 .4-.488 1.18 1.18 0 0 1 .655-.187 6.738 6.738 0 0 1 .327.01v.633a1.855 1.855 0 0 0-.145-.024 1.429 1.429 0 0 0-.235-.018c-.197 0-.373.041-.527.124a.91.91 0 0 0-.496.825V15h-.622Zm4.21.084c-.38 0-.707-.09-.98-.269a1.753 1.753 0 0 1-.634-.74 2.51 2.51 0 0 1-.221-1.079c0-.411.075-.774.227-1.089.153-.316.365-.563.638-.74.274-.18.594-.27.96-.27.284 0 .54.053.77.159.228.105.415.253.561.442.146.19.236.412.272.665h-.623a.964.964 0 0 0-.316-.49c-.162-.145-.38-.217-.654-.217-.243 0-.455.064-.638.19a1.236 1.236 0 0 0-.424.53c-.1.227-.15.493-.15.799 0 .313.048.585.147.817.1.232.24.413.422.54.182.13.397.193.643.193.162 0 .309-.028.44-.084a.907.907 0 0 0 .53-.622h.623a1.442 1.442 0 0 1-.807 1.1 1.76 1.76 0 0 1-.786.165Zm3.05-2.52V15h-.622V9.6h.622v1.983h.053c.095-.21.237-.376.427-.498.192-.125.447-.188.765-.188.276 0 .518.056.725.166.207.11.368.277.483.504.115.225.173.511.173.86V15h-.622v-2.531c0-.322-.083-.57-.25-.746-.166-.178-.395-.267-.688-.267a1.15 1.15 0 0 0-.549.13.945.945 0 0 0-.38.377 1.225 1.225 0 0 0-.137.6Z\"\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default Search;\n"],"file":"Search.js"}
@@ -0,0 +1,50 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Slider = function Slider(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("rect", {
24
+ width: 64,
25
+ height: 4,
26
+ x: 8,
27
+ y: 11,
28
+ fill: "#D8D8D8",
29
+ rx: 2
30
+ }), /*#__PURE__*/React.createElement("rect", {
31
+ width: 28,
32
+ height: 4,
33
+ x: 8,
34
+ y: 11,
35
+ fill: "#101828",
36
+ "data-theme-inverted": "true",
37
+ rx: 2
38
+ }), /*#__PURE__*/React.createElement("circle", {
39
+ cx: 35,
40
+ cy: 13,
41
+ r: 4.688,
42
+ fill: "#101828",
43
+ stroke: "#F6F7F8",
44
+ strokeWidth: 0.625,
45
+ "data-theme-inverted": "true"
46
+ }));
47
+ };
48
+
49
+ export default Slider;
50
+ //# sourceMappingURL=Slider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Slider.js"],"names":["React","Slider","width","height","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,MAAM,GAAG,SAATA,MAAS,OAA2C;AAAA,wBAAxCC,KAAwC;AAAA,MAAxCA,KAAwC,2BAAhC,EAAgC;AAAA,yBAA5BC,MAA4B;AAAA,MAA5BA,MAA4B,4BAAnB,EAAmB;AAAA,MAAZC,KAAY;;AACxD,sBACE;AACE,IAAA,KAAK,EAAEF,KADT;AAEE,IAAA,MAAM,EAAEC,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKMC,KALN,gBAOE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,CAAzB;AAA4B,IAAA,CAAC,EAAE,CAA/B;AAAkC,IAAA,CAAC,EAAE,EAArC;AAAyC,IAAA,IAAI,EAAC,SAA9C;AAAwD,IAAA,EAAE,EAAE;AAA5D,IAPF,eAQE;AACE,IAAA,KAAK,EAAE,EADT;AAEE,IAAA,MAAM,EAAE,CAFV;AAGE,IAAA,CAAC,EAAE,CAHL;AAIE,IAAA,CAAC,EAAE,EAJL;AAKE,IAAA,IAAI,EAAC,SALP;AAME,2BAAoB,MANtB;AAOE,IAAA,EAAE,EAAE;AAPN,IARF,eAiBE;AACE,IAAA,EAAE,EAAE,EADN;AAEE,IAAA,EAAE,EAAE,EAFN;AAGE,IAAA,CAAC,EAAE,KAHL;AAIE,IAAA,IAAI,EAAC,SAJP;AAKE,IAAA,MAAM,EAAC,SALT;AAME,IAAA,WAAW,EAAE,KANf;AAOE,2BAAoB;AAPtB,IAjBF,CADF;AA6BD,CA9BD;;AA+BA,eAAeH,MAAf","sourcesContent":["import React from \"react\";\nconst Slider = ({ width = 80, height = 26, ...props }) => {\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 80 26\"\n {...props}\n >\n <rect width={64} height={4} x={8} y={11} fill=\"#D8D8D8\" rx={2} />\n <rect\n width={28}\n height={4}\n x={8}\n y={11}\n fill=\"#101828\"\n data-theme-inverted=\"true\"\n rx={2}\n />\n <circle\n cx={35}\n cy={13}\n r={4.688}\n fill=\"#101828\"\n stroke=\"#F6F7F8\"\n strokeWidth={0.625}\n data-theme-inverted=\"true\"\n />\n </svg>\n );\n};\nexport default Slider;\n"],"file":"Slider.js"}
@@ -0,0 +1,31 @@
1
+ var _excluded = ["width", "height"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Subtitle = function Subtitle(_ref) {
12
+ var _ref$width = _ref.width,
13
+ width = _ref$width === void 0 ? 80 : _ref$width,
14
+ _ref$height = _ref.height,
15
+ height = _ref$height === void 0 ? 26 : _ref$height,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ width: width,
20
+ height: height,
21
+ fill: "none",
22
+ viewBox: "0 0 80 26"
23
+ }, props), /*#__PURE__*/React.createElement("path", {
24
+ fill: "#101828",
25
+ d: "M30 19.385V7.167h1.48v5.441h6.514V7.167h1.48v12.218h-1.48V13.92H31.48v5.465H30ZM42.053 19.385v-1.074l4.033-4.414c.473-.518.863-.967 1.17-1.349.306-.386.532-.747.68-1.085.15-.342.226-.7.226-1.074 0-.43-.103-.802-.31-1.116a2.012 2.012 0 0 0-.835-.728 2.708 2.708 0 0 0-1.193-.256c-.47 0-.88.097-1.23.292-.345.19-.614.46-.805.805-.187.346-.28.752-.28 1.217H42.1c0-.716.165-1.344.495-1.885.33-.54.78-.962 1.348-1.265C44.517 7.151 45.16 7 45.871 7c.716 0 1.35.151 1.904.453.552.303.986.71 1.3 1.223.314.513.471 1.084.471 1.713 0 .45-.081.889-.244 1.318-.16.426-.438.901-.835 1.426-.394.521-.941 1.157-1.641 1.909l-2.744 2.935v.096h5.68v1.312h-7.709Z",
26
+ "data-dark-mode-color": "true"
27
+ }));
28
+ };
29
+
30
+ export default Subtitle;
31
+ //# sourceMappingURL=Subtitle.js.map