@bigbinary/neeto-icons 1.20.28 → 1.20.30

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 (164) 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/cjs/icons/MyPreferences.js +69 -0
  79. package/dist/cjs/icons/MyPreferences.js.map +1 -0
  80. package/dist/cjs/icons/index.js +8 -0
  81. package/dist/cjs/icons/index.js.map +1 -1
  82. package/dist/elements/Alert.js +34 -0
  83. package/dist/elements/Alert.js.map +1 -0
  84. package/dist/elements/AndroidMockup.js +298 -0
  85. package/dist/elements/AndroidMockup.js.map +1 -0
  86. package/dist/elements/Arrow.js +34 -0
  87. package/dist/elements/Arrow.js.map +1 -0
  88. package/dist/elements/Avatar.js +43 -0
  89. package/dist/elements/Avatar.js.map +1 -0
  90. package/dist/elements/Browser.js +79 -0
  91. package/dist/elements/Browser.js.map +1 -0
  92. package/dist/elements/Button.js +39 -0
  93. package/dist/elements/Button.js.map +1 -0
  94. package/dist/elements/Calendar.js +40 -0
  95. package/dist/elements/Calendar.js.map +1 -0
  96. package/dist/elements/Checkbox.js +42 -0
  97. package/dist/elements/Checkbox.js.map +1 -0
  98. package/dist/elements/Circle.js +35 -0
  99. package/dist/elements/Circle.js.map +1 -0
  100. package/dist/elements/Dropdown.js +41 -0
  101. package/dist/elements/Dropdown.js.map +1 -0
  102. package/dist/elements/IPhoneMockup.js +137 -0
  103. package/dist/elements/IPhoneMockup.js.map +1 -0
  104. package/dist/elements/Image.js +33 -0
  105. package/dist/elements/Image.js.map +1 -0
  106. package/dist/elements/Input.js +39 -0
  107. package/dist/elements/Input.js.map +1 -0
  108. package/dist/elements/Keyboard.js +31 -0
  109. package/dist/elements/Keyboard.js.map +1 -0
  110. package/dist/elements/Label.js +31 -0
  111. package/dist/elements/Label.js.map +1 -0
  112. package/dist/elements/Line.js +31 -0
  113. package/dist/elements/Line.js.map +1 -0
  114. package/dist/elements/LineChart.js +37 -0
  115. package/dist/elements/LineChart.js.map +1 -0
  116. package/dist/elements/Link.js +34 -0
  117. package/dist/elements/Link.js.map +1 -0
  118. package/dist/elements/List.js +39 -0
  119. package/dist/elements/List.js.map +1 -0
  120. package/dist/elements/Notes.js +50 -0
  121. package/dist/elements/Notes.js.map +1 -0
  122. package/dist/elements/Overlay.js +49 -0
  123. package/dist/elements/Overlay.js.map +1 -0
  124. package/dist/elements/PieChart.js +38 -0
  125. package/dist/elements/PieChart.js.map +1 -0
  126. package/dist/elements/Radio.js +34 -0
  127. package/dist/elements/Radio.js.map +1 -0
  128. package/dist/elements/Rectangle.js +31 -0
  129. package/dist/elements/Rectangle.js.map +1 -0
  130. package/dist/elements/Scrollbar.js +44 -0
  131. package/dist/elements/Scrollbar.js.map +1 -0
  132. package/dist/elements/Search.js +47 -0
  133. package/dist/elements/Search.js.map +1 -0
  134. package/dist/elements/Slider.js +50 -0
  135. package/dist/elements/Slider.js.map +1 -0
  136. package/dist/elements/Subtitle.js +31 -0
  137. package/dist/elements/Subtitle.js.map +1 -0
  138. package/dist/elements/Table.js +33 -0
  139. package/dist/elements/Table.js.map +1 -0
  140. package/dist/elements/Tabs.js +39 -0
  141. package/dist/elements/Tabs.js.map +1 -0
  142. package/dist/elements/TextBlock.js +36 -0
  143. package/dist/elements/TextBlock.js.map +1 -0
  144. package/dist/elements/Title.js +31 -0
  145. package/dist/elements/Title.js.map +1 -0
  146. package/dist/elements/ToggleSwitch.js +80 -0
  147. package/dist/elements/ToggleSwitch.js.map +1 -0
  148. package/dist/elements/Toolbar.js +36 -0
  149. package/dist/elements/Toolbar.js.map +1 -0
  150. package/dist/elements/Tooltip.js +43 -0
  151. package/dist/elements/Tooltip.js.map +1 -0
  152. package/dist/elements/Video.js +39 -0
  153. package/dist/elements/Video.js.map +1 -0
  154. package/dist/elements/YesNo.js +45 -0
  155. package/dist/elements/YesNo.js.map +1 -0
  156. package/dist/elements/index.js +39 -0
  157. package/dist/elements/index.js.map +1 -0
  158. package/dist/icons/MyPreferences.js +59 -0
  159. package/dist/icons/MyPreferences.js.map +1 -0
  160. package/dist/icons/index.js +2 -1
  161. package/dist/icons/index.js.map +1 -1
  162. package/elements.d.ts +41 -0
  163. package/icons.d.ts +1 -0
  164. package/package.json +11 -1
@@ -0,0 +1,137 @@
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 IPhoneMockup = function IPhoneMockup(_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: "IPhoneMockup_js__a",
25
+ fill: "#fff"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ d: "M34.023 5.67c0-.02.015-.035.034-.035h.07c.018 0 .034.015.034.034v.85a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.035V5.67Z"
28
+ })), /*#__PURE__*/React.createElement("path", {
29
+ fill: "#fff",
30
+ d: "M34.023 5.67c0-.02.015-.035.034-.035h.07c.018 0 .034.015.034.034v.85a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.035V5.67Z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ fill: "#3E4040",
33
+ d: "M34.011 5.67c0-.026.021-.047.046-.047h.058c.025 0 .046.02.046.046 0-.012-.016-.023-.035-.023h-.069a.023.023 0 0 0-.023.023h-.023Zm.15.848c0 .025-.021.046-.046.046h-.058a.046.046 0 0 1-.046-.046h.023c0 .013.01.023.023.023h.07c.018 0 .034-.01.034-.023Zm-.104.046a.046.046 0 0 1-.046-.046V5.67c0-.025.021-.046.046-.046v.023a.023.023 0 0 0-.023.023v.85c0 .012.01.022.023.022v.023Zm.104-.93v.919-.918Z",
34
+ mask: "url(#IPhoneMockup_js__a)"
35
+ }), /*#__PURE__*/React.createElement("mask", {
36
+ id: "IPhoneMockup_js__b",
37
+ fill: "#fff"
38
+ }, /*#__PURE__*/React.createElement("path", {
39
+ d: "M34.023 7.413c0-.02.015-.034.034-.034h.07c.018 0 .034.015.034.034v1.755a.034.034 0 0 1-.035.035h-.069a.034.034 0 0 1-.034-.035V7.413Z"
40
+ })), /*#__PURE__*/React.createElement("path", {
41
+ fill: "#fff",
42
+ d: "M34.023 7.413c0-.02.015-.034.034-.034h.07c.018 0 .034.015.034.034v1.755a.034.034 0 0 1-.035.035h-.069a.034.034 0 0 1-.034-.035V7.413Z"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ fill: "#3E4040",
45
+ d: "M34.011 7.413c0-.025.021-.046.046-.046h.058c.025 0 .046.02.046.046 0-.013-.016-.023-.035-.023h-.069a.023.023 0 0 0-.023.023h-.023Zm.15 1.755c0 .026-.021.046-.046.046h-.058a.046.046 0 0 1-.046-.046h.023c0 .013.01.023.023.023h.07c.018 0 .034-.01.034-.023Zm-.104.046a.046.046 0 0 1-.046-.046V7.413c0-.025.021-.046.046-.046v.023a.023.023 0 0 0-.023.023v1.755c0 .013.01.023.023.023v.023Zm.104-1.835v1.824-1.824Z",
46
+ mask: "url(#IPhoneMockup_js__b)"
47
+ }), /*#__PURE__*/React.createElement("mask", {
48
+ id: "IPhoneMockup_js__c",
49
+ fill: "#fff"
50
+ }, /*#__PURE__*/React.createElement("path", {
51
+ d: "M45.748 11.474a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.034V8.652c0-.02.015-.035.034-.035h.07c.018 0 .034.016.034.035v2.822Z"
52
+ })), /*#__PURE__*/React.createElement("path", {
53
+ fill: "#fff",
54
+ d: "M45.748 11.474a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.034V8.652c0-.02.015-.035.034-.035h.07c.018 0 .034.016.034.035v2.822Z"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ fill: "#3E4040",
57
+ d: "M45.76 11.474c0 .025-.021.046-.047.046h-.057a.046.046 0 0 1-.046-.046c0 .013.015.023.034.023h.07c.012 0 .022-.01.022-.023h.023Zm-.15-2.822c0-.026.02-.046.046-.046h.057c.026 0 .046.02.046.046h-.023a.023.023 0 0 0-.023-.023h-.069c-.019 0-.034.01-.034.023Zm.103-.046c.026 0 .046.02.046.046v2.822c0 .025-.02.046-.046.046v-.023c.013 0 .023-.01.023-.023V8.652a.023.023 0 0 0-.023-.023v-.023Zm-.103 2.902v-2.89 2.89Z",
58
+ mask: "url(#IPhoneMockup_js__c)"
59
+ }), /*#__PURE__*/React.createElement("mask", {
60
+ id: "IPhoneMockup_js__d",
61
+ fill: "#fff"
62
+ }, /*#__PURE__*/React.createElement("path", {
63
+ d: "M34 9.719c0-.02.015-.035.034-.035h.07c.018 0 .034.016.034.035v1.755a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.034V9.72Z"
64
+ })), /*#__PURE__*/React.createElement("path", {
65
+ fill: "#fff",
66
+ d: "M34 9.719c0-.02.015-.035.034-.035h.07c.018 0 .034.016.034.035v1.755a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.034V9.72Z"
67
+ }), /*#__PURE__*/React.createElement("path", {
68
+ fill: "#3E4040",
69
+ d: "M33.989 9.719c0-.025.02-.046.045-.046h.058c.025 0 .046.02.046.046 0-.013-.016-.023-.035-.023h-.069a.023.023 0 0 0-.023.023h-.023Zm.149 1.755c0 .025-.02.046-.046.046h-.058a.046.046 0 0 1-.045-.046h.023c0 .013.01.023.022.023h.07c.018 0 .034-.01.034-.023Zm-.104.046a.046.046 0 0 1-.045-.046V9.72c0-.025.02-.046.045-.046v.023a.023.023 0 0 0-.023.023v1.755c0 .013.01.023.023.023v.023Zm.104-1.836v1.825-1.825Z",
70
+ mask: "url(#IPhoneMockup_js__d)"
71
+ }), /*#__PURE__*/React.createElement("rect", {
72
+ width: 11.564,
73
+ height: 23.977,
74
+ x: 34.092,
75
+ y: 1.011,
76
+ fill: "url(#IPhoneMockup_js__e)",
77
+ stroke: "#3E4040",
78
+ strokeWidth: 0.023,
79
+ rx: 1.95
80
+ }), /*#__PURE__*/React.createElement("rect", {
81
+ width: 11.403,
82
+ height: 23.816,
83
+ x: 34.172,
84
+ y: 1.092,
85
+ fill: "#1A1A1A",
86
+ stroke: "#3E4040",
87
+ strokeWidth: 0.023,
88
+ rx: 1.916
89
+ }), /*#__PURE__*/React.createElement("rect", {
90
+ width: 10.669,
91
+ height: 23.082,
92
+ x: 34.539,
93
+ y: 1.459,
94
+ fill: "#fff",
95
+ stroke: "#3E4040",
96
+ strokeWidth: 0.023,
97
+ rx: 1.537
98
+ }), /*#__PURE__*/React.createElement("rect", {
99
+ width: 3.396,
100
+ height: 0.987,
101
+ x: 38.176,
102
+ y: 1.826,
103
+ fill: "#000",
104
+ rx: 0.493
105
+ }), /*#__PURE__*/React.createElement("circle", {
106
+ cx: 41.113,
107
+ cy: 2.319,
108
+ r: 0.184,
109
+ fill: "#131526"
110
+ }), /*#__PURE__*/React.createElement("circle", {
111
+ cx: 41.113,
112
+ cy: 2.319,
113
+ r: 0.08,
114
+ fill: "#1F1F64"
115
+ }), /*#__PURE__*/React.createElement("circle", {
116
+ cx: 41.113,
117
+ cy: 2.285,
118
+ r: 0.046,
119
+ fill: "#5158A9",
120
+ opacity: 0.13
121
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
122
+ id: "IPhoneMockup_js__e",
123
+ x1: 39.874,
124
+ x2: 25.665,
125
+ y1: 1,
126
+ y2: 27.392,
127
+ gradientUnits: "userSpaceOnUse"
128
+ }, /*#__PURE__*/React.createElement("stop", {
129
+ stopColor: "#F7F7F7"
130
+ }), /*#__PURE__*/React.createElement("stop", {
131
+ offset: 1,
132
+ stopColor: "#D2D2D2"
133
+ }))));
134
+ };
135
+
136
+ export default IPhoneMockup;
137
+ //# sourceMappingURL=IPhoneMockup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/IPhoneMockup.js"],"names":["React","IPhoneMockup","width","height","props"],"mappings":"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","sourcesContent":["import React from \"react\";\nconst IPhoneMockup = ({ 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=\"IPhoneMockup_js__a\" fill=\"#fff\">\n <path d=\"M34.023 5.67c0-.02.015-.035.034-.035h.07c.018 0 .034.015.034.034v.85a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.035V5.67Z\" />\n </mask>\n <path\n fill=\"#fff\"\n d=\"M34.023 5.67c0-.02.015-.035.034-.035h.07c.018 0 .034.015.034.034v.85a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.035V5.67Z\"\n />\n <path\n fill=\"#3E4040\"\n d=\"M34.011 5.67c0-.026.021-.047.046-.047h.058c.025 0 .046.02.046.046 0-.012-.016-.023-.035-.023h-.069a.023.023 0 0 0-.023.023h-.023Zm.15.848c0 .025-.021.046-.046.046h-.058a.046.046 0 0 1-.046-.046h.023c0 .013.01.023.023.023h.07c.018 0 .034-.01.034-.023Zm-.104.046a.046.046 0 0 1-.046-.046V5.67c0-.025.021-.046.046-.046v.023a.023.023 0 0 0-.023.023v.85c0 .012.01.022.023.022v.023Zm.104-.93v.919-.918Z\"\n mask=\"url(#IPhoneMockup_js__a)\"\n />\n <mask id=\"IPhoneMockup_js__b\" fill=\"#fff\">\n <path d=\"M34.023 7.413c0-.02.015-.034.034-.034h.07c.018 0 .034.015.034.034v1.755a.034.034 0 0 1-.035.035h-.069a.034.034 0 0 1-.034-.035V7.413Z\" />\n </mask>\n <path\n fill=\"#fff\"\n d=\"M34.023 7.413c0-.02.015-.034.034-.034h.07c.018 0 .034.015.034.034v1.755a.034.034 0 0 1-.035.035h-.069a.034.034 0 0 1-.034-.035V7.413Z\"\n />\n <path\n fill=\"#3E4040\"\n d=\"M34.011 7.413c0-.025.021-.046.046-.046h.058c.025 0 .046.02.046.046 0-.013-.016-.023-.035-.023h-.069a.023.023 0 0 0-.023.023h-.023Zm.15 1.755c0 .026-.021.046-.046.046h-.058a.046.046 0 0 1-.046-.046h.023c0 .013.01.023.023.023h.07c.018 0 .034-.01.034-.023Zm-.104.046a.046.046 0 0 1-.046-.046V7.413c0-.025.021-.046.046-.046v.023a.023.023 0 0 0-.023.023v1.755c0 .013.01.023.023.023v.023Zm.104-1.835v1.824-1.824Z\"\n mask=\"url(#IPhoneMockup_js__b)\"\n />\n <mask id=\"IPhoneMockup_js__c\" fill=\"#fff\">\n <path d=\"M45.748 11.474a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.034V8.652c0-.02.015-.035.034-.035h.07c.018 0 .034.016.034.035v2.822Z\" />\n </mask>\n <path\n fill=\"#fff\"\n d=\"M45.748 11.474a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.034V8.652c0-.02.015-.035.034-.035h.07c.018 0 .034.016.034.035v2.822Z\"\n />\n <path\n fill=\"#3E4040\"\n d=\"M45.76 11.474c0 .025-.021.046-.047.046h-.057a.046.046 0 0 1-.046-.046c0 .013.015.023.034.023h.07c.012 0 .022-.01.022-.023h.023Zm-.15-2.822c0-.026.02-.046.046-.046h.057c.026 0 .046.02.046.046h-.023a.023.023 0 0 0-.023-.023h-.069c-.019 0-.034.01-.034.023Zm.103-.046c.026 0 .046.02.046.046v2.822c0 .025-.02.046-.046.046v-.023c.013 0 .023-.01.023-.023V8.652a.023.023 0 0 0-.023-.023v-.023Zm-.103 2.902v-2.89 2.89Z\"\n mask=\"url(#IPhoneMockup_js__c)\"\n />\n <mask id=\"IPhoneMockup_js__d\" fill=\"#fff\">\n <path d=\"M34 9.719c0-.02.015-.035.034-.035h.07c.018 0 .034.016.034.035v1.755a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.034V9.72Z\" />\n </mask>\n <path\n fill=\"#fff\"\n d=\"M34 9.719c0-.02.015-.035.034-.035h.07c.018 0 .034.016.034.035v1.755a.034.034 0 0 1-.035.034h-.069a.034.034 0 0 1-.034-.034V9.72Z\"\n />\n <path\n fill=\"#3E4040\"\n d=\"M33.989 9.719c0-.025.02-.046.045-.046h.058c.025 0 .046.02.046.046 0-.013-.016-.023-.035-.023h-.069a.023.023 0 0 0-.023.023h-.023Zm.149 1.755c0 .025-.02.046-.046.046h-.058a.046.046 0 0 1-.045-.046h.023c0 .013.01.023.022.023h.07c.018 0 .034-.01.034-.023Zm-.104.046a.046.046 0 0 1-.045-.046V9.72c0-.025.02-.046.045-.046v.023a.023.023 0 0 0-.023.023v1.755c0 .013.01.023.023.023v.023Zm.104-1.836v1.825-1.825Z\"\n mask=\"url(#IPhoneMockup_js__d)\"\n />\n <rect\n width={11.564}\n height={23.977}\n x={34.092}\n y={1.011}\n fill=\"url(#IPhoneMockup_js__e)\"\n stroke=\"#3E4040\"\n strokeWidth={0.023}\n rx={1.95}\n />\n <rect\n width={11.403}\n height={23.816}\n x={34.172}\n y={1.092}\n fill=\"#1A1A1A\"\n stroke=\"#3E4040\"\n strokeWidth={0.023}\n rx={1.916}\n />\n <rect\n width={10.669}\n height={23.082}\n x={34.539}\n y={1.459}\n fill=\"#fff\"\n stroke=\"#3E4040\"\n strokeWidth={0.023}\n rx={1.537}\n />\n <rect\n width={3.396}\n height={0.987}\n x={38.176}\n y={1.826}\n fill=\"#000\"\n rx={0.493}\n />\n <circle cx={41.113} cy={2.319} r={0.184} fill=\"#131526\" />\n <circle cx={41.113} cy={2.319} r={0.08} fill=\"#1F1F64\" />\n <circle cx={41.113} cy={2.285} r={0.046} fill=\"#5158A9\" opacity={0.13} />\n <defs>\n <linearGradient\n id=\"IPhoneMockup_js__e\"\n x1={39.874}\n x2={25.665}\n y1={1}\n y2={27.392}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#F7F7F7\" />\n <stop offset={1} stopColor=\"#D2D2D2\" />\n </linearGradient>\n </defs>\n </svg>\n );\n};\nexport default IPhoneMockup;\n"],"file":"IPhoneMockup.js"}
@@ -0,0 +1,33 @@
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 Image = function Image(_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
+ fillRule: "evenodd",
26
+ d: "M48.783 5.976v13.83c0 1.087-.89 1.977-1.976 1.977H32.976A1.982 1.982 0 0 1 31 19.807V5.976C31 4.889 31.89 4 32.976 4h13.83c1.088 0 1.977.89 1.977 1.976Zm-9.88 11.37-2.47-2.973-3.457 4.446h13.83l-4.445-5.928-3.458 4.456Zm-2.551-5.507a1.72 1.72 0 1 0 0-3.442 1.72 1.72 0 0 0 0 3.442Z",
27
+ clipRule: "evenodd",
28
+ "data-dark-mode-color": "true"
29
+ }));
30
+ };
31
+
32
+ export default Image;
33
+ //# sourceMappingURL=Image.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Image.js"],"names":["React","Image","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,IAAI,EAAC,SADP;AAEE,IAAA,QAAQ,EAAC,SAFX;AAGE,IAAA,CAAC,EAAC,2RAHJ;AAIE,IAAA,QAAQ,EAAC,SAJX;AAKE,4BAAqB;AALvB,IAPF,CADF;AAiBD,CAlBD;;AAmBA,eAAeH,KAAf","sourcesContent":["import React from \"react\";\nconst Image = ({ 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 fillRule=\"evenodd\"\n d=\"M48.783 5.976v13.83c0 1.087-.89 1.977-1.976 1.977H32.976A1.982 1.982 0 0 1 31 19.807V5.976C31 4.889 31.89 4 32.976 4h13.83c1.088 0 1.977.89 1.977 1.976Zm-9.88 11.37-2.47-2.973-3.457 4.446h13.83l-4.445-5.928-3.458 4.456Zm-2.551-5.507a1.72 1.72 0 1 0 0-3.442 1.72 1.72 0 0 0 0 3.442Z\"\n clipRule=\"evenodd\"\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default Image;\n"],"file":"Image.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 Input = function Input(_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: "M7.806 9.12v7.227",
26
+ "data-dark-mode-color": "true"
27
+ }), /*#__PURE__*/React.createElement("rect", {
28
+ width: 73,
29
+ height: 14.2,
30
+ x: 3.5,
31
+ y: 5.4,
32
+ stroke: "#101828",
33
+ "data-dark-mode-color": "true",
34
+ rx: 2.9
35
+ }));
36
+ };
37
+
38
+ export default Input;
39
+ //# sourceMappingURL=Input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Input.js"],"names":["React","Input","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,MAAM,EAAC,SADT;AAEE,IAAA,CAAC,EAAC,mBAFJ;AAGE,4BAAqB;AAHvB,IAPF,eAYE;AACE,IAAA,KAAK,EAAE,EADT;AAEE,IAAA,MAAM,EAAE,IAFV;AAGE,IAAA,CAAC,EAAE,GAHL;AAIE,IAAA,CAAC,EAAE,GAJL;AAKE,IAAA,MAAM,EAAC,SALT;AAME,4BAAqB,MANvB;AAOE,IAAA,EAAE,EAAE;AAPN,IAZF,CADF;AAwBD,CAzBD;;AA0BA,eAAeH,KAAf","sourcesContent":["import React from \"react\";\nconst Input = ({ 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=\"M7.806 9.12v7.227\"\n data-dark-mode-color=\"true\"\n />\n <rect\n width={73}\n height={14.2}\n x={3.5}\n y={5.4}\n stroke=\"#101828\"\n data-dark-mode-color=\"true\"\n rx={2.9}\n />\n </svg>\n );\n};\nexport default Input;\n"],"file":"Input.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 Keyboard = function Keyboard(_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: "M47 6a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H31a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h16Zm-14 8a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V15a1 1 0 0 0-1-1Zm12 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V15a1 1 0 0 0-1-1Zm-7.998 0a.998.998 0 0 0-1.002.998.998.998 0 0 0 .998 1.002l4 .01a1 1 0 0 0 .005-2L37.002 14ZM33 10a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1Zm4 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1Zm4 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1Zm4 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1Z",
26
+ "data-dark-mode-color": "true"
27
+ }));
28
+ };
29
+
30
+ export default Keyboard;
31
+ //# sourceMappingURL=Keyboard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Keyboard.js"],"names":["React","Keyboard","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,IAAI,EAAC,SADP;AAEE,IAAA,CAAC,EAAC,gfAFJ;AAGE,4BAAqB;AAHvB,IAPF,CADF;AAeD,CAhBD;;AAiBA,eAAeH,QAAf","sourcesContent":["import React from \"react\";\nconst Keyboard = ({ 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 d=\"M47 6a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H31a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h16Zm-14 8a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V15a1 1 0 0 0-1-1Zm12 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V15a1 1 0 0 0-1-1Zm-7.998 0a.998.998 0 0 0-1.002.998.998.998 0 0 0 .998 1.002l4 .01a1 1 0 0 0 .005-2L37.002 14ZM33 10a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1Zm4 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1Zm4 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1Zm4 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1Z\"\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default Keyboard;\n"],"file":"Keyboard.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 Label = function Label(_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: "M46.814 5.024 47 8.975h-.472c-.091-.696-.216-1.193-.373-1.491-.257-.48-.6-.833-1.031-1.056-.423-.232-.982-.348-1.678-.348h-2.373v12.873c0 1.036.111 1.682.335 1.939.315.348.8.522 1.454.522h.584v.46h-7.145v-.46h.596c.713 0 1.218-.216 1.517-.647.182-.265.273-.87.273-1.814V6.08H36.66c-.787 0-1.346.058-1.677.174-.43.157-.8.46-1.106.907-.307.447-.489 1.052-.547 1.814h-.472l.199-3.951h13.756Z",
26
+ "data-dark-mode-color": "true"
27
+ }));
28
+ };
29
+
30
+ export default Label;
31
+ //# sourceMappingURL=Label.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/elements/Label.js"],"names":["React","Label","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,IAAI,EAAC,SADP;AAEE,IAAA,CAAC,EAAC,sYAFJ;AAGE,4BAAqB;AAHvB,IAPF,CADF;AAeD,CAhBD;;AAiBA,eAAeH,KAAf","sourcesContent":["import React from \"react\";\nconst Label = ({ 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 d=\"M46.814 5.024 47 8.975h-.472c-.091-.696-.216-1.193-.373-1.491-.257-.48-.6-.833-1.031-1.056-.423-.232-.982-.348-1.678-.348h-2.373v12.873c0 1.036.111 1.682.335 1.939.315.348.8.522 1.454.522h.584v.46h-7.145v-.46h.596c.713 0 1.218-.216 1.517-.647.182-.265.273-.87.273-1.814V6.08H36.66c-.787 0-1.346.058-1.677.174-.43.157-.8.46-1.106.907-.307.447-.489 1.052-.547 1.814h-.472l.199-3.951h13.756Z\"\n data-dark-mode-color=\"true\"\n />\n </svg>\n );\n};\nexport default Label;\n"],"file":"Label.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 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"}